/*!
Theme Name: getaido
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: getaido
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

getaido is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





body{
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
}

h2 span{
   font-family: 'Open Sans', sans-serif;
}
a{
    transition: .25s;
}


a:hover{
    transition: .25s;
    text-decoration: none;
}

@media (min-width: 1600px){
	.container {
    	max-width: 1400px;
	}
}









.header_top{
    background-color: #262626;
    padding: 0px 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    
}
.header_top .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;    
}
.header .logo{
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.header_nav .header .logo img{
    width: 200px;
    height: auto;
}

.userhdblock{
     display: inline-block;
    vertical-align: middle;
        font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: .25s;
    margin-left: 25px;
}
.userhdblock a{
    color: rgba(255, 255, 255, 1.0);
    display: block;
}

.userhdblock a:hover{
    color: #F27E20;
}

.header_top .logo img {
    width: 150px;
    height: auto;
}
.header_top .right_sec{
    float: right;
    display: flex;
    align-items: center;
}
.header_top .right_sec ul{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    
}
.header_top .right_sec ul li{
    margin-left: 95px;
}
.header_top .right_sec ul li:first-child{
    margin-left: 0px;
}
.header_top .right_sec ul li a{
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: .25s;
    
}
.header_top .right_sec ul li.current-menu-item a, .header_top .right_sec ul li.current-page-ancestor a{
    color: rgba(255, 255, 255, 1);
}

.useractive span{
    color: #FFF;
}
.useractive:hover span{
    color: #F27E20;
}

.header_top .right_sec ul li a span{
    display: block;
}
.header_top .right_sec .login_btn{
    margin-left: 170px;
    width: 130px;
}
.header_top .right_sec .login_btn a{
    font-size: 19px;
    line-height: 29px;
    padding: 12px 39px;
    color: #fff;
    border: 2px solid #F27E20;
    text-decoration: none;
    border-radius: 40px;
    
}





.header_nav{
    background-color: #161616;
    padding: 15px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}
.header_nav .nav_menu{
    margin-right: 315px;
    display: flex;
    align-items: center;
}

.header_nav .nav_menu .Navlink{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
    display: none;
}

.header_nav .header{
    display: flex;
    justify-content: space-between;
}

.header_nav .header .logo{
    width: auto;
    height: auto;
    padding-left: 15px;
    margin-top: 7px;
}
/*.header_nav .header .logo img{
    width: 100%;
    height: auto;
}*/

/*.header_nav {
    position: relative;
}
*/
.navlogin_btn{
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.navlogin_btn a{
    font-size: 18px;
    line-height: 28px;
    padding: 7px 35px;
    color: #fff;
    border: 2px solid #F27E20;
    text-decoration: none;
    border-radius: 40px;
}

.headerspacer{
    height: 78px !important;
    width: 100%;
    background-color: #161616;
}



.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  background-color: #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #0e0e0e;
  border-radius: 2px;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button:hover,
.collapse-button:focus {
  color: #fff;
  background-color: #040404;
}
.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #f5f5f5;
  border-radius: 1px;
}
ul.slimmenu {
  /*width: 100%;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
/*  margin-right: -30px;*/
    margin-right: 0px;
}
ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table;
}
ul.slimmenu:after {
  clear: both;
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px;
}
ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
/*  background-color: #aaa;*/
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}
ul.slimmenu li ul li {
  background: #161616;
}
ul.slimmenu li > ul {
  position: absolute;
  left: -30px;
  top: 100%;
  z-index: 999;
  display: none;
  width: 280px;
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 165px;
  top: 0;
  z-index: 999;
  display: none;
  width: 250px;
}
ul.slimmenu li a {
  display: block;
  padding: 12px 30px 12px 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
    text-decoration: none;
}
ul.slimmenu li a:hover {
  text-decoration: none;
/*  background-color: #999;*/
    color: #F27E20;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 48px;
  height: 100%;
  text-align: center;
  cursor: pointer;
    display: none;
}
ul.slimmenu li .sub-toggle:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #333;
  font-size: 18px;
  vertical-align: middle;
}
ul.slimmenu > li {
  /*border-left: 1px solid #999;*/
}
ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

ul.slimmenu li > ul > li{
    float: none;
    display: block;
}

ul.slimmenu li ul li a{
    font-size: 14px;
}

/*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%;
  }
}



.TopBanner{
    height: 100vh;
/*
    background-color: #000;
    background-image: url(images/banner-1.png);
    background-size: cover;
*/
    position: relative;
    z-index: 9;
}

.Bannerslider embed{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.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;
}
.vimeo-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.vimeo-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block !important;
    background-color: #000;
}


.our_vision_container{
    padding-top: 70px;
    padding-bottom: 60px;
    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: 190px;
    height: auto;
    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;
}
.our_vision_container .card-body{
    line-height: 28px;
    font-size: 18px;
    padding: 20px;
}
.OurVisionContentPicture{
    max-width: 580px;
    height: auto;
}
.OurVisionContentPicture img{
    width: 100%;
    height: auto;
}




.copyright-section{
    background-color: #333333;
    padding: 30px 0px;
}
.copyright-section .footer_logo img{
    max-width: 175px;
    height: auto;
}
.copyright-section p{
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 30px;
    color: rgba(255,255,255,.5);
    float: right;
}



.map_sec{
}
.map_sec .contact-location-map img{
    width: 100%;
    height: auto;
}
.map_sec .right_sec{
    padding-left: 40px;
}
.map_sec .menu h5{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
}
.map_sec .menu ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.map_sec .menu ul li{
    padding: 4px 0px;
}
.map_sec .menu ul li a{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    text-decoration: none;
}




.OurProductContainer {
    padding-top: 80px;
    position: relative;
}
.OurProductContainer .heading{
    text-align: center;
    margin-bottom: 70px;
}
.OurProductContainer .heading h3{
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    color: #000000;
}
.OurProductContainer .LeftSticky {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 90px;
    height: 100%; 
    z-index: 1;
    bottom: 130px;
}
.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);
}
.OurProductContainer .OurProductSectionLeft {
    position: relative;
}
.OurProductContainer .OurProductSectionLeft p {
    margin-bottom: 30px;
}
.product_pic {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    padding-left: 30px;
}
.product_pic.even{
    padding-left: 0px;
    padding-right: 30px;
} 
.product_pic img {
    width: 100%;
    height: auto;
    margin-left: auto;
}






/**login form css **/
 .login_sec{  
    width: 532px; 
    height: auto;
    padding-top: 90px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 150px;
 }  
 .formcontainer{  
   width: 532px;  
   height: auto;  
 }  
 .heading h1{  
   font-size: 36px;
    font-weight: 700; 
 }  
 .heading .apple_id{  
 }  
 .inp-items{  
   margin: 30px 0; 
 }  
 .inp-items label{ 
    width: 100%;
    display: block;
    margin-bottom: 25px;
    height: 64px;
 } 
 label .inp{ 
   width: 100%;
   height: 64px;
   padding-left: 20px;
   font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.47);
     border: 1px solid #707070;
 }
 label .inp:focus{
     outline: none;
 }  
   
 
 .inline .pass_fgt{ 
   cursor: pointer;  
 }  
 .submit_btn{ 
   font-size: 17px;  
   transition: .2s;  
   cursor: pointer;  
 }  
 .submit_btn:hover{
 } 
.forgotpassword_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.forgotpassword_sec span.reset a{
     font-size: 18px;
    font-style: italic;
    color: #989898;
}
.checkbx span {
    margin-left: 12px;
    font-size: 18px;
}
button.submit_btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #F27E20;
    border-radius: 40px;
    border: none;
    width: 250px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
}











.login_info_sec{
    padding-top: 60px;
    padding-bottom: 35px;
}
.login_info_sec .info{
    display: flex;
    align-items: center;
}
.login_info_sec .text_sec{
/*    max-width: 770px;*/
    margin-left: auto;
    position: relative;
    flex: 1;
    padding-left: 40px;
    padding-top: 0px;
}
.login_info_sec .text_sec span.divider{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(112, 112, 112, 0.42);
    top: 0px;
    left: 0px;
}
.login_info_sec .text_sec p{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.login_info_sec .picture_sec{
    width: 36%;
    display: flex;
    align-items: center;

}
.login_info_sec .picture_sec .circle{
    width: 120px;
    height: 120PX;
    border-radius: 50%;
    margin-right: 20px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.login_info_sec .picture_sec .details h4{
    font-size: 30px;
    font-weight: 700;
}
.login_info_sec .picture_sec .details span.designation{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.47); 
}
.text_secnote {
    margin-top: 15px;
}
.text_secnote span{
    font-size: 12px;
    background-color: #eee;
    padding: 7px;
    border-radius: 4px;
    color: #000;
}

.CurrentAmount{
    font-size: 16px;
}


.text_sec_two{
    padding-top: 50px;
    font-size: 14px;
}

.notification_sec {
    padding-bottom: 30px;
}
.notification_sec .container{
    background-color: #F9F9F9;
    position: relative;
    border-radius: 15px;
}
.notification_sec .container .notification_bell{
    position: absolute;
    top: -20px;
    left: -15px;
}
.notification_sec .container .notification_bell .circle{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F27E20;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification_sec .container .notification_bell .circle img{
    width: 18px;
    height: auto;
}
.notification_sec .text_sec{
    padding: 15px 15px 15px 15px;
}

.notification_sec .text_sec p{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.CurrentAmount {
    font-size: 16px;
}
.CurrentAmount span{
    background-color: #323232;
    display: inline-block;
    padding:2px 15px;
    color: #FFF;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
}

.CurrentAmount span.m3rd{
    background-color: #1e1e1e;
}

.CurrentAmount span.m4th{
    background-color: #0d0d0d;
}

.OriginalAmount {
    font-size: 16px;
}
.OriginalAmount span{
    background-color: #474747;
    display: inline-block;
    padding:2px 15px;
    color: #FFF;
    border-radius: 4px;
     font-weight: 700;
    font-size: 18px;
}

.userwelcomemsg{
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 1px #c3c3c3 solid;
    font-weight: 700;
    letter-spacing: -0.025rem;
}

h5.compantinvest{
    font-size: 18px;
    color: #666;
    padding-bottom: 20px;
}

h5.compantinvest strong{
    font-weight: 700;
    color: #000;
}





.userwelcomemsg span{
    color: #e28914;font-weight: 700;
}


.faqnote{
    padding-bottom: 80px;
    text-align: center;
    padding-top: 50px;
}
.faqnote p{
   /* border-bottom: 3px #000 solid;*/
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0px;
}

.DisclaimerText{
    padding-bottom: 20px;
    color: #000;
    padding-top: 20px;
    background-color: #eee;
}
.DisclaimerText h5{
    font-size: 12px;
    font-weight: 700;
}
.DisclaimerText p{
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0px;
}


.faq_Sec{
    padding-bottom: 50px;
}
.faq_Sec .heading{
    text-align: center;
    margin-bottom: 35px;
}
.faq_Sec .heading h2{
    font-size: 36px;
    font-weight: 700;
}
.faq_Sec .accordion-item{
    border: 0px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.faq_Sec .accordion-button:not(.collapsed){
    border-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    
}
.faq_Sec .accordion-button:focus{
    border: 0px;
    border-color: transparent;
    box-shadow: none;
}
.faq_Sec button.accordion-button.collapsed h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.faq_Sec button.accordion-button{
    min-height: 75px;
}
.faq_Sec .accordion-body{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 35px;
}



.accordion-button:not(.collapsed)::after {
    background-image: url(images/line.svg);
}
.accordion-button:not(.collapsed) h5{
    font-size: 18px;
    font-weight: 600;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}



/*acc*/

.faq_Sec .card{
    border: 0px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.faq_Sec .card-header:not(.collapsed){
    border-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    
}
.faq_Sec .accordion-button:focus{
    border: 0px;
    border-color: transparent;
    box-shadow: none;
}
.faq_Sec .card-header.collapsed h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.faq_Sec button.accordion-button{
    min-height: 75px;
}
.faq_Sec card-body{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 35px;
}

#accordion .btn-link{
    display: block;
    padding-right: 50px;
     font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    word-break: break-all;
    white-space: inherit;
}
#accordion .btn-link:not(.collapsed)::after {
    background-image: url(images/line.svg);
}
#accordion .btn-link:not(.collapsed) h5{
    font-size: 18px;
    font-weight: 600;
}
#accordion .btn-link::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 20px;
}



.ourproducts{
    padding-bottom: 130px;
}


.InnerpageContent{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 80vh;
}




/*sticky menu css*/
.header_nav.sticky{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    /*background-color: #000;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    animation-name: stickytopani;
    animation-duration: .15s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: once;
    animation-fill-mode: none;
    animation-play-state: running;
}
.header_nav.sticky::before{
    display: none;
}
.header_nav.sticky .header{
    margin: 0px;
}
/*.header_nav.sticky .logo{
    width: 160px;
    height: auto;
}*/
.header_nav.sticky .nav_menu{
}

.header_nav.sticky .right_side{
    
}
/*.header_nav.sticky .smenu{
    top: 30px;
    height: 70px;
}*/
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}

.header_nav.sticky .nav_menu ul li:last-child{
    
}
.header_nav.sticky .nav_menu ul li.phone{
    display: none;
}

.header_nav.sticky .nav_menu ul li a::before{
    bottom: -25px;
}

@keyframes stickytopani {
  0% {
    top: 90px;
  }
  /*50% {
     top: 50px;
  }*/
  100% {
    top: 0px;
  }
}

.header_nav .header .logo, .header_nav .nav_menu .Navlink, .header_nav .navlogin_btn {
    opacity: 1;
}

.header_nav.sticky .header .logo, .header_nav.sticky .nav_menu .Navlink, .header_nav.sticky .navlogin_btn{
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);
}

.OrganogramContent{
    text-align: center;
}


.OurProduct2ndrow .Logoaido.logokaiser{
    margin-left: auto;
}


.aidooverflowhidden{
    overflow: hidden;
}


.OurProduct3rdrow .Aido-product img{
    margin-left: auto;
    margin-right: auto;
/*    width: 320px;*/
}
.OurProduct3rdrow .LogoSenpai{
    margin-left: 0px;
    margin-right: auto;
}

.LogoKobe{
    margin-left: auto;
    margin-right: 0px;
}


.Orgamiiconssec{
    padding-top: 60px;
    padding-bottom: 60px;
}


.Orgamiiconssec ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.Orgamiiconssec ul li{
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
}

.Orgamiiconssec ul li .or-icon{
    width: 48px;
    height: 48px;
    display: block;
   margin-top: 12px;
    display: flex;
    justify-content: center;
}
.Orgamiiconssec ul li .or-icon img{
    height: 45px;
    width: auto;
}

.Orgamiiconssec ul li .or-text{
    flex: 1;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}


.header_top{
    display: none;
}


.dropbtn {
  background-color: transparent;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
font-weight: 700;

    transition: .25s;
}


.dropbtn .fa{
    font-size: 16px;
    margin-left: 7px;    
    transition: .25s;
}

.dropbtn:hover .fa, .dropbtn:focus .fa {
  background-color: transparent;
  color: #F27E20;
  outline: 0px;
}
.dropbtn:focus {
    background-color: transparent;
  outline: 0px;
}




.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F27E20;
  min-width: 270px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 20px;
  z-index: 1;
  top: 50px;
  border-radius: 15px;
  padding: 20px 20px 10px 20px;
}

.dropdown-content a {
    font-size: 16px;
  color: #FFF;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  text-align: right;
  font-weight: 400;
  margin-bottom: 10px;
  transition: .25s;
  font-weight: 700;
}

.dropdown a:hover {color: #ddd;}


.dropdown.show .dropdown-content{display: block;}

.dropdown.show .dropbtn .fa{
    transform: rotate(180deg);
}







/*Mobile Menu*/


/**respomsive_menu_starts**/
.smenu{
    position: absolute;
    top: 0px;
    right: 39px;
    height: 75px;
    width: 60px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    /**background-image: url(images/icon_menu.png);**/
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    z-index: 9999;
    background-color: transparent;
    color: #fff !important;
    display: none;
}
.smenu span{
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #fff;
    height: 1px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #fff;
    height: 1px;
    width: 20px;
    transition: 0.3s;
    border-radius: 5px;
    left: 20px;
}

.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }


/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


/ End /
.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-menu .menu-listing ul{
    margin: 0px;
    padding: 0px;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
    background-color: #fff;
    color: #262626;
    display: block;
    font-size: 1.2rem;
/*
    height: 50px;
    line-height: 50px;
*/
    padding: 12px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: #f0e9e9;
    border-top: 2px #1f265c solid;
    position: relative;
    display: none;
}

.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}

.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}


.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: #eceef9;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px #1f265c dashed;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}



.navbar-menu {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 110px;
    height: 100vh;
    z-index: 9999;
}


.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
    z-index: 99;
}
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    /*transform: translateY(-50%);*/
    z-index: 99;
}

.navbar-menu .smenu{
 background-image: none !important;
}


.mobile-navbottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    background-color: rgba(0,0,0,0.75); !important;
    padding: 10px 15px;
    height: 72px;
}

.userhdblockmobile{
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: .25s;
    float: left;
    text-transform: capitalize;
}
.userhdblockmobile a{
    color: rgba(255, 255, 255, 1.0);
    display: block;
}

.userhdblockmobile a:hover{
    color: #F27E20;
}



 #top{
    padding-top: 90px;
}

#products{
    padding-top: 160px;
}





/**new**/

li#menu-item-62 {
    display: none;
}
li#menu-item-108 {
    display: none;
}


.OurProduct2ndrow .Aido-product img{
    margin-right: auto;
    margin-left: auto;
}
.Aido-product img{
    margin-right: auto;
    margin-left: auto;
}

section#our-future {
    display: none;
}
.container.OurProduct3rdrow.aido {
    margin-top: 0px;
}


.OrigamiProductsContainer.home .card-body{
    padding: 20px 25px;
}
.OrigamiProductsContainer.home .card-body p{
    font-size: 16px;
}
.OrigamiProductsContainer.home.about .card-body p span{
    display: block;
}
.VisitWebsiteBtn.home .btn{
    width: 60%;
    margin-top: 25px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


section#acquisitions {
    display: none;
}
section#testimonials {
    display: none;
}
.OrganogramContainer{
    display: none;
}

.OrigamiProductsContainer.home .card-body img{
    height: auto;
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.OrigamiProductsContainer.home .card-body .products_pic {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.OrigamiProductsContainer.home .card{
    margin: 10px;
}
.owl-carousel.owl-theme.Businessclientslider.owl-loaded.owl-drag .owl-dots {
    display: none;
}
.OrigamiProductsContainer.home.about .card-body img{
    height: 100px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    opacity: 0.7;
    width: auto;
}
.OrigamiProductsContainer.home.about .card-body .products_pic {
    height: 110px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.OrigamiProductsContainer.home.about .card{
    min-height: 453px;
}

#corporate{
    margin-top: 20px;
}
.OrigamiProductsCont .card {
    height: 100%;
}

.OrigamiProductsCont.client{
    padding-top: 80px;
    padding-bottom: 70px;
}
.OrigamiProductsCont{
    padding-top: 70px;
    padding-bottom: 80px;
}
.our_media_Content .morearrowicon{
    bottom: -50px;
}

.our_vision_container#founder{
    padding-top: 0px;
    padding-bottom: 20px;
}

.VisitWebsiteBtn.products {
    display: none;
}
.card-body p{
    font-size: 16px;
}
#accordion .btn-link {
    padding-left: 0px;
}
.header_nav.sticky{
    padding-top: 15px;
    padding-bottom: 25px;
}



.page-template-page-login{
    min-height: 100vh;
    position: relative;
}

.page-template-page-login .copyright-section{
    position: absolute;
    bottom: 0px;
    left: 0px;z-index: 1; width: 100%;
}




.OurProductSectionLeftText .product_video{
    height: 300px;
    width: 100%;
    margin: 45px auto 45px 0;
    max-width: 550px;
    background-color: #000;
    position: relative;
}

.OurProductSectionLeftText .lead{
    font-size: 22px;
    font-weight: 600;
}



.OurProduct2ndrow .OurProductSectionLeftText .product_video {
    margin-left: auto;
    margin-right: 0px;
}

.OurProductSectionLeftText .product_video iframe{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

.ProductpageHeading{
    padding-top: 20px;
    background-color: #f2f2f2;
    text-align: center;
    padding-bottom: 20px;
    display: none;
}

.ProductpageHeading h3{
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
}

 

.Orgamiiconssec .lead {
    font-size: 22px;
    font-weight: 600;
}

.OrigamiBundleCont .lead{
    font-size: 22px;
    font-weight: 600;
}


.OrigamiBundleCont .col-sm-12.sec_heading {
    margin-bottom: 25px;
}

.Logoaido.LogoSentinel {
    width: 250px;
    height: auto;
    margin-left: auto !important;
}


/*Blog CSS*/

.BlogListContent{
    padding-top: 150px;
    padding-bottom: 150px;
}

.BlogListContent a{
    color: #000;
}

.BlogListContent img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.blogtitle{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.BlogFirstCont{
    font-size: 16px;
    margin-bottom: 70px;
}
.BlogFirstCont .BlogFirstPhoto{
    margin-bottom: 35px;
    max-height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

.BlogFirstCont a{
    text-decoration: underline;
}

.BlogFirstCont h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.BlogFirstCont h3 a{
    color: #000;
    text-decoration: none;
}

.BlogFirstCont a:hover{
    color: #F27E20;
    text-decoration: none;
}

.blogdatecont{
    display: flex;
    margin-bottom: 30px;
}

.blogdevider{
    width: 50px;
    text-align: center;
}
.blogdatecont{
    font-size: 14px;
}

.blogdatecont i{
    margin-right: 12px;
}

.BlogListContent a.btn-dark{
    width: 155px;
    height: 50px;
    background-color: #262626;
    padding: 0px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    border-radius: 40px;
    color: #FFF;
    text-decoration: none;
}

.BlogListContent a.btn-dark:hover{
    background-color: #F27E20;
    color: #FFF;
    border-color: #F27E20;
}

.BlogListCont{
    margin-bottom: 70px;
}

.BlogListItem{    
    display: flex;
    margin-bottom: 70px;
}

.BloglistPhoto{
    width: 300px;
    max-width: 300px;
    flex: 0 0 300px;
     background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 240px;
    margin-right: 50px;
}

.BlogListText{
    flex: 1;
    font-size: 16px;
}

.BlogListText h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}
.BlogListText p{
    margin-bottom: 30px;
}
.BlogListText h3 a{
    color: #000;
}

.sidebarcont{
    padding-left: 80px;
}

.blogtitle h2{
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebarcont .sitebartitle{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
}

.sidebarctlinks ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
}

.sidebarctlinks ul li{
    margin-right: 10px;
}

.sidebarctlinks ul li{
    display: block;
/*    width: 50%;*/
    flex: auto;
}


.sidebarctlinks ul li a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px #000 solid;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.sidebarctlinks ul li.active a, .sidebarctlinks ul li a:hover{
    background-color: #F27E20;
    color: #FFF;
    border-color: #F27E20;
}

.pt-100{
    padding-top: 100px;
}


.sidebaritem{
    margin-bottom: 30px;
    display: flex;
}


.sidebaritem .sidebaritempicture{
    width: 160px;
    height: 160px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.sidebaritemtext{
    flex: 1;
    padding-left: 15px;
}

.sidebarcatagori{
    font-size: 13px;
    color: #F27E20;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

.sidebarcatagori:after{
    width: 40px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    background-color: #000;
}

.sidebaritemtext h3{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.sidebaritemtext a{
    color: #000;
}


.sidebaritemtext .btn-link{
padding: 0px;
margin-top: 20px;
}

.sidebaritemtext .btn-link:hover{
    color: #F27E20;
}



div#carousel-thumb {
    padding-top: 50px;
}
.our_history_new_content{
    direction: rtl;
}
.our_history_content_flug.product_dev {
    width: 1920px;
}
.our_history_content_flug_cont .flug_fc {
    padding: 10px 15px;
}
.our_history_new_year.product_dev {
    width: 1920px;
}
.our_history_content_flug_cont {
    max-width: 200px;
}
.our_history_content_flug.funding {
    width: 1800px;
}
.our_history_new_year.funding {
    width: 1800px;
}

.ml-90{
    margin-left: 90px;
}
.our_coverage_new_content {
    direction: rtl;
}




.our_vision_container.culture{
    padding-top: 25px !important;
    padding-bottom: 10px;
}
.our_vision_container.culture .sec_heading p {
    font-size: 18px;
    line-height: 23px;
}

.our_vision_container.culture .sec_heading{
    margin-bottom: 30px;
}
.our_vision_container.culture .culture_box{
    padding-bottom: 15px;
}
.our_vision_container.culture .culture_box h4{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.our_vision_container.culture .culture_box p{
    font-size: 17px;
    line-height: 22px;
}


.mlauto{
	margin-left: auto;
    text-align: right;
}

.profeature{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.profeature .col-left, .profeature .col-right{
    width: 47%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.profeature h3{
    font-size: 24px;
    font-weight: 700;
}
.profeature h3 small{
    display: block;
    font-size: 14px;
    margin-bottom: 15px
}
.linedevider{
    border: 1px #ccc solid;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: .5;
}

.Logotitlenewpro{
        font-size: 36px;
    color: #E28914;
    font-weight: 800;
    margin-bottom: 30px;
    
}

.Solutioncont{
    padding-top: 90px;
/*    text-align: center;*/
}



.oursolution-Info-graphics{
    padding-top: 30px;
}


.oursolution-Info-graphics img{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.our_solution_container h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}


.our_solution_container .LeftSticky {
    position: absolute;
    left: 0px;
    top: 195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 188px;
}


.our_solution_container{
    padding-top: 50px;
    position: relative;
}


/*
.Solutioncont.culture{
    padding-top: 25px !important;
    padding-bottom: 10px;
}
.Solutioncont.culture .sec_heading p {
    font-size: 18px;
    line-height: 23px;
}
*/

.OurSolutionContent h3{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
}

.Solutioncont .sec_heading{
    margin-bottom: 30px;
}
.Solutioncont .Solution_box{
    padding-bottom: 15px;
}
.Solutioncont .Solution_box h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.Solutioncont .Solution_box p{
    font-size: 17px;
    line-height: 22px;
}

.Businessclientslider.owl-carousel .owl-stage {
    display: flex;
}

.Businessclientslider.owl-carousel .owl-stage .owl-item {
/*    background-color: #f3f8fc;*/
    flex-grow: 1;
    height: auto !important;
}

.Businessclientslider.owl-carousel .item{
    height: 90%;
}








.founder_corner_container{
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative;
}

.founder_corner_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 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;
}


.founder_corner_container h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.founder_corner_container h2 span{
    color: #F27E20;
}

.founderContent{
    padding-top: 10px;
    position: relative;
}

#InGen-Dynamics{
    position: relative;
}

#InGen-Dynamics .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;
}
.founder_corner_container .card-body{
/*    line-height: 28px;*/
    font-size: 18px;
    padding: 20px;
}
.founder_corner_containerPicture{
    max-width: 580px;
    height: auto;
}
.founder_corner_containerPicture img{
    width: 100%;
    height: auto;
}


.bottomsignaturearea{
    padding-top: 30px
}

.signaturepic{
    max-width: 220px;
    height: auto;
}
.bottomsignaturearea_name{
    width: 300px;
    border-bottom: 1px rgba(0,0,0,1) solid;
    padding-bottom:15px;
    text-align: left;
    display: inline-block;
}


.bottomsignaturearea_designation{
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin-top: 15px;
}

.bottomsignaturearea_inGendynamics{
    width: 150px;
    height: auto;
        display: inline-block;
}

.bottomsignaturearea_inGendynamics img{
    max-width: 100%;
    height: auto
}

.signaturepic{
    margin-bottom: 5px;
}


.moretext {
  display: none;
}
.moretext-2{
     display: none;
}

.OrigamiProductsContainer.home .card-body{
    font-size: 14px;
}

.OrigamiProductsContainer.home .card-body a{
    color: #F27E20;
    text-decoration: underline;
}

.OrigamiProductsContainer.home .card-body a:hover{
    color: #000;
    text-decoration: none;
}

.OrigamiProductsContainer.home .card-body{
    padding-bottom: 40px;
}

.InGenCountingSection{
    margin-bottom: 120px;
}

.InGenCountingSection .boxitems{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.InGenCountingSection .boxitem{
    width: 33.33%;
    max-width: 33.33%;
    border: 1px #dfdfdf solid;
    padding: 30px 15px;
    margin-top: -2px;
    margin-left: -2px;
    border: 2px #fff solid;
    background: #f9f9f9;
}
.InGenCountingSection .boxitem h2{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.025rem;
}
.InGenCountingSection .boxitem h2 span{
    font-size: 24px;
    color: #000;
    display: inline-block;
    margin-left: 7px;
}
.InGenCountingSection .boxitem h2 small{
    font-size: 24px;
    /* line-height: 18px; */
    display: inline-block;
    margin-left: 7px;
    font-weight: 700;
}

.InGenCountingSection .boxitem p{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.InGenCountingSection .boxitem p small{
    display: block;
    font-size: 14px;
    color: #666;
}


.OurPlanContainer{
    padding-top: 100px;
}

.our_plan_container{
/*    padding-top: 70px;*/
    padding-bottom: 100px;
    position: relative;
}

 .our_plan_container .LeftSticky{
   position: absolute;
    left: 0px;
    top:195px;
    width: 90px;
    /* height: 100%; */
    z-index: 1;
    bottom: 188px;
}
.our_plan_container .card-body{
    line-height: 28px;
    font-size: 18px;
    padding: 20px;
}

.our_plan_container h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}

.OurPlanContent{
    padding-top: 10px;
    position: relative;
}


.right-stickymenu{
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 250px;
}

.right-stickymenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.right-stickymenu ul li{
    border-bottom: 1px #000 solid;
}


.right-stickymenu ul li a{
    font-size: 16px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.joinus-btn{
    color: #F27E20;
}

.joinus-btn:hover{
    color: #F27E20;
    text-decoration: underline;
}

#future-insights .our_vision_container{
    padding-top: 90px;
}


#future-insights .our_vision_container h2{
    margin-bottom: 15px;
}


#future-insights .our_vision_container h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    color: #000;
}

#future-insights .future-insights-photosection{
    padding-top: 60px;
}


#future-insights .future-insights-photosection .card {
    margin: 0px;
    color: #000;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    transition: .25s;
    margin-bottom: 30px;
}

#future-insights .future-insights-photosection .card:hover{
    box-shadow: 0 0 20px rgba(242,126,32,.20);
}


#future-insights .future-insights-photosection .card-heading {
    background-color: #F0F0F0;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#future-insights .future-insights-photosection .card-heading .card-title {
    margin-bottom: 0px;
    line-height: normal;
    font-weight: 600;
    font-size: 15px;
}

#future-insights .future-insights-photosection .card-body {
    padding: 20px 15px 0px 15px;
}

#future-insights .future-insights-photosection .card-body img{
    width: 100%;
    height: auto;
}

#future-insights .future-insights-photosection .card{
    color: #000;
}

.our_vision_container.future_whitepapers {
    margin-top: 40px;
}


.insight_menus ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}
.insight_menus ul li a{
    color: #505050;
    font-size: 17px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    border: 2px #F27E20 solid;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;  
    transition: .25s;
}
.insight_menus ul li.active a{
    background-color: #F27E20;
    color: #fff;
}


.OurVisionContent.case_studies_stories h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    padding-top: 12px;
}



/*body.founders-corner .insight_menus ul li:nth-child(3) a{
    background-color: #F27E20;
    border-color: #F27E20;
    color: #FFF;
}

body.latest-insights .insight_menus ul li:nth-child(4) a{
    background-color: #F27E20;
    border-color: #F27E20;
    color: #FFF;
}*/

.single-post .insight_menus ul li:last-child a{
     background-color: #F27E20;
    border-color: #F27E20;
    color: #FFF;
}

#future-insights .our_vision_container h3 span{
    display: block;
}
#future-insights .future-insights-photosection .card-body .products_pic {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 20px;
}
.future-insights-photosection .card-body .heading{
    padding-top: 20px;
    margin-bottom: 15px;
}
.future-insights-photosection .card-body .heading h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-height: 77px;
}
#future-insights .future-insights-photosection .card .pic_sec{
    padding: 0px 15px 0px 15px;
    position: relative;
    margin-bottom: 20px;
}
#future-insights .future-insights-photosection .card .pic_sec img{
    width: 100%;
}
#future-insights .future-insights-photosection .card .pic_sec img.play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
    width: 40px;
}
.modal-title {
    text-align: center;
}

.OurProductSectionLeftText .product_video.full_width{
    width: 100%;
    max-width: 100%;
    height: 450px;
}

.OurProduct3rdrow .Aido-product.mobility-product img{
    margin-top: -160px;
}

.col-lg-6.product_video {
    margin-bottom: 15px;
}
.col-lg-6.product_video .full_width {
    background-color: #000;
}
.product_video .sm_video{
    background-color: #000;
} 


/**get password page css**/
section.login_sec.getpassword {
    
}
section.login_sec.getpassword div#paswrdmsg {
    font-size: 13px;
    background-color: #f0f0f1;
    padding: 15px;
    border-radius: 20px;
    max-width: 90%;
    margin-top: 25px;
}
section.login_sec.getpassword .inp-items {
    margin: 20px 0px 20px 0px;
    max-width: 90%;
}
section.login_sec.getpassword label .inp {
    width: 100%;
    height: 54px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.47);
    border: 1px solid #707070;
}


section.login_sec.getpassword input#wp-submit {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #F27E20;
    border: 2px solid #F27E20;
    border-radius: 40px;
    width: 250px;
    height: 60px;
    line-height: 56px;
    padding: 0px;
    transition: .25s;
}
section.login_sec.getpassword input#wp-submit:hover{
    background-color: transparent;
    color: #000;
}
section.login_sec.getpassword .inp-items label {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    height: 54px;
}



.page-template-page-get-password section.login_sec.getpassword {
    height: calc(100vh - 182px);
}


.card-body p a{
    color: #F27E20;
    transition: .25s;
}
.card-body p a:hover{
    text-decoration: underline;
}

.expert_opinion_pic {
    width: 100%;
    margin-top: 0px;
}
.expert_opinion_pic img{
    width: 100%;
    margin-top: 0px;
}
.OurProduct3rdrow .expert_opinion_pic img{
    margin-top: 0px !important;
}

.VisitWebsiteBtn.expert_opinion{
    padding-top: 15px;
}
section.expert_opinion_sec .sec_heading h2{
    text-align: center;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
}

section.expert_opinion_sec .VisitWebsiteBtn .btn{
    width: auto;
    padding: 0px 20px;
}

section.expert_opinion_sec .OurProductSectionLeftText p {
    font-style: italic;
    text-align: left;
    line-height: 30px;
}
section.expert_opinion_sec .OurProductSectionLeftText .txt p{
    position: relative;
    padding: 30px 20px 0px 55px;
}
section.expert_opinion_sec .OurProductSectionLeftText .txt p::before{
    content: '';
    position: absolute;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px 0px;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}
section.expert_opinion_sec .OurProductSectionLeftText .txt p::after{
    content: '';
    position: absolute;
    background-image: url(images/quote_end.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    bottom: -15px;
    right: -10px;
}

section.expert_opinion_sec .VisitWebsiteBtn.text-left{
    margin-left: 55px;
    margin-right: 0;
}
section.expert_opinion_sec .VisitWebsiteBtn.text-right{
    margin-right: 20px;
    margin-left: 0;
}


.OHMCBlock .our_history_content_flug_cont{
    width: 330px !important;
}


.mr-90 {
    margin-right: 90px;
}

.invest-btn {
    position: absolute;
    right: 185px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.invest-btn a{
    font-size: 18px;
    line-height: 28px;
    padding: 7px 22px;
    color: #FFF;
    border: 2px solid #F27E20;
    text-decoration: none;
    border-radius: 40px;
    background-color: #F27E20;
    transition: .25s;
    display: none;
}

.invest-btn a:hover{
    background-color: #FFF;
    color: #000;
    border: 2px solid #FFF;
}


.welcome-box{
    border-radius:0; 
    background: linear-gradient(130deg, rgba(21,15,15,1) 0%, rgba(11,8,8,1) 100%);
    position: fixed; 
    width: 446px; 
    right: 0px; 
    z-index: 9999; 
    bottom: 0px;
}
.bb-0{border-bottom: 0px transparent;}
.welcome-box-body{padding: 15px 0px 15px;width: 100%;}
.welcome-box-body .modal-title {font-size: 1.5rem;color: #FFF;}
.welcome-box-body p {font-size: .75rem;color: #FFF;line-height: normal; margin-bottom: 0px;}

.welcome-popup{
  background: rgba(20, 14, 14, 0.6);
  -webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
  z-index: 999999;
}

.welcome-popup .modal-dialog {
    max-width: 100%;
    margin: auto auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
}


.welcome-box-content{
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
}


.welcome-box-body .modal-title{
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

.welcome-box .close{
  padding-top: 20px 20px 0;
  color: #FFF;
}
.welcome-popup .form-control{
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.47);
    border: 1px solid #b2b2b2;
    background-color: #000;
}

.es-form-field-container .gjs-cell{
      background-color: #fff;
    border-radius: 100px;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    overflow: hidden;
}

.es-email {
    height: 46px;
    color: #0f1826;
    border: 1px #000;
    margin-bottom: 0;
    padding-left: 1.5rem;
    font-size: 1.15rem;
    flex: 1;
}
.es-form-field-container .gjs-cell input[type=submit]{
  width: 110px;
  height: 42px;
  background-color: #e28914;
  font-size: 20px;
  color: #FFF;
  border: 2px #e28914 solid;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  transition: .25s;
}

.es-form-field-container .gjs-cell input[type=submit]:hover{
  background-color: transparent;
  color: #000;

}

.welcome-box{
  max-width: 446px;
  width: 100%;
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 20px;
  border-radius: 20px;
  display: none;
    
}

.es-email:focus{
  outline: 0px;
}

.es_subscription_message.success{
    color: #F27E20;
    font-size: 14px;
    margin-top: 15px;
}


.popup-invest-btn {
   padding-top: 10px;
   padding-bottom: 25px;
}

.popup-invest-btn a{
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    color: #FFF;
    border: 2px solid #F27E20;
    text-decoration: none;
    border-radius: 40px;
    background-color: #F27E20;
    transition: .25s;
    animation: pulse 1.2s infinite alternate;
    display: inline-block;
}


@keyframes pulse {
  to {
    transform: scale(1.1);
  }
}



.popup-invest-btn a:hover{
    background-color: #FFF;
    color: #000;
    border: 2px solid #FFF;
}

.SubscriptionCont{
    background-color: #222;
    background-image: url(images/ingen-bg.jpg);
    background-repeat: repeat;
/*    background-blend-mode: multiply;*/
    color: #FFF;
    margin-top: 60px;
}

.subscription-box-content{
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
}


.subscription-box-content .card-title{
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

.subscription-box-content .form-control{
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.47);
    border: 1px solid #b2b2b2;
    background-color: #000;
}



.aido-pic{
    text-align: center;
    margin-top: -70px;
}

.aido-pic img{
   max-height: 370px;
    width: auto;
    position: relative;
    z-index: 2;
}

.hlfcir{
    width: 470px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    overflow: hidden;
}

.hlfcir svg{
    width: 470px;
    height: auto;
    margin-bottom: -10px;
}


.SubscriptionCont .card-body.welcome-box-body h4{
    padding-left: 24px;
}
.SubscriptionCont .card-body.welcome-box-body p{
    padding-left: 24px;
}



ul.d_list {
    padding-left: 35px;
    list-style-type: disc;
    margin-bottom: 20px;
}
ul.d_list li{
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 26px;
}
ul.d_list li::marker{
    color: #F27E20;
}
ul.d_list.big li{
    font-size: 18px;
}



.certification-container{
    padding-top: 100px;
    padding-bottom: 100px;
}

.certification-container{

}

.certification-container h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.02rem;
}


.certification-search {
    padding: 30px 20px 30px;
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 40px;
}

.certification-search .form-control{
    border-radius: 0px;
    height: 50px;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.certification-search .btn.btn-warning{
    border-radius: 30px;
    width: 100%;
    height: 50px;
    line-height: 42px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #e28914;
    border: 0px;
    font-weight: 700;
}

.certification-search .btn.btn-warning:hover{
    background-color: #000;
}


.certification-search-result{
    font-size: 14px;
}


.InnerpageContent.other_content_pages{
    padding-top: 140px;
    padding-bottom: 140px;
}


