@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {}
    

/*max-height .6s cubic-bezier(0.15,.8,.5,1)*/

    
 

/*@font-face {*/
/*    font-family:"Open Sans Semibold";  */
/*    src: url(../fonts/OpenSans-Semibold.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: 'Poppins', sans-serif;;*/
/*    src: url(../fonts/OpenSans-Regular.ttf);*/
/*}*/

body{font-family: 'Poppins', sans-serif;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
body li, h1, h2, h3, h4, h5{
    font-family: 'Poppins', sans-serif;

}




a, a:hover {text-decoration:none; outline:none !important;}
a:active, a:focus {outline:0; text-decoration: none;} 

.fl{ float:left}
.fr{ float: right}
.clear{ clear:both;}
.banner-inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.card{
    text-align:center !important;
}
.pt{
    display:flex;
}
.quality-vision-section {
    width: 100%;
    float: left;
    padding: 30px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#073d54+0,073d54+50,e3a271+50,e3a271+100 */
background: #073d54; /* Old browsers */
background: -moz-linear-gradient(left,  #073d54 0%, #073d54 50%, #e3a271 50%, #e3a271 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #073d54 0%,#073d54 50%,#e3a271 50%,#e3a271 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #073d54 0%,#073d54 50%,#e3a271 50%,#e3a271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073d54', endColorstr='#e3a271',GradientType=1 ); /* IE6-9 */
    color: #fff;
	
}
.vision-1{
    color: #e3a271;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: solid 1px #fff;
    position: relative;
	float: left;
	width:100%;
}
.vision-1:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #e3a271;
    position: absolute;
    left: 0px;
    bottom: -2px;
}
.vision-qty {
    width:30%;
    height: auto;
    float: left;
}
.vision-qty img{
    width: 100%;
    height: auto;
}
.vision-txt {
    float: left;
    width: 60%;
    height: auto;
}
.list-inner{
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
    font-size: 15px;
    color: #000;
}
.list-icns {
    width: 120px;
    height: auto;
    margin: 0 auto;
    background: #e3a271;
    border-radius: 50%;
    padding: 5px;
    border: solid 3px #073d54;
}

.list-inner li {
    background: url(images/dot-bullet.png);
    background-size: 8px;
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 16px;
    padding: 3px 0 3px 20px;
}

.vision-2 {
    color: #073d54; width:100%;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: solid 1px #fff;
    position: relative;
    float: left;
}
.vision-2:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #073d54;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.quality-vision-section p{color: #fff !important;
}
.fut-list {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    font-size: 14px;
}
.fut-list li {
    padding: 10px 0px;
    border-bottom: solid 1px #fff;
    color: #fff;
}
.associates {
    margin: 0 0 20px;
    font-size: 28px;
    color: #073d54;
    position: relative;
    padding: 0 0 15px;
}
.associates:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #e3a271;
    position: absolute;
    left: 45%;
    bottom: 0;
}
.underconstruction-page {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 30px 0px;
}
.under-const-img {
    width: 100%;
    height: auto;
    float: left;
}
.under-const-img img{width:100%; height:auto;}
.groups-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px;
    text-align: center;
    background: #f7f7f7;
}
.group-of-comp {
    width: 100%;
    height: auto;
    float: left;
}
.group-of-comp img {
    width: 100%;
    height: auto;
    /*.filter: grayscale(100);*/
}

.group-of-comp:hover img{filter: grayscale(0);}


/*.fut-list li:nth-child(1) {
    background: url(images/footer-icon-1.png);
    padding-left: 50px;
    background-size: 40px;
    background-repeat: no-repeat;
}
.fut-list li:nth-child(2) {
    background: url(images/footer-icon-1.png);
    padding-left: 50px;
    background-size: 40px;
    background-repeat: no-repeat;
}
.fut-list li:nth-child(3) {
    background: url(images/footer-icon-1.png);
    padding-left: 50px;
    background-size: 40px;
    background-repeat: no-repeat;
}
.fut-list li:nth-child(4) {
    background: url(images/footer-icon-1.png);
    padding-left: 50px;
    background-size: 40px;
    background-repeat: no-repeat;
}
*/
.fut-list li:last-child {
    border-bottom:none;
}


.banner-inner img{width:100%; height:auto;}
.banner-inner h2 {
    text-align: center;
    position: absolute;
    top: 35%;
    color: #fff;
    width: 100%;
    font-size: 50px;
    text-shadow: 0 2px 3px #000;
    margin: 0px;
}
.about-inner {
    padding: 30px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.header-bg {
    background-color: #fff;
    width: 100%;
    height: auto;
    float: left;
    top: 0px;
    z-index: 999;
}
.logo{ width:500px; height:auto; float:left; margin:10px 0;}
.logo img{ width:100%; height:auto;}
.logo-2 {
    width: 149px;
    height: auto;
    float: right;
    margin: 10px 0;
    display: none;
}
.logo-2 img{ width:100%; height:auto;}
.nav-bar {
    height: auto;
    float: left;
    background: #e3a271;
    width: 100%;
}

.banner-content {
    position: absolute;
    height: 477px;
    width: 237px;
    background: transparent;
    right: 372px;
    z-index: 999;
    top: 8px;
}
.banner-content {
    margin: 0px;
    list-style: none;
   
}
.stikey-add {
    top: 20px;
    width: 145px;
    min-height: 10px;
    position: fixed;
    right: 0;
    background: #FFEB3B;
    z-index: 999;
    box-shadow: 0 0px 9px #a2a2a2;
    color: #333;
    text-align: center;     display: none;
    padding: 10px;
}
.stikey-add p {
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}
.stikey-add p a{color:#333;}
.application-block {
    width: 100%;
    min-height: 230px;
    float: left;
    transition: .9s all ease-in;
    margin: 15px 0px;
    padding: 15px;
    box-shadow: 0 0px 7px #073d54;
}
.application-block:hover img{transform:rotateY(360deg); transition:.9s all ease-in;}
.application-img{
    width: 100%;
    height: auto;
    float: left; transition:.9s all ease-in;
    margin: 15px 0px;
}
.application-img img{
    width: auto; transition:.9s all ease-in;
height: auto;}
.application-txt {
    float: left;
    width: 100%;
    color: #00283a;
}
.about-block {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 9;
    padding: 30px 0px 50px;
    color: #080300;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background: #5b8ca0;
}
.about-block .item {
    padding: 0 10px;
}
.about-block h2 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0px;
    color: #073d54;
    font-size: 42px;
}
.center-head {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 10px;
    color: #ffffff !important;
    position: relative;
    font-size: 36px;
}
.center-head span {
    color: #ffffff;
}
.acc-icn {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
	transition: .5s all ease-in;
}
.acc-icn img{width:100%; height:auto;}
.about-block p{font-size: 16px; font-family:"Open Sans";     color: #000;}
.infr-name {
    color: #ffffff;
    position: absolute;
    bottom: -50px;
    background: #073d54;
    font-size: 22px;
    width: 100%;
    text-align: center;
    height: auto;
    float: left;
    padding: 10px 0;
    transition: .5s all ease-in;
}
.acc-icn:hover .infr-name{
    bottom: 0;
    height: 100%;
	color:#fff;
    padding: 90px 0 0;
    background: rgba(6,61,84,0.8);
    transition: .5s all ease-in;
}
.about-block .btn-default {
    color: #e3a271;
    background-color: #ffffff;
    border: solid #073d54;
    border-radius: 0px;
}
.about-block h4 {
    margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;;
    font-size: 20px;
    color: #ffffff;
}
.testimonials .container {
    padding: 60px 30px;
    transition: .5s all ease-in;
    
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    
}
.video-wrap{width:100%; height:auto; float:left;}
.video-wrap iframe{width:100%; height:auto;}

sapn.company-name {
    color: #00579e;
    font-weight: 600;
}



.part-img {
    width: 100%;
    height: auto;
    border: solid 1px #ccc;
}
.consulting-block .item {
    margin: 0 15px;
}
.part-txt {
    text-align: center;
}
.part-txt h5 {
    text-align: center;
    min-height: 30px;
  font-family: 'Poppins', sans-serif;;
    text-transform: lowercase;
}
.part-txt p{text-align:center;}
.part-img img{width:100%; height:auto;}
.about-block h4 span{color:#f0c833;}
.consulting-block {
    position: relative;
    float: left;
    width: 100%;     background: #ffffff;
    height: auto; 
    z-index: 9;
    padding: 30px 0px;
    color: #080300;
}
span.blue {
    color: #e3a271;
    font-weight: 200;
  font-family: 'Poppins', sans-serif;;
}
.consulting-block h3 {
    color: #00579e;
    font-size: 36px;
    text-align: center !important;
    margin: 0px 0 20px;
    display: table;
  font-family: 'Poppins', sans-serif;;
    width: 100%;
    position: relative;
}
.consulting-img{width: 90%;
    height: auto;
    margin-bottom: 30px;
    border: solid #d4d4d4;
margin: 50px auto 15px;}
.consulting-img img{width: 100%;
    height: auto;}
.consulting-block p{font-family:"Open Sans";
    font-size: inherit;
    text-align: center;}
.service-block {
    position: relative;
    float: left;
    width: 100%;
    min-height: 400px;
    background: url(images/access-prx-1.jpg);
    z-index: 9;
    padding: 40px 0px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}
.service-block h4 {
    font-size: 24px;
    float: left;
    text-align: left;
    width: 100%;
    color: #e3a271;
    border-bottom: solid 1px #fff;
    margin: 0;
    padding: 10px 0;
}
.products-blk {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding: 3px;
}
.products-blk img{
    width: 100%;
height: auto;}
.bulb-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
    float: right;
}
.vasav-text {
    width: 65%;
    float: left;
    padding: 30px 20px;
}
.bulb-img img{width:100%; height:auto;}
.founder {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
    border: solid #d4d4d4;
    margin: 0px auto 15px;
}
.founder img{
    width: 100%;
    height: auto;
}


.banner-content ul{list-style:none; padding: 50px 5px 10px 15px;     color: #0a0500;}
.banner-content ul li {
    letter-spacing: 2px;
    font-size: 13px;
  font-family: 'Poppins', sans-serif;;
    line-height: inherit;
    font-weight: 200;
    margin-bottom: 14px;
}

#multiple {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #073d54;
    width: 100%;
    height: auto;
    float: left;
}
.cycle-slideshow img{ width:100%; height: auto; position:relative;}
.center{ position:absolute; top:45%; z-index:999; width:100%;}
#multiple .prevControl{width:50px; height:50px; float: left; background-color: #e9e6e4;}
#multiple .nextControl{width:50px; height:50px; float: right; background-color: #e9e6e4;}
.icn-holder .prevControl .fa {color: #8e8c8b; cursor: pointer; display: block; float: left; font-size: 50px; text-align: center; width: 50px;}
.icn-holder .fa {color: #8e8c8b; cursor: pointer; font-size: 50px; margin-right: 25px; text-align: center; width: 50px;}
.cycle-slide{ width:100%;}
.banner-overlay {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.banner-overlay h2 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    color: #ffe279;
    width: auto;
    background-color: transparent;
    margin: 0 0 10px;
}
.inner-txt-wrp {
    color: #fff;
    width: 450px;
    background: rgba(255,255,255,0.5);
    padding: 20px;
}
.banner-overlay h2 span{ color:#FFF; font-size:46px; font-weight:700;}
.icn-holder{width:100%; top:45%; position:absolute; z-index:999; height:50px;}




#mobile-menu{ display: block;}
#menu{ display: none;}
.slicknav_menu{ display: none;}
/*----------------------------------------------new menu-----------------------------------------*/
#nav_wrapper{display: block; }
#nav_wrapper ul{}
#nav_wrapper ul.menu{margin:0; padding:0; width:100%; float:right ; }
#nav_wrapper ul.menu li {
    list-style-type: none;
    padding: 0;
    display: block;
    float: left;
    margin: 0;
    border-right: solid 1px #eab083;
}
#nav_wrapper ul.menu li a {
    display: block;
    color: #073d54;
    font-size: 16px;
  font-family: 'Poppins', sans-serif;;
    line-height: 30px;
    padding-left: inherit;
    margin: 0; position: relative;
    font-weight: 200;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 600;
    padding: 7px 15px;
}
#nav_wrapper ul.menu li:hover a, #nav_wrapper .menu li.current-menu-item a, #nav_wrapper .menu li.current-menu-ancestor a, #nav_wrapper .menu li.current-page-ancestor a{color:#ffffff; }

/*---sub-menu------*/
#nav_wrapper ul.menu li{position:relative;}

#nav_wrapper ul.menu li ul.sub-menu {
    display: none;
    width: 266px;
    background: #073d54;
    padding: 5px;
    border: solid 1px #073d54;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
}
#nav_wrapper ul.menu li:hover ul.sub-menu{display:block;}
#nav_wrapper ul.menu li ul.sub-menu li {
    padding: 0;
    display: block;
    z-index: 9999;
    float: none;
    margin: 0 auto;
    border-right: none;
}
#nav_wrapper ul.menu li ul.sub-menu li a {
    font-size: 14px;
    line-height: 20px;
    text-transform: none !important;
    display: block;
    padding: 8px 5px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 200;
    border-bottom: solid 1px #074f6d;
}
#nav_wrapper ul.menu li ul.sub-menu li:hover a{ color: #e3a271;}
#nav_wrapper ul.menu li ul.sub-menu li.current-menu-item a, #nav_wrapper ul.menu li ul.sub-menu li.current-menu-ancestor a, #nav_wrapper ul.menu li ul.sub-menu li.current-page-ancestor a{ color:#5b0f70;}
#nav_wrapper ul.menu li:last-child ul.sub-menu{right:0;	left:inherit;}

/*----------------------------------------------new menu-----------------------------------------*/


#main {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 9;
    color: #080300;
    padding: 40px 0;
}
#main p {font-family: 'Poppins', sans-serif;
 font-size: 16px;}
.banner-new{width:100%; height:auto; float:left; position:relative;}
.banner-new img{width:100%; height:auto;}
#our-products {display: block; height: auto; margin: 65px 0; overflow: hidden; position:relative;}
#our-products .col-md-12.col-sm-12{ padding:0px;}
#our-products h2{ margin:100px 0 0 0; padding:0px; color:#FFF; line-height: 55px; font-size:65px; font-weight:600;}
#our-products p{ margin:25px 0; padding:0px; color:#FFF; font-size:18px; font-weight:400;}

#our-products h2 span { display: block; font-size: 29px; font-weight: 400; line-height: 25px; margin: 30px 0 0; padding: 0;}
#our-products .alignleft{float:left; margin:5px 20px 5px 0; display:block;}
#our-products .alignright{float:right; margin:40px 0 5px 20px; display:block;}
#our-products .aligncenter{display:block; margin:0 auto;}
.center{ position:absolute; top:35%; font-size:35px; color:#FFF; width:100%;}
.center .prevControl{ margin:0 15px; cursor: pointer; float:left;}
.center .nextControl{ margin:0 15px;  cursor: pointer; float:right;}






.slider-bg {bottom: 0; position: absolute; width: 100%; text-align: center;}
.slider-bg img{ width:100%; height:auto}
.scroll-down {color: #fff; display: block; font-size: 12px; height: auto; margin:25px auto; text-align: center; width: 75px; z-index: 999; }

#main h3 {
    color: #073d54;
    font-size: 36px;
    text-align: center;
    margin: 0px 0 20px;
    display: table;
  font-family: 'Poppins', sans-serif;;
}

.select{ color:#000;}
.green{ color:#1d7d7c !important;}
.list-img{
    width: 100%;
    height: auto;
    float: left;
}
.company-lgo {
    float: left;
    background: #f1f1f1;
    height: auto;
    width: 100%;
    padding: 20px 0;
}
.company-lgo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.company-lgo ul li {
    display: inline-block;
    width: 22%;
    text-align: center;
    border: solid 1px #ccc;
    margin: 15px 15px;
}
.company-lgo img {
    vertical-align: middle;
    width: 100%;
}
.footer h3{ color:#000; font-size:36px; text-align: center;    font-family: 'Poppins', sans-serif;; margin:0px auto 20px; padding:45px 0 25px 0 ; background:url(images/border-img2.jpg) center bottom no-repeat; display:table; }
.get-in-touch p {
    margin-bottom: 45px;
    text-align: center;
    color: #404040;
    font-size: 20px;
}
.inner-banner {
    float: left;
    background: #2d2d2d;
    width: 100%;
    color: #fff;
    text-align: center;
    min-height: 100px;
    position: relative;
}
.inner-page-2 {
    width: 100%;
    float: left;
    height: auto;
}
.innersection{float:left; padding:30px 0px; width:100%}
.innersection:nth-child(even) {
    background: #ffffff;
}
.innersection:nth-child(odd) {
    background: #f5f5f5;
}
.inner-page {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0 30px;
}
.inner-page-second {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: #f7f7f7;
}
.inner-img-1 {
    width: 100%;
    height: auto;
    float: left;
    border: solid 3px #e3a271;
}
.inner-page-third {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px;
}
.infra-page-inner {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px;
    background: #ffffff;
}

ul.infra-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
}
ul.infra-list li{

    margin: 0 0 10px;
}
.cert-img {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0px;
}
.cert-img img{width:100%; height:auto;}
h4.infra-name {
    float: left;
    margin: 0px;
    border-bottom: solid 3px #e3a271;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 15px;
}
.infra-img{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0px;
}
.infra-img img{width:100%; height:auto;}


.parts-img{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0px;
}
.parts-img img{width:100%; height:auto;}
h4.parts-name {
    margin: 10px 0px;
    float: left;
    text-align: center;
    width: 100%;
	    font-size: 16px;
}
.parts-wrap {
    width: 100%;
    height: auto;
    text-align: center;
    box-shadow: 0 0 15px #d9d9d9;
    float: left;
    margin: 15px 0px;
    background: #fff;
}




.inner-img-1 img{width:100%; height:auto;}
.inner-page h3 {
    margin: 0 0 20px;
    color: #3e3e3e;
    font-size: 28px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
    position: relative;
}
.inner-page h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -2px;
    left: 0px;
    background: #e3a271;
}




.inner-line{
    margin: 0 0 20px;
    color: #073d54;
    border-bottom: solid 1px #cacaca;
    padding: 0 0 20px;
}














.inner-banner h2{
    margin: 0px;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
}
.inner-banner img {
    width: 100%;
    height: auto;
    font-size: 30px;
}
.inner-banner h3 {
    margin: 0px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
    color: #ffffff;
    font-size: 51px;
    text-shadow: 0 2px 14px #000;
}
.inner-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px;
}
.inner-section-board{
    width: 100%;
    height: auto; text-align:center;
    float: left;
    padding: 40px 0px;
}
.box-board {
    border: solid 1px #ccc;
    min-height: 310px;
    margin: 15px 0px;
    padding: 10px;
    box-shadow: 0 0px 24px #cecece;
}


.board-members {
    list-style: none;
    margin: 20px 0px;
    padding: 0;
    font-size: 16px;
}
.inner-links {
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
    font-size: 16px;
}
.get-in-touch-contact {
    padding: 40px 0px;
    width: 100%;
    height: auto;
    float: left;
}
.get-in-touch-contact input {
    width: 30%;
    height: auto;
  font-family: 'Poppins', sans-serif;;
    float: left;
    padding: 15px;
    margin: 0px 25px 20px 0;
    border: none;
    border-bottom: solid 1px #333;
    color: #333333;
    background: transparent;
    font-size: 16px;
}
.request-text{text-align:center; font-weight:600; color:#00adef;}
.get-in-touch-contact input[type="submit"] {
    background: #ffe279;
  font-family: 'Poppins', sans-serif;;
    display: block;
    float: none;
    border: 1px solid #ffe279;
    color: #000;
    padding: 5px;
    text-align: center;
	color:#333;
    width: 25%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}
.get-in-touch-contact textarea {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    padding: 15px;
  font-family: 'Poppins', sans-serif;;
    margin: 0px 25px 20px 0;
    border: none;
    border-bottom: solid 1px #333;
    color: #96bcbc;
    background: transparent;
    resize: none;
    clear: both;
}
ul.inner-links li {
    padding-left: 20px;
    background: url(images/bullet.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 7px;
}

.ask-expert h4 {
    font-size: 18px;
    color: #fff;
    border-bottom: solid 1px #094b67;
    padding: 0 0 10px;
    margin: 0 0 20px;
}
.bdr-ri {
    border-right: solid 1px #094b67;
    min-height: 192px;
}
.ask-expert {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #073d54;
    border-bottom: solid 1px #ffffff;
    float: left;
    text-align: left;
}
.phone-foot {
    text-align: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    font-size: 38px;
    border: solid 1px #e6e6e6;
    line-height: 72px;
    color: #ffe279;
}
.phone-foot .fa {
    text-align: center;
    display: block;
    line-height: 64px;
}


.ask-expert p {
  font-family: 'Poppins', sans-serif;;
    color: #fff;
    margin: 0px;
}

    
.ask-expert .expert-1 {
    width: 390px;
    height: auto;
    overflow: hidden;
    float: left;
}



.banner-content {
    position: absolute;
    height: auto;
    width: 100%;
    background: transparent;
    left: 0px;
    z-index: 999;
    top: 20%;
    text-align: center;
    color: #fff;
  font-family: 'Poppins', sans-serif;;
    text-transform: uppercase;
}
.banner-cont-inner {
    width: 60%;
    margin: 0 auto;
}
.banner-cont-inner h1 {
    font-size: 55px;
}
.banner-cont-inner p {
    font-size: 18px;
    text-transform: initial;
    line-height: 30px;
    color: #fff;
}
.banner-lgo {
    width: 175px;
    height: auto;
    margin: 0 0 20px;
}
.banner-lgo img{width:100%; height:auto;}

.photo-resp{display:none;}
.copyright {
    width: 100%;
    float: left;
    background: #2f2f2f;
    height: auto;
    padding: 25px 0;
    text-align: center; 
    color: #f7d044;
}

.copyright p {
  font-family: 'Poppins', sans-serif;;
    margin: 0px;
    color: #ffffff;
}
/* Tablet Portrait size to standard 1024 (devices and browsers) */
@media only screen and (min-width: 1024px) {
#about .col-md-6.col-sm-6:last-child  img{ width:100%;}
.banner { background:url(images/banner-img.jpg) no-repeat scroll center top / 120% auto; height: auto; position: relative; width: 100%;}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.banner-content {height: 477px; width: 121px; right: 28%; top: 8px;}
.banner-content ul li {font-size: 8px; line-height: inherit; margin-bottom: 3px;}
.banner-content ul {list-style: none; padding: 20px 0px 0px 0px;}
#nav_wrapper ul.menu li a {
padding-left: 15px;}
.banner-overlay{top:7%;}
.inner-txt-wrp hr{display:none;}
.banner-lgo{display:none;}
.icn-holder{display:none;}
	
}
/* Tablet Portrait size to standard 1024 (devices and browsers) */
@media only screen and (min-width: 993px) and (max-width: 1050px) {
	
.banner-content {height: 477px; width: 160px; right: 28%; top: 25px;}
.banner-content ul li {
  font-size: 10px;
    line-height: auto;
    margin-bottom: 6px;
}
.banner-overlay{top:7%;}
.banner-content ul {list-style: none; padding: 0px 0px 0px 0px;}
#nav_wrapper ul.menu li a {padding-left: 15px; padding-left: 30px;}


}
@media only screen and (min-width: 767px) 
{
.sticky {
    position: fixed;
    top: 0;
    left: 0px;
    transition: .5s all ease-in;
    z-index: 999999;
    transition: .5s all ease-in;
    box-shadow: 0 2px 3px #333;
}
.sticky .phone{display:none;}
.sticky .logo {
    transition: .5s all ease-in;
    width: 150px;
}
.sticky #nav_wrapper ul.menu li a{ transition:.5s all ease-in;}
.sticky .scroll-down{display:none;}
.sticky  .nav-bar {
    margin: 14px 0;
}
}

@media only screen and (min-width: 375px) and (max-width: 450px) {
	
	.banner-content { position: absolute;
    height: 200px;
    width: 78px;
    background: transparent;
    right: 25%;
    z-index: 999;
    top: 8px;}
	.banner-content ul {padding: 5px;}
	.banner-content ul li{margin-bottom:5px;}
}

@media only screen and (min-width: 320px) and (max-width: 374px)
{
	.banner-content {
    position: absolute;
    height: 200px;
    width: 100%;
    background: transparent;
    left: 0%;
    z-index: 999;
    top: 8px;
}
.banner-content ul {padding: 5px;}
.banner-cont-inner {
    width: 90%;
    margin: 0 auto;
}
.test-img{margin:0 auto;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	.testimonials .test-txt p{text-align:center;}
	.inner-txt-wrp {color: #fff; width: 50%;}
	.banner-lgo{display:none;}
	.inner-txt-wrp {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}
.cli-img {
    margin-bottom: 20px !important;
}
.for-wa-button-contact{width:100% !important;}
.for-fb-button-contact{width:100% !important;}
.for-mail-button-contact{width:100% !important;}
.for-linin-button-contact{width:100% !important;}

.inner-banner img {
    width: 100%;
    height: 100%;
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.inner-banner h3 {
font-size: 28px;}

.associates:after {

    left: 32%;

}
.inner-banner img {
    width: 100%;
    height: 100%;
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.logo-2 {
width: 90px;}
.quality-vision-section {
    width: 100%;
    float: left;
    padding: 0;
    background: #ffffff;
}
.quality-vision-section .container-fluid, .col-sm-6, .col-sm-6{padding:0px;}
.vision-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #073d54;
	padding: 30px 15px;
}
.mission-wrap {
    width: 100%;
    height: auto; 
    overflow: hidden;
    float: left;
    background: #e3a271;
    padding: 30px 15px;
}
.vision-txt {
    float: left;
    width: 100%;
    height: auto;
}
.vision-qty {
    width: 50%;
    height: auto;
    float: none;
    margin: 0 auto 20px;
}
.icn-holder {top: 10%;}
#multiple .prevControl {
    width: 30px;
    height: 30px;
    float: left;
    background-color: #e9e6e4;
}
.icn-holder{display:none;}
#multiple .nextControl {
   width: 30px;
    height: 30px;
    float: right;
    background-color: #e9e6e4;
}
.icn-holder .prevControl .fa {

    font-size: 29px;
    text-align: center;
    width: 30px;
}
.bulb-img{margin:30px 0 0;}
.banner-overlay{display:none;}
.icn-holder .nextControl .fa {

    font-size: 29px;
    text-align: center;
    width: 30px;
}
.banner-overlay{position:static;}
	.inner-txt-wrp hr{display:none;}
	.inner-txt-wrp p{font-size:14px;}
	
.phone-foot{margin:20px auto;}
.test-img {
    margin: 0 auto;
    float: none;
}
#main h3{text-align:left;}
.about-block h4{text-align:left;}
.about-block p{text-align:left;}
	.banner-content {
    position: absolute;
    height: 200px;
    width: 100%;
    background: transparent;
    left: 0%;
    z-index: 999;
    top: 8px;
}
.banner-content ul {padding: 5px;}
.banner-cont-inner {
    width: 90%;
    margin: 0 auto;
}
	.banner-cont-inner h1 {
    font-size: 20px;
}
	
	
	
	
	
	
	
.banner-content ul li {
    letter-spacing: 2px;
    font-size: 6px;
  font-family: 'Poppins', sans-serif;;
    line-height: inherit;
    font-weight: 200;
    margin-bottom: 0;
}
.banner-cont-inner p{display:none;}
.no-list{display:none;}

.container{ width:100%;}
.row{ margin:0px;}
.logo {
    float: none;
    margin: 5px auto;
    width: 290px;
    position: static;
    z-index: 999;
}
.stikey-add p {
    font-size: 12px;
}
.stikey-add{padding:5px;}
.photo-resp{display:block;}
.photo-desk{display:none;}
.service-block ul li{width:100%;}
.resp-1st-ele{
    border-top: solid 1px #fff;
    margin-top: 20px;
    padding-top: 10px;
}
.footer {
    width: 100%;
    height: auto;
    float: left;
}

.header-bg{ position:relative;     background: #ffffff; height:auto;}
.nav-bar{ width:100%; margin:0;}
.slicknav_menu{ display: block; color:#59595c;}
.slicknav_nav a{font-family:"Open Sans";     color: #f1cb3c;}
.slicknav_menu .slicknav_menutxt{font-family:"Open Sans";}
 .slicknav_btn {
    text-decoration: none;
    width: 100%;
    background-color: transparent !important;
}  

#nav_wrapper ul.menu{ display: none;}
#our-products .alignright{ display: none;}
#our-products h2{ margin:0px;}
#our-products .col-md-12.col-sm-12 {padding: 0; width: 100%; text-align: center;}
.center{ display: none;}
.slider-bg, .scroll-down{ display: none;}
.banner {background:url(images/banner-img.jpg) no-repeat scroll center top / 200% auto; }


#about .col-md-6.col-sm-6{ border: none; padding:15px;}
#tabs .col-md-6.col-sm-6 h2 {background:url(images/border-img2.jpg) no-repeat scroll center bottom; text-align: center;}


}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 480px) {


#tabs ul li span{ font-size:12px;  padding: 65px 0 15px;}
#about .col-md-6.col-sm-6:last-child img{ width:100%;}
#our-team ul li{ font-size:15px;  width:100%; margin:0 0 35px 0;}
#our-products h2{font-size: 45px;}
#our-products h2 span{font-size: 25px;}
#tabs .col-md-6.col-sm-6:first-child img { height: auto; width: 100%;}
#tabs .col-md-6.col-sm-6{height: auto; width: 100%;}

}
.cle-left {
    width: 50%;
    float: left;
        padding: 20px 0px;
}
.cle-left p {
    font-size: 16px;
    font-weight: 500;
    display: list-item;
}
.cle-right p {
    font-size: 16px;
    font-weight: 500;
    display: list-item;
}
.cle-right {
    width: 50%;
    float: right;
        padding: 20px 0px;
}
.contact {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    border-bottom: solid 1px #073d54;
    float: left;
    text-align: left;
}
.contact .fut-list li {
    color: #094b67;
    padding: 10px 0px;
    border-bottom: solid 1px #094b67;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 50px 0px;
    width: 100%;
    display: inline-block;
}

#contact h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 30px;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background: #073d54;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#e3a271;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
.cli-img {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}
.cli-img img {
    width: 100%; height:auto;
}
.cli {
    width: 100%;
    margin: 50px 0px;
    display: inline-block;
}
.cli h3 {
    margin: 0 0 20px;
    color: #3e3e3e;
    font-size: 28px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
    position: relative;
}
.cli h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -2px;
    left: 0px;
    background: #e3a271;
}
.for-wa-button-contact {
     background: url(images/icn-2.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-color: #35af24 !important;
    padding-left: 40px !important;
    border: solid 1px #35af24 !important;
    width: 24%;
    margin: 2px 0px !important;
    text-align: left;
}

.btn-primary {
    color: #fff;
    background-color: #049770;
    border-color: #049770;
}
.for-fb-button-contact {
    background: url(images/icn-1.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-color: #3a559f !important;
    padding-left: 40px !important;
    border: solid 1px #3a559f !important;
    width: 24%;
    margin: 2px 0px !important;
    text-align: left;
}
.for-mail-button-contact {
    background: url(images/envelope.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-color: #ea4335 !important;
    padding-left: 40px !important;
    border: solid 1px #ea4335 !important;
    background-position: 5px 1px !important;
    width: 24%;
    margin: 2px 0px !important;
    text-align: left;
}
.for-linin-button-contact {
    background: url(images/link-din.png) !important;
    background-size: 27px !important;
    background-repeat: no-repeat !important;
    background-color: #017eb4 !important;
    padding-left: 40px !important;
    border: solid 1px #017eb4 !important;
    background-position: 4px 1px !important;
    width: 24%;
    margin: 2px 0px !important;
    text-align: left;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: inherit !important;
    position: relative;
    transition-property: transform;
    display: block;
}
.inner-page .card {
    text-align: center !important;
    border: 1px solid #073d54;
}
.inner-page h4 {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #d18143 !important;
    font-size: 21px !important;
}
.sd{
    margin: 30px 0px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: #fff;
    background: #e3a271;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-top: 10px;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ggg h4{
    color: #000;
}