*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
p{
    text-align: justify;
}
section{
    /*padding: 0;*/
   /* width: 100%;
    float: left;
    padding-top: 40px;*/
}
.col-sm-12{
    /*padding-right: 0;
    padding-left: 0;*/
}
/*navbar starts*/
/*.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    text-transform: uppercase;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 60px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #0796fe;
    color: #e7b44f;
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}
*/

/*code_nav starts*/
/* Extra */


.logo {
  max-width: 200px;
}

.navbar {
  align-items: center;
  background: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  padding: 12px 50px;
}

.push-left {
  /*margin-left: auto;*/
  margin-right: 30px;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
.nav-menu .menu-item a.active {
    color: #e7b44f;
    text-decoration: none;
}
@media(min-width: 768px) and (max-width:  1099px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #fff;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
@media(min-width: 768px) and (max-width:  1099px) {
  .nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-200%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(33%);
    opacity: 1;
    height: 255px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
}
.nav-menu .menu-item a {
  /*color: #444444;*/
  color: #fff;
  display: block;
  line-height: 30px;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: capitalize;
}
.nav-menu .menu-item a:hover,
.nav-menu .menu-item a.active {
  /*color: #777777;*/
  color: #e7b44f;
  text-decoration: none;
}
@media(min-width: 768px) and (max-width:  1099px){
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
    color: #000;
  }
}

.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px 5px;
  list-style: none;
  width: 230px;
}
@media(min-width: 768px) and (max-width:  1099px){
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.sub-nav:hover {
  display: block;
}
/*code_nav ends*/
/*navbar ends*/

/*banner sub starts*/
.carousel-item{
	position: relative;
}
.overlay{
	background: linear-gradient(to top,#000,#747474);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
}
.banner{
	position: absolute;
	top: 278px;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner_leftcont h1{
    color: #fff;
    font-size: 65px;
    font-weight: bold;
}
.banner_leftcont p{
	color: #fff;
}
.banner_rightcont{
	text-align: right;
}
.banner_rightcont h5{
	color: #fff;
}
.banner_sub h5,p{
    color: #fff;
}
.bread{
    position: relative;
}
.breadcrumb1{
    position: absolute;
    top: 261px;
    left: 11px;
    right: 0;
}
.breadcrumb1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    border-radius: 0.25rem;
    justify-content: center;
}
.breadcrumb1 li a{
    color: #f5ca74;
    font-weight: 900;
}
.breadcrumb-item.active{
    color: #fff !important;
}

/*banner sub ends*/

/*overview starts*/
.overview_wrap{
    margin-top: 33px;
    position: relative;
}
.overview_wrap h2{
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 46px;
    color: #f5ca74;
}
.overview_wrap h2::after{
    content: '';
    position: absolute;
    top: 67px;
    bottom: 0;
    right: 0;
    left: 48%;
    display: block;
    width: 68px;
    height: 3px;
    background-color: #f5ca74;
}
.overview_wrap1{
	margin-top: 33px;
	position: relative;
}
.overview_wrap1 h2{
	/*position: relative;*/
	margin-bottom: 60px;
    font-weight: bold;
    font-size: 46px;
    color: #f5ca74;
}
.overview_wrap1 h2::after{
    content: '';
	position: absolute;
	top: 62px;
	bottom: 0;
	right: 0;
	left: 48%;
	display: block;
	width: 60px;
	height: 3px;
	/*color: #f5ca74;*/
    background-color: #f5ca74;
}
.overview_cont p{
	color: #000;
}
.overview_img{
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*overview ends*/

/*value section starts*/
.value_cont{
    margin-top: 51px;
}
.value_cont p{
    color: #000;
}
.value_wrap{
    width: 100%;
    margin-top: 60px;
     background-image:
    linear-gradient(to bottom, rgba(54, 53, 51,0.52), rgba(54, 53, 51, 0.73)),
    url('../images/banner/banner-2.jpg');
    padding: 35px;
}
.value_image{
    margin-top: 43px;
    text-align: center;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}
.value_image img{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.value_right{
    position: relative;
}
.value_wrap h2{
    color: #f5ca74;
    text-align: center;
    font-weight: bold;
    font-size: 46px;
}
.value_right p{
    color: #fff;
}
.value_wrap h2::after{
    content: '';
    position: absolute;
    top: 101px;
    bottom: 0;
    right: 0;
    left: 48%;
    display: block;
    width: 68px;
    height: 3px;
    background-color: #f5ca74;
}
/*value section ends*/

/*service section starts here*/
.service_leftcont{
	position: relative;
}
.number{
	position: absolute;
	top: -10px;
	right: -6px;
	background-color: #fff;
	padding: 11px;
	border-radius: 9px;
}
.service_leftcont img{
	border-radius: 20px;
}
.service_bot1 img{
	border-radius: 20px;
    margin-bottom: 24px;
}
.service_wrap{
	margin-top: 20px;
}
.service_head{
    position: relative;
}
.service_head h2::after{
     content: '';
    position: absolute;
    top: 68px;
    bottom: 0;
    right: 0;
    left: 46%;
    display: block;
    width: 68px;
    height: 3px;
    background-color: #f5ca74;
}
.service_head h2{
    font-weight: bold;
    font-size: 46px;
    color: #f5ca74;
}
.service_head p{
    color: #000;
}
.service_head1{
	margin-top: 57px;
}
.service_rightcont p{
	color: #000;
}
.col-rev1{
    flex-direction: row-reverse;
}

/*service section ends here*/

/*partner section starts*/
.logo_carousel,.testi_carousel{
padding: 0;
list-style:none;
margin: 0;
}
#logo_carousel .owl-prev{
position: absolute;
/*bottom: -10%;*/
bottom: 27%;
/*right: 20%;*/
left: -34px;
width: 40px;
height: 40px;
line-height: 40px;
color: #bbb8b8;
/*background: #e03a3c;*/
text-align: center;
/*border-radius: 100px;*/
z-index: 10;
font-size: 36px;
}
#logo_carousel .owl-next{
position: absolute;
/*bottom: -10%;*/
bottom: 28%;
/*right: 16%;*/
right: -3%;
width: 40px;
height: 40px;
line-height: 40px;
color: #bbb8b8;
/*background: #e03a3c;*/
text-align: center;
/*border-radius: 100px;*/
z-index: 10;
font-size: 36px;
}
.partner_wrap{
   margin-top: 57px;
   position: relative;
}
.partner_wrap h2{
    font-weight: bold;
    font-size: 46px;
    color: #f5ca74;
}
.partner_wrap h2::after{
    content: '';
    position: absolute;
    top: 59px;
    /*top: 0;*/
    bottom: -19px;
    right: 0;
    left: 48%;
    display: block;
    width: 68px;
    height: 3px;
    background-color:  #f5ca74;
}
.row ul{
    list-style: none;
}
.logos{
    width: 50%;
    /*padding: 57px;*/
    margin: auto;
}
.partner_wrap ul{
    margin-top: 40px;
}
.partner_wrap{
    margin-top: 50px;
}
/*partner secton ends*/

/*footer starts*/
.footer_wrap{
    width: 100%;
    background-color: #000;
    padding: 40px 80px;
    margin-top: 58px;
}
.present ul,                                                    
.use_links h2{
    font-size: 23px;
    margin-left: 20px;
    color: #f4c565;
    text-align: center;
}
.use_links1 h2{
    font-size: 23px;
    margin-left: 20px;
    color: #f4c565;
}
.use_links ul{
    margin-left: 105px;
}
.present ul li{
    color: #fff;
}
.use_links{
    line-height: 29px;
}

.use_links ul li{
    color: #fff;
}
.use_links ul li a{
    color: #fff;
    text-decoration: none;
}
.use_links ul li i{
    padding-right: 7px;
}
.use_links ul li h2{
    position: relative;
    font-size: 20px;
}
.use_links ul li h2::after{
    content: '';
    background-color: #f5ca74;
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    top: 32px;
    bottom: 0;
    right: 0;
    left: 0;
}
.use_links1 ul li{
    color: #fff;
    list-style: none;
    margin-left: 22px;
}
.use_links1 ul li h2{
    position: relative;
    font-size: 20px;
}
.use_links1 ul li h2::after{
    content: '';
    background-color:#f5ca74;
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    top: 32px;
    bottom: 0;
    right: 0;
    left: 0;
}
.use_links1 ul li p{
    text-align: left;
}
.social_media1{
    /*width: 29%;*/
    /*height: 32px;*/
    /*margin: 0 auto;*/
    display: flex;
    /*justify-content:center;*/
    text-align: center;
    margin-left: 24px;
    /*margin-top: 28px;*/
}
.media_icon{
    width: 10%;
    /*background-color: grey;*/
    margin-right: 7px;
    line-height: 2;
    border-radius: 4px;
}
.footer_end{
    background-color: #fff;
    text-align: center;
    /*padding: 15px;*/
}
.copyright{
    padding: 10px 0px 5px 0px;
}
.copyright h5{
    font-size: 15px;
}
/*footer ends*/

/*about page starts*/

/*banner starts*/
.index_banner img{
    margin-top: 83px;
    height: 500px;
    object-fit: cover;
}
.about_banner h1{
    position: absolute;
    top: 34%;
    left: 14%;
    font-size: 91px;
    color: #fff;
}
.mission_wrap{
    margin-top: 56px;
    /*background-color: #545454;*/
    padding: 50px;
     background-image:
    linear-gradient(to bottom, rgba(54, 53, 51,0.52), rgba(54, 53, 51, 0.73)),
    url('../images/banner/banner-4.jpg');
}
.mission{
    position: relative;
}
.mission_cont{
    padding: 66px;
}
.mission_right{
    margin-top: 32px;
}
.mission h1{
    color: #f5ca74;
}
.company_wrap{
    margin-top: 30px;
    padding: 40px;
    background-image: linear-gradient(to bottom, rgba(54, 53, 51,0.52), rgba(54, 53, 51, 0.73)), url(../images/banner/banner-4.jpg);
}
.company_cont{
    margin-top: 100px;
}
.company_cont h2{
    color: #f5ca74;
}
.company_cont p{
    color: #fff;
    margin-top: 24px;
    line-height: 31px;
}

.md_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 284px;
}
.md_cont p{
    color: #000;
}
.md_head h1{
    font-size: 89px;
    color: #f5ca74;
}
.md_head span{
    font-size: 30px;
     color: #f5ca74;
}

.card-body p{
    color: #000;
}
/*banner ends*/

 /*what we do start here*/
 .what_cont p{
    color: #000;
 }
 .what_title{
    border-right: 2px solid #000;
 }
 .what_title h3{
    color: #f5ca74;
    padding-bottom: 20px;
 }
 .what_wrap{
    margin-top: 50px;
 }
 /*what we do ends here*/

/*our partners starts*/
/*#logo_carousel .owl-prev{
position: absolute;
bottom: -10%;
right: 20%;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: #e03a3c;
text-align: center;
border-radius: 100px;
z-index: 10;
}
#logo_carousel .owl-next{
position: absolute;
bottom: -10%;
right: 16%;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: #e03a3c;
text-align: center;
border-radius: 100px;
z-index: 10;
}*/

/*our partners ends*/

/*about page ends*/

/*contact page starts*/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.section_btm{
    margin-top: 39px;
}

.section-header h2{
    padding-bottom: 31px;
    text-align: center;
    color: #e5ac3c;
    font-weight: bold;
    font-size: 49px;
}

.section-header1 h4{
    font-weight: bold;
    font-size: 26px;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #e5ac3c;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #092a49;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 600;
    /*letter-spacing: 1px;*/
    color: #092a49;
    background: none;
    border: 1px solid #092a49;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #fff;
    background: #e5ac3c;
    border: 2px solid #e5ac3c;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.btn1{
    display: flex;
    justify-content: flex-end;
}
.faq-banner img{
    height: 385px;
    object-fit: cover;
    margin-top: 83px;
}

.product_banner4 h1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*contact page ends*/

/*our product page starts*/
.product_wrap{
    margin-top: 55px;
}
.product_head{
    margin-top: 55px;
}
.product_head1{
    margin-top: 55px;
    display: flex;
    flex-direction: row-reverse;
}
.product_banner h1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*font-size: 91px;*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_banner1 h1{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #fff;
}
.product_banner1faq h1{
    position: absolute;
    /*top: 34%;*/
    top: 39%;
    /*left: 33%;*/
    left: 44%;
    /*left: 45%;*/
    font-size: 91px;
    color: #fff;
}
.flag{
    display: flex;
}
.flag p{
    margin-top: 20px;
    margin-left: 15px;
}
.flag img{
   width: 10%;
   height: 50px;
}
.product_cont p{
    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.product_cont h2{
    font-size: 26px;
    font-weight:bold;
    color: #000;
}
.product_cont ul li{
    margin-left: 20px;
    line-height: 30px;
}
.product_banner img{
    width: 100%;
    height: 385px;
    object-fit: cover;
    margin-top: 82px;
}
.product_name{
    margin-top: 55px;
    color: #e5ac3c;
    font-weight: bold;
}
.product_name1{
    color: #e5ac3c;
    font-weight: bold;
}
.faq_content{
    margin-top: 51px;
}
.faq_content p{
    color: #000;
}
.product_banner2{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product_banner2 h1{
        font-size: 76px;
        color: #fff;
    }
    .product_banner3 h1{
        font-size: 76px;
        color: #fff;
    }
     .product_banner3{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product_banner5 h1{
        font-size: 44px;
        color: #fff;
    }
     /*.product_banner5{
        position: absolute;
        top: 47%;
        left: 48%;
    }*/
/*our product page ends*/

/*FAQ starts*/
 
.accordion {
  margin-top: 58px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}
.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card-head{
    border-bottom: 1px solid #eee;
    padding-bottom: 21px;
}
.card-head h2{
   font-size: 20px;
   color: #4d5257;
}
.card-head h2 i{
    position: absolute;
    right: 0;
}
.faq_head{
    margin-top: 46px;
    position: relative;
}
/*.faq_head h1::after{
    content: '';
    background-color: #e03a3c;
    display: block;
    width: 55px;
    height: 3px;
    position: absolute;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 47%;
}*/
/*FAQ ends*/

/*sidebar menu starts here*/
.sidebar {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: #111;*/
  background-color: #e7e7e7;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  /*padding-top: 14px;*/
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  /*color: #818181;*/
  color: #000;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #ddd;
}

.sidebar a:hover {
  color: #f5ca74;
  /*background-color: #f5ca74;*/
}

.sidebar a img{
    width: 50%;
}

.sidebar a i{
    padding-right: 7px;
    font-size: 12px;
    color: #f5ca74;
}

.sidetop{
    background-color: #000;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: none;
  color: #fff;
}

.socialicon{
    display: flex;
    justify-content: center;
    /*padding-top: 15px;*/
}

.socialicon i{
    padding-right: 18px;
    font-size: 23px;
}

.socialicon i:hover{
    /*color: #f5ca74;*/
}

.media_icon a i{
    color: #000;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.mobile_head{
    background-color: black;
}
.mobile_left{
    display: flex;
    align-items: center;
}
.mobile_left span img{
    width: 100%;
}
.mobile_right{
    display: flex;
    justify-content: end;
}
.map1{
    margin-top: -23px;
}
.map1 iframe{
   width: 100%;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

ol,
ul {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
}
.mobile {
  background-color: #19b698;
  border: 0 solid #333;
  border-width: 50px 15px;
  border-radius: 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.6);
  margin: 20px auto;
  max-width: 300px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
header {
  /*background-color: #fff;*/
  background-color: #000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  /*height: 50px;*/
  padding: 14px 0;
}
header a img{
    width: 40%;
}
.logo {
  color: #000;
  font-size: 20px;
  line-height: 50px;
  padding: 0 0 0 20px;
  text-transform: capitalize;
}
/* menu button */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 26px;
  z-index: 101;
}
.menuBtn > span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
  content: '';
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
  background-color: #008877;
  top: 1px;
}
.menuBtn.act > span:after {
  transform: rotate(45deg);
}
.menuBtn.act > span:before {
  transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
}
.mainMenu.act {
  opacity: 1;
  transform: scale(1);
}
.mainMenu.act ul li {
  opacity: 1;
  transform: translateX(0);
}
.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu li {
  padding: 8px 0;
  transition: all 400ms 510ms;
  opacity: 0;
}
.mainMenu li:nth-child(odd) {
  transform: translateX(30%);
}
.mainMenu li:nth-child(even) {
  transform: translateX(-30%);
}
.mainMenu li:last-child {
  transform: none;
}
.mainMenu a {
  /*color: #19b698;*/
  color: #fff;
  display: inline-block;
  font-size: 18px;
}
.mainMenu a.suBtn {
  color: #fff;
}
/* sign up button */
.suBtn {
  background-color: blue;
  border-radius: 5px;
  padding: 10px 20px;
}

/*sidebar menu ends here*/

/*responsive starts*/

/*mobile*/

@media(min-width: 0) and (max-width: 767px){
    .mobile_menu_overlay{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s all linear;
   }
   .open_overlay{
      opacity: 1;
      visibility: visible;
      transition: 0.4s all linear;
   }
    .product_banner,.index_banner{
        z-index: 0!important;
    }
    .socialicon a i{
    /*padding-right: 18px;*/
    font-size: 20px;
}

.socialicon a{
    padding: 7px;
}
.socialicon ul{
    display: flex;
    list-style: none;
    padding: 0px 88px;
}
.socialicon ul li a img{
    width: 100%;
}
    .banner{
        position: absolute;
        top: 176px;
    }
    .banner_sub{
        display: none;
    }

    .banner_leftcont h1{
        font-size: 30px;
    }
    .index_banner img{
        height: auto;
    }

    .breadcrumb1 {
    position: absolute;
    top: 264px;
    left: 0px;
    right: 0;
}

    .value_wrap{
        padding: 24px;
    }

    .value_wrap{
        margin-top: 33px;
    }

    .value_wrap h2{
        font-size: 30px;
    }

    .value_wrap h2::after{
        display: none;
    }
    .value_wrap1 h2::after{
        display: none;
    }
    .overview_wrap h2{
        font-size: 30px;
        margin-bottom: 18px;
    }
    .overview_wrap h2::after{
        display: none;
    }

    .overview_wrap1 h2{
        margin-bottom: 22px;
        font-size: 30px;
    }

    .overview_wrap1 h2::after {
        display: none;
    }
    .service_head h2{
        font-size: 30px;
    }
    .service_head h2::after{
        display: none;
    }

    .what_title{
        border-right: none;
    }
    .partner_wrap h2{
        font-size: 30px;
    }

    .partner_wrap h2::after {
        display: none;
    }

    .value_image{
        margin-top: 25px;
    }
    .value_cont{
        margin-top: 15px;
    }
    .value_right p{
        text-align: justify;
        font-size: 14px;
    }
    .value_wrap h1{
        font-size: 30px;
    }
    .value_wrap h1::after{
        display: none;
    }
    .product_wrap{
        margin-top: 44px;
    }
    .product_cont ul li{
        font-size: 14px;
    }
    .product_cont h2{
        font-size: 20px;
        padding-top: 9px;
    }
    .product_cont p{
        font-size: 14px;
        text-align: justify;
    }
    .product_name{
        margin-top: 33px;
        font-size: 30px;
    }
    .product_name1{
        font-size: 30px;
    }
    .product_banner h1{
        font-size: 42px;
    }
    /*.product_banner1{
        position: absolute;
        top: 48%;
        left: -11%;
        width: 100%;
    }*/
    .product_banner1 h1{
        font-size: 30px;
    }
    /*.product_banner4{
        position: absolute;
        top: 41%;
        left: 35%;
    }*/
    .product_banner4 h1{
        font-size: 40px;
        color: #fff;
    }
    .product_banner2{
        position: absolute;
        top: 16%;
        left: 22%;
    }
    .product_banner2 h1{
        font-size: 54px;
        color: #fff;
    }
    .product_banner3 h1{
        font-size: 47px;
        color: #fff;
    }
     /*.product_banner3{
        position: absolute;
        top: 33%;
        left: 22%;
    }*/
    .product_head{
        margin-top: 9px;
    }
    .product_head1{
        margin-top: 9px;
        /*display: flex;
        flex-direction: column-reverse;*/
    }
    .product_img{
        margin-top: 17px;
    }
    /*.product_banner5{
        position: absolute;
        top: 48%;
        left: 37%;
    }*/
    .product_banner img{
        /*height: auto;*/
    }
    .product_banner1 img{
        height: 400px;
    }
    /*.about_banner h1{
        font-size: 53px;
        left: 70px;
    }*/
    .overview_wrap{
        margin-top: 25px;
    }
    .overview_wrap h1{
        font-size: 30px;
        margin-bottom: 0;
    }
    .overview_wrap h1::after{
        display: none;
    }
    .service_head h1::after{
        display: none;
    }
    .service_head h1{
        font-size: 30px;
    }
    .service_head1{
        margin-top: 38px;
    }
    .service_rightcont h2{
        font-size: 20px;
    }
    .service_rightcont p{
        font-size: 14px;
        text-align: justify;
    }
    .col-rev1{
        flex-direction: column-reverse;
    }
    .overview_cont p{
        font-size: 14px;
        text-align: justify;
    }
    br{
        display: none;
    }
    .card{
        margin-top: 13px;
    }
    .mission h1{
        font-size: 30px;
    }
    .mission p{
        font-size: 14px;
    }
    .mission_wrap{
        padding: 32px;
        margin-top: 45px;
    }
    .mission_cont{
        padding: 0;
    }
    .company_wrap{
        margin-top: 30px;
    }
    .company_cont{
        margin-top: -13px;
    }
    .company_cont h1{
        font-size: 30px;
    }
    .company_cont p{
        line-height: 21px;
        margin-top: 0;
    }
    .md_cont{
        margin-top: 0;
    }
    .md_head span{
        font-size: 25px;
    }
    .md_head h1{
        font-size: 50px;
    }
    .md_sub p{
        font-size: 14px;
    }
    .partner_wrap h1{
        font-size: 30px;
    }
    .partner_wrap ul{
        margin-top: 21px;
    }
    .partner_wrap{
        margin-top: 35px;
    }
    .partner_wrap h1::after{
        display: none;
    }
    .owl_head{
        /*margin-top: 40px;*/
    }
    .owl-nav{
        display: none;
    }
    .media_icon{
        width: 13%;
    }
    .footer_wrap{
        padding: 16px;
        margin-top: 47px;
    }
    .use_links ul li{
        font-size: 14px;
    }
    .use_links ul li a{
        font-size: 14px;
    }
    .use_links1 ul li p{
        font-size: 14px;
    }
    .use_links h2{
        text-align: left;
    }
    .use_links ul{
        margin-left: 21px;
    }
    .value_right1 p{
        font-size: 14px;
    }
    .service_wrap{
        margin-top: 20px;
    }
    .value_wrap1 h2::after{
        display: none!important;
        /*top: 87px!important;*/
        /*left: 47%!important;*/
    }
    .value_wrap1 h2{
        font-size: 30px!important;
        margin-left: 0!important;
    }
    .locate h2{
        font-size: 30px!important;
        color: #f5ca74;
    }
    .locate h2::after{
        display: none!important;
    }
    .present p{
        font-size: 14px;
        padding: 19px;
    }
    .facebook i{
        color: #3B5998;
    }
    .section-header h2{
        font-size: 37px;
    }
    .location_content{
        height: 441px!important;
    }
    .map p{
        margin-top: 0!important;
        line-height: 35px!important;
    }
    .col-rev{
        flex-direction: column-reverse;
    }
    .faq-banner{
        z-index: 0!important;
    }
    .faq-banner img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .faq_head h1{
        font-size: 30px;
    }
    
    .product_banner1faq h1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    color: #fff;
}
.accordion .card h2{
    font-size: 14px;
}

}

/*responsive ends*/






/*above desktop*/
@media(min-width:  1501px) {}
/*Desktop*/
@media(min-width:  1351px) and (max-width:  1500px){}
/*laptop*/
@media(min-width:  1100px) and (max-width:  1350px){}
/*Tab*/
@media(min-width: 768px) and (max-width:  1099px){
    .company_cont{
        margin-top: 28px;
    }
    .mission_cont{
        padding: 0;
    }
    .banner{
        top: 251px;
    }
    .breadcrumb1{
        top: 261px;
    }
   /* .product_banner h1{
        top: 39%;
        left: 25%;
        font-size: 71px;
    }*/
    .what_title{
        border-right: none;
    }
    .faq-banner img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .use_links{
        margin-top: 17px;
    }
    .use_links h2{
        margin-left: 43px;
    }
    .use_links1 h2{
        margin-left: 0;
    }
    .social_media1{
        margin-left: 0;
    }
    .use_links1 ul li{
        margin-left: 0;
    }
    .media_icon{
        width: 15%;
    }
    .footer_wrap{
        padding: 36px;
    }
    .product_banner4 h1{
    position: absolute;
    
    top: 0;
    
    left: 0;
    
    font-size: 53px;
    color: #fff;
}
/*.product_banner5{
        position: absolute;
        top: 45%;
        left: 46%;
    }*/
    .product_banner1faq h1{
    position: absolute;
    /*top: 34%;*/
    top: 36%;
    /*left: 33%;*/
    left: 38%;
    /*left: 45%;*/
    font-size: 91px;
    color: #fff;
}
}
/*Mobile*/
/*@media(min-width:  0) and (max-width:  767px){
   .mobile_menu_overlay{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s all linear;
   }
   .open_overlay{
      opacity: 1;
      visibility: visible;
      transition: 0.4s all linear;
   }
}*/
.cont p{
    color: #000 !important;
    margin-top: 20px;
}
.value_wrap1{
        width: 100%;
    margin-top: 20px;
    padding: 35px;
}
.value_right1 p{
    color: #000;
    /*font-size: 14px;*/
}
.value_wrap1 h2{
    text-align: center;
    font-weight: bold;
    margin-left: 30px;
    font-size: 42px;
    color: #f5ca74;
}
.value_wrap1 h2::after{
    content: '';
    position: absolute;
    top: 105px;
    bottom: 0;
    right: 0;
    left: 49%;
    display: block;
    width: 68px;
    height: 3px;
    background-color: #f5ca74;
}
.map iframe{
    width: 100%;
}
.present img{
    width: 70%;
}

/*location start here*/
.location_content{
    width: 100%;
    height: 460px;
    background-image: linear-gradient(to bottom, rgba(54, 53, 51,0.52), rgba(54, 53, 51, 0.73)), url(../images/banner/location.jpg);
    margin-top: 70px;
}
.locate h2::after{
    content: '';
    position: absolute;
    top: 230px;
    bottom: 0;
    right: 0;
    left: 8%;
    display: block;
    width: 150px;
    height: 3px;
    background-color: #f5ca74;
}
.locate{
    margin-top: 100px;
}
.locate h2{
    font-size: 50px;
    font-weight: bold;
    color: #f5ca74;
}
.map p{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-top: 30px;
    line-height: 35px;
}
.map p i{
    margin-right: 20px;
}
/*location end here*/