
:root {
    --white:#ffffff;
    --sky:#008dda;
    --blue:#061C54;
    --black:#000000;
    --gray:#f3f3f3;
}


/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }
html, body { font-size: 16px; color: #000; font-family: "Poppins", sans-serif;}
body { background: #fff; font-family: "Poppins", sans-serif; position: relative }
input, select, textarea { font-size: 16px; }
img { border: 0; display: block; }
ul, ol, li { list-style: none; margin:0 !important; padding: 0 !important; }
:focus { outline: none; }
a { transition: all 0.3s; text-decoration:none !important;font-family: "Poppins", sans-serif; }
p {  margin: 0; color: #000; margin-bottom:0; }
h1, h2, h3, h4, h5, h6  { margin: 0; font-family: "Poppins", sans-serif;}
h1 { color: #000; font-size: 40px; font-weight: 700;}
h2 { font-size: 30px; font-weight: 600; position: relative;}
h2::fbefore { content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--sky);}
h3 { font-size: 21px; font-weight: 600;}
h4 { font-size: 18px; font-weight: 400;}
h5 { font-size: 16px; font-weight: 400;}

.button {width: auto;height: 55px;text-align: center;background: #008dda;text-decoration: none;color: #fff;border-radius: 40px;border: none;font-size: 16px;border: #008dda solid 2px;transition: all ease 0.5s;display: flex;align-items: center;justify-content: center;padding: 8px 20px;}

.button:hover {border: #008dda solid 2px; color: #008dda; background: none;  transition: all ease 0.5s;}

select, input { width: 100%; border-radius: 10px; border: #ffffff solid 1px; padding: 10px; background: none; color: var(--white);}
option {color: #000;}

input, select { font-family: "Poppins", sans-serif; transition: all 0.3s; -webkit-transition: all 0.3s; }
textarea { font-family: "Poppins", sans-serif; transition: all 0.3s; -webkit-transition: all 0.3s; width: 100%; border-radius: 10px; border: #ffffff solid 1px;  padding: 10px;background: #ffffff; }
input:focus, textarea:focus { outline: none; }
label { font-family: "Poppins", sans-serif; font-weight: 400; display: block; padding-bottom: 2px; margin-bottom: 0; color: var(--white);}

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 96%; }
.centered { padding-right: calc((100% - 1300px) / 2); padding-left: calc((100% - 1300px) / 2); }
.container { max-width: 1300px !important;}

/* header-Box */

.headerBox {
    background: var(--white);
    margin-bottom: 10px;
    padding-top: 10px;
}

.headerBox .navbar-nav li {
    padding: 0 30px !important;
}

.headerBox .navbar-nav .nav-link {
    position: relative;
    padding: 6px 0;
}

.headerBox .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--sky);
    width: 0%;
    height: 2px;
    transition: all ease 0.5s;
}

.headerBox .navbar-nav .nav-link:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--sky);
    width: 50%;
    height: 2px;
}

.headerBox .navbar-nav .nav-link:hover {
    color: var(--sky);
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.sfLogo {
    width: 50px;
}
/* Banner-Box */
.bannerBox {
    background: url(../images/banner-3.png) center top no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    padding: 60px 0;
    margin-top: 100px;
}
.bannerBox::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url(../images/way-point-white.svg) center bottom no-repeat;
    background-size: cover;
    width: 342px;
    height: 51px;
    transform: translate(-50%, 3px);
    
}

.bannerBox h1 {
    color: #fff;
}

.bannerBox h1 span {
    font-weight: 500;
    display: block;
    
}

.aiBox .text h2 {padding-top: 20px;}
.downloadBox .col-lg-4.col-sm-6{margin-top:20px;}

.bannerBox .timing {
    padding-top: 60px !important;
    flex-wrap: wrap;
}

.bannerBox .timing li {
    width: 33%;
    font-size: 14px;
    color: var(--white);
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}

.bannerBox .timing li p {
    padding-left: 20px;
    color: var(--white);
    padding-right: 10px;
}

.bannerBox .timing li p strong {
    font-size: 20px;
    display: block;
}

.bannerBox .timing li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 10px;
    font-size: 30px;
}

.bannerBox .timing li span img {
    width: 35px;
}

.bannerBox .button {
    margin: 50px 30px 0 0 ;

}

.bannerBox .button:hover {
    color: var(--white);
    border: var(--white) solid 2px;
}

.formBox {
    background-color: #0000004a;;
    border-radius: 20px;
    padding: 30px;

}

.formBox h2 {
    color: var(--white);
}

.md-country-picker-item {
    position: relative;
    line-height: 20px;
    padding: 10px 0 10px 40px;
}

.md-country-picker-flag {
    position: absolute;
    left: 0;
    height: 20px;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    transform: scale(1.1);
}
  

/* Banner-Box */
.aiBox {
    padding: 80px 0;
    position: relative;
}

.aiBox::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url(../images/way-point-white.svg) center bottom no-repeat;
    background-size: cover;
    width: 342px;
    height: 51px;
    transform: translate(-50%, 3px);
}

.aiBox .aiImg img {
    width: 94%;
    margin-top: 20px;
}

.aiBox .text p {
    padding: 20px 0 0 0;
}

/* LearnBox */
.learnBox {
    background: var(--gray);
}

.learnBox ul li {
    padding: 7px 0 7px 30px !important;
    position: relative;
    
}

.learnBox ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) center center no-repeat;
    background-size: cover;
}

/* speakerBox */

.speakerBox {
    background: url(../images/speaker-bg.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.speakerBox .block {
    background: var(--gray);
    border-radius: 20px;
}

.speakerBox .block img {
    width: 100%;
    min-height: 270px;
    border-radius:20px 20px 0 0 ;
}

.speakerBox .block figure {
    transition: all ease 0.5s;
    position: relative;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
}

.speakerBox .block figure:hover h3 {
        padding: 50px 15px 30px;
        transition: all ease 0.5s;
}

.speakerBox .block figure h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(355deg, rgba(5, 5, 5, 1) 20%, rgb(6 28 84 / 0%) 80%);
    color: #fff;
    padding: 50px 15px 10px;
    width: 100%;
}

.speakerBox .block article {
    padding: 15px;
    min-height: 110px;
}

.speakerBox .block article h4 {
    padding-top: 5px;
}

/* Agenda Box */

.agendaUl li {
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 10px !important;
}

.agendaUl li::before {
content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) center center no-repeat;
    background-size: cover;
}

/* Download Box */
.downloadBox {

}

.downloadBox .block {
    background: var(--gray);
    border-radius: 20px;
    padding: 20px;
    border: var(--gray) solid 1px;
}

.downloadBox .block figure {
    width: 350px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;

}

.downloadBox .block figure img {
    width: 100%;

}

.downloadBox .block span {
    display: inline;
    font-size: 12px;
    color: var(--white);
    background: var(--sky);
    border-radius: 5px;
    padding: 2px 10px ;
    text-transform: uppercase;
    
} 

.downloadBox .block a {
    font-size: 14px;
    color: var(--sky);
}

.downloadBox .block p {
    padding: 10px 0;
}


/* reserve Box */

.reserveBox {
    padding: 70px 0;
}

footer {
    padding: 30px 0;
    background: var(--blue);
}

footer h4 {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer img {
    width: 70px;
    margin:0 10px;
    border-radius: 2px;
}



	@media only screen and (max-width: 1024px) {
		
	}

	@media only screen and (max-width: 767px) {
		
        .bannerBox .timing {
            flex-wrap: wrap;
        }

        .bannerBox .timing li {
            width: 100%;
        }
		
	}

	@media only screen and (max-width: 1024px) {
		
	}
