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

.navbar-brand{
    width: 150px;
    height: auto;
}

.navbar-brand img{
    width: 100%;
    height: auto;
}


/*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: 'Open Sans', sans-serif;
}

h2 span{
   font-family: 'Open Sans', sans-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;
}
*/

.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 15px/29px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    position: relative;
}

.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 #f27e20 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: 2px;
    background-color: #f27e20;
    left: 0px;
    content:'' ;
    position: absolute;
    transition: .25s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    opacity: 1;
    color: #FFF;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::after{
    width: 100%;
}

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



.our_vision_container{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.our_vision_container .LeftSticky{
   position: absolute;
    left: 0px;
    top:195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 188px;
}

/*
.our_vision_container .container-fluid{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
*/
.our_vision_logo{
    width: 210px;
/*    height: 88px;*/
    overflow: hidden;
    position: relative;
}


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

.our_vision_logo video{
    width: 378px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -188px;
    margin-top: -42px;
    z-index: 1;
}
.our_vision_logo .Gifanimated{
    width: 378px;
    height: 184px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -188px;
    margin-top: -92px;
    z-index: 1;
}


.our_vision_container h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.OurVisionContent{
    padding-top: 10px;
    position: relative;
}

#our-vision{
    position: relative;
}

#our-vision .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: -120px;
    top: 50%;
    transform: rotate(-90deg);
}

.i-sticky {
    position: -webkit-sticky;
    position: sticky;
    padding: 0px 0;
     font-size: 18px;
    text-align: center;
/*    background-color: greenyellow;*/
    z-index: 5;
}
.block5 {
    top: 50%;
    left: -120px;
    width: 160px;
/*    transform: rotate(-90deg);*/
    text-align: left;
   font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0px;
    transform: matrix(0, -1, 1, 0, 0, 0);
}

.OurVisionContentPicture {
    max-width: 580px;
    height: auto;
}

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

.our_vision_container .card-body{
    line-height: 28px;
    font-size: 18px;
}
.our_vision_container .card-body p{
    margin-bottom: 30px;
}

.our_media_container{
/*    padding-bottom: 120px;*/
    position: relative;
}
.our_media_container .LeftSticky{
   position: absolute;
    left: 0px;
    top:0px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 68px;
}

.our_media_container h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.our_media_Content{
/*
    padding-top: 60px;
    padding-bottom: 60px;
*/
    position: relative;
    border-bottom: 1px #000 solid;
     border-top: 1px #000 solid;
    
}

.our_media_Content .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%;
}

/*
.our_media_container .container-fluid{
     max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
*/

.our_media_logos{
    text-align: center;
}

.our_media_logos img{
/*    max-width: 270px;*/
    height: auto;
    max-height: 160px;
    max-width: 160px;
}

/*
.our_media_Content:before{
    position: absolute;
    bottom: -56px;
    border: 5px solid #000000;
    opacity: 1;
    left: 50%;
    content: '';
    border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 14px;
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    margin-left: -7px;
}
*/

.our_media_Content .morearrowicon{
    position: absolute;
    bottom: -80px;
    
    margin-left: -7px;
    content: '';
/*
    border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 14px;
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    border: 5px solid #000000;
    opacity: 1;
*/
    left: 50%;
    z-index: 999;
    font-size: 4em;
    line-height: 1rem;
}

.moretext {
  display: none;
}


.our_media_Content .morearrowicon img{
    width: 35px;
    height: auto;
}



#profile-description .text{
    transition: .25s;
}
.our_media_logos{
/*
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
*/
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.our_media_logos .logocol{
    width: 17%;
    margin-bottom: 30px;
     margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
}

          #profile-description {
  position:relative;
}
#profile-description .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#profile-description .show-more {
/*   width: 690px;  */
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
	
}
#profile-description .show-more:hover { 
/*    color: #1779dd;*/
}
#profile-description .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}




.our_media_button{
    padding-top: 70px;
}
.our_media_button .btn{
    border-radius: 30px;
    width: 150px;
    height: 45px;
    line-height: 42px;
    padding: 0px;
    color: #505050;
    font-size: 16px;
}
.our_media_button .btn-outline-warning{
    border: 2px #F27E20 solid;
}
.our_media_button .btn:hover{
    background-color: #F27E20;
    color: #FFF;
}


.our_history_container{
    padding-top: 120px;
    position: relative;
}



.our_history_container h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

/*
.our_history_container .container-fluid{
     max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
*/

.our_history_content{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    
}

.our_history_container .LeftSticky{
   position: absolute;
    left: 0px;
    top:145px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 130px;
}


.our_history_content .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%;
}


/*
.our_history_content img{
    width: 100%;
    height: auto;
}
*/

.our_history_content .card{
    background-color: #fffbf8;
    background-image: url(images/history/card-bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    border-radius: 0px;
    position: relative;
    margin-top: -1px;
}

.our_history_content .card-body{
    padding-left: 110px;
    padding-bottom: 0px;
}

.our_history_content .card-sidetitle{
   transform: matrix(-0.02, -1, 1, -0.02, 0, 0);
text-align: center;
font: normal normal 600 15px/20px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 0.9;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    width: 110px;
    
}
.hlogo{
    text-align: center;
}
.hlogo.sfo{
    background-image: url(images/maps/San-Francisco-Office.png); background-size: 100%; background-position: top center; background-repeat: no-repeat;
}
.hlogo.India{
    background-image: url(images/maps/india.png); background-size: contain; background-position: top center; background-repeat: no-repeat;
}

.hlogo.Hamburg{
    background-image: url(images/maps/Hamburg-RD-Lab.png); background-size: contain; background-position: top center; background-repeat: no-repeat;
}

.hlogo.Foshan{
    background-image: url(images/maps/Republic_of_China.png); background-size: contain; background-position: top center; background-repeat: no-repeat; 
}

.hlogo.MiddleEast{
     background-image: url(images/maps/globe.png); background-size: contain; background-position: top center; background-repeat: no-repeat; 
}

.logo-item img{
    height: 45px;
    width: auto;
}
.logo-item{
    margin-bottom: 20px;
}
.small-icon{
    width: 60px;
    height: 45px;
}
.htext{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 5px #00000029;
    border: 2px solid #D0D0D0;
    border-radius: 2px;
    opacity: 1;
    padding: 5px 15px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
   font: normal normal 600 16px/25px Open Sans;
letter-spacing: 0px;
color: #333333;
    vertical-align: top;
    display: block;
    transition: .25s;
}

.htext:hover{
    box-shadow: 0px 2px 10px #00000029;
    transform: scale(1.1,1.1);
}

.clogo p{
    margin-bottom: 0px;
}
.clogotext{
    text-align: center;
font: normal normal bold 10px/12px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 0.9;
}

.clogo:hover{
    border: 2px #e28b19 solid;
}

.clogo2020{
    margin-left: 20%;
}



.our_history_content .card.Coveragedateyeaer{
    background-color: transparent;
    font: normal normal bold 33px/45px Open Sans;
    letter-spacing: 0px;
    color: #58595B;
    opacity: 1;
}


.our_history_content .card.Coveragedateyeaer .card-body{
    padding-bottom: 15px;
}


.CoverageContainer{
    padding-top: 80px;
/*    padding-bottom: 80px;*/
    position: relative;
}

.CoverageContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:80px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 60px;
}

.CoverageContainer h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

/*
.CoverageContainer .container-fluid{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
*/

.CoverageContainerContent{
    position: relative;
    padding-top: 50px;
}


.CoverageContainerContent .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%;
}


.CoverageContainerContent .card{
    background-color: #fffbf8;
    border-radius: 0px;
    position: relative;
    margin-top: -1px;
}

.CoverageContainerContent .card-body{
    padding-left: 90px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.CoverageContainerContent .card-sidetitle{
   transform: matrix(-0.02, -1, 1, -0.02, 0, 0);
text-align: center;
font: normal normal 600 14px/20px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 0.9;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -15px;
    width: 130px;
    
}
.clogo{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 13px #00000029;
    border: 2px solid #f2f2f2;
    border-radius: 2px;
    opacity: 1;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    z-index: 3;
    position: relative;
}

.clogo:hover{
    transform: scale(1.1,1.1);
    transition: .25s;
}

.clogo img{
    height: 20px;
    width: auto;
    margin-bottom: 5px;
}
/*
.clogo p{
    margin-bottom: 5px;
}
*/
.clogotext{
    text-align: center;
font: normal normal bold 10px/12px Open Sans;
letter-spacing: 0px;
color: #412916;
opacity: 0.9;
}


.CoverageContainerContent .card.Coveragedateyeaer{
    background-color: transparent;
    font: normal normal bold 33px/45px Open Sans;
letter-spacing: 0px;
color: #58595B;
opacity: 1;
}


.CoverageContainerContent .card.Coveragedateyeaer .card-body{
    padding-bottom: 15px;
}

.CorporateRoomContainer{
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

.CorporateRoomContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 188px;
}



.CorporateRoomContainer h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

/*
.CorporateRoomContainer .container-fluid{
     max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
*/

.CorporateRoomContent{
/*
    padding-top: 60px;
    padding-bottom: 60px;
*/
    position: relative;
	box-shadow: 0px 3px 22px 0px rgb(0 0 0 / 12%);
    
}



.CorporateRoomContent .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%;
}


.CorporateRoomTable{
    font: normal normal normal 16px/22px Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 0.87;
}

.table .thead-light th{
    background-color: #FBDDC4;
    font: normal normal 600 18px/24px Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 0.87;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #FCEADB;
}

.Piecharttable{
    text-align: center;
    max-width: 744px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    overflow: auto;
}

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

.Piecharttabletwo{
    text-align: left;
    padding-top: 30px;
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
}
.Piecharttabletwo img{
    width: 100%;
    height: auto;
}
.Piecharttablethree{
    text-align: right;
    padding-top: 30px;
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
}
.Piecharttablethree img{
    width: 100%;
    height: auto;
}

.VideoSectionContainer{
    height: 890px;
    position: relative;
    overflow: hidden;
    background-color: #fe4e1e;
}


.VideoSectionContainer video{
 position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 1920px;
    height: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
/*    filter: grayscale(100%);*/
}

.VideoSectionContainer .VideoOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fe4e1e;
    opacity: .8;
    display: none;
}

.VideoSectionContainer h2{
    text-align: center;
    font: normal normal 600 80px/89px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 1245px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}



.OurProductContainer{
    padding-top: 80px;
    position: relative;
}
.OurProductContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:50px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 130px;
}

.OurProductContainer .OurProductSectionLeft{
    position: relative;
	
}
.OurProductContainer .OurProductSectionLeft.even{
	float: right;
}
.OurProductContainer .OurProductSectionLeftText{
	margin-top: 20px;
}
.OurProductContainer .OurProductSectionLeftText.even{
	float: right;
}
.OurProductContainer .OurProductSectionLeft p{
    margin-bottom: 30px;
}
.OurProductContainer .OurProductSectionLeft .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%;
}

.Logoaido{
    width: 300px;
    height: auto;
    margin-bottom: 60px;
    position: relative;
}

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

.OurProductSectionLeftText{
    font: normal normal normal 20px/38px Open Sans;
letter-spacing: 0px;
color: #000000;
}


.Aido-product{
    text-align: center;
    width: 100%;
    height: auto;
}


.VisitWebsiteBtn .btn{
    border-radius: 30px;
    width: 150px;
    height: 45px;
    line-height: 42px;
    padding: 0px;
    color: #505050;
    font-size: 16px;
}
.VisitWebsiteBtn .btn-outline-warning{
    border: 2px #F27E20 solid;
}
.VisitWebsiteBtn .btn:hover{
    background-color: #F27E20;
    color: #FFF;
}

.ProductFetures{
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.OurProductContainer .ProductFetures .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%;
    margin-top: -10px;
}


.ProductFetures ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}
.ProductFetures ul li{
    width: 25%;
    padding-left: 32px;
    position: relative;
   font: normal normal 600 19px/26px Open Sans;
letter-spacing: 0px;
color: #412916;
text-transform: uppercase;
    margin-bottom: 20px;
    padding-right: 40px;
}

.ProductFetures ul.audolist li::before {
  color: #F27E20;
    font-family:'FontAwesome';
  content: "\f111";
  font-weight: bold;
  position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
}
.ProductFetures ul.farilist li::before {
  color: #4CB9D6;
  font-family:'FontAwesome';
  content: "\f111";
  font-weight: bold;
  position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
}

.ProductFetures ul.sentinellist li::before {
  color: #000;
  font-family:'FontAwesome';
  content: "\f111";
  font-weight: bold;
  position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
}

.ProductFetures ul.senpailist li::before {
  color: #64C4ED;
  font-family:'FontAwesome';
  content: "\f111";
  font-weight: bold;
  position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
}

.ProductsAwards{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.OurProductContainer .ProductsAwards .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%;
    margin-top: -10px;
}
.ProductsAwards .d-flex{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ProductsAwards .d-flex img{
    width: 128px;
    height: auto;
}

.OurProduct2ndrow{
    padding-top: 60px;
}

.Aido-product{
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.Aido-product img{
/*    width: 100%;*/
    height: auto;
    max-width: 320px;
    margin-left: auto;
/*    margin-right: auto;*/
}
.OurProductContainer .Aido-product .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%;
    margin-top: -10px;
}

.Logoaido.Logofari{
    width: 250px;
    height: auto;
}

.OurProduct2ndrow .Logoaido.Logofari{
    margin-left: auto;
    width: 126px;
}

.OurProduct2ndrow .OurProductSectionLeftText{
    text-align: right;
}

.OurProduct2ndrow .Aido-product img{
    margin-right: auto;
    margin-left: 0px;
}


/*
.Aido-product.fari-product{
    padding-top: 120px;
}
*/
.Aido-product.fari-product img{
    max-width: 400px;
}

.OurProduct3rdrow{
    padding-top: 60px;
}
.OurProduct3rdrow .Logoaido{
    max-width: 300px;
}



.OurProduct3rdrow .Aido-product img{
    max-width: 550px;
}

.OurProduct3rdrow .LogoSentinel{
    max-width: 200px;
}

.LogoSenpai{
    max-width: 200px;
    width: 200px;
    margin-left: auto;
}


.DynamixContainer{
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}
.DynamixContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 240px;
}

.DynamixContainer h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.DynamixContent{
    position: relative;
    padding-top: 60px;
}



.DynamixContent .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%;
}

.DynamixContent .card{
    border: 0px;
    margin-bottom: 30px;
}
.DynamixContent .card-body{
    max-width: 294px;
    padding: 0px;
    padding-left: 98px;
    padding-bottom: 20px;
    position: relative;
}
.DynamixContent .card-body .card-icon{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    text-align: center;
}

.DynamixContent .card-body .card-icon img{
    max-width: 70px;
    max-height: 70px;
}

.DynamixContent .card-body .card-text{
    text-align: left;
    font: normal normal normal 16px/26px Open Sans;
    letter-spacing: 0px;
    color: #412916;
    opacity: 1;
}



.OurTeamContainer{
    background-color: #fffbf8;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.OurTeamContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 150px;
}


.OurTeamContainer h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

/*
.OurTeamContainer .container-fluid{
    max-width: 1134px;
}
*/

.OurTeamContent{
    position: relative;
    padding-top: 210px;
}

.OurTeamContent .carousel-indicators{
/*    position: relative;*/
       margin: 0;
    bottom: auto;
    top: auto;
    padding-bottom: 0px;
    height: auto;
    z-index: 1;
    top: -150px;
}
.OurTeamContent .carousel-indicators li{
    width: auto;
    height: auto;
    text-align: center;
    line-height: 15px;
    margin-left: 6px;
    margin-right: 7px;
    opacity: .4;
    filter: grayscale(0);
}

.OurTeamContent .carousel-indicators li.active{
    background-color: transparent;
    opacity: 1;
/*    filter: grayscale(0%);*/
}



.small-photo{
    width: 56px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
	filter: grayscale(1);
}

.thumb-name{
    text-align: center;
font: normal normal normal 14px/16px Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

.thumb-designation{
font: normal normal normal 11px/13px Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

.big-profile-photo{
    border-radius: 50%;
    width: 167px;
    height: 167px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.big-profile-photo img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    filter: grayscale(100%);
}

.ProfileDesc{
    background-color: rgba(0,0,0,.7);
    padding: 20px;
    height: 100%;
    border-radius: 5px;
    font: normal normal 300 16px/24px Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}


.ProfileDesc h3.ProfileName{
    text-align: left;
font: normal normal normal 32px/44px Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
    margin-bottom: 30px;
}


.ProfileDesc h3.ProfileDesignation{
    font: normal normal 300 14px/24px Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
    margin-bottom: 30px;
}


.picprofile-name{
    text-align: center;
text-align: center;
font: normal normal normal 18px/22px Open Sans;
opacity: 1;
    margin-bottom: 10px;
	padding-top: 30px;
}


.picprofile-designation{
    text-align: center;
   font: normal normal normal 9px/14px Open Sans;
letter-spacing: 0.96px;
color: #7E8085;
text-transform: uppercase;
opacity: 1;
}



.carousel-control-next, .carousel-control-prev{
    color: #000;
    width: 20px;
    z-index: 99;
}
.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);
}

.team-social{
    font-size: 25px;
    margin-top: 18px;
}

.team-social a{
    color: #FFF;
    margin-right: 20px;
}
.team-social a:hover{
    opacity: .8;
}


.OrganogramContainer{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.OrganogramContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 188px;
}
.OrganogramContainer h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.OrganogramContent{
    position: relative;
    padding-top: 60px;
}



.OrganogramContent .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%;
}



.ContactUsContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:20px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 188px;
}

.ContactUsContainer{
    padding-top: 90px;
    padding-bottom: 90px;
/*
    background: #FFF url(images/world-map.jpg) center top;    
    background-size: 80%;
*/
    background-repeat: no-repeat;
    position: relative;
}



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

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

.contactbottom{
    margin-top: -150px;
}


.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;
}
.contactsection img{
    width: 22px;
    height: auto;
    margin-right: 12px;
    display: inline-block;
    margin-bottom: 3px;
}

.FooterContainer{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333333;
}
.footerlogo img{
    max-width: 174px;
    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: 16px;
    color: #FFF;
}

.footer-navigation li a:hover{
    color: #F27E20;
}
.copyright-section{
    background-color: #222222;
    padding-top: 32px;
    padding-bottom: 32px;
    font: normal normal normal 16px/30px Open Sans;
    color: rgba(255,255,255,.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: #F27E20;
    font-size: 20px;
    margin-left: 30px;
}
.copyright-section .f-social-media a:hover{
    color: #FFF;
}

.owl-theme .owl-{
    
}


/*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;
}

.social img{
    width: 20px;
     display: inline-block;
    margin-right: 15px;
    margin-left: 15px;    
    filter: invert(49%) sepia(97%) saturate(816%) hue-rotate(348deg) brightness(98%) contrast(93%);
}

.social a:hover img{
    filter: invert(1);
}


.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;
}

.mobile-explore .btn-primary img{
    max-width: 18px;
    height: auto;
    display: inline-block;
    margin-bottom: 3px;
    filter: invert(1);
}

.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: 5px;
    padding-right: 30px;
}

.contact-location-content a{
    color: #000;
}

.contact-location-content a:hover{
    text-decoration: underline;
}

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

.vimeo-wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    display: block !important;
    background-color: #000;
}
.vimeo-wrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}


.Headerspacer{
    height: 57px;
}


/*
.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;
}


/*MediaPageContainer*/

.BlogPageContainer{
    padding-top: 180px;
    padding-bottom: 80px;
}

.BlogPageContainer .has-search .form-control {
    padding-right: 2.375rem;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px #b1b1b1 solid;
}

.BlogPageContainer .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 15px;
    top: 0px;
    z-index: 9;
}

.BlogPageContainer .form-control{
    border: 0px;
    border-radius: 0px;
     border-bottom: 1px #b1b1b1 solid;
    padding-left: 0px;
}

.BlogPageContainer .form-control:focus{
    outline: 0px;
    box-shadow: none;
}

.BlogPageContainer .btn-link{
    border-bottom: 1px #b1b1b1 solid;
    color: #bebebe;
}

.BlogPageContainer .btn-link:hover{
    color: #333;
}

.blogfilter{
    color:#B1B1B1;
    font-size: 14px;
    padding-top: 10px;
}

.blogfilter ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blogfilter ul a{
    color: #B1B1B1;
}


.blogfilter ul a:hover, .blogfilter ul li.active a{
    color: #F27E20;
}


.blog-recent-text{
    font-size: 14px;
    color: #B1B1B1;
    padding-top: 30px;
}
.BlogListContainer{
    padding-top: 40px;
}


.BlogListContainer .card{
    border: 0px;
    box-shadow: none;
    border-top: 1px #545454 solid;
    border-radius: 0px;
    padding-top: 20px;
}

.blog-date{
   font: normal normal 600 14px/16px Open Sans;
    padding-bottom: 20px;
}

.BlogListContainer .card-picture{
    border: 1px #868686 solid;
    margin-bottom: 30px;
    
}

.BlogListContainer h2{
    font: normal normal 600 27px/32px Open Sans;
    margin-bottom: 20px;
}


.BlogListContainer .card-picture img{
    width: 100%;
    height: auto;
}
.BlogListContainer .card-body{
    padding: 0px;
}

.BlogListContainer .card-text{
    font-size: 16px;
}




.BlogListContainer .loadmore_button{
    padding-top: 70px;
    text-align: center;
}
.BlogListContainer .loadmore_button .btn{
    border-radius: 30px;
    width: 150px;
    height: 45px;
    line-height: 42px;
    padding: 0px;
    color: #505050;
    font-size: 16px;
}
.BlogListContainer .loadmore_button .btn-outline-warning{
    border: 2px #F27E20 solid;
}
.BlogListContainer .loadmore_button .btn:hover{
    background-color: #F27E20;
    color: #FFF;
}


.BlogDetailsPageContainer{
    padding-top: 180px;
    padding-bottom: 80px;
}

.Blogdetails{
    position: relative;
    padding-right: 190px;
}


.Blogdetails .BlogSocialMedia{
    position: absolute;
    right: 0px;
    width: 45px;
    text-align: center;
}
.Blogdetails .BlogSocialMedia p{
   font: normal normal bold 13px/20px Open Sans;
}

.Blogdetails .BlogSocialMedia ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Blogdetails .BlogSocialMedia ul li{
    margin-bottom: 10px;
}

.Blogdetails .BlogSocialMedia ul li a{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px #f27e20 solid;
    line-height: 50px;
    color: #000;
    display: block;
}
.Blogdetails .BlogSocialMedia ul li a:hover{
    background-color: #f27e20;
    color: #FFF;
}
.BlogdetailsTopPanel{
    font: normal normal 600 16px/24px Open Sans;
}


.BlogDetailsContent{
    font-size: 16px;
    padding-top: 60px;
}

.BlogDetailsContent h2{
    font: normal normal 700 36px/42px Open Sans;
    margin-bottom: 30px;
}

.BlogDetailsContent img{
    max-width: 100%;
}


.BlogDetailsBottom{
    padding-top: 60px;
    font: normal normal 600 16px/24px Open Sans;
}

.BlogDetailsBottom a{
    color: #000;
    text-decoration: underline;
}

.BlogDetailsBottom a:hover{
    color: #000;
    text-decoration: none;
}

/*our_history_new*/

.our_history_new{
    display: flex;
    background: transparent linear-gradient(119deg, #FFFFFF 0%, #FFF9F2 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 6px 23px #C9B49A4A;
border: 2px solid #EBE8E8;
opacity: 1;
    margin-bottom: 30px;
}

.our_history_new .our_history_new_heading{
    font: normal normal 600 14px/22px Open Sans;
letter-spacing: 0px;
color: #412916;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-right: 1px #efeceb solid;
    width: 150px;
}

.our_history_new .our_history_new_heading p{
    color: #412916;
    margin-bottom: 0px;
}

.our_history_new_year{
    width: 100%;
    width: 1500px;
}

.our_history_new_content{
    width: 90%;
    padding: 20px;
    overflow-x: auto;
}
.our_history_new_content p{
    margin-bottom: 0px;
    text-align: center;
}
.our_history_new_year ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.our_history_new_year ul li span{
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font: normal normal 600 16px/19px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    border: 1px #ffba5f solid;
    border-radius: 15px;
    box-shadow: 0px 2px 6px #CB7C1549;
}

.our_history_content_flug{
    display: flex;
    width: 1500px;
}

.our_history_content_flug_cont {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}
.our_history_content_flug_cont .flug_fc{
    padding:10px 20px;
    font-size: 14px;
    color: #695647;
    box-shadow: 0px 3px 6px #CB7C1549;
    border: 1px solid #DFDADA;
    height: 100%;
}


.our_history_content_flug_cont img{
    height: 34px;
    max-width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.flug_fc_one{
    padding: 8px;
    font-size: 13px;
    color: #695647;
    box-shadow: 0px 3px 6px #CB7C1549;
    border: 1px solid #DFDADA;
}

.flug_fc_Seed{
    width: 140px;
}

.flugicon{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.flug_fcLargest{
    width: 300px;
}

.USAMap{
    background-image: url(images/history/USAMap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 200px;
    box-shadow: none;
}

.our_history_content_flug_cont .flug_fc.shadownone{    
    box-shadow: 0px 0px 0px #CB7C1549;
}

.indiamap{
    background-image: url(images/history/indiamap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    box-shadow: none;
}

.HamburgMap{
    background-image: url(images/history/HamburgMap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-shadow: none;
}



.chinamap{
    background-image: url(images/history/chinamap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-shadow: none;
}

.middle_east{
    background-image: url(images/history/middle_east.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-shadow: none;
}






.our_coverage_new{
    display: flex;
    background: transparent linear-gradient(119deg, #FFFFFF 0%, #FFF9F2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 23px #C9B49A4A;
    border: 2px solid #EBE8E8;
    opacity: 1;
    margin-bottom: 30px;
}

.our_coverage_new .our_coverage_new_heading{
    font: normal normal 600 14px/22px Open Sans;
    letter-spacing: 0px;
    color: #412916;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-right: 1px #efeceb solid;
    width: 70px;
}

.our_coverage_new .our_coverage_new_heading p{
    color: #412916;
    margin-bottom: 0px;    
    transform: rotate(-90deg);
    text-align: center;
    
}

.our_coverage_new .our_coverage_new_heading.pbaheading p{
    text-align: center;
    margin-left: -30px;
}
.our_coverage_new .our_coverage_new_heading.aneheading p{
    margin-left: -30px;
}
.our_coverage_new .our_coverage_new_heading.tvnradioheading p{
    margin-left: -10px;
}

.our_coverage_new_content{
    width: 95%;
    padding: 20px;
    padding-left: 50px;
    overflow-x: auto;
}
.our_coverage_new_content p{
    margin-bottom: 0px;
    display: block;
}
.our_coverage_new_year ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.our_coverage_new_year ul li{
    padding-left: 5px;
    padding-right: 5px;
}
.our_coverage_new_year ul li span{
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font: normal normal 600 16px/19px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    border: 1px #ffba5f solid;
    border-radius: 15px;
    box-shadow: 0px 2px 6px #CB7C1549;
}


.our_coverage_content_logo{
    display: flex;
}

.our_coverage_content_logo_cont {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    text-decoration: none;
}
.our_coverage_content_logo_cont .logo_fc{
    padding:5px 5px;
    font-size: 11px;
    color: #695647;
    box-shadow: 0px 3px 6px #CB7C1549;
    border: 1px solid #DFDADA;
    height: 100%;
    text-align: center;
}


.our_coverage_content_logo_cont img{
/*    height: 34px;*/
    max-width: 80px;
    height: auto;
    margin-bottom: 5px;
}
.logoicon{
/*    width: 80px;*/
    margin-left: auto;
    margin-right: auto;
    max-height: 40px;
    overflow: hidden;
}

.ml-140{
    margin-left: 140px;
}

.ml-100{
    margin-left: 100px;
}

.ml-160{
    margin-left: 120px;
}

.OrigamiProductsCont{
    padding-top: 120px;
    padding-bottom: 120px;
/*    height: 700px;*/
    position: relative;
}

.OrigamiProductsCont .container-fluid{
    max-width: 1340px;
}

.OurProductContainer .LeftSticky{
   position: absolute;
    left: 0px;
    top:50px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 130px;
}


.OrigamiProductsCont h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}
.OrigamiProductsCont .card{
    border: 0px;
    box-shadow: 0 8px 12px rgba(0,0,0,.13);
    transition: .25s;
    position: relative;
    overflow: visible;
}

.OrigamiProductsCont .card img{
    max-width: 100%;
    height: auto;
}
.OrigamiProductsCont .card-body{
    padding: 0px;
}

.OrigamiProductsCont .card-heading{
    background-color: #F0F0F0;
    height: 60px;
    text-align: center;
}

.OrigamiProductsCont .card-heading .card-title{
    margin-bottom: 0px;
    line-height: 60px;
    font-weight: 600;
}

.OrigamiProductsCont .card:hover{
    box-shadow: 0 14px 13px #FFE7D3;
}

.OrigamiProductsCont .card:hover .card-heading{
    background-color: #FDEEE1;
    color: #F27E20;
    height: 60px;
    text-align: center;
}

.tooltipproducts {
  position: fixed;
  display:none;
  width: 400px;
 
  color: #000;
  padding: 20px;
  background-color: #FFF;
  left: 0;
  box-sizing:border-box;
  /*shadow*/
  -webkit-box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.12);
  -moz-box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.12);
  box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.12);
    z-index: 999;
    border: 1px #F27E20 solid;
    font-size: 14px;
    opacity: 1 !important;
}

.tooltipproducts h3{
    color: #F27E20;
    text-align: center;
}




.OrigamiBundleCont{
    padding-top: 80px;
    padding-bottom: 30px;
/*    height: 700px;*/
    position: relative;
}

.OrigamiBundleCont .LeftSticky{
   position: absolute;
    left: 0px;
    top:50px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 130px;
}


.OrigamiBundleCont h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}

.desktopbundles {
	margin-bottom: 30px;
}

.OrigamiBundleCont .card{
    border: 0px;
    box-shadow: 0 8px 12px rgba(0,0,0,.13);
    transition: .25s;
    position: relative;
    overflow: visible;
/*    margin-bottom: 30px;*/
	height: 100%;
	padding-bottom: 50px;
}

.OrigamiBundleCont .card img{
    max-width: 100%;
    height: auto;
}
.OrigamiBundleCont .card-body{
    padding:30px 10px;
}

.OrigamiBundleCont .card-heading{
    background-color: #F0F0F0;
    height: 60px;
    text-align: center;
}

.OrigamiBundleCont .card-heading .card-title{
    margin-bottom: 0px;
    line-height: 60px;
    font-weight: 600;
}

.OrigamiBundleCont .card:hover{
    box-shadow: 0 14px 13px #FFE7D3;
}

.OrigamiBundleCont .card:hover .card-heading{
    background-color: #FDEEE1;
    color: #F27E20;
    height: 60px;
    text-align: center;
}

.OrigamiBundleCont .card .Origami-icon{
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.OrigamiBundleCont .card .Origami-icon img{
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}

.card-buttons{
    margin-top: 20px;
}

.card-buttons{
    justify-content: center;
    display: flex;
    font-size: 12px;
}
.card-buttons a{
    border: 1px #000 solid;
    padding: 10px 12px;
    display: block;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
}
/*
.card-buttons a:hover{
    background-color: #000;
    color: #FFF;
}
*/

.card-buttons-hover{
    flex-wrap: wrap;
    width: 278px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.card-buttons-hover a{
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
    cursor: default;
/*    opacity: .4;*/
}


.OrigamiBundleCont .card .cardhovercontent{
    opacity: 0;
    transition: .5s;    
/*    display: none;*/
}

.OrigamiBundleCont .card:hover .cardhovercontent{
     opacity: 1;
}

.cardhovercontentTab .nav{
    display: flex;
    justify-content: space-between;
/*    border-bottom: 1px #707070 solid;*/
    padding: 10px;
	margin-right: -10px;
	margin-left: -10px;
	background-color: #F0F0F0;
}
/*
.cardhovercontentTab .nav .nav-item{
	padding: 0px 8px 0px 0px;
}
*/

.cardhovercontentTab .nav-pills .nav-link.active, .cardhovercontentTab .nav-pills .show>.nav-link{
    color: #000;
    background-color: transparent;
}

.cardhovercontentTab .nav .nav-link{
    padding: 0px;
    font-size: 14px;
    color: #D6D3D0;
    font-weight: 700;
}


.desktopbundles .vst_web{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}



.OrigamiBundleCont .card{
    position: relative;
}

.OrigamiBundleCont .cardhovercontent{
    position: absolute;
    width: 400px;
    left: 45%;
    background-color: #FFF;
    border: 1px #F27E20 solid;
    padding: 50px 20px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.OrigamiBundleCont .cardhovercontent h3{
    text-align: center;
    font-size: 32px;
    color: #F27E20;
    font-weight: 700;
}
.OrigamiBundleCont .cardhovercontent .visitweb {
    margin-top: 20px;
    text-align: center;
}

.OrigamiBundleCont .cardhovercontent .close{
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(100%);
    width: 18px;
    height: 18px;
    z-index: 9;
    background-color: #000;
    border-radius: 50%;
}

.OrigamiBundleCont .cardhovercontent .close img{
    max-width: 100%;
    height: auto;
}

.img_prd_slide{
    margin: 0;
    padding: 0;
}
.img_prd_slide .img_box_mask{
    
}
.img_prd_slide .img_box_mask img{
    width: auto;
    margin: 0 auto;
    max-height: 200px;
} 
/*
.img_prd_slide .owl-theme .owl-nav{
    display: none;
}
*/
.img_prd_slide .owl-theme .owl-dots{
    display: none;
}
.vst_web{
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}
.vst_web a{
    text-decoration: none;
    border: 1px #F27E20 solid;
    font-size: 14px;
    border-radius: 50px;
    color: #252525;
    padding: 8px 15px;
}

.vst_web a:hover{
    background-color: #F27E20;
    color: #FFF;
}
.OrigamiBundleCont .cardhovercontent p{
    font-size: 15px;
}
.owl-theme .owl-nav{
    position: relative;
    width: 100%;
    height: auto;
}
.owl-theme .owl-nav span{
    display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    bottom: 80px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
.owl-theme .owl-nav [class*=owl-]:focus{
    border: 0px;
    outline: 0px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    content: "";
    background: url(images/arrow-left.svg) no-repeat;
    z-index: 9;
    width: 15px;
    height: 25px;
    left: 0px;
	display: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover{
    content: "";
    background: url(images/arrow-right.svg) no-repeat;
    z-index: 9;
    width: 15px;
    height: 25px;
    right: 0px;
	display: none;
}


.cardhovercontent.last-hover-open-left{
    right: 45%;
    left: auto;
}

.company2022{
    margin-left: 0px;
}

.logokaiser{
    width: 220px;    
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}



.OurHistoryMobileContainer{
    border: 1px #EBE8E8 solid;
    padding: 15px 10px;
    margin-bottom: 50px;
}

.OHMCBlock .our_history_content_flug_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    padding:10px 20px;
    font-size: 14px;
    color: #695647;
    box-shadow: 0px 3px 6px #CB7C1549;
    border: 1px solid #DFDADA;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border-radius: 4px;
}


.OHMCBlock .our_history_content_flug_cont .flug_fc{
    max-width: 300px;
    height: auto;
    text-align: center;
    width: 300px;
     box-shadow: 0px 0px 0px #CB7C1549;
    border: 0px solid #DFDADA;
}


/*.our_history_years{
    position: relative;
}
*/
.our_history_years{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 30px;
    border: 1px #FF9100 solid;
    line-height: 28px;
    border-radius: 40px;
    content: '';
    text-align: center;
    left: -65px;
    background-color: #FFF;
    z-index: 2;
}



.our_history_years:before{
    content: '';
    width:8px;
    height:8px;
    background-color: #ff970c;
    border: 2px #FFF solid;
    box-shadow: 0 0px 0px 2px #ff970c;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.our_history_years:after{
    content: '';
    width:8px;
    height:8px;
    background-color: #ff970c;
    border: 2px #FFF solid;
    box-shadow: 0 0px 0px 2px #ff970c;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.our_history_years.lastyear:before{
    display: none;
}


.OHMCBlock .our_history_content_flug_cont{
    position: relative;
}

.OHMCBlock .our_history_content_flug_cont:after{
    bottom: -50px;
    width: 8px;
    left: -41px;
    content: '';
    /*background-color: #FF9100;*/
    height: 100px;
    position: absolute;
    z-index: 1;
    background-image:url(images/dot.png) ;
    background-repeat: no-repeat;
    background-size: 8px;

}

.OHMCBlock .our_history_content_flug_cont:before{
    top: -20px;
    width: 8px;
    left: -41px;
    content: '';
    /*background-color: #FF9100;*/
    height: 110px;
    position: absolute;
    z-index: 1;
    background-image:url(images/dot.png) ;
    background-repeat: no-repeat;
    background-size: 8px;
}
.borderleftnone:before{
    display: none;
}



.CoverageContainerMobileContainer{
    border: 1px #EBE8E8 solid;
    padding: 15px 10px;
    margin-bottom: 50px;
}


.CoverageContainerMobileContainer .our_coverage_content_logo_cont{
    display: inline-block;
}

.OHMCBlock .our_coverage_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding:10px 20px;
    font-size: 14px;
    color: #695647;
    box-shadow: 0px 3px 6px #CB7C1549;
    border: 1px solid #DFDADA;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}
.CoverageContainerMobileContainer .item{
    display: flex;
}

.CoverageContainerMobileContainer  .OHMCBlock .our_history_content_flug_cont{
    width: 330px;
}

.CoverageContainerMobileContainer .our_coverage_content_logo_cont .logo_fc{
    box-shadow: 0px 0px 0px #cb7c1549;
    border: 0px solid #DFDADA;
}

.CoverageContainerMobileContainer .our_coverage_content_logo_cont {
    padding: 10px;
    width: 50%;
}


.CoverageContainerMobileContainer  .our_history_content_flug_cont img{
    max-width: 80px;
}
.CoverageContainerMobileContainer .OHMCBlock{
    margin-bottom: 30px;
}








.OrigamiBundleCont .desktopbundles .card{
	box-shadow: 0 8px 12px rgb(0 0 0 / 13%);
}
.OrigamiBundleCont .desktopbundles .card:hover{
	box-shadow: 0 14px 13px #ffe7d3;
}
	

.OrigamiBundleCont .desktopbundles .textsec{
	padding: 0px 35px 20px 45px;
}
.OrigamiBundleCont .desktopbundles .textsec .content{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid rgba(112, 112, 112, 0.14);
	
}
.OrigamiBundleCont .desktopbundles .textsec .content p{
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 30px;
}
.OrigamiBundleCont .desktopbundles .textsec .bundleslist{
	padding-left: 10px;
	list-style-type: none;
}
.OrigamiBundleCont .desktopbundles .textsec .bundleslist li{
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: rgba(239, 239, 239, 0.5);
	padding: 4px 10px 2px 10px;
	color: #000;
	margin-bottom: 10px;
	line-height: 22px;
	position: relative;
}
.OrigamiBundleCont .desktopbundles .textsec .bundleslist li::before{
	content: "▪"; 
	position: absolute;
	color: #818181;
  	display: inline-block;
	width: 6px;
	height: 6px;
	left: -15px;
  
}
.OrigamiBundleCont .desktopbundles .textsec .bundleslist li:last-child{
	margin-bottom: none;
}
.OrigamiBundleCont .desktopbundles .heading{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	background-color: #F0F0F0;
	margin-bottom: 20px;
	padding: 0px 30px;
}
.OrigamiBundleCont .desktopbundles .heading .Origami_icon{
	width: auto;
	height: auto;
	max-height: 42px;
	max-width: 42px;
}
.OrigamiBundleCont .desktopbundles .heading .Origami_icon img{
	width: 100%;
	height: 40px;
}
.OrigamiBundleCont .desktopbundles .heading .title{
	padding-left: 25px;
}
.OrigamiBundleCont .desktopbundles .heading .title h4{
	font-size: 23px;
	font-family: 'Open Sans';
	font-weight: 700;
}
.OrigamiBundleCont .desktopbundles .OrigamiBundle_imagesdesktop{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 180px;
}
.OrigamiBundleCont .desktopbundles .OrigamiBundle_imagesdesktop img{
	max-width: 100%;
	max-height: 180px;
}






#FundralsingCont {
  position:relative;
}
#FundralsingCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#FundralsingCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
}
#FundralsingCont .show-more:hover { 
/*    color: #1779dd;*/
}
#FundralsingCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#FundralsingCont .show-more img{
    max-width: 20px;
}





#ProductDevelopmentCont {
  position:relative;
}
#ProductDevelopmentCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#ProductDevelopmentCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
}
#ProductDevelopmentCont .show-more:hover { 
/*    color: #1779dd;*/
}
#ProductDevelopmentCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#ProductDevelopmentCont .show-more img{
    max-width: 20px;
}




#OperationCont {
  position:relative;
}
#OperationCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#OperationCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
}
#OperationCont .show-more:hover { 
/*    color: #1779dd;*/
}
#OperationCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#OperationCont .show-more img{
    max-width: 20px;
}







#PressCont {
  position:relative;
}
#PressCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#PressCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
}
#PressCont .show-more:hover { 
/*    color: #1779dd;*/
}
#PressCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#PressCont .show-more img{
    max-width: 20px;
}




#TvradioCont {
  position:relative;
}
#TvradioCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#TvradioCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
}
#TvradioCont .show-more:hover { 
/*    color: #1779dd;*/
}
#TvradioCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#TvradioCont .show-more img{
    max-width: 20px;
}





#AwardseventsCont {
  position:relative;
}
#AwardseventsCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#AwardseventsCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
}
#AwardseventsCont .show-more:hover { 
/*    color: #1779dd;*/
}
#AwardseventsCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#AwardseventsCont .show-more img{
    max-width: 20px;
}




#PapersbooksCont {
  position:relative;
}
#PapersbooksCont .text {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#PapersbooksCont .show-more {
  cursor: pointer;
    transition: .25s;
    text-align: center;
	opacity: 67%;
}
#PapersbooksCont .show-more:hover { 
/*    color: #1779dd;*/
}
#PapersbooksCont .show-more-height { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}

#PapersbooksCont .show-more img{
    max-width: 20px;
}




#FundralsingCont .text-2 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#FundralsingCont .show-more-2 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#FundralsingCont .show-more-2:hover { 
/*    color: #1779dd;*/
}
#FundralsingCont .show-more-height-2 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}





#ProductDevelopmentCont .text-3 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#ProductDevelopmentCont .show-more-3 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#ProductDevelopmentCont .show-more-3:hover { 
/*    color: #1779dd;*/
}
#ProductDevelopmentCont .show-more-height-3 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}




#OperationCont .text-4 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#OperationCont .show-more-4 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#OperationCont .show-more-4:hover { 
/*    color: #1779dd;*/
}
#OperationCont .show-more-height-4 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}



#PressCont .text-5 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#PressCont .show-more-5 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#PressCont .show-more-5:hover { 
/*    color: #1779dd;*/
}
#PressCont .show-more-height-5 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}




#TvradioCont .text-6 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#TvradioCont .show-more-6 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#TvradioCont .show-more-6:hover { 
/*    color: #1779dd;*/
}
#TvradioCont .show-more-height-6 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}



#AwardseventsCont .text-7 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#AwardseventsCont .show-more-7 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#AwardseventsCont .show-more-7:hover { 
/*    color: #1779dd;*/
}
#AwardseventsCont .show-more-height-7 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}




#PapersbooksCont .text-8 {
/*   width: 660px;  */
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 0px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
     transition: .25s;
    height: auto;
}
#PapersbooksCont .show-more-8 {
   width: 20px;
	margin: 0 auto;
	opacity: 67%;
/*
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
*/
  cursor: pointer;
    transition: .25s;
}
#PapersbooksCont .show-more-8:hover { 
/*    color: #1779dd;*/
}
#PapersbooksCont .show-more-height-8 { 
  height: 162px; 
  overflow:hidden; 
    transition: .25s;
}



/*our_founder_sec css starts*/
.our_founder_sec{
	padding-bottom: 80px;
	padding-top: 100px;
}
.our_founder_sec .sec_heading{
	text-align: center;
}
.our_founder_sec .sec_heading h2{
	font-size: 36px;
	font-weight: 600px;
	line-height: 38px;
	color: #000;
	margin-bottom: 50px;
}
.our_founder_sec .profile_description{
	background-color: rgba(0,0,0,.7);
	padding: 30px;
    border-radius: 5px;
	position: relative;
	margin-top: 90px;
}
.our_founder_sec .profile_description .profile_pic{
	border-radius: 50%;
    width: 167px;
    height: 167px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -83px;
}
.our_founder_sec .profile_description .profile_pic img{
	width: 100%;
    height: auto;
    border-radius: 5px;
    filter: grayscale(100%);
}
.our_founder_sec .profile_description .details{
/*	padding-top: 90px;*/
	margin-top: 30px;
	padding-bottom: 10px;
}
.our_founder_sec .profile_description .details h3{
	text-align: left;
	font: normal normal normal 32px/44px Open Sans;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.our_founder_sec .profile_description .details p{
	font: normal normal 300 16px/24px Open Sans;
	color: #fff;
}



















