/*
html {
  scroll-behavior: smooth;
}
*/

/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:999;
  background:#4a4a4a;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index:9999;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
    left: 50%;
    margin-left: -15px;
    margin-right: -15px;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

@import url('css/font-awsome.css');

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #000;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Merriweather', serif;
}

h2 span{
   font-family: 'Merriweather', serif;
}
.container-fluid{
     max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
a{
    transition: .25s;
}


a:hover{
    transition: .25s;
    text-decoration: none;
}

.TopBanner{
    height: 100vh;
/*
    background-color: #000;
    background-image: url(images/banner-1.png);
    background-size: cover;
*/
    position: relative;
    z-index: 9;
}
/*#player { display: block; margin: 0px auto; width: 100%; height: 100vh;position: absolute; left: 0px; top: 0px;}*/
/*
.Bannerslider iframe{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
*/


.navbar-brand{
    width: 70px;
    height: auto;
}
.navbar-brand img{
    width: 70px;
    height: auto;
}
.Bannerslider embed{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/*
.Bannerslider iframe{
    display: none
}
*/


.vimeo-wrapper {
/*
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
*/
    display: none;
}
/*
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; 
   min-height: 100vh;
   min-width: 177.77vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
*/












.TopBannerText{
    width: auto;
    background-color: rgba(0,0,0,.2);
    padding: 50px 30px 50px 96px;
    border-radius: 0px 150px 150px 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1100px;
    z-index: 3;
}
.TopBannerText h2{
   font: normal normal 600 56px/76px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.our_vision_container{
     background-color: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font: normal normal normal 16px/27px Open Sans;
    color: #000;
    opacity: 1;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    position: relative;
/*    text-transform: uppercase;*/
}

.navbar-expand-lg .navbar-nav .contactnav .nav-link{
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-expand-lg .navbar-nav .contactnav .nav-link:after{
   width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-item{
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-expand-lg .navbar-nav .nav-item.contactnav{
    position: relative;
}


.navbar-expand-lg .navbar-nav .nav-item.contactnav:after{
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 100%;
    left: 0px;
    content:'' ;
    position: absolute;
    transition: .25s;
    border: 1px #000 solid;
     transition: .25s;
    border-radius: 40px;
}

.navbar-expand-lg .navbar-nav .nav-item.contactnav:hover::after{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 10px;
    top: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.contactnav .nav-link{
    z-index: 3;
}
.navbar-expand-lg .navbar-nav .nav-item.contactnav .nav-link:after{
    display: none;
}
/*
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav a.nav-link.mPS2id-highlight{
	background: #F27E20;
	color: #fff;
}
*/
.navbar-expand-lg .navbar-nav .nav-link::after{
    width: 0%;
    bottom: 0px;
    left: 0px;
    height: 1px;
    background-color: #000;
    left: 0px;
    content:'' ;
    position: absolute;
    transition: .25s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    opacity: 1;
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::after{
    width: 100%;
}

.navbar-expand-lg .navbar-nav a.nav-link.mPS2id-highlight:after{
    width: 100%;
}


.carousel-control-next, .carousel-control-prev{
    color: #000;
    width: 20px;
}
.carousel-control-prev {
    left: -40px;
}

.carousel-control-next{
    right: -40px;
}

.carousel-control-prev-icon{
    background-image: url(images/team/prev.svg);
}

.carousel-control-next-icon{
    background-image: url(images/team/next.svg);
}



.BannerContainer{
    background-color: #f2f2f2;
}


.BannerRight{
    text-align: center;
}




.BannerLeft .bannerlogo{
    width: 250px;
    padding-bottom: 7px;
    border-bottom: 1px #dcdcdc solid;
}

.BannerLeft h2{
    font-family: 'Merriweather', serif;
    padding-top: 15px;
    font: normal normal normal 48px/61px Merriweather;
letter-spacing: 0px;
color: #000000;
}


.ContactUsContainer{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF url(images/world-map.jpg) center center;
    background-repeat: no-repeat;
    background-size: 100%;
}



.ContactUsContainer h2{
   text-align: left;
font: normal normal bold 69px/79px Open Sans;
letter-spacing: 0px;
color: #333333;
opacity: 1;
}

.ContactUsContant{
    position: relative;
    padding-top: 0px;
}



.ContactUsContant .sidetitle{
    transform: matrix(0, -1, 1, 0, 0, 0);
    text-align: left;
   font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    left: -70px;
    top: 50%;
}

.contactsubtext{
    font: normal normal normal 16px/24px Open Sans;
letter-spacing: 0px;
color: #333333;
opacity: 0.5;
    margin-bottom: 30px;
}

.ContactUsContant h3{
    text-align: left;
font: normal normal bold 18px/29px Open Sans;
letter-spacing: 0px;
color: #333333;
opacity: 1;
}

.ContactUsContant a{
    color: #000;
}


.ContactUsContant a:hover{
    color: #000;
    font-weight: 700;
}

.contact-form .form-control{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 62px;
}

.contact-form .form-control:focus{
    box-shadow: none;
}


.contact-form textarea.form-control{
    height: 123px;
}


.contact-form .btn-warning{
    width: 190px;
    height: 50px;
    background-color: #F27E20 ;
    color: #FFF;
    border: 0px;
    font: normal normal bold 16px/24px Open Sans;
}
.contactsection{
    font: normal normal normal 18px/20px Open Sans;
letter-spacing: 0px;
color: #000000;
    line-height: 40px;
}

.contactsection i{
    color: #666;
}



.FooterContainer{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFF;
}
.footerlogoCont{
    width: 30%;
    flex: 0;
}

.footernav{
    width: 70%;
}

.footerlogo img{
    max-width: 100px;
    height: auto;
}
.footer-navigation{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0px;
}
.footer-navigation li{
    margin-left: 50px;
}

.footer-navigation li a{
    font-size: 15px;
    color: #000;
}

.footer-navigation li a:hover{
    color: #EBB500;
}
.copyright-section{
    background-color: #f5f5f5;
    padding-top: 32px;
    padding-bottom: 32px;
    font: normal normal normal 16px/30px Open Sans;
    color: rgba(0,0,0,.5);
}
.copyright-section p{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.copyright-section .f-social-media{
    text-align: right;
}
.copyright-section .f-social-media a{
    color: #000;
    font-size: 20px;
    margin-left: 30px;
}
.copyright-section .f-social-media a:hover{
    color: #EBB500;
}

.owl-theme .owl-dots{
    display: none;
}


/*MediaPageContainer*/


#MediaPageContainer{
    padding-top: 145px;
}

#MediaPageContainer h3{
    text-align: left;
font: normal normal normal 19px/29px Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 1;
    border-bottom: 1px #000 solid;
    padding-bottom: 20px;
}

.MediaPageContent{
    padding: 75px 60px;
}

.MediaPageContent h1{
    text-align: left;
font: normal normal bold 45px/69px Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

.logoitems{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.logoitems p{
    margin-top: 10px;
    text-align: left;
font: normal normal normal 19px/29px Open Sans;
letter-spacing: 0px;
color: #000000;
}
.logoitems p a{
  color: #000000;  
    
opacity: 0.75;
}

.logoitems p a:hover{
    opacity: 0.75;
}

.Productphotos{
    padding-top: 100px;
}


.PhotoGallery{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
     margin-left: -1.5%;
    margin-right: -1.5%;
}

.PhotoGallery .PhotoItem{
    width: 30%;
    border: 1px #707070 solid;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
}

.PhotoGallery .PhotoItem img{
    width: 100%;
}


/*Mobile Menu*/


.modal#MobileMenuPopup{
    background: #262626 url(images/mobile-menu-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 9999;
    color: #FFF;
}
.modal#MobileMenuPopup button.close{
    position: fixed;
    width: 24px;
    height: 24px;
    right: 30px;
    top: 15px;
    opacity:1;
    z-index: 999999;
}
.modal#MobileMenuPopup button.close img{
    width: 100%;
    height: auto;
}

.modal#MobileMenuPopup .modal-content{
    background-color: transparent;
    border-radius: 0px;
    border:0px;
}
.modal#MobileMenuPopup .mobilemenulogo{
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.modal#MobileMenuPopup .mobilemenulogo img{
    width: 100%;
    height: auto;
}

.modal#MobileMenuPopup .modal-dialog{
    max-width: 90% !important;
}

.mobilemenuitems{
   
}
.mobilemenuitems a{
    color: #FFF;
}
.mobilemenuitems ul{
    list-style: none;
    padding: 0px;
    margin:0px;
    list-style: none;
    width: 100%;
}
.menu-mobile-menu-container{
width: 100%;
display: block;
}
.mobilemenuitems ul li{
    position: relative;
    font-size: 16px;
    color: #FFF;
    padding-right: 15px;
    border-bottom: 1px solid hsla(0,0%,100%,.15);
}
.mobilemenuitems ul li:before{
    font-size: 16px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    top: 2rem;
    content: "\f105";
    margin-top: -.7rem;
}

.mobilemenuitems ul li a{
       background: rgba(0,0,0,0);
    color: #071f32;
    font-size: 1.2rem;
    font-weight: 600;
    height: 100%;
    line-height: 1.11;
    position: relative;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 0;
    width: 100%;
    text-transform: uppercase;
}
.mobilemenuitems ul li ul{
    margin-bottom: 10px;
    margin-left: 20px;
}
.mobilemenuitems ul li ul li {
    border-bottom: 0px;
}
.mobilemenuitems ul li ul li a{
    font-size: 14px;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
}
.mobilemenuitems ul li ul li:before{
    font-size: 14px;
    top: 10px;
}
.mobilemenuitems {
    display: flex;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.MobileNavigationPanel{
    display: none;
}

.social {
    margin-top: 3.2rem;
}
.social .social-title {
    margin-bottom: 1.4rem;
    color: hsla(0,0%,100%,.5);
    font-size: 1.2rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
}

.social a{
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #F27E20;
}


.mobile-explore{
    background: url(images/mobile-map.png) no-repeat;
    background-size: cover;
    margin-top: 3rem;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.explore-title {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.33;
    margin-bottom: .8rem;
}
.explore-text {
    font-size:.9rem;
    font-weight: 400;
    line-height: 1.54;
    margin: 0 auto 2rem;
    max-width: 27rem;
    padding: 0 1.5rem;
}

.mobile-explore .btn-primary {
    margin-top: 10px;
    background: #ea6c03;
    border-radius: 0;
    border: 0px;
    padding: 10px 55px;
    font-size: 18px;
    text-transform: uppercase;
    transition: .25s;
}
.m-logo{
   width: 115px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 9;
}
/*Menu*/

.MobileNavigationPanel{
	position: fixed;
    /* left: 0px; */
    right: 15px;
    z-index: 10;
/*    background-color: #FFF;*/
    display: none;
    /* bottom: 0px; */
/*
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    top: 15px;
*/
}
.MobileNavigationPanel a{
/*	width: 25%;*/
	position: relative;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.MobileNavigationPanel a:after{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 1px;
/*	background-color: #FFF;*/
	content: '';
	z-index: 1;
}
.MobileNavigationPanel a img{
	max-width: 30px;
	max-height: 30px;
}
.MobileNavigationPanel a:last-child::after{
	display: none;
}

.contact-location-content{
    padding-left: 30px;
    padding-right: 30px;
}


.HomePageVideo{
    width: 100%;
    height: 100vh;
    position: relative;
}



.Headerspacer{
    height: 85px;
}


/*
.LeftSticky{
    left: 30px !important;
}
*/


.MobileCoveragedateyeaer{
    position: absolute;
    right: -27px;
    top: 10px;
    bottom: 0px;
    width: 30px;
/*    overflow: hidden;*/
    display: none;
    z-index: 1;
}

.datecont{
/*    display: flex;*/
    width: 100%;
    height: 100%;
     transform: rotate(90deg);
	transform-origin: left top 0;
    justify-content: space-around;
    width: 400px;
    top: 0%;
    position: relative;
    margin-right: -60px;
}


.datecont div{
   width: 20%;
    float: left;
    text-align: center;
}

.MeetSenpaiTop{
    padding-top: 120px;
/*    padding-bottom: 120px;*/
}

.SenpaiPicture{
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.SenpaiPicture img{
    width: 100%;
    height: auto;
}


.MeetSenpaiContainer h2{
    font: normal normal normal 36px/42px Merriweather;
    letter-spacing: 0px;
    color: #40371F;
    margin-bottom: 30px;
}
.MeetSenpaiContainer p{
    font-size: 16px;
    margin-bottom:20px;
    color: #412916;
    opacity: 0.7;
}


.SenpaiFeaturesTop{
    padding-top: 120px;
}


.SenpaiFeaturesTop h2{
    text-align: center;
    font: normal normal 300 45px/62px Merriweather;
    letter-spacing: 0px;
    color: #412916;
    opacity: 1;
    margin-bottom: 30px;
}

.feature-picture{
    max-width: 350px;
    height: auto;
    border: 1px solid #FDEFC1;
    border-radius: 20%;
    overflow: hidden;
}

.feature-picture img{
    width: 100%;
    height: auto;
}


.feature-top-contant{
    position: relative;
    padding-top: 80px;
}

.Feature-icon{
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}
.Feature-icon img{
    width: 100%;
    height: auto;
}
.Featurenote{
    text-align: center;
font: normal normal normal 13px/26px Open Sans;
letter-spacing: 0px;
color: #412916;
text-transform: uppercase;
opacity: 0.7;
margin-bottom: 20px;
}


.Featuretext{
    text-align: left;
font: normal normal normal 15px/26px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 0.7;
    margin-top: 14px;
   border-top: 1px solid #FDEFC1;
    padding-top: 30px;
}
.feature-top-contant-last{
    padding-top: 30px;
}
.SenpaiFeaturesBottom{
    padding-top: 120px;
}
.SenpaiFeaturesBottom h2{
    text-align: center;
    font: normal normal 300 36px/60px Merriweather;
letter-spacing: 0px;
color: #412916;
}


.SenpaiFeaturesBottomSubheading{
    text-align: center;
font: normal normal normal 16px/22px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 0.7;
    margin-bottom: 30px;
}
.SenpaiFeaturesBottom .card-icon{
    width: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.SenpaiFeaturesBottom .card-icon img{
    width: 100%;
    height: auto;
}
.SenpaiFeatureitem{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.SenpaiFeatureitem h4{
    text-align: center;
font: normal normal 600 18px/30px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 1;
}

.SenpaiFeatureitem p{
    font: normal normal normal 16px/30px Open Sans;
    color: #412916;
opacity: 0.7;
}







.SpecificationsContainer{
    padding-top: 120px;
/*    padding-bottom: 120px;*/
}


.SpecificationsContainer h2{
    text-align: center;
    font: normal normal 300 45px/62px Merriweather;
    letter-spacing: 0px;
    color: #412916;
    opacity: 1;
    margin-bottom: 60px;
}

.SpecificationsItem{
    display: flex;
    margin-bottom: 110px;
}

.SpecificationsIcon{
    width: 80px;
    margin-right: 30px;
    flex: 0 0 80px;
    
}

.SpecificationsIcon img{
    width: 100%;
    height: auto;
}

.SpecificationsText{
    text-align: left;
    font: normal normal normal 16px/27px Open Sans;
    letter-spacing: 0px;
    color: #412916;
    opacity: 0.7;
    padding-top: 5px;
}


.BehaviourEngineContent{
    padding-top: 80px;
/*    padding-bottom: 120px;*/
}


.BehaviourEngineContent h2{
    text-align: center;
    font: normal normal 300 45px/62px Merriweather;
    letter-spacing: 0px;
    color: #412916;
    opacity: 1;
    margin-bottom: 60px;
}



.ContactLibraryContent{
    padding-top: 80px;
    padding-bottom: 40px;
}


.ContactLibraryContent h2{
    text-align: center;
    font: normal normal 300 45px/62px Merriweather;
    letter-spacing: 0px;
    color: #412916;
    opacity: 1;
    margin-bottom: 60px;
}





.ContactLibraryItems{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ContactLibraryItems .ContactLibraryItem{
    width: 20%;
    flex: 0 0 20%;
    margin-bottom: 30px;
}

.ContactLibraryItems .ContactLibraryItem .ContactLibraryPhoto{
    width: 135px;
    height: 135px;
    border-radius: 40px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.ContactLibraryItems .ContactLibraryItem .ContactLibraryPhoto img{
    width: 100%;
    height: auto;
}

.ContactLibraryText{
    font: normal normal 600 16px/35px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 1;
    text-align: center;
}

.vimeo-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.vimeo-wrapper {
    width: 100%;
    height: calc(100vh - 65px);
    position: relative;
    display: flex!important;
    background-color: #000;
    justify-content: center;
    align-items: center;
}


.Headerspacer{
    height: 65px;
}


@media (max-width: 1023px) {
    .vimeo-wrapper{
        height: 300px;
    }
}








