/* @import url(../fonts/font-cs-1/stylesheet.css); */
@import url(../fonts/font-cs-2/stylesheet.css);

body, body p, body h4 {
    font-family: "GT America Trial" ;
}
body h1, body h2, body h3, body h5, body h6, a{
    font-family: "GT America Trial" ;
}

h1{
font-family: "GT America Trial";
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 60px;
}
h2{
    font-family: "GT America Trial";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px; 
}
h3{
font-family: "GT America Trial";
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 40px;
}
h5{
 font-family: "GT America Trial";
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 28px;
}
h6{
    font-family: 'GT America Trial';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
   }

p{
font-family: "GT America Trial";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
}

body, html 
body{
    background:  #fff;
}

img{
    width: auto;
    max-width: 100%;
    height: auto;
}
figure{
    margin:0;
}

a:hover, a:active  {
    text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}

/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #00101F;
}

body::-webkit-scrollbar-thumb {
  background-color: #F9A51B;
  outline: 1px solid #F9A51B;
}
/*Scroll css End here*/

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section_padd { 
    padding: 150px 0 50px; 
}

.orange{
    color: #F9A51B;
    font-family: "GT America Trial";
}

/****************************************************************
**************** Home Banner *******************
*****************************************************************/
section.banner.homebanner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}



/****************************************************************
**************** Home Banner *******************
*****************************************************************/
/*header*/
.header{
    height:60px;
    z-index: 999;
    position: relative;
}
.header.is-sticky {
    position: fixed;
    width: 100%;
    background-color: #00101fc9;
  }

.header .navbar-nav .nav-item .nav-link{
    font-family: "GT America Trial";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #fff;
transition: 0.2s ease;
}

.header .navbar-nav .nav-item .nav-link:hover{
    color: #F9A51B;
}

.header .navbar-nav .nav-item{
    margin: 0 20px;
}

.header .blue_head{
    background-color: #00101F;
}


/* banner home */
.banner{ 
    background-color: #00101F;
    position: relative;
}


#video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: -50%;
    bottom: 0;
  }
  #video {
    width: 100%;
  }

  #video-container  #video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
 

body.home-page header {position: fixed;width: 100%;}
body.home-page header.header .blue_head{
    background-color: #00101F80;
}

header.header.is-sticky .blue_head {
    background-color: #00101F !important;
}

.banner-content {
    padding-right: 10%;
}




/* .banner:after{
    content: "";
    position: absolute;
    background: url("../images/banner-back.png") no-repeat right center / cover;
    width: 48%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
} */
.banner-content h1, .banner-content p, .banner-content h6{
color: #fff;
}
.banner-content a{
    color: #F9A51B;
    text-decoration: none;
}
.banner-content h1{
    padding-bottom: 20px;
}
.banner-content h5{
    padding-bottom: 20px;
    color: #fff;
}
.banner-btn a.book {
    width: 182px;
    height: 50px;
    background-color: #F9A51B;
    border: 2px solid #F9A51B;
    display: inline-block;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease;
}
.banner-btn a.book:hover{
    background-color: #fff;
    color: #F9A51B;
}
.banner-btn a.ref {
    width: 182px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-left: 20px;
    transition: 0.2s ease;
}
.banner-btn a.ref:hover {
    color: #0D4C87;
    background-color:#fff;
}
.banner-btn{
    margin-top: 40px ;
}


/*About*/
.about-img{
    padding-top: 30px;
}
.about-content{
    padding-top: 20px;
}
.about-content p{
    padding-top: 10px;
}
.about-content hr{
    margin-top: 20px;
}

.about-content1 ul{  
    list-style: none; 
    padding-left: 30px; margin: 20px 0;
}
.about-content1 ul li{  
    padding-bottom: 10px;
    padding-left: 10px; position: relative;
}
.about-content1 ul li:before{ background: url("../images/arrow.png") no-repeat;
content:''; position: absolute; top:0; left: -30px; width:24px; height: 24px; }
/*Founder*/
.founders{
    position: relative;
}
.swiper.mySwiper1 {
    margin-top: 80px;
}

.founder-content h5{
    color: #F9A51B;
    padding-top: 20px;
}
.founder-content h6{
    color: #000;
}
button.slick-next.slick-arrow  {
    right: 100px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 40%;
    right: -120px;
    background: url(../images/right-arrow-slider.png) no-repeat center center;
    font-size: 0px;
} 
 button.slick-prev.slick-arrow  {
    left: 100px;
    border-radius: 50px;
    border: 2px solid #555555;
    width: 40px;
    height: 40px;
    text-align: center;
    /* content: 'prev'; */
    position: absolute;
    top: 40%;
    background: url(../images/left-arrow-slider.png) no-repeat center center;
    left: -140px;
    z-index: 999;
    font-size: 0;
} 
/*Community*/
.community{
    background-color: #F8FBFF;
    position: relative;
}

.community .slider-itemboxes col-md-4 {position: relative;}
.community-position {
    position: relative;
}

.community .mySwiper2{
    padding-top: 50px;
}
.comm-cont {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center;
}
.community-img {
    position: relative;
    transition: 0.2s ease;
  }
.community-img:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,30%);
}
.comm-cont h3{
    color: #fff;
}

.community-position:hover .comm-cont h3{
    display:none; 
}


.comm-all p{
    color: #fff;

    
    padding-top: 20px;
}

.comm-all h3{
    color: #F9A51B; 
}
.comm-all a {
    color: #F9A51B;
    text-decoration: none;
    margin-top: 80px;
    display: block;
}
 .comm-all {
    display: none;
    position: absolute;
    transition: 0.5s linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 30px 30px 30px;
    height:500px;
    text-align: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,50%);
    z-index: 1;
  }
  
  .community-img:hover + .comm-cont {
    display: none;
  }
  
  .community-img:hover + .comm-cont + .comm-all,
  .comm-all:hover {
    display: block;
  }
  
  

/*Embrace*/
.embrace-btn{
    text-align: right;
}
.embrace-btn a{
    width: 182px;
height: 50px;
line-height: 50px;
background-color: #0B0B0B;
color: #F9A51B;
font-style: normal;
font-weight: 700;
font-size: 16px;
text-align: center;
display: inline-block;
text-decoration: none;
border:2px solid #0B0B0B;
cursor: pointer;
transition: 0.2s all ease;
}
.embrace-btn a:hover{
    background-color:#fff;
    color: #F9A51B;
    border:2px solid #F9A51B;
}
.embrace-img{
    padding-bottom: 10px;
}
.embrace-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.embrace-box h6{
    color: #555555;
    font-size: 16px;
    line-height: 20px;
}
.embrace-para {
    padding-top: 10px;
}
.embrace-anchor {
    padding-top: 10px;
}
.embrace-anchor a {
   color: #F9A51B;
   text-decoration: none;
}
/* Faq */
.faq{
    background: rgb(11,11,11);
    background: linear-gradient(90deg, rgba(11,11,11,1) 51%, rgba(255,255,255,1) 50%);
    position: relative;
}
.faq-heading h2{
    color: #fff;
}
.faq:after{
    content: "";
    position: absolute;
    background: url("../images/faq.png") no-repeat right center / cover;
    width: 49%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0; 
    z-index: 99;
}
.faq .accordion-button {
    background-color: #0B0B0B;
    color: #fff;
    box-shadow: none;
    padding-left: 0;
    padding-top: 10px;
}
.faq .accordion-body {
    background-color: #0B0B0B;
    color: #fff;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
}
.faq .accordion{
    border: none;
}
.faq .accordion-button:focus{
    box-shadow: none;
}
 .faq.accordion-button:not(.collapsed){
    border: none;
 }
 .accordion-flush .accordion-item:last-child {
     border-bottom: 1px solid #E6E6E6;
}
.accordion-flush .accordion-item{
    border-bottom: 1px solid #E6E6E6;  
}
.accordion-button:not(.collapsed)::after{
    background:url("../images/Circle.png");
    background-size: cover;
    background-repeat: no-repeat;
}
/*email newsletter */
.newsletter{
    background-color: #F8FBFF;
}
.email-content h2{
color: #2E2E2E;
}
.email-form .input-group input::placeholder{
    color: #555555;
    font-size: 14px;
    line-height: 21px;
}
.email-form .input-group input{
    height: 50px;
    border: 1px solid #555555;
}
.email-form .input-group-btn button{
    width: 182px;
    height: 50px;
    background-color: #0B0B0B;
    color: #F9A51B;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border:2px solid #0B0B0B;
    cursor: pointer;
    transition: 0.2s all ease;
    margin-left: 30px;
}
.email-form .input-group-btn button:hover{
    background-color:#fff;
    color: #F9A51B;
    border:2px solid #F9A51B;
}


/*Footer*/
.footer{
    background-color: #00101F;
}
.footer.section_padd{
    padding: 70px 0 0 0;
}
.footer-heading h2{
    color: #fff;
}
.footer hr{
    color: #F9A51B;
}
.footer-heading{
    padding-bottom: 50px;
}
.footer-btn a{
    width: 182px;
    height: 50px;
    background-color: #F9A51B;
    border: 2px solid #F9A51B;
    display: inline-block;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    text-align: center; 
    transition:0.2s ease;
}
.footer-btn a:hover{
    color: #F9A51B;
    background-color: #fff;
}

.footer-btn{
    text-align: right;
    padding-top:30px;
}
.footer_links{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_links ul li a{
    font-family: "GT America Trial";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;  
    text-decoration: none;
    transition: 0.2s ease;
}
.footer_links ul li a:hover{
    color: #F9A51B;
}
.footer_links ul li{
    padding-bottom: 8px;
}
.footer-bottom p{
    color: #fff;
}
.footer-bottom{
padding-bottom: 50px;
}
.footer-bottom h6{
color: #fff;
padding-bottom: 10px;
}
.footer-bottom p a{
    color: #fff;
    text-decoration: none;
}
.copyright{
    padding: 20px  0;
}
.copyright p{
    color: #fff;
}
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1;
    cursor: pointer;
}



     /* the slides */
      .slick-slide {
        margin-left:30px;
      }
    
      /* the parent */
       .slick-list {
        margin-left:-30px;
      }

      .messagearea input {
        width: 80%;
        border: 0px;
        background: transparent;
        border-bottom: 1px solid #555555;
        padding: 10px 0;
        font-size: 14px;
        margin-bottom: 10px;color:#555555;
    }
    
    .messagearea textarea {width: 80%;
        border: 0px;
        background: transparent;
        border-bottom: 1px solid #555555;
        padding: 10px 0;
        font-size: 14px;
        margin-bottom: 10px;color:#555555;}     

        .quickmessage {
            color: #555;
            font-size: 16px;
            font-weight: 400;
        }
        
        .quickmessage span {
            width: 110px;
            display: inline-block;
            color: #000;
            font-weight: 500;
        }
        
        .quickmessage ul li {
            display: flex;
            margin-bottom: 20px;
        }


        .graybg-area {
            padding: 50px 60px;  background: #F8FBFF;
            margin: 40px 0;
        }
        
        .graybg-area h4 {
            color: #000;
            font-size: 26px;
            font-weight: 600;
            padding-bottom: 20px;
        }
        .messagearea {
            padding-left: 50px; padding-bottom: 50px;
            border-left: 1px solid #E6E6E6; 
        }
        .quickmessage p a.yellowlink {
            color: #F9A51B;
        }
        .messagearea input[type="submit"] {
            width: 125px;
            height: 50px;
            border: 0;
            border:2px solid  #F9A51B;
            background: #F9A51B;
            color: #1a1d24;
            font-size: 18px;
            font-weight: 500;
            line-height: 33px;
            text-transform: uppercase;
            text-align: center;
        }
        .messagearea input[type="submit"]:hover{ background: #fff;}
        

        section.section_padd.contact-area h3      {font-family: GT America Trial;
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;}

            section.strategic-partnership {}

section.strategic-partnership .about-content1 ul li:before { display:none;}

section.strategic-partnership ul {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-wrap: nowrap;
    /* text-align: center; */
    margin: 0;
    padding: 0;
}

section.strategic-partnership ul li  {
    display: flex;
    border: 1px solid #5555;
    width: 25%;
    height: 195px;
    justify-content: center;
    align-items: center;
    /* background: #f9a51b; */
    /* padding: 2%; */
}

section.strategic-partnership ul li a {display: block;}


/*media query*/
@media (min-width: 1600px) and (max-width: 1800px) {
    .slider-btn .swiper-button-next{
        right:65px;
    }
    .slider-btn .swiper-button-prev{
        left: 65px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
h1 , h2{
    font-size: 42px;
}
h3{
    font-size: 30px;
}
h5{
    font-size: 20px;
}
.slider-btn .swiper-button-next{
    right:20px;
}
.slider-btn .swiper-button-prev{
    left: 20px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
    h1 , h2{
        font-size: 38px;
        line-height: 50px;
    }
    h3{
        font-size: 30px;
    }
    h5{
        font-size: 20px;
    }
    p{
        font-size: 14px;
        line-height: 26px;
    }
    .header .navbar-nav .nav-item .nav-link{
        font-size: 14px;
        line-height: 18px;
    }
    .slider-btn .swiper-button-next{
        right:30px;
    }
    .slider-btn .swiper-button-prev{
        left: 30px;
    }
    .comm-all a{
        margin-top: 50px;
    }
    
     button.slick-next.slick-arrow {
        right:-75px;
    }
    button.slick-prev.slick-arrow {
        left: -75px;
    }
    
    
}
@media (min-width: 100px) and (max-width: 1280px) {
    button.slick-next.slick-arrow {
        right:-45px;
    }
    button.slick-prev.slick-arrow {
        left: -45px;
    }
}
@media (min-width: 10px) and (max-width: 899px) {
    h1, h2{
        font-size: 38px;
        line-height: 50px;    
    }
    h3{
        font-size: 28px;
        line-height: 36px;
    }
    .banner{
        padding: 100px 0; 
    }
    .banner-btn {
        margin-top: 40px;
        display: flex;
        align-items: center;
    }
    .banner:after{
        display: none;
    }
    .navbar-toggler{
        background-color: #F9A51B;
    }

    .embrace-img img.img-fluid {width: 100%;}
    #video-container{right:0px; display:none; } 

}
@media (min-width: 0px) and (max-width: 650px) {
    .faq:after {display: none;}
    .faq {
        background: rgb(11,11,11);
        background: linear-gradient(76deg, rgba(11,11,11,1) 100%, rgba(255,255,255,1) 100%);
        position: relative;
    }


    h2.accordion-header   ,  h2.accordion-header  button{
        line-height: initial;
        font-size: 22px;
        font-weight: bold;
    }
    .footer_links {
        display: none;
    }
    .footer-btn {
        text-align: center;}
        .footer hr {display: none;}
        .footer-logo {
            margin: 40px auto;
            text-align: left;
        }

        .section_padd {
            padding: 50px 0 50px;
        }
        .graybg-area {
            padding: 25px }

            .messagearea {
                padding-left: 0;
                padding-bottom: 0;
                border-left: 0;
            }
            section.strategic-partnership ul li {    height: 110px;}
            section.strategic-partnership ul li img {
                width: 80%;
                height: auto;
            }

}


