html {
	overflow-x: hidden;
	/*height: 100%;
	margin: 0;*/
}

body 
{
   overflow-x: hidden;
   font-family: 'Montserrat', sans-serif;
   background-color: #050505;
   /*height: 100%;
   margin: 0;*/
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/ea2271e8-1abf-46ab-8b63-47f3ba21dcc3.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Montserrat', sans-serif;
}

a.disabled {
    cursor: not-allowed;
}

.Top-Header
{
    padding: 5px 0px 4px 0px;
    display: none;
}

.Top-Header .LS
{
	
}

.Top-Header .LS ul
{
	margin-bottom: 0px;
    padding-left: 0px;
}

.Top-Header .LS ul li
{
	    list-style-type: none;
    display: inline;
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Top-Header .LS ul li a
{
    color: #fff;
}

.Top-Header .LS ul li a:hover
{
    color: #fff;
}

.Top-Header .LS ul li span
{
    font-weight: 700;
}

.Top-Header .LS ul li fa
{
}

.Top-Header .LS .Place
{
}

.Top-Header .LS .Date
{
}

.Top-Header .RS
{
	
}

.Top-Header .RS ul
{
	    margin-bottom: 0px;
    padding-left: 0px;
    float: right;
}

.Top-Header .RS ul li
{
	    list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.Top-Header .RS ul li:nth-child(2) {
    display: none;
}
.Top-Header .RS ul li:nth-child(4) {
    display: none;
}
.Top-Header .RS ul li:last-child
{
    margin-right: 3px;
}

.Top-Header .RS ul li .Heading
{
    color: #06e0ff;
}

.Top-Header .RS ul li a
{
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Top-Header .RS ul li a:hover {
        color: #ca2a6d;
}

.Top-Header .RS ul li a .fa
{
	font-size: 15px;
}

@media(min-width: 769px){
    .Top-Header {
        padding: 5px 50px 4px 50px;
        background: #181818;
    }
    .T-Menu {
        padding: 7px 50px 6px 50px !important;
    }
}

@media(max-width: 768px){
	.Top-Header .LS 
	{
    display: block;
    text-align: -webkit-center;
    margin-bottom: 5px;
	}
	.Top-Header .RS ul 
	{
    float: none;
    margin-right: auto;
    display: block;
    text-align: -webkit-center;
	}
	.Top-Header .LS ul 
	{
    display: none;
	}
    .Top-Header .RS ul li {
        font-size: 14px;
    }
}

.T-Menu
{
	    background: #181818;
    padding: 7px 0px 6px 0px;
}


.T-Menu .navbar 
{
    padding-right: 0px;
	padding-left: 0px;
}
.T-Menu .dropdown-menu {
    padding: 0;
    border: 1px solid #fff9;
    background: #000000c7;
    
}
.fixed-header .dropdown-menu {
    background: #000000c7;
}
.T-Menu .dropdown-item {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.T-Menu .dropdown-menu a:hover {
    color: #000;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
}
.T-Menu header .navbar-brand img {
    width: 12%;
    /*display: none;*/
}
.fixed-header .navbar-brand img {
    /*display: block !important;*/
}
.nav-link 
{
    color: #fff !important;
    font-weight: 600;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-link:hover, .fixed-header .nav-link:hover 
{
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*border: 1px solid #ffffffc4 !important;*/
}

.navbar-brand 
{
    color: #fff !important;
    font-weight: 700;
	    font-size: 24px;
    padding: 0px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: contents;
}

.navbar-brand:hover, .fixed-header .navbar-brand:hover
{
	color: #d74800 !important;
}

.fixed-header 
{
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    z-index: 98;
	padding: 0px 0px 0px 0px;
	 -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #181818;
}

.fixed-header .nav-link {
    color: #fff !important;
}

.fixed-header .navbar-brand {
    color: #fff !important;
}
.fixed-header img {
    /*width: 75%;*/
}

.fixed-header .navbar-brand span
{
    color: #d74800;
}

.T-Menu header .navbar-brand span {
    display: block;
    color: #fff;
}
.fixed-header .navbar-brand span {
    /*display: none !important;*/
}
.T-Menu .navbar-brand span
{
    color: #d74800;
}

/*.T-Menu .BT-Btn
{
    background: #06e0ff;
    color: #ffffff !important;
    font-weight: 600;
    margin-left: 10px;
}*/

.T-Menu .BT-Btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    font-weight: 600;
    color: #ffffff !important;
    margin-left: 10px;
}
.T-Menu .BT-Btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.T-Menu .BT-Btn:hover, .T-Menu .BT-Btn:active, .T-Menu .BT-Btn:focus {
    color: #000;
}
.T-Menu .BT-Btn:hover:before, .T-Menu .BT-Btn:focus:before, .T-Menu .BT-Btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.T-Menu .BkT {
    background: #6000ef;
    color: #ffffff !important;
    border: 1px solid #6000ef;
}

.T-Menu .BT-Btn .nav-link:hover, .T-Menu .BT-Btn .nav-link:active, .T-Menu .BT-Btn .nav-link:focus
{
    background: #fff;
    color: #000 !important;
    font-weight: 600 !important;
}

.T-Menu .BT-Btn .nav-link
{
   padding: 8px 18px !important;
   color: #000 !important;
}


@media(max-width: 768px)
{
	.fixed-header 
	{
    
	}
    .nav-link:hover, .fixed-header .nav-link:hover{
        background: initial;
        color: #fff!important;
    }
    .T-Menu .dropdown-menu {
        width: 100%;
    }
    .navbar-brand {
        display: contents;
    }
    .T-Menu header .navbar-brand span {
        font-size: 20px;
    }
}

@media (min-width: 768px)
{
.navbar-expand-md .navbar-nav .nav-link 
{
        padding-right: .7rem;
    padding-left: .7rem;
    font-size: 15px;
    text-transform: uppercase;
    height: auto;
    line-height: 1.5;
    border: 1px solid transparent;
}
}


@media(max-width: 768px)
{
	.navbar-toggler 
	{
        padding: .1rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    /*background-color: #d74800 !important;*/
    /*border: 1px solid #d74800 !important;*/
    border-color: rgba(255,255,255,.5) !important;
    /*border-radius: .25rem;*/
	}
	.navbar-nav 
	{
        background: transparent;
        padding: 15px 0px 5px 0px;
	}
	.navbar-collapse 
	{
    z-index: 99999;
    width: 100%;
	}
	.T-Menu .BT-Btn  {
        margin-left: 0px;
        width: 207px;
        text-align: center;
        margin-top: 10px;
	}
    .T-Menu .BkT {
        margin-top: 3%;
    }

}




/*First Section Slider*/
.bg-section {
	background-image: url('../img/banner/bcs-20-banner.jpg');
	/*height: 100%; */

  	/* Center and scale the image nicely */
  	background-position: top right;
  	background-repeat: no-repeat;
  	background-size: cover;
  	/*min-height: 840px;*/
    /*min-height: 1100px;*/
    min-height: 940px;
    background-attachment: fixed;
}

.Banner-Content {
	position: absolute;
    /*top: 17%;*/
    width: 100%;
    padding: 150px 50px;
}
.Banner-Content .Main-Logo {
	margin-bottom: 15px;
    /*border-right: 1px solid #fff;*/
}
.Banner-Content .Main-Logo img {
	width: 50%;
}
.Banner-Content .Main-Logo ul {
    margin-top: 20px;
    padding-left: 0px;
}
.Banner-Content .Main-Logo li {
    display: inline-block;
    margin-right: 10px;
}
/*.Banner-Content .Main-Logo .btn1 {
    border-radius: 0;
    font-weight: 600;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/
/*.Banner-Content .Main-Logo .btn2 {
    border-radius: 0;
    font-weight: 600;
    background: #06e0ff;
    border: 2px solid #06e0ff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/
.Banner-Content .Main-Logo .btn2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*padding: 10px 15px;*/
    background: #06e0ff;
    font-weight: 600;
    border: 2px solid #06e0ff;
}
.Banner-Content .Main-Logo .btn2:before, .Banner-Content .Main-Logo .btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.Banner-Content .Main-Logo .btn1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*padding: 10px 15px;*/
    /*background: #fff;*/
    /*color: #000;*/
    font-weight: 600;
    border: 2px solid #fff;
}
.Banner-Content .Main-Logo .btn2:hover, .Banner-Content .Main-Logo .btn2:active, .Banner-Content .Main-Logo .btn2:focus,
.Banner-Content .Main-Logo .btn1:hover, .Banner-Content .Main-Logo .btn1:active, .Banner-Content .Main-Logo .btn1:focus {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.Banner-Content .Main-Logo .btn2:hover:before, .Banner-Content .Main-Logo .btn2:focus:before, .Banner-Content .Main-Logo .btn2:active:before,
.Banner-Content .Main-Logo .btn1:hover:before, .Banner-Content .Main-Logo .btn1:focus:before, .Banner-Content .Main-Logo .btn1:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*.Banner-Content .Main-Logo .btn1:hover, .Banner-Content .Main-Logo .btn2:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}*/
.Banner-Content .Main-Logo .btn1:focus {
    box-shadow: none;
}

.Banner-Content .Supported-By {
    margin: 3% 0%;
}
.Banner-Content .Supported-By img {
    width: 33%;
}


.Banner-Content .Primary-Heading {
    /*padding-right: 30px;*/
    margin-top: 140px;
}
.Banner-Content .Primary-Heading .Main-Text {
	margin: 0px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-style: italic;
}
.Banner-Content .Primary-Heading .Second-Text {
	margin: 0px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    color: #06e0ff;
    line-height: 1;
    font-style: italic;
}
.Banner-Content .Primary-Heading .Third-Text {
	margin: 0px;
    color: #fff;
    font-weight: 600;
    padding: 30px 0px;
    font-size: 20px;
}
.Banner-Content .Primary-Heading .Third-Text span {
    color: #06e0ff;
}
.Banner-Content .Main-Right {
	margin-top: 15%;
}
.Banner-Content .Main-Right .Text {
	color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 36px;
    position: relative;
}
.Banner-Content .Main-Right .Text:after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -10px;
    width: 90%;
    border-bottom: 1px solid #ffffff8c;
}
.Banner-Content .attend {
    border-radius: 0;
    font-weight: 600;
    transition: .3s all;
    border: 2px solid #fff;
    margin-top: 20px;
}
.Banner-Content .attend:hover {
    background: transparent;
    color: #fff;
}


@media (max-width: 768px){
    .bg-section {
        min-height: auto;
        background-image: url(../img/banner/bcs-20-banner-mobile.jpg);
    }
	.Banner-Content {
		position: relative;
        /*padding: 20px 0px;*/
        padding: 45px 0px 50px 0px;
	}
	.Main-Header {
		background: #000;
        position: relative !important;
	}
    .Banner-Content .Main-Logo {
        margin-bottom: 25px;
        border-right: none;
    }
	.Banner-Content .Main-Logo img {
	    width: 95%;
	}
    .Banner-Content .Supported-By img {
        width: 60%;
    }
    .Banner-Content .Supported-By {
        margin-bottom: 12%;
        margin-top: 7%;
    }
	.Banner-Content .Primary-Heading .Main-Text {
		font-size: 34px;
	}
	.Banner-Content .Primary-Heading .Second-Text {
		font-size: 34px;
	}
	.Banner-Content .Primary-Heading .Third-Text {
        font-size: 18px;
        font-weight: 100;
	}
	.Banner-Content .Main-Right .Text {
		font-size: 19px;
        margin-bottom: 26px;
        padding-right: 50px;
        line-height: 1.2;
	}
    /*.T-Menu header img {
        width: 70%;
    }*/
    .T-Menu header .navbar-brand img {
        width: 28%;
    }
    .Banner-Content .Main-Right {
        margin-top: 5%;
    }
    .Banner-Content .Primary-Heading {
        padding-right: 0px;
        margin-top: 120px;
    }
}
@media (min-width: 1920px){
    .bg-section {
        min-height: 1060px;
    }
    .Banner-Content .Main-Logo img {
        width: 46%;
    }

    .Banner-Content .Primary-Heading .Main-Text {
        font-size: 80px;

    }
    .Banner-Content .Primary-Heading .Second-Text {
        font-size: 80px;

    }
}
/*First Section Slider ends*/




/*Second Main Section*/
.High-Counter {
    background: #0d0a5e;
    padding: 40px 0px;
}
.High-Counter .V-Left {
    border-right: 2px solid #fff;
    padding-left: 0px;
}
.High-Counter .Virtual-Gathering {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
    /*padding-right: 90px;*/
    text-transform: uppercase;
}
.High-Counter .Virtual-Gathering span {
    color: #06e0ff;
}
.High-Counter .Info-Fline {
    margin-bottom: 20px;
}
.High-Counter .Info-Heading {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin: 0px;
    line-height: 1;
}
.High-Counter .Details {
    color: #06e0ff;
    font-weight: 600;
    font-size: 22px;
    margin: 0px;
    line-height: 1;
}
.High-Counter .Hpadding-sec {
    color: #000;
    padding: 30px 0px;
}
.High-Counter .Hpadding-sec .Hcount {
    width: auto;
    display: flex;
    padding-right: 23px;
    flex-direction: row;
    position: relative;
}
.High-Counter .Hpadding-sec .Hcount:after {
    content: "";
    bottom: 0;
    border-right: 2px solid #ffdd00;
    height: 100%;
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    padding: 15px;
}
.High-Counter .Hpadding-sec .Hcount:last-of-type:after {
    display: none;
}
.High-Counter .Hpadding-sec .Hcount:last-of-type {
    padding-right: 0px;
}
.High-Counter .Hpadding-sec .Hcount .Hleft {
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    margin: auto 0;
}
.High-Counter .Hpadding-sec .Hcount .Infy { 
    font-size: 80px;
}
.High-Counter .Hpadding-sec .Hcount .Hright {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 9px;
    word-break: break-all;
    font-size: 13px;
    line-height: 1.3;
    margin: auto 0;
}

.ctat {
    text-align: center;
}
.cta-text {
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    line-height: 1.3;
}
.gcta {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    /*margin-right: 10px;*/
}
.gcta:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.gcta:hover, .gcta:active, .gcta:focus {
    color: #000;
    /*background: #e41b25;
    border: #e41b25;*/
}
.gcta:hover:before, .gcta:focus:before, .gcta:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.cta-mar-top {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .High-Counter {
        padding: 36px 0px;
    }
    .High-Counter .Hpadding-sec .Hcount {
        width: 50%;
        margin-bottom: 25px;
        padding-right: 10px;
    }
    .High-Counter .Hpadding-sec {
        padding: 0px 15px;
    }
    .High-Counter .Hpadding-sec .Hcount .Hleft {
        font-size: 30px;
    }
    .High-Counter .Hpadding-sec .Hcount .Infy {
        font-size: 60px;
    }
    .High-Counter .Hpadding-sec .Hcount:after {
        display: none;
    }
    .High-Counter .Hpadding-sec .Hcount:nth-of-type(2), .High-Counter .Hpadding-sec .Hcount:nth-of-type(4) {
        padding-right: 0px;
    }
    .High-Counter .Hpadding-sec .Hcount .Hright {
        font-size: 12px;
    }
    .High-Counter .V-Left {
         border-right: none; 
         padding-left: 15px; 
    }
    .High-Counter .Virtual-Gathering {
        padding-bottom: 25px;
        font-size: 26px;
    }
    .High-Counter .Info-Fline .Whn {
        margin-bottom: 20px;
    }
    .High-Counter .Info-Heading {
        font-size: 23px;
    }
    .High-Counter .Details {
        font-size: 21px;
    }
    .ctat {
        width: 50%;
    }
}

/*About WBS Singapore begins*/
.Human-Box-Sec
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 70px 0px;
}

.Human-Box-Sec .row
{
    border: 9px solid #fff;
    padding: 40px 0px;
}

.Human-Box-Sec .LS
{
    padding: 0px;
}

.Human-Box-Sec .LS .Outer-Box
{
    padding: 7% 12% 5% 8%;
}

.Human-Box-Sec .LS .Outer-Box .Type1
{
    color: #06e0ff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0px;
    /*font-family: 'khand', sans-serif;*/
    text-transform: uppercase;
}

.Human-Box-Sec .LS .Outer-Box .Type2
{
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
    /*font-family: 'khand', sans-serif;*/
    text-transform: uppercase;
}

.Human-Box-Sec .RS
{
    padding: 0px;
}

.Human-Box-Sec .RS .Outer-Box
{
    padding: 0% 8% 0% 0%;
}

.Human-Box-Sec .RS .Outer-Box .Text
{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    /*line-height: 1.2;*/
    margin-bottom: 0px;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-style: italic;*/
}

.Human-Box-Sec .RS .Outer-Box .Text span
{
    color: #06e0ff;
    font-weight: 700;
}


@media(max-width: 768px)
{
    .Human-Box-Sec 
    {
        margin: 0px 0px 0px 0px;
            padding: 70px 0px 0px 0px;
    }
    .Human-Box-Sec .row 
    {
        border: 6px solid #fff;
        margin: 0px;
        padding: 0px;
    }
    .Human-Box-Sec .LS .Outer-Box 
    {
        padding: 30px 20px 0px 25px;
    }
    .Human-Box-Sec .LS .Outer-Box .Type1 
    {
        font-size: 34px;
        line-height: 1;
    }
    .Human-Box-Sec .LS .Outer-Box .Type2 
    {
        font-size: 26px;
        line-height: 1;
    }
    .Human-Box-Sec .RS .Outer-Box 
    {
        padding: 10px 20px 30px 25px;
    }
    .Human-Box-Sec .RS .Outer-Box .Text 
    {
        font-size: 20px;
        padding-top: 5%;
    }
}
@media (max-width: 370px) {
    .Human-Box-Sec .LS .Outer-Box .Type2 {
        font-size: 26px;
    }
    .Human-Box-Sec .LS .Outer-Box .Type1 {
        font-size: 32px;
    }
    .Human-Box-Sec .RS .Outer-Box .Text {
        font-size: 20px;
    }
}
/*About WBS Singapore ends*/



/*@media (max-width: 375px) {
    .High-Counter .Hpadding-sec .Hcount .Hleft {
        font-size: 25px;
    }
    .High-Counter .Hpadding-sec .Hcount .Hright {
        font-size: 10px;
    }
    .High-Counter .Hpadding-sec .Hcount .Infy {
        font-size: 50px;
    }
    .High-Counter .Hpadding-sec .Hcount {
        padding-right: 10px;
    }
}*/

.Section-Bg {
    background-image: url(../img/bg-happening.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px 60px 0px;
    /*background-attachment: fixed;*/
}

 .Pad-10 {
    padding: 0px 10px;
 }

 @media (max-width: 768px) {
    .Section-Bg {
        padding: 1px 5px;
    }
 }
/*Second Main Section ends*/


/*Counter Section Begins*/
/*.Counter-Section {

}
.Counter-Section .Count {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
}
.Counter-Section .Count .count-highlights {
    
}
.Counter-Section .Count-Text {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

@media(max-width: 768px) {
    .Counter-Section .Mob {
        width: 50%;
        margin-bottom: 36px;
    }
    .Counter-Section .Count {
        font-size: 34px;
    }
    .Counter-Section .Count-Text {
        font-size: 15px;
    }
    .Counter-Section {
        padding-top: 50px;
    }
}*/
/*Counter Section Ends*/

/*About InnovX Event*/
.What-IS {
    text-align: center;
    color: #fff;
    padding: 70px 0px;
}
.What-IS .Content-Heading {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #06e0ff;
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.What-IS .Section-Description {
    font-weight: 400;
    font-size: 20px;
}
.What-IS .Pri-Color {
    color: #fff;
    font-weight: 600;
}
@media (min-width: 769px) {
    .What-IS {
        padding: 10px 200px 70px;
    }
}
@media (max-width: 768px) {
    .What-IS .Content-Heading {
        font-size: 26px;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .What-IS .Section-Description {
        padding: 0px 10px;
        font-size: 18px;
    }
    .Venue-Section .Ind-Map .Welcome-Text {
        font-size: 36px !important;
    }
    .What-IS {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}
/*About InnovX Event Ends*/

/*Covid19 message begins*/
.Covid19 {
    /*padding: 0px 67px;*/
    margin-bottom: 45px;
    display: none;
}
.Covid19 .Adjst {
    padding: 0px 5px;
}
.Covid19 .Covidgrey {
    background: #ddf3fe;
    padding: 30px;
}
.Covid19 .Covidgrey .Ls {
    align-self:center;
}
.Covid19 .Covidgrey .Ls h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
.Covid19 .Covidgrey .Rs p {
    margin:0px;
    font-size: 20px;
}
@media (max-width: 768px) {
    .Covid19 .Covidgrey .Ls h4 {
        font-size: 24px;
    }
    .Covid19 .Covidgrey .Rs p {
        font-size: 18px;
    }
    .Covid19 .Covidgrey {
        padding: 40px 15px;
    }
}
/*Covid19 message ends*/


/*Second Section Quote Begins*/
.S-Quote .C-Message {
    margin-top: 10px;
    margin-bottom: 70px;
}

.S-Quote .C-Message blockquote {
    position: relative;
}
.S-Quote .C-Message blockquote:before {
    content: url(../img/quote.svg);
    width: 42px;
    line-height: 0;
    left: 48%;
    position: absolute;
    top: 0;
}
.S-Quote .C-Message .testi001 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    padding-top: 60px;
}
.S-Quote .C-Message .testi001 span {
    color: #06e0ff;
    font-weight: 600;
}
.S-Quote .C-Message .testi002 {
    text-align: center;
    color: #898989;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.S-Quote .C-Message .testi003 {
    text-align: center;
    color: #898989;
    font-size: 15px;
}
@media (max-width: 768px) {
    .S-Quote .C-Message {
        margin-top: 60px;
        padding-bottom: 0px;
    }
    .S-Quote .C-Message blockquote:before {
        left: 42%;
    }
    .S-Quote .C-Message .testi002 {
        font-size: 17px;
        font-weight: 100;
    }
    .S-Quote .C-Message .testi001 {
        font-size: 21px;
    }
}
/*Second Section Quote Ends*/


/*Important Message Begins*/
.C-Message {
    margin-top: 70px;
}

.C-Message blockquote {
    position: relative;
}
.C-Message blockquote:before {
    content: url(../img/quote.svg);
    width: 45px;
    line-height: 0;
    left: 47%;
    position: absolute;
    top: 0;
}
.C-Message .testi001 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    padding-top: 60px;
}
.C-Message .testi001 span {
    color: #06e0ff;
    font-weight: 600;
}
.C-Message .testi002 {
    text-align: center;
    color: #06e0ff;
    font-size: 20px;
    /*line-height: 1.5;*/
    font-weight: 600;
}
.C-Message .testi003 {
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    .C-Message {
        margin-top: 0px;
        padding-bottom: 70px;
    }
    .C-Message blockquote:before {
        left: 42%;
    }
    .C-Message .testi002 {
        font-size: 18px;
    }
    .C-Message .testi001 {
        font-size: 18px;
    }
}
/*Important Message Ends*/



/*Key Sessions begins*/
.Key-Sessions {
    padding-bottom: 60px;
    display: none;
}
.Key-Sessions .Session-Details {
    position: relative;
}
.Key-Sessions .Session-Details img {
    width: 100%;
}
.Key-Sessions .Session-Details .Session-Heading {
    position: absolute;
    bottom: 25px;
    left: 5%;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
}
.Key-Sessions .Session-Details .Session-Heading span {
    margin: 0px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.Key-Sessions .Session-Text {
    margin: 0px;
    padding: 25px 25px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .Key-Sessions {
        padding-bottom: 0px;
    }
    .Key-Sessions .Session-Text:nth-of-type(1) {
        margin-bottom: 20%;
    }
    .Key-Sessions .Session-Text {
        padding-left: 15px;
        font-size: 18px;
        padding-top: 15px;
    }
    .Key-Sessions .Session-Details .Session-Heading {
        font-size: 30px;
    }
    .Key-Sessions .Session-Details .Session-Heading span {
        -webkit-text-stroke-width: 1px;
    }
}
/*Key Sessions ends*/

/*Highlights section begins*/
.Highlights-Section {
    padding-top: 25px;
}
.Highlights-Section .Mob-Highlights {
    display: none;
}
.Highlights-Section .Imag-Highlights {
    position: relative;
}
.Highlights-Section .Imag-Highlights img {
    width: 100%;
}
.Highlights-Section .Imag-Highlights .Imag-Text {
    position: absolute;
    bottom: 20px;
    left: 5%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
}
.Highlights-Section .Imag-Highlights .Imag-Text span {
    margin: 0px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.Highlights-Section .Imag-Description {
    margin: 0px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}
.Highlights-Section .Imag-Description p {
    margin: 0px;
    padding: 0px 75px 0px 35px;
}
.no-padding {
    padding: 0px;
}

@media (max-width: 768px){
    .Highlights-Section #Mob1 {
        -webkit-order: 1;
    }
    .Highlights-Section #Mob2 {
        -webkit-order: 2;
    }
    .Highlights-Section #Mob3 {
        -webkit-order: 3;
    }
    .Highlights-Section #Mob4 {
        -webkit-order: 4;
    }
    .Highlights-Section #Mob5 {
        -webkit-order: 5;
    }
    .Highlights-Section #Mob6 {
        -webkit-order: 6;
    }
    .Highlights-Section #Mob7 {
        -webkit-order: 7;
    }
    .Highlights-Section #Mob8 {
        -webkit-order: 8;
    }
    .Highlights-Section #Mob9 {
        -webkit-order: 9;
    }
    .Highlights-Section #Mob10 {
        -webkit-order: 10;
    }
    .Highlights-Section .no-padding {
        padding: 15px;
    }
    .Highlights-Section .Imag-Description p {
        padding: 10px 15px;
        margin-bottom: 80px;
        font-size: 18px;
    }
    .Highlights-Section {
        padding-bottom: 60px;
        padding-top: 0px;
    }
    .Highlights-Section .Desk-Highlights .Book-Tkt {
        display: none !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
        font-size: 26px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        font-size: 18px !important;
    }
}

/*Desktop Style */
.Highlights-Section {

}
.Highlights-Section .Desk-Highlights {
    
}
.Highlights-Section .Desk-Highlights .E-PadL {
    padding-left: 67px;
    padding-right: 33px;
    padding-bottom: 65px;
}
.Highlights-Section .Desk-Highlights .E-PadR {
    padding-left: 33px;
    padding-right: 65px;
    padding-bottom: 65px;
}
.Highlights-Section .Desk-Highlights .Img-Box {
    position: relative;
    /*display: inline-block;*/
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.Highlights-Section .Desk-Highlights .Img-Box .Des-Vw {
    display: block !important;
}
.Highlights-Section .Desk-Highlights .Img-Box .Mob-Vw {
    display: none !important;
}
.Highlights-Section .Desk-Highlights .Img-Box img{
    width: 100%;
    /*height: 375px;*/
}
.Highlights-Section .Desk-Highlights .Img-Box .image1 {
    display: block;
}
.Highlights-Section .Desk-Highlights .Img-Box .text {
    position: absolute;
    bottom: 25px;
    left: 5%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
}
.Highlights-Section .Desk-Highlights .Book-Tkt {
    background: #ebebeb;
    display: flex;
}
.Highlights-Section .Desk-Highlights .Book-Tkt a {
    margin: auto;
    color: #000 !important;
    font-size: 25px;
    text-decoration: underline;
}
.Highlights-Section .Desk-Highlights .Img-Box .text span {
    margin: 0px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.Highlights-Section .Desk-Highlights .Img-Box .overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
     -webkit-transition: all 0.4s ease-in-out 0s; 
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -moz-transform: translateY(73%);
    -webkit-transform: translateY(73%);
    -ms-transform: translateY(73%);
     transform: translateY(73%);
    
}
.Highlights-Section .Desk-Highlights .Img-Box .One {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .One {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box .Two {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .Two {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box .Three {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .Three {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box .Four {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .Four {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box .Five {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .Five {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box .Six {
    background-color: #0d0a5e;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .Six {
    background-color: #0d0a5e;
}

.Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 22px 40px;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
    padding: 22px 40px;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .over-text {
    padding-top: 50px;
}
.Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Mob-Vw {
    display: none;
}
.Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 5px;
}
.Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading span {
    margin: 0px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 3px;
}
.Highlights-Section .Desk-Highlights .Img-Box:hover .overlay {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0%;
}
.Highlights-Section .Desk-Highlights .Img-Box .One-Line .Heading {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}

@media (max-width: 768px) {
    .Highlights-Section .Desk-Highlights .E-PadL {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .Highlights-Section .Desk-Highlights .E-PadR {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .over-text {
        padding-top: 10px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 10px;
        text-align: center;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .Des-Vw {
        display: none !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .Mob-Vw {
        display: block !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Mob-Vw {
        display: block;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover span.fa.fa.fa-angle-double-up {
        display: none !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 20px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading span {
        -webkit-text-stroke-width: 1px;
    }
    .Highlights-Section .Desk-Highlights {
        margin-bottom: 15px;
    }
}
@media (max-width: 336px) { 
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 12px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
}
@media (min-width:337px) and (max-width: 376px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 24px 15px;

    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 40px 15px;
    }
}
@media (min-width:377px) and (max-width: 426px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 32px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 30px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 50px 15px;
    }
}
@media (min-width:427px) and (max-width: 500px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 44px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 40px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 90px 15px;
    }
}
@media (min-width:501px) and (max-width: 600px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 30px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 40px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        -moz-transform: translateY(80%);
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@media (min-width:601px) and (max-width: 768px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 30px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 40px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        -moz-transform: translateY(85%);
        -webkit-transform: translateY(85%);
        -ms-transform: translateY(85%);
        transform: translateY(85%);
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .Top-Header .RS ul li {
        font-size: 12px;
    }
    .Second-Section .Content-Heading, .What-IS .Content-Heading, .Key-Sessions .Session-Details .Session-Heading,
    .Show-Event .Content-Heading,
    .Sponsors-Section .Main-Heading, .Show-Event .Content-Heading, .Gen-Enq .Content-Heading {
        font-size: 36px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        -moz-transform: translateY(60%);
        -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
        transform: translateY(60%);
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 10px 50px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text .Heading {
        font-size: 25px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        font-size: 16px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        transition: all 0.4s ease-in-out 0s;
        -moz-transform: translateY(70%);
        -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
        transform: translateY(70%);
    }
} 
@media (min-width: 1920px){
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text { 
        padding-top: 37px; 
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
        margin-bottom: 28px;
        margin-top: 5px !important;
    }
}
/*Highlights section ends*/


/*Speaker Section Begins*/
.Speakers
{
    padding: 70px 0px 10px 0px;
    /*background-image: url(../img/bg-speakers.png);
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;*/
    /*display: none;*/
}

.Speakers .Heading
{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 36px;
}

.Speakers .Outer-Box
{
    margin-bottom: 60px;
}

.Speakers .Outer-Box .SKR-Img-Div
{
}

.Speakers .Outer-Box .SKR-Img-Div .SKR-IMG
{
    border-radius: 0px;
}

.Speakers .Outer-Box .SKR-Img-Div 
{
    position: relative;
}

.Speakers .Outer-Box .SKR-IMG {
    display: block;
    width: 100%;
    height: auto;
}

.Speakers .Outer-Box .overlay 
{
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #06e0ff;
}

.Speakers .Outer-Box .SKR-Img-Div:hover .overlay {
    opacity: 1;
}

.Speakers .Outer-Box .text {
    color: #000;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 15px;
    width: fit-content;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*font-weight: bold;*/
}

.Speakers .Outer-Box .Speaker-Name
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-top: 17px;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
}

.Speakers .Outer-Box .Designation
{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Speakers .Outer-Box .Company
{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3px;
}

.Speakers .Outer-Box .Country {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.Speakers .Outer-Box .Social-Section
{
}

.Speakers .Outer-Box .Social-Section
{
    margin: 0px;
    padding-left: 0px;
}

.Speakers .Outer-Box .Social-Section li
{
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    background: #fff;
    color: #000;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.Speakers .Outer-Box .Social-Section li:hover
{
    background: #0499d5;
    color: #fff;
}

.Speakers .Outer-Box .Social-Section li .social
{
    color: inherit;
}


/*.Speakers .btn-all-skr {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 0px;
}*/
.Speakers .btn-all-skr {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: none;
    padding: 8px 15px;
}
.Speakers .btn-all-skr:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.Speakers .btn-all-skr:hover, .Speakers .btn-all-skr:active, .Speakers .btn-all-skr:focus {
    color: #000;
}
.Speakers .btn-all-skr:hover:before, .Speakers .btn-all-skr:focus:before, .Speakers .btn-all-skr:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.Speakers .btn-all-skr span {
    
}

/*.Speakers .btn-all-skr:hover { 
    background-color: #06e0ff;
    color: #000;
}*/
.Speakers .btn-all-skr a
{
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

@media(max-width: 768px)
{
    .Speakers 
    {
        padding: 0px 0px 40px 0px;
    }
    .Speakers .Heading 
    {
        margin-bottom: 26px;
        font-size: 26px;
    }
    .Speakers .Outer-Box 
    {
        margin-bottom: 60px;
        padding: 0px 20px;
    }
    .Speakers .Outer-Box .Speaker-Name, .Speakers .Outer-Box .Designation, .Speakers .Outer-Box .Company{
        text-align: center;
    }
}
/*Speaker Section Ends*/

/*Attendee breakdown section begins*/
.Att-Brkdwn {
    /*padding: 30px 0px 70px 0px;*/
    padding: 60px 0px;
    background-image: url(../img/bg-why-attend.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.Att-Brkdwn .Heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 36px;
}

.Att-Brkdwn .Mob-H {
    display: block;
    margin: 20px 0px 40px 0px;
}
.Att-Brkdwn .Mob-S {
    display: none;
}

.Att-Brkdwn .Statistics {
    padding-top: 0px;
    margin-bottom: 35px;
}
.Att-Brkdwn .Statistics .Sta-Content {
    color: #fff;
    padding: 45px;
    background: #181818;
    margin-right: 2%;
}
/*.Att-Brkdwn .Statistics .Sta-Content .Sta-Le {
    width: 30%;
    float: left;
}*/
/*.Att-Brkdwn .Statistics .Sta-Content .Sta-Le .Perntg {
    margin: 0px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    padding: 22px 17px;
    font-size: 19px;
    font-weight: 600;
}*/
.Att-Brkdwn .Statistics .Sta-Content .Sta-Ri {
    /*width: 70%;*/
    /*display: table-cell;*/
    /*float: left;*/
    font-size: 22px;
    font-weight: 600;
    color: #06e0ff;
}
.Att-Brkdwn .Statistics .Sta-Content .Sta-Ri ul {
    padding-left: 15px;
    font-weight: 100;
    padding-top: 20px;
    color: #fff;
}
.Att-Brkdwn .Statistics .Sta-Content .Sta-Ri li {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.3;
    padding-right: 10px;
}

@media(max-width: 768px) {
    .Att-Brkdwn .Heading {
        font-size: 26px;
        margin-bottom: 10px;
        text-align: center;
    }
    .Att-Brkdwn .Mob-H {
        display: none;
    }
    .Att-Brkdwn .Mob-S {
        display: block;
        margin-bottom: 25px;
        width: 100%;
    }
    .Att-Brkdwn .tkt-size {
        margin-bottom: 10px;
    }
    .Att-Brkdwn .Statistics .Sta-Content {
        margin-bottom: 0px;
        padding-bottom: 10px;
        background: transparent;
        margin-right: 0%;
        padding: 30px;
    }
    .Att-Brkdwn {
        padding: 40px 0px 50px 0px;
    }
    .Att-Brkdwn .Statistics .Sta-Content .Sta-Ri {
        font-size: 20px;
    }
    .Att-Brkdwn .Statistics .Sta-Content .Sta-Ri li {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
/*Attendee breakdown section Ends*/

/*Organiser info section begins*/
.Organizer
{
    padding: 60px 0px 60px 0px;
    background: #0e0a67;
}

.Organizer .LS
{
}

.Organizer .LS .Outer-Box
{
}

.Organizer .LS .Outer-Box .Type1
{
        margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin-top: 40px;
}

.Organizer .LS .Outer-Box .Type2
{
    margin-bottom: 0px;
    color: #06e0ff;
    font-weight: 900;
    font-size: 36px;
    line-height: .9;
}

.Organizer .LS .Outer-Box .Type3
{
        margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: .9;
}

.Organizer .LS .Outer-Box .Type4
{
    margin-bottom: 0px;
    color: #06e0ff;
    font-weight: 900;
    font-size: 36px;
    line-height: .9;
}

.Organizer .LS .Outer-Box img
{
        width: 45%;
}

.Organizer .RS
{
}

.Organizer .RS .Outer-Box
{
}

.Organizer .RS .Outer-Box .Heading
{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.Organizer .RS .Outer-Box .Text
{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.Organizer .RS .Outer-Box .Heading
{
}

.Organizer .RS .Outer-Box  button
{
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Organizer .RS .Outer-Box  button span
{
    color: inherit;
    font-size: 17px;
    font-weight: 500;
    text-decoration: inherit;
    padding-left: 5px;
}

.Organizer .RS .Outer-Box  button:hover
{
    /*background-color: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    color: #000;
}

.Organizer .RS .Outer-Box button a
{
        color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

@media(max-width: 768px)
{
    .Organizer 
    {
    padding: 60px 20px 60px 20px;
    margin-top: -1px;
        background-position: top left;
    }
    .Organizer .LS .Outer-Box .Type2 
    {
    font-size: 36px;
    }
    .Organizer .LS .Outer-Box .Type3 
    {
    font-size: 22px;
    }
    .Organizer .LS .Outer-Box .Type4 
    {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: .9;
    }
    .Organizer .RS .Outer-Box .Heading 
    {
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 1;
    }
}
/*Organiser info section ends*/



/*Who attends section begins*/
.Who-Attends
{
    padding: 50px 0px;
    background-image: url(../img/bg-discussion-topics.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.Who-Attends .Heading {
    text-align: center;
    color: #06e0ff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 36px;
    font-size: 36px;
}
.Who-Attends .Img-Sec {

}
.Who-Attends .Img-Sec img {
    width: 25%;
}
.Who-Attends .Text-Sec {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0px;
    line-height: 1.6;
    margin-top: 10px;
}
.Who-Attends .D-Row {
    margin-bottom: 60px;
}

.Who-Attends .Outer-Box
{
    border: 1px solid #b8b7b6;
    padding: 30px;
    margin-bottom: 40px;
    min-height: 330px;
}

.Who-Attends .Ls-Box
{
    
}

.Who-Attends .Rs-Box
{
    
}

.Who-Attends .Outer-Box .Head-Sec
{
    width: 100%;
    position: relative;
    display: table;
    border-bottom: 2px solid #b8b7b6;
    padding: 0px 0px 15px 0px;
    
}

.Who-Attends .Outer-Box .Head-Sec .Head-LS
{
    width: 70%;
    float: left;
    display: table-cell;
}

.Who-Attends .Outer-Box .Head-Sec .Head-LS .Line1
{
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}

.Who-Attends .Outer-Box .Head-Sec .Head-LS .Line2
{
    margin-bottom: 0px;
    color: #06e0ff;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
}

.Who-Attends .Outer-Box .Head-Sec .Head-LS .Line3
{
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}


.Who-Attends .Outer-Box .Head-Sec .Head-RS
{
    display: table-cell;
    vertical-align: bottom;
}

.Who-Attends .Outer-Box .Head-Sec .Head-RS img
{ 
    float: right;   
}

.Who-Attends .Outer-Box .Content-Sec
{
    margin-top: 15px;
}

.Who-Attends .Outer-Box .Content-Sec p
{
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-style: italic;
    padding: 8px 0 12px 0;
}


.Who-Attends .Outer-Box .Content-Sec .Content-collapse-Btn
{
    color: #dadada;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.Who-Attends .Outer-Box .Content-Sec .Content-collapse-Btn:hover
{
    color: #fff;
}



.Who-Attends .Outer-Box .Content-Sec .collapse
{
    
}

.Who-Attends a .fa
{
    /*font-size: 20px;*/
    /*font-weight: 600;*/
    /*line-height: 1;*/
}

.Who-Attends a[aria-expanded=true] .fa-angle-down {
    display: none;
}
.Who-Attends a[aria-expanded=false] .fa-angle-up {
    display: none;
}


.Who-Attends .Outer-Box .Content-Sec .collapse p
{
    
}

.Who-Attends .Outer-Box .Content-Sec ul
{
    padding-left: 12px;
    padding-top:6px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.Who-Attends .Outer-Box .Content-Sec ul li
{
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left:15px;
}



/*.Who-Attends .Outer-Box .Content-Sec button {
    background-color: #eab60900;
    border: 1px solid #aaaeb4;
    border-radius: 0px;
    color: #aaaeb4;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 7px 24px;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.Who-Attends .Outer-Box .Content-Sec button:hover {
    background-color: #fff;
    color: #000;
}*/

.Who-Attends .Outer-Box .Content-Sec button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #eab60900;
    font-weight: 100;
    color: #aaaeb4;
    border: 1px solid #aaaeb4;
    padding: 8px 15px;
    margin-bottom: 20px;
}

.Who-Attends .Outer-Box .Content-Sec button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Who-Attends .Outer-Box .Content-Sec button:hover, .Who-Attends .Outer-Box .Content-Sec button:active, .Who-Attends .Outer-Box .Content-Sec button:focus {
    color: #000;
}
.Who-Attends .Outer-Box .Content-Sec button:hover:before, .Who-Attends .Outer-Box .Content-Sec button:focus:before, .Who-Attends .Outer-Box .Content-Sec button:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.Who-Attends .Outer-Box .Content-Sec button span {
    font-size: 16px;
    font-weight: 100;
}

.Who-Attends .Outer-Box .Content-Sec a
{
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

@media (max-width: 768px) {
    .Who-Attends .D-Row {
        margin-bottom: 0px;
    }
    .Who-Attends .Text-Sec {
        margin-bottom: 50px;
    }
}

/*Home testimonials begins*/
.Spons-Testim-Home {
    padding: 65px 65px;
    background: #181818;
}
.Spons-Testim-Home h2 {
    margin: 0px;
    font-weight: 800;
    font-size: 45px;
    /*padding-right: 13%;*/
    line-height: 1.1;
    color: #fff;
    text-align: center;
}
.Spons-Testim-Home .Testi-Name {
    margin-top: 20px;
    position: relative;
    color: #06e0ff;
    width: 100%;
    text-align: center;
}
.Spons-Testim-Home .Testi-Name:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -15%;
    width: 10%;
    border-bottom: 2px solid #06e0ff;
}
.Spons-Testim-Home .Testi-Name .Name1 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}
.Spons-Testim-Home .Testi-Name .Name2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .Spons-Testim-Home {
        padding: 40px 15px 65px 15px;
    }
    .Spons-Testim-Home h2 {
        margin: 0px;
        font-weight: 800;
        font-size: 26px;
        padding-right: 0px;
        line-height: 1.3;
    }
    .Spons-Testim-Home .Testi-Name:after {
        width: 40%;
        left: 30%;
    }
}
/*Home testimonials ends*/
/*.Who-Attends .Btn-Sec button {
    background-color: #eab60900;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    padding: 7px 24px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Who-Attends .Btn-Sec button:hover {
    background-color: #fff;
    color: #000;
}*/
.Btn-Sec button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #06e0ff;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    margin-right: 10px;
}

.Btn-Sec button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Btn-Sec button:hover, .Btn-Sec button:active, .Btn-Sec button:focus {
    color: #000;
    background: #06e0ff;
    border: #06e0ff;
}
.Btn-Sec button:hover:before, .Btn-Sec button:focus:before, .Btn-Sec button:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.Btn-Sec button span {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
}
.Btn-Sec a
{
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}



@media(max-width: 768px){
    .Who-Attends .Heading{
        font-size: 26px;
    }
    .Who-Attends 
    {
        padding: 50px 0px 50px 0px;
    }
    .Who-Attends .Outer-Box .Head-Sec .Head-RS img 
    {
        width: 70%;
    }
    .Who-Attends .Outer-Box .Head-Sec .Head-LS .Line1 
    {
        font-size: 20px;
    }
    .Who-Attends .Outer-Box .Head-Sec .Head-LS .Line2 
    {
        font-size: 26px;
    }
    .Who-Attends .Outer-Box .Head-Sec .Head-LS .Line3 
    {
        font-size: 20px;
    }
    .Who-Attends .Outer-Box .Head-Sec .Head-RS {
        display: none;
    }
}

/*Who attends section ends*/



/*Advisory committee section begins*/

.Advisory-Sec
{
    padding:  60px 0px 50px 0px;
    background: #fff;
    display: none;
}

.Advisory-Members
{
    /* padding-bottom: 20px; */
    /*margin-bottom: 20px;*/
    /* margin-top: 0%; */
    position: relative;
    /*z-index: 5;*/
}

.Advisory-Members .Main-Heading {
    text-align: left;
    color: #474646;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 40px;
}

.Advisory-Members .Content {
    padding-right: 40px;
    padding-top: 5px;
}
.Advisory-Members .Content .Text
{
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.Advisory-Members .Speaker-Name
{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-top: 17px;
    text-align: left;
    margin-bottom: 3px;
    position: relative;
}

.Advisory-Members .Designation
{
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Advisory-Members .Company
{
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 3px;
}

.Advisory-Members .Country
{
    color: #3f3f3f;
    font-size: 17px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

#advisory-carousel .item {
    margin: 10px;
}

#advisory-carousel .owl-nav .fa
{
    font-size: 38px;
    line-height: 30px;
    padding: 4px 12px 8px 12px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#advisory-carousel .fa:hover {
    background: #ffffff;
    color: #06e0ff;
}

#advisory-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}


#advisory-carousel .owl-nav 
{
    position: absolute;
    top: 26%;
    width: 100%;
    height: 0px;
    padding: 0px 5px;
}

#advisory-carousel .owl-nav button.owl-prev
{
    /*left: -14%;*/
    position: relative;
    float: left;
}

#advisory-carousel .owl-nav button.owl-next
{
    /*right: -569%;*/
    position: relative;
    float: right;
}

#advisory-carousel .owl-dots {
    display: none;
}

#advisory-carousel button:focus {
    outline: none;
    outline: none;
}
#advisory-carousel .owl-carousel .owl-item img {
    display: block;
    width: 96%!important;
}


@media(max-width: 768px)
{
    #advisory-carousel .owl-nav 
    {
        top: 30%;
    }
    #advisory-carousel .owl-nav button.owl-prev 
    {
        left: 0%;
    }
    #advisory-carousel .owl-nav button.owl-next 
    {
        /*right: -265%;*/
    }
    .Advisory-Members
    {
        margin-top:-20px;
    }
    .Advisory-Members .Main-Heading 
    {
        font-size: 26px;
        text-align: center;
    }
    .Advisory-Members .Content 
    {
        padding-right: 0px;
        padding-top: 0px;
    }   
    .Advisory-Members .Content .Text 
    {
        font-size: 18px;
        text-align: center;
    }
    .Advisory-Sec {
        padding-top: 65px;
    }
    .Advisory-Members .Speaker-Name, .Advisory-Members .Designation, .Advisory-Members .Company, .Advisory-Members .Country {
        text-align: center;
    }
}
/*Advisory committee section ends*/


/*Media showcase & coverage section begins*/
.Media-Showcase {
    padding: 70px 0px 0px 0px;
    background-image: url(../img/wais-20-bg-sponsorship.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
.Media-Showcase .Att-Test {

}
.Media-Showcase .Att-Test .Main-Heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 40px;
}
/*.Media-Showcase .Att-Test .View-More-Videos {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 40px;
}
.Media-Showcase .Att-Test .View-More-Videos:hover {
    background: #06e0ff;
}*/

.Media-Showcase .Att-Test .View-More-Videos {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-top: 40px;
}

.Media-Showcase .Att-Test .View-More-Videos:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Media-Showcase .Att-Test .View-More-Videos:hover, .Media-Showcase .Att-Test .View-More-Videos:active, .Media-Showcase .Att-Test .View-More-Videos:focus {
    color: #000;
}
.Media-Showcase .Att-Test .View-More-Videos:hover:before, .Media-Showcase .Att-Test .View-More-Videos:focus:before, .Media-Showcase .Att-Test .View-More-Videos:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


@media (max-width: 768px) {
    .Media-Showcase .Att-Test .Main-Heading {
        font-size: 26px;
    }
    .Media-Showcase .Att-Test .Margin-Mobile-Bottom {
        margin-bottom: 30px;
    }
    .Media-Showcase .Att-Test .View-More-Videos {
        margin-top: 0px;
    }
    .Media-coverage {
        /*display: none;*/
        padding: 70px 0px 0px 0px !important;
    }
    .Media-Showcase {
        padding-bottom: 0px;
        padding-top: 50px;
    }
}
/*Modal code for sponsor testi begins*/
@media (min-width: 576px) {
.modal-dialog  {
    max-width: 60%;
    margin: 1.75rem auto;
    }
}

.modal-body {
   position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem .5rem 1rem;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    width: 30px;
    border-radius: 0%;
    background-color: #06e0ff !important;
    margin: -0.6em -0.5em -10em 0em;
    z-index: 9999;
    position: relative;
    color: #fff;
}

.close:focus, .close:hover  {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none;
    opacity: 1;
}

.modal  {
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden !important;
    outline: 0;
}

/*Modal code for sponsor testi ends*/

.Media-Showcase .Media-coverage .Main-Heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 36px;
}

/*Counter section for Social stats*/
.Counters-Section-Social
{
    padding: 20px 0px 60px 0px;
}
.Counters-Section-Social .Main-Heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 36px;
    font-size: 36px;
}

.Counters-Section-Social .Outer-Box
{
    width: 100%;
}

.Counters-Section-Social .Outer-Box ul
{
    padding: 0px;
    display: flex;
    justify-content: center;
    margin: 0px;
}
.Counters-Section-Social .Outer-Box .top-rw {
    margin-bottom: 25px;
}

.Counters-Section-Social .Outer-Box ul li
{
    list-style-type: none;
    width: 25%;
    float: left;
    color: #fff;
}

.Counters-Section-Social .Outer-Box .Border-Right
{
    border-right: 2px solid #ffffff5e;
}

.Counters-Section-Social .Outer-Box .Count
{
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.Counters-Section-Social .Outer-Box .Count .count2
{
    color: inherit;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
}

.Counters-Section-Social .Outer-Box .Count span
{
    color: inherit;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

.Counters-Section-Social .Outer-Box .Title
{
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media(max-width: 768px){
    .Counters-Section-Social .Main-Heading {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .Counters-Section-Social .Outer-Box .Count span{
        font-size: 30px;
    }
    .Counters-Section-Social .Outer-Box .Title{
        font-size: 13px;
    }
    .Counters-Section-Social {
        padding: 20px 0px 20px 0px;
    }
    .Counters-Section-Social .Outer-Box ul{
        display: block;
        justify-content: unset;
    }
    .Counters-Section-Social .Outer-Box ul li{
        width: 50%;
        float: left;
    }
    .Counters-Section-Social .Outer-Box .Border-Right{
        border: none;
        padding-bottom: 40px;
    }
    .Counters-Section-Social .Outer-Box ul li.Margin-Li-Mobile.first{
        width: 100% !important;
        float: unset;
    }
}
/*Counter section for Social Stats*/

.Media-coverage {
    padding: 70px 70px 0px 70px;
}
#media-coverage-carousel .owl-nav {
    display: none;
}
#media-coverage-carousel .owl-dots {
    padding-top: 20px;
}
#media-coverage-carousel .owl-dots .owl-dot.active span, #media-coverage-carousel .owl-dots .owl-dot:hover span {
    background: #06e0ff;
}
#media-coverage-carousel .owl-dots .owl-dot span {
    background: #fff;
}

@media (max-width: 768px) {
    .Media-Showcase .Media-coverage .Main-Heading {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #media-coverage-carousel {
        display: none;
    }
}
/*Media showcase & coverage section Ends*/



/*Become sponsor section begins*/
.Sponsorship {
    background-image: url(../img/sponsors/sponsor-bg.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
}

.Sponsorship .LS-Img {
}

.Sponsorship .Content-Sec {
    
}

.Sponsorship .Content-Sec .Outer-Box {
    background: #171716;
    padding: 50px 7% 50px 7%;
}

.Sponsorship .Content-Sec .Outer-Box .Heading {
        color: #fff;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.Sponsorship .Content-Sec .Outer-Box .Heading2 {
        color: #fff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.Sponsorship .Content-Sec .Outer-Box .Sub-Heading {
        color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}


.Sponsorship .Content-Sec .Outer-Box ul {
        padding-left: 15px;
}

.Sponsorship .Content-Sec .Outer-Box ul li {
        color: #fff;
        font-size: 16px;
    margin-bottom: 10px;
    list-style-type: none;
}
.Sponsorship .Content-Sec .Outer-Box ul li::before {
    content: "✓";
    position: absolute;
    left: -10px;
    font-size: 16px;
}

.Sponsorship .Content-Sec .Outer-Box .Small-Heading2 {
        color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/*.Sponsorship .Content-Sec .Outer-Box  button {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 7px 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.Sponsorship .Content-Sec .Outer-Box  button:hover {
    background-color: #06e0ff;
    color: #000;
}*/

.Sponsorship .Content-Sec .Outer-Box  button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #06e0ff;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
}

.Sponsorship .Content-Sec .Outer-Box  button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Sponsorship .Content-Sec .Outer-Box  button:hover, .Sponsorship .Content-Sec .Outer-Box  button:active, .Sponsorship .Content-Sec .Outer-Box  button:focus {
    color: #000;
}
.Sponsorship .Content-Sec .Outer-Box  button:hover:before, .Sponsorship .Content-Sec .Outer-Box  button:focus:before, .Sponsorship .Content-Sec .Outer-Box  button:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}





.Sponsorship .Content-Sec .Outer-Box  button span {
    /*color: inherit;
    font-size: 17px;
    font-weight: 500;
    text-decoration: inherit;
    padding-left: 5px;*/
}

.Sponsorship .Content-Sec .Outer-Box  button a {
        color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

.Sponsorship .RS-Img {
}

@media(max-width: 768px) {
    .Sponsorship {
        background-image: none;
    }
    .Sponsorship .Content-Sec .Outer-Box {
        margin-top: -1px;
    }
    .Sponsorship .Content-Sec .Outer-Box .Heading {
        font-size: 26px;
    }
    .Sponsorship .Content-Sec .Outer-Box .Heading2 {
        font-size: 17px;
    }
    .Sponsorship .Content-Sec .Outer-Box button {
        font-size: 12px;
    }
}
/*Become sponsor section ends*/



 /*Sponsor section style begins*/
 .Sponsors-Section {
    padding: 60px 0px 10px 0px;
    background: #fff;
 }
.Sponsors-Section .Main-Heading{
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #535353;
    font-size: 26px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

 .Sponsors-Section .Associate{
   margin-bottom: 70px;
} 
.Sponsors-Section .Associate .Main-Heading{
  margin-bottom: 40px;
        font-size: 26px;
} 
.Sponsors-Section .Associate .site{
    width: 40%;
}
  .Sponsors-Section .Bronze{
   margin-bottom: 60px;
} 
.Sponsors-Section .Bronze .Main-Heading{
  margin-bottom: 30px;
        font-size: 26px;
} 
.Sponsors-Section .Bronze .east{
    width: 85%;
}
.Sponsors-Section .Bronze .tp{
    width: 38%;
}

  .Sponsors-Section .Silver{
   margin-bottom: 60px;
} 
.Sponsors-Section .Silver .Main-Heading{
  margin-bottom: 30px;
        font-size: 26px;
} 
.Sponsors-Section .Silver .fresh{
    width: 70%;
}
.Sponsors-Section .V-Media {
    margin-bottom: 40px;
}
.Sponsors-Section .V-Media .Main-Heading{
  margin-bottom: 15px;
        font-size: 26px;
} 
.Sponsors-Section .V-Media .M-Img {
    width: 85%;
}
.Sponsors-Section .B-Bottom{
    border-bottom: 1px solid #e0e0e0;
}
.Sponsors-Section .B-Right{
    border-right: 1px solid #e0e0e0;
}
.Sponsors-Section .B-Left{
    border-left: 1px solid #e0e0e0;
}
.Sponsors-Section .Govt-Logos {
    margin-bottom: 60px;
    margin-top: 60px;
    
}
.Sponsors-Section .Past-Sponsors {
    margin-bottom: 60px;
}
.Sponsors-Section .Past-Sponsors .btn-spons {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    border: 2px solid #06e0ff;
    margin-top: 20px;
}
.Sponsors-Section .Past-Sponsors .btn-spons:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.Sponsors-Section .Past-Sponsors .btn-spons:hover, .Sponsors-Section .Past-Sponsors .btn-spons:active, .Sponsors-Section .Past-Sponsors .btn-spons:focus {
    color: #000;
    border: 2px solid #333;
}
.Sponsors-Section .Past-Sponsors .btn-spons:hover:before, .Sponsors-Section .Past-Sponsors .btn-spons:focus:before, .Sponsors-Section .Past-Sponsors .btn-spons:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

@media(max-width: 768px){
    .Sponsors-Section .Main-Heading{
        margin-bottom: 20px;
        font-size: 26px;
    }

       .Sponsors-Section .Silver{
   margin-bottom: 60px;
} 
.Sponsors-Section .Silver .Main-Heading{
  margin-bottom: 30px;
        font-size: 26px;
} 
.Sponsors-Section .Silver .fresh{
    width: 90%;
}
  .Sponsors-Section .Bronze{
   margin-bottom: 60px;
} 
.Sponsors-Section .Bronze .Main-Heading{
  margin-bottom: 30px;
        font-size: 26px;
} 
.Sponsors-Section .Bronze .east{
    width: 90%;
}
.Sponsors-Section .Bronze .tp{
    width: 40%;
    margin-top: 30px;
}
  .Sponsors-Section .Associate{
   margin-bottom: 70px;
} 
.Sponsors-Section .Associate .Main-Heading{
  margin-bottom: 30px;
        font-size: 26px;
} 
.Sponsors-Section .Associate .site{
    width: 55%;
}
.Sponsors-Section .M-View {
    width: 50%;
    margin-bottom: 25px;
}
.Sponsors-Section .V-Media .M-Img {
    width: 95%;
}
.Sponsors-Section .V-Media {
    margin-bottom: 10px;
}
    .Sponsors-Section .B-Bottom{
        border-bottom: none;
    }
    .Sponsors-Section .B-Right{
        border-right: none;
    }
    .Sponsors-Section .B-Left{
        border-left: none;
    }
    .Sponsors-Section {
        padding: 50px 0px 1px 0px;
    }
    .Sponsors-Section .M-View {
        width: 50%;
        margin-bottom: 35px;
    }
    .Sponsors-Section .Govt-Logos {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .Sponsors-Section .Past-Sponsors {
        margin-bottom: 20px;
    }
}
/*Sponsor section style ends*/


/* Footer-Social-Sec Start   */
.Footer-Social-Sec {
    padding: 50px 0px 60px 0px;
    background: #fff;
    /* background-image: url(../img/bg-form.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Footer-Social-Sec .Heading {
    text-align: center;
    /* color: #fff; */
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 40px;
    font-size: 40px;
}

.Footer-Social-Sec .Twitter-Feed-Sec {
}

.Footer-Social-Sec .Social-List {
    padding-left: 20px;
    padding-right: 10%;
}

.Footer-Social-Sec .Social-List .Sec-1 {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.Footer-Social-Sec .Social-List .Sec-2 {
}

.Footer-Social-Sec .Social-List .Sub-Heading {
    /* color: #fff; */
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1.2;
    text-align: left;
}

.Footer-Social-Sec .Social-List .Text {
    /* color: #fff; */
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 26px;
    line-height: 1.2;
    text-align: left;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .Img-sec {
    width: 70%;
    float: left;
    display: table-cell;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .Img-sec img {
    max-width: 110px;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .Img-sec .c-img {
    width: 45px;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .Join-Sec {
    vertical-align: bottom;
    display: table-cell;
    width: 75%;
}


.Footer-Social-Sec .Social-List .Join-Outer-Box .VAM {
    vertical-align: middle;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .VAM {
    vertical-align: middle;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .Join-Sec a {
        color: #0e36a1;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
        text-decoration: underline;
}
.Footer-Social-Sec .Social-List .Join-Outer-Box .Join-Sec a:hover {
        text-decoration: none;
}

.Footer-Social-Sec .Social-List .Join-Outer-Box .Join-Sec i {
}


@media(max-width: 768px) {
    .Footer-Social-Sec .Heading {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .Footer-Social-Sec .Social-List {
        padding-left: 0px;
        padding-top: 40px;
    }
    .Footer-Social-Sec .Social-List .Join-Outer-Box .Join-Sec {
        width: 60%;
    }
    .Footer-Social-Sec .Social-List .Sub-Heading {
        font-size: 22px;
    }
    .Footer-Social-Sec {
        padding-bottom: 20px;
    }
}
/* Footer-Social-Sec End   */




/*Upcoming event section begins*/
.Upcoming-Events {
    padding: 70px 0px;
    background-image: url(../img/bg-1.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Upcoming-Events .Main-Heading {
        text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
        font-size: 40px;
}

.Upcoming-Events .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #0066ff;
}

.Upcoming-Events .hovereffect .overlay {
     width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 30px 30px;
    background-color: #0562ec4f;
}

.Upcoming-Events .hovereffect .overlay:hover {
    background-color: transparent !important;
}

.Upcoming-Events .hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.Upcoming-Events .hovereffect:hover img {
  opacity: 0;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.Upcoming-Events .hovereffect .overlay .Outer-Box {
        border: 3px solid #fff;
    height: 100%;
}

.Upcoming-Events .hovereffect .overlay .Outer-Box .Heading {
        color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 3px;
    font-family: 'Khand', sans-serif;
    margin-top: 20%;
     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Upcoming-Events .hovereffect:hover .overlay .Outer-Box .Heading {
        margin-top: 11%;
}

.Upcoming-Events .hovereffect .overlay .Outer-Box .Date {
        color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'Khand', sans-serif;
}


/*.Upcoming-Events .hovereffect .overlay .Outer-Box button {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding: 7px 15px;
        text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 10px;
}

.Upcoming-Events .hovereffect .overlay .Outer-Box button:hover {
    background-color: #06e0ff;
    color: #000;
}*/
.Upcoming-Events .hovereffect .overlay .Outer-Box button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #06e0ff;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.Upcoming-Events .hovereffect .overlay .Outer-Box button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Upcoming-Events .hovereffect .overlay .Outer-Box button:hover, .Upcoming-Events .hovereffect .overlay .Outer-Box button:active, .Upcoming-Events .hovereffect .overlay .Outer-Box button:focus {
    color: #000;
}
.Upcoming-Events .hovereffect .overlay .Outer-Box button:hover:before, .Upcoming-Events .hovereffect .overlay .Outer-Box button:focus:before, .Upcoming-Events .hovereffect .overlay .Outer-Box button:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}




.Upcoming-Events .hovereffect .overlay .Outer-Box button span {
    /*color: inherit;
    font-size: 17px;
    font-weight: 500;
    text-decoration: inherit;*/
    padding-left: 5px;
}



.Upcoming-Events .hovereffect .overlay .Outer-Box button a {
        color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}


.Upcoming-Events .hovereffect button {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.Upcoming-Events .hovereffect:hover button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#series-carousel .item {
  margin: 10px;
}
#series-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

#series-carousel .owl-item img {
    display: block;
    width: auto;
}

#series-carousel .owl-nav .fa {
    font-size: 32px;
    line-height: 30px;
    padding: 2px 10px 4px 8px;
    background: #fff;
    color: #000;
    font-weight: 600;
     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#series-carousel .fa:hover {
    background: #fff;
    color: #06e0ff;
}

.Upcoming-Events .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.Upcoming-Events .owl-theme .owl-nav {
    text-align: right;
    margin-right: 5px;
}

.Upcoming-Events .owl-theme .owl-dots {
    display: none;
}

.Upcoming-Events .owl-theme button:focus {
    outline: none;
    outline: none;
}
@media (max-width: 768px) {
    .Upcoming-Events .Main-Heading {
        font-size: 26px;
    }
    .Upcoming-Events {
        padding: 45px 0px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 2800px) {
    .Upcoming-Events-Static {
        margin-top: -8%;
    }

}
/*Upcoming event section ends*/




 /*Scroll icon style*/
 .scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px; 
    z-index: 89;
}
.scroll {
    position: absolute;
    right: 8px;
    bottom: 0px;
    background: #000000c7;
    padding: 10px 10px;
    text-align: center;
    margin: 0 0 0 0;
    color: #fff;
    cursor: pointer;
    /*transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;*/
    border: 1px solid #fff;
}
@media(max-width: 768px){
    .scroll{
        right: 0px;
    }
}
.scroll:hover 
{
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    color: #000;
}
.scroll:hover .fa {
    padding-top:-10px;
}
.scroll .fa {
        font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: inherit; 
    font-weight: 900;
}


.scroll-id
{
    margin-top: -60px;
    padding-top: 60px;
}
.scroll-id2
{
    margin-top: -100px;
    padding-top: 100px;
}
/*Scroll icon ends*/




/*Footer section begins*/
footer {
    background: #181818;
    padding: 40px 0px 15px 0px;
}
footer .Heading {
    font-weight: 600;
    color: #c0bdbd;
    margin: 0px;
    text-transform: uppercase;
}
footer .One {
    
}
footer .Tresc {
    
}
footer .Tresc img {
    width: 65%;
    padding-top: 5px;
}
footer a {
    color: #e7e7e7;
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
footer a:hover {
    color: #06e0ff;
}
footer .One ul {
   padding: 0px; 
}
footer .One ul li {
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Two {
    
}
footer .Two ul {
    padding: 0px;
}
footer .Two ul li{
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Three {
    padding-left: 4%;
}
footer .Three .Social-Links {
   padding: 0px;
   margin-top: 3%;
}
footer .Three .Social-Links li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
}
footer .Three .Social-Links a {
    font-size: 21px;
    color: #fff;
    border: 1px solid #282626;
    border-radius: 50%;
    background: #282626;
    padding: 5px 9px;
}
footer .Three .Social-Links a:hover {
    color: #06e0ff;
    border: 1px solid #282626;
    background: #282626;
}
footer .Three .Updates {
    margin-top: 6%;
}
/*footer .Three .Updates button {
    background-color: #06e0ff;
    border: #06e0ff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #000;
}
footer .Three .Updates button:hover {
    background-color: #000;
    border: #000;
    color: #fff;
}*/

footer .Three .Updates button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    /*background: #06e0ff;*/
    background-image: linear-gradient(to right,#06e0ff -1%, #27ef9e);
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

footer .Three .Updates button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #071685;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

footer .Three .Updates button:hover, footer .Three .Updates button:active, footer .Three .Updates button:focus {
    color: #fff;
}
footer .Three .Updates button:hover:before, footer .Three .Updates button:focus:before, footer .Three .Updates button:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}



.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
footer .Three .Updates .Heading {
    font-weight: 600;
    color: #c0bdbd;
    margin: 0px;
    text-transform: uppercase;
    /*font-size: 19px;*/
    margin-bottom: 5px;
}
footer .Four {
    
}
footer .Four .Heading {
    
}
footer .Four ul {
    padding: 0px;
    margin-bottom: 0px;
}
footer .Four ul li {
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Four .Terms {
    color: #e7e7e7;
    margin-top: 1%;
}
footer .Four .Terms a {
    text-decoration: none;
    color: #00d5d2;
}
footer .Four .Terms a:hover {
    color: #06e0ff;
}
footer .Updates .Main-Heading {
    font-weight: 600;
    color: #c0bdbd;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 768px) {
    footer .One {
        width: 50%;
    }
    footer .Two {
        width: 50%;
    }
    footer .Three {
        margin: 5% 0%;
    }
    footer .Tresc {
        margin-bottom: 10%;
    }
    footer .Tresc img {
        width: 40%;
        padding-top: 5px;
    }
}
@media (min-width: 769px) {
    footer {
        padding: 40px 50px 15px 50px;
    }
}
/*Footer section ends*/


/*General enquiry page style begins*/
.sec-background{
    padding: 30px 0px 60px 0px;
    background-image: url(../img/bg-why-attend.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed; 
}
.Gen-Enq
{
    padding: 50px 0px 0px 0px;
}

.Gen-Enq .Heading
{
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.Gen-Enq .Forms-Section
{
}

.Gen-Enq .Forms-Section .hbspt-form p 
{
    
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.Gen-Enq .Content-Sec
{
    margin-top: 20px;
    padding-left: 20px;
}

.Gen-Enq .Content-Sec .Outer-Box
{
    margin-bottom: 40px;
}

.Gen-Enq .Content-Sec .Outer-Box .Heading
{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: left;
}

.Gen-Enq .Content-Sec .Outer-Box a
{
    color: #06e0ff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3px;
    text-align: left;
    text-decoration: none;
}

@media(max-width: 768px) {
    .Gen-Enq {
        padding: 80px 0px 20px 0px;
    }
    .Gen-Enq .Heading {
        font-size: 27px;
    }
    .Gen-Enq .Forms-Section {
        padding: 0px 5px 0px 15px;
    }
}
/*General enquiry page style ends*/

/*Venue section CSS begins */
.Venue-background {
    padding: 30px 0px 60px 0px;
    background-image: url(../img/bg-why-attend.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.Venue {
    padding: 30px 0px 50px 0px;
}
.Venue .MS {
}

.Venue .MS .Outer-Box {
}

.Venue .MS .Outer-Box .Heading {
    text-align: center;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    font-size: 36px;
}

.Venue .MS .Outer-Box .Text {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 20px;
}

.Venue .MS .Outer-Box2 {
    background: #fff;
    padding: 20px;
}

.Venue .MS .Outer-Box2 .Hotel-Image {
}

.Venue .MS .Outer-Box2 .Hotel-Logo {
    width:40%;
}

.Venue .MS .Outer-Box2 .Hotel-Name {
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

.Venue .MS .Outer-Box2 .Address {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

.Venue .MS .Outer-Box2 .Text2 {
    font-size: 15px;
    margin-bottom: 18px;
}

.Venue .MS .Outer-Box2 button {
    background-color: #06e0ff;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    padding: 7px 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Venue .MS .Outer-Box2 button span {
    color: inherit;
    font-size: 17px;
    font-weight: 500;
    text-decoration: inherit;
    padding-left: 5px;
}

.Venue .MS .Outer-Box2 button:hover {
    background-color: #071685;
    color: #fff;
}

.Venue .MS .Outer-Box2 button a {
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
    text-transform: uppercase;
}


@media(max-width: 768px) {
    .Venue .MS .Outer-Box .Heading {
        font-size: 26px;
    }
    .Venue .MS .Outer-Box2 .Hotel-Logo {
        margin-top: 30px;
    }
    .Venue .MS .Outer-Box .Text {
        font-size: 17px;
    }
    .Venue .MS .Outer-Box2 .Hotel-Logo {
        width: 60%;
    }
    .Venue-background {
        padding: 30px 0px;
    }
}
/*Venue section CSS ends */
@media (min-width: 769px) {
    .E-head {
        position: relative;
        transition:.5s all;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .E-effect {
        position: relative;
        transition:.5s all;
         -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .E-effect:after {
        transition: .5s all;
         -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .E-effect:hover:after {
        content: "";
        position: absolute;
        left: 6%;
        bottom: 0%;
        width: 60%;
        border-bottom: 2px solid #06e0ff;
    }
}


/*Why Sponsor page style begins*/
.why-sponsor-section {
    background-image: url(../img/why-sponsor/sponsor-banner.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px 50px;
}
.why-sponsor-section .main-heading {
    margin: 0px;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    color: #06e0ff;
    line-height: 0.8;
    font-style: italic;
}
.why-sponsor-section .main-heading span {
    margin: 0px;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #06e0ff;
    font-style: italic;
}
.why-sponsor-section .sub-heading {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0px;
    font-size: 20px;
    padding-right: 30%;
}
.why-sponsor-section .btnt {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #06e0ff;
    font-weight: 700;
    color: #000;
    border: none;
    padding: 3px 17px;
}
.why-sponsor-section .btnt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.why-sponsor-section .btnt:hover, .why-sponsor-section .btnt:active, .why-sponsor-section .btnt:focus {
    color: #000;
}
.why-sponsor-section .btnt:hover:before, .why-sponsor-section .btnt:focus:before, .why-sponsor-section .btnt:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.why-sponsor-section .btnt span {
    font-size: 20px;
    font-weight: 600;
}
.why-sponsor-section .get-touch {
    color: #fff;
    /*font-weight: 600;*/
    text-decoration: none;
    font-size: 20px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.why-sponsor-section .get-touch:hover {
    color: #06e0ff;
}
.why-sponsor-section .RSec { 
    margin-left: 30px;
}

@media (max-width: 768px){
    .why-sponsor-section {
        background-image: url(../img/why-sponsor/sponsor-banner-mobile.jpg);
        padding: 0px;
    }
    .why-sponsor-section .main-heading {
        font-size: 36px;
        /*padding: 20px 0px 5px 0px;*/
    }
    .why-sponsor-section .main-heading span {
        font-size: 36px;
        -webkit-text-stroke-width: 1px;
    }
    .why-sponsor-section .sub-heading {
        padding-right: 0px;
        font-size: 18px;
    }
    .why-sponsor-section .get-touch {
        font-size: 18px;
    }
    .why-sponsor-section .RSec {
    margin-left: 0px;
    display: block;
    margin-top: 20px;
}
}

/*Why attend page style begins*/
.why-attend-section {
    background-image: url(../img/why-attend/banner-why-attend.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px 50px;
}
.why-attend-section .main-heading {
    margin: 0px;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    color: #06e0ff;
    line-height: 0.8;
    font-style: italic;
}
.why-attend-section .main-heading span {
    margin: 0px;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #06e0ff;
    font-style: italic;
}
.why-attend-section .sub-heading {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0px;
    font-size: 20px;
    padding-right: 30%;
}
.why-attend-section .btnt {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #06e0ff;
    font-weight: 700;
    color: #000;
    border: none;
    padding: 3px 17px;
}
.why-attend-section .btnt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.why-attend-section .btnt:hover, .why-attend-section .btnt:active, .why-attend-section .btnt:focus {
    color: #000;
}
.why-attend-section .btnt:hover:before, .why-attend-section .btnt:focus:before, .why-attend-section .btnt:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.why-attend-section .btnt span {
    font-size: 20px;
    font-weight: 600;
}
.why-attend-section .get-touch {
    color: #fff;
    /*font-weight: 600;*/
    text-decoration: none;
    font-size: 20px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.why-attend-section .get-touch:hover {
    color: #06e0ff;
}
.why-attend-section .RSec { 
    margin-left: 30px;
}

@media (max-width: 768px){
    .why-attend-section {
        background-image: url(../img/why-attend/banner-why-attend-mobile.jpg);
        padding: 0px;
    }
    .why-attend-section .main-heading {
        font-size: 36px;
        /*padding: 20px 0px 5px 0px;*/
    }
    .why-attend-section .main-heading span {
        font-size: 36px;
        -webkit-text-stroke-width: 1px;
    }
    .why-attend-section .sub-heading {
        padding-right: 0px;
        font-size: 18px;
    }
    .why-attend-section .get-touch {
        font-size: 18px;
    }
    .why-attend-section .RSec {
    margin-left: 0px;
    display: block;
    margin-top: 20px;
}
}



.Sponsor-Highlights-Section {
    padding: 70px 66px;
}
.Sponsor-Highlights-Section .Imag-Highlights {
    position: relative;
}
.Sponsor-Highlights-Section .Imag-Highlights img {
    width: 100%;
}
.Sponsor-Highlights-Section .Imag-Description .Imag-Text {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.Sponsor-Highlights-Section .Imag-Description .Imag-Text span {
    margin: 0px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.Sponsor-Highlights-Section .Imag-Description {
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.Sponsor-Highlights-Section .Imag-Description {
    padding: 35px 0px;
}
.Sponsor-Highlights-Section .Imag-Description ul {
    margin: 0px;
    padding: 15px 75px 0px 20px;
    font-size: 18px;
}

.Sponsor-Highlights-Section .Imag-Description p {
    margin: 0px;
    padding: 0px 50px 0px 35px;
}
.Sponsor-Highlights-Section .Even-text p {
    margin: 0px;
    padding: 0px 75px 0px 0px;
}
.Sponsor-Highlights-Section .Even-text p a {
    color: #06e0ff;
}

.no-padding {
    padding: 0px;
}

@media (max-width: 768px){
    .Sponsor-Highlights-Section #Mob1 {
        -webkit-order: 1;
    }
    .Sponsor-Highlights-Section #Mob2 {
        -webkit-order: 2;
    }
    .Sponsor-Highlights-Section #Mob3 {
        -webkit-order: 3;
    }
    .Sponsor-Highlights-Section #Mob4 {
        -webkit-order: 4;
    }
    .Sponsor-Highlights-Section #Mob5 {
        -webkit-order: 5;
    }
    .Sponsor-Highlights-Section #Mob6 {
        -webkit-order: 6;
    }
    .Sponsor-Highlights-Section #Mob7 {
        -webkit-order: 7;
    }
    .Sponsor-Highlights-Section #Mob8 {
        -webkit-order: 8;
    }
    .Sponsor-Highlights-Section .no-padding {
        padding: 15px;
        padding-bottom: 0px;
    }
    .Sponsor-Highlights-Section .Imag-Description p {
        padding: 10px 0px;
        margin-bottom: 60px;
        font-size: 18px;
    }
    .Sponsor-Highlights-Section {
        padding-bottom: 60px;
        padding: 40px 0px 0px 0px;
    }
    .Sponsor-Highlights-Section .Imag-Description .Imag-Text {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .Sponsor-Highlights-Section .Imag-Description ul {
        margin-top: -60px;
        font-size: 18px;
    }
    .Sponsor-Highlights-Section .Imag-Description {
        padding: 0px;
    }
}
.Action {
    color: #fff;
    background: #181818;
    font-size: 20px;
}
.Action p {
    margin:0px;
    padding: 20px 65px;
    color: #fff;
}
.Action .get-touch {
    color: #fff;
}
.Action .get-touch:hover {
    color: #06e0ff;
    text-decoration: none;
}


.Action .btnt {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background: #06e0ff;
    font-weight: 700;
    color: #000;
    border: none;
    padding: 3px 17px;
    margin-left: 10px;
}
.Action .btnt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.Action .btnt:hover, .Action .btnt:active, .Action .btnt:focus {
    color: #000;
}
.Action .btnt:hover:before, .Action .btnt:focus:before, .Action .btnt:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.Action span {
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .Action {
        font-size: 18px;
    }
    .Action p {
        padding: 30px 15px;
        color:#fff;
    }
    .Action .get-touch {
        color: #fff;
        display: block;
        margin-top:10px;
    }
    .Action .btnt {
    margin-left: 0px;
    background: #06e0ff;
    padding: 2px 15px;
}
}

.Spons-Testim {
    padding: 65px 65px;
    background: #06e0ff;
}
.Spons-Testim h2 {
    margin: 0px;
    font-weight: 800;
    font-size: 80px;
    padding-right: 13%;
    line-height: 1.1;
}
.Spons-Testim .Testi-Name {
    margin-top: 20px;
    position: relative;
}
.Spons-Testim .Testi-Name:after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -15%;
    width: 70%;
    border-bottom: 2px solid #181818;
}
.Spons-Testim .Testi-Name .Name1 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}
.Spons-Testim .Testi-Name .Name2 {
    margin: 0px;
    font-size: 19px;
}
@media (max-width: 768px) {
    .Spons-Testim {
        padding: 40px 15px 65px 15px;
    }
    .Spons-Testim h2 {
        margin: 0px;
        font-weight: 800;
        font-size: 30px;
        padding-right: 0px;
        line-height: 1.3;
    }
    .Spons-Testim .Testi-Name:after {
        width: 60%;
    }
}
.What-sponsor-says {
    position: relative;
}
.What-sponsor-says .Bg-Img {
    position: relative;
    display: block;
}
.What-sponsor-says .Bg-Img1 {
    position: relative;
    display: none;
}
.What-sponsor-says .Heading {
    position: absolute;
    top: 30%;
    left: 4%;
}
.What-sponsor-says .Heading h2 {
    font-size: 60px;
    font-weight: 800;
    color: #000;
    line-height: .8;
}
.What-sponsor-says .Heading p {
    margin: 0;
    padding-top: 20px;
}
.What-sponsor-says .Heading .get-touch {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    transition: .5s all;
    cursor: pointer;
    font-weight: 600;
}
.What-sponsor-says .Heading .get-touch:hover {
    color: #fff;
}
.What-sponsor-says .Heading .get-touch span {

}
@media (max-width: 768px) {
    .What-sponsor-says .Bg-Img {
        position: relative;
        display: none;
    }
    .What-sponsor-says .Bg-Img1 {
        position: relative;
        display: block;
    }
    .What-sponsor-says .Heading h2 {
        font-size: 30px;
    }
    .What-sponsor-says .Heading .get-touch {
        font-size: 18px;
    }
    .What-sponsor-says .Heading p {
        padding-top: 5px;
    }
}

.Spons-Break {
    padding: 60px 66px;
}
.Spons-Break h2 {
    color: #fff;
    font-weight: 800;
    font-size: 70px;
    padding-right: 15%;
    line-height: 1.1;
    margin-bottom: 40px;
}
.Spons-Break .Job-Tle {
    background: #181818;
    margin-right: 1%;
    max-width: 32.6%;
}
.Spons-Break .Job-Tle:nth-of-type(3) {
    margin-right: 0px;
}
.Spons-Break .Job-Tle .J-Titles {
    font-size: 26px;
    padding: 40px;
    font-weight: 600;
    color: #fff;
}
.Spons-Break .Job-Tle .J-Titles li {
    font-weight: 100;
    margin-left: 16px;
    margin-top: 11px;
    font-size: 20px;
}
@media (max-width: 768px) {
    .Spons-Break {
        padding: 40px 15px;
    }
    .Spons-Break h2 {
        font-size: 30px;
        padding-right: 0px;
    }
    .Spons-Break .Job-Tle {
        margin-right: 0%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .Spons-Break .Job-Tle .J-Titles {
        font-size: 20px;
        padding: 20px;
    }
    .Spons-Break .Job-Tle .J-Titles li {
        font-weight: 100;
        margin-left: 16px;
        margin-top: 7px;
        font-size: 18px;
    }
}

/*Telegram sticky section begins*/
.banner-sticky {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-sticky--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-sticky-asia .banner-sm__sale {
  background-color: #d60026;
}

.banner-sticky-asia .banner-sm__timeleft {
  color: #d60026;
}

.banner-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85px;
  height: 205px;
}

.banner-sm__timeleft {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #771f80;
  background-color: #fff;
}

.banner-sm__timeleft>span {
  font-family: "Roboto Mono", monospace;
  line-height: 26px;
  font-size: 26px;
}

.banner-sm__timeleft>span:nth-child(2) {
  padding: 0 5px;
  font-family: "Poppins", sans-serif;
}

.banner-sm__sale {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  background-color: #771f80;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-sm__sale .sale-icon {
  margin-bottom: 5px;
}

.banner-sm__sale .banner__number {
  font-size: 36px;
  line-height: 46px;
}

.banner-sm__sale .banner__text {
  float: none;
  padding: 0;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.banner-tg-sm {
  width: auto;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
  box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
}

.banner-tg-sm.banner-sticky {
  width: auto;
  height: 60px;
  top: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.banner-tg-sm.banner-sticky a {
  opacity: 1;
      text-decoration: none;
          cursor: pointer;
}

.banner-tg-sm.banner-sticky.banner-tg--collapsed {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.banner-tg-sm.banner-sticky.banner-tg--collapsed:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-tg-sm .banner-sm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: 80px;
}

.banner-tg-sm .banner-sm__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 0 0 0px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #f21780;
}

.banner-tg-sm .banner-sm__right {
  -webkit-border-radius: 0 50% 50% 0;
     border-radius: 0 0 0 0;
  background-color: #fff;
  line-height: 0;
}

.banner-sm__left .Text1
{
color: #2d1258;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-sm__left .Text2
{
color: #2d1258;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    top: -3px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.banner-tg-sm .banner-sm__right .tg-icon {
  display: inline-block;
  height: 60px;
  width: 80px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/telegram_icn.svg);
}
.banner-tg-sm .banner-sm__right .tg-icon.whatsapp {
    background-image: url(../img/WhatsApp_icn.svg);
}

@media(max-width: 768px) {
    .banner-sticky {
         /*display: none !important;*/
    }
    .banner-tg-sm .banner-sm__right .tg-icon {
        height: 45px;
        width: 66px;
    }
    .banner-tg-sm.banner-sticky.banner-tg--collapsed:hover {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    .banner-tg-sm.banner-sticky {
        height: 45px;
    }
}
/*New code*/
.banner-tg-sm.banner-sticky.banner-tgram {
    top: 63%;
}
/*Telegram sticky section ends*/


/*About city section begins*/
.City-Info {
    padding: 20px 0px 50px 0px;
}
.City-Info .Heading {
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-size: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.City-Info .L-Part {
    padding-right: 30px;
        margin-top: 15px;
}
.City-Info .R-Part {
    padding-left: 30px;
}
.City-Info .C-Map {
    width: 100%;
    margin-bottom: 40px;
}
.City-Info .C-Text {
    color: #fff;
    font-size: 20px;
}
.City-Info ul {
    color: #fff;
    font-size: 20px;
}
.City-Info ul li {
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .City-Info .Heading {
        font-size: 26px;
    }
    .City-Info .C-Text {
        font-size: 18px;
    }
    .City-Info .L-Part {
        padding-right: 15px;
    }
    .City-Info .R-Part {
        padding-left: 15px;
    }
    .City-Info ul {
        font-size: 18px;
    }
    .City-Info .C-Map {
    width: 100%;
    margin-bottom: 34px;
}
}
/*About city section ends*/
