@charset "utf-8";
/* CSS Document */

body,html,h1,h2,h3,h4,h5,h6,p,span{
    font-family: 'Montserrat', sans-serif;
    font-weight:inherit;
}

body{
    overflow-x: hidden;
}
p,li{
    font-size:16px;
	line-height:24px;
	font-weight:400;
}
::placeholder{color:#fff;}
.container{
  width:100%;
  max-width:1480px;
  margin:0 auto;
  padding:0 60px;
}
.social-details{margin-bottom: 20px;}
img{
  max-width:100%;	
}
section{
  width:100%;
  padding:40px 0;
  position:relative;
}
.heading{
  width:100%;
}
.heading h2{
  font-size:40px;
  line-height: 46px;
  color:#000;
  margin:0;
  font-weight:700;
}
.heading h2 span{
  color:#d81921;
  font-weight:700;
}
.heading.w h2{
  color:#FFF;
}
.heading .line{
  display:inline-block;
  width:80px;
  height:2px;
  background-color:#d81921;
  margin-top:10px;
}
.heading.w .line{
  background-color:#FFF;
}
.heading.w .line{
  background-color:#fff;
}

.w3-row.p{
  margin-left:-15px;
  margin-right:-15px;	
}
.w3-row.p > .w3-col{
   padding:15px;	
}
.img_box{
   width:100%;	
}
.w3-btn.theme_btn{
    font-size: 16px;
	line-height:16px;
    color: #09a2c5;
    border: 1px solid #09a2c5;
    border-radius: 6px;
    padding: 10px 17px;
   -webkit-transition:all ease-in .2s;
    transition:all ease-in .2s;
    background-color:transparent;
	margin-top:10px;
	text-transform:uppercase;
}
.w3-btn.theme_btn.active,
.w3-btn.theme_btn:hover{
  background-color:#09a2c5;
  color:#fff;
  box-shadow:none;
}
.w3-btn.theme_btn.white{
    color: #fff;
    border: 1px solid #fff;
}
.w3-btn.theme_btn.white:hover{
  background-color:#FFF;
  color:#2ea9c9;
}
.w3-btn.theme_btn.read_more,
.w3-btn.theme_btn.read_more2{
  padding:12px 18px 12px 18px;
  border-radius:0;
  border:2px solid #3193D0;
  color:#000;
  position:relative;
  overflow:visible;
  text-transform:lowercase;
}
.w3-btn.theme_btn.read_more:first-letter{
	text-transform:uppercase;
}
.w3-btn.theme_btn.read_more:before,
.w3-btn.theme_btn.read_more:after{
  content:'';
  display:block;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.w3-btn.theme_btn.read_more:before{
  content:'';
  display:block;
  width:2px;
  height:14px;
  right:-2px;
  background-color:#f1f1f0;
}
.w3-btn.theme_btn.read_more:after{
  width:38px;
  height:22px;
  right:-25px;
  background:url('../svg/arrow.svg') no-repeat center;
  background-size:38px;
}
.w3-btn.theme_btn.read_more:hover:before{
	opacity:0;
}
.w3-btn.theme_btn.read_more:hover{
	background-color:#3193D0;
	color:#fff;
}
.w3-btn.submit_btn{
  background-color:#0061a0;
  width:100%;
  border-radius:6px;
  font-size:18px;
}
.w3-btn.theme_btn.read_more_2{
	border:2px solid #09a2c5;
	border-radius:0;
	background-color:transparent;
	font-size:16px;
	line-height:17px;
	color:#000;
	font-weight:500;
	text-transform:none;
}
.w3-btn.theme_btn.read_more_2:hover{
	border-color:#FFF;
	background-color:#09a2c5;
	color:#FFF;
}
    .w3-btn.theme_btn.view_all{
		border:2px solid #09a2c5;
		border-radius:0;
		color:#09a2c5;
		margin-top:10px;
		font-weight:500;
	}
	.w3-btn.theme_btn.view_all:hover{
		color:#FFF;
	}
input,
select,
textarea{
    border-radius:6px !important;
}
input:focus,
select:focus,
textarea:focus{
    outline-color: #0061a0 !important;
}

a{
    text-decoration:none;
}
.primary_bg{
	background-color:#3ca6b0;
	color:#FFF;
}
.secondary_bg{
	background-color:#f1f1f0;
	color:#000;
}

.tabContent{
    display:none;
}
.tabContent.in{
    display:block;
}

body .wow{
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

::-webkit-scrollbar {
  width: 10px;
}
div ::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  box-shadow:inset 0 0 4px rgba(0,0,0,.4);
}
div ::-webkit-scrollbar-track {
  background: transparent; 
}
 
::-webkit-scrollbar-thumb {
  background: #0fc9df;
  border-radius: 20px;
}
div ::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
}

.searchbox svg{
	width: 20px;
    position: absolute;
    right: 20px;
    top: 11px;
    /* background: white; */
    color: white;
}


body:not(.home) .banner svg,
body:not(.home) .banner img{
  max-height: 400px;
}
body:not(.home) .banner .banner-inner,
body:not(.home) .banner:not(.home_banner) .banner-inner{
  padding-bottom: 0;
}



/*----   header   ----*/
.logo2{
	display:none;
}

header{
  width:100%;
  position:fixed;
  top:0px;
  left:0;
  z-index:99999;
  -webkit-transition:all ease-in .3s;
	transition:all ease-in .3s;
}
header .header_wrapper{
  width:100%;
	position:relative;
}
.header .container{
    width: 100%;
    max-width: 1496px;
    margin: 0 auto;
    padding: 0 40px;
}
header.fixed,
header.searchActive{
    background-color:#FFF;
    box-shadow:0 0 4px rgba(0,0,0.4);
    position:fixed;
    padding: 0px 0 10px;
	top:0px;
	
}

header.fixed .covid-response,
header.searchActive .covid-response{
	background:#09A2C5;	
}
header.fixed .covid-response p,
header.searchActive .covid-response p{
color:white;
}
.covid-response {
	background:white;
}
.covid-response p{
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #09A2C5;
    padding: 3px 0;
    font-weight: 900;

}

header.fixed nav ul li a{
  color:#02374b;
}

header.fixed nav #top-menu {
    margin-top: -5px;
}
header.fixed .header_top{
  top:-100%;
}

.fixed .logo1,
.searchActive .logo1{
	display:none;
}
.fixed .logo2,
.searchActive .logo2{
	display:block;
}

header .logo{
    float:left;
    max-width: 220px;
	margin-top:30px;
}

header nav{
  width:auto;
  float:right;
  margin-top:10px; 
}
header nav ul{
   padding:0;
   margin:0;
}
header nav #top-menu{
	margin-top:10px;
}
header nav ul li{
  display:inline-block;
  position:relative;
}
header nav ul li a {
   display: inline-block;
    padding: 10px 0 10px 0;
    margin-right: 25px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    margin-left: 0;
    position:relative;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
}
header nav ul li a:after{
  content:'';
  display:block;
  height:1px;
  width:1px;
  background-color:#09a2c5;
  position:absolute;
  left:0;
  margin:auto;
  bottom:-1px;
  opacity:0;
  -webkit-transition:all ease-in .3s;
  transition:all ease-in .3s;
}
header nav #top-menu > li:hover > a:after{
     opacity:1;
     width:100%;
}
header nav #top-menu > li ul li:hover > a:after{
     opacity:1;
     width:100%;
}
header nav  #top-menu > li:last-child a:after{
    display:none;
}
header nav #top-menu > li:last-child a{
    margin-right:0;
	padding-left:26px;
/* 	background:url('/wp-content/uploads/2021/02/navigation-call-icon.svg') no-repeat left center; */
	background: url(../svg/bottom-phone-icon.svg) no-repeat left center;
	background-size:20px;
}
header.fixed nav #top-menu > li:last-child a{
	background:url('../svg/bottom-phone-icon.svg') no-repeat left center;
	background-size:18px;
}

header nav #top-menu > li:last-child a:before{
	content:'';
	display:block;
	width:1px;
	background-color:#09a2c5;
	position:absolute;
	left: -15px;
    top: 8px;
    bottom: 8px;
}
header nav div.sub-menu{
	display:block;
	padding:10px 25px;
	width:500px;
	box-shadow:0 0 4px rgba(0,0,0,.3);
	background-color:#FFF;
	border:1px solid #ccc;
	border-radius:2px;
	border-top:0;
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	top:120%;
}
header nav div.sub-menu:after {
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
}
@media screen and (min-width:990px){

header:not(.fixed) nav div.sub-menu{
	border-color:rgba(15,201,223,.3);
	background-color:rgba(3,76,93,.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
header:not(.fixed) nav div.sub-menu h4{
	color:#0fc9df;
}
header:not(.fixed) nav div.sub-menu .w3-col ul:before{
	border-left:1px solid rgba(15,201,223,.2);
}
header:not(.fixed) nav .menu-item-359 div.sub-menu a h4,
header:not(.fixed) nav div.sub-menu ul li{
   border-bottom:1px solid rgba(15,201,223,.2);
}
header:not(.fixed) nav div.sub-menu ul li a{
	color:#FFF;
}
	#menu-item-359 .sub-menu{
		width: 700px;
	}
	
}
/*header.fixed nav div.sub-menu h4{color:#09a2c5;}*/
header nav #top-menu{
	overflow:hidden;
}
header.fixed nav div.sub-menu ul li {
      border-bottom: 1px solid #ccc;
    
}
header.fixed nav ul .sub-menu:before{border-bottom:10px solid #fff;}
header.fixed nav div.sub-menu .w3-col ul:before{border-left: 1px solid #ccc;}
header nav #top-menu:hover{
	overflow:initial;
}
header nav ul > li:hover > div.sub-menu{
	top:110%;
	opacity:1;
	visibility:visible;
	z-index:1;
}

header nav div.sub-menu h4{
	display:block;
	color:#09a2c5;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	margin:0 0 10px;
}
header nav .menu-item-359 div.sub-menu .w3-col > a{
	display: block;
	padding-bottom:0;
	margin-bottom:10px;
	width: 100%;
}
header nav .menu-item-359 div.sub-menu .w3-col > a:after{
	bottom:0;
}
header nav .menu-item-359 div.sub-menu h4{
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
	margin-bottom:0;
	text-transform:none;
}
header nav .menu-item-359 div.sub-menu h4 svg{
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

header nav .menu-item-359 div.sub-menu .w3-col > a:hover:after{
	opacity:1;
	width:100%;
}
header nav div.sub-menu ul{
	display:block;
	visibility:visible;
	opacity:1;
	position:relative;
}
header nav div.sub-menu .w3-col:first-child{
	padding-right:25px;
}
header nav div.sub-menu .w3-col:last-child{
	padding-left:25px;
}
header nav div.sub-menu .w3-col ul:before{
	content:'';
	display:block;
	border-left:1px solid rgba(247,248,249);
	position:absolute;
	top:20px;
	bottom:0;
	left:-25px;
}
header nav div.sub-menu .w3-col:first-child ul:before{
	display: none;
}
header nav div.sub-menu ul li{
   display:block;
   border-bottom:1px solid rgba(247,248,249);
   text-align:left;
}
header nav div.sub-menu ul li a{
	display:block;
	font-size:15px;
	line-height:18px;
	padding:13px 0;
	text-transform:initial;
	font-weight:400;
	color:#000;
	letter-spacing: normal;
}

header nav ul .sub-menu{
	-webkit-transition:all ease-in .4s;
	transition:all ease-in .4s;
	z-index:-1;
}
header nav ul .sub-menu:before{
   content:'';
   display:block;
   width:10px;
   height:10px;
   border-bottom:10px solid rgba(3,76,93,.6);
   border-left:10px solid transparent;
   border-right:10px solid transparent;
   position:absolute;
   left:0;right:0;
   margin:auto;
   top:-10px;
}

header nav ul ul.sub-menu{
	display:block;
	width:200px;
	box-shadow:0 6px 10px rgba(0,0,0,.4);
	background-color:#FFF;
	border:1px solid #ccc;
	border-radius:2px;
	border-top:0;
	position:absolute;
	left:0;
	top:120%;
	visibility:hidden;
	opacity:0;
}
header nav ul li:hover ul.sub-menu{
	top:100%;
	visibility:visible;
	opacity:1;
}
header nav ul ul li{
	display:block;
}
header nav ul ul li a{
	display:block;
	width:100%;
	padding:10px 20px;
	color:#09a2c5;
}
/* header nav ul ul li a{
	display:block;
	padding:10px 20px;
	color:#09a2c5;
} */
header .toggle_btn{
    display:none;
}

.top_search_bar{
	text-align:right;
}
.top_search_bar form{
  display:inline-block;
  position:relative;
}
.top_search_bar form input[type="search"]{
  box-shadow:none;
  outline:0;
  border:1px solid #fff;
  min-width:160px;
  height:40px;
  padding:0 40px 0 15px;
  border-radius:40px !important;
  background-color:transparent;
  color:#FFF;
}
.top_search_bar form [type="submit"]{
  border:0;
  width:60px;
  height:40px;
  position:absolute;
  top:0;
  right:0;
  background-color:transparent;
  color:transparent;
	text-align:center;
}
.top_search_bar form button svg{
   fill:#FFF;
   max-width: 25px;
	margin-top:5px;
}
header.fixed .top_search_bar form input[type="search"]{
	border:1px solid #09a2c5;
	color:#02374b;
}
.top_search_bar form input[type="search"]::placeholder{
	color:#09a2c5;
}
header.fixed .top_search_bar form input[type="search"]::placeholder{
	color:#02374b;
}
header.fixed .top_search_bar form button svg{
   fill:#09a2c5;
}

.search_bar_full_screen{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    z-index: -1;
	visibility:hidden;
}
.search_bar_full_screen.in{
	visibility:visible;
	z-index:9999;
}
.search_bar_full_screen .searchbar_inner{
  width:100%;
  position:relative;
  padding:115px 20px 20px;
  margin-top:-100px;
  -webkit-transition:all ease-in .4s;
  transition:all ease-in .4s;
  background-color:#FFF;
}
header:not(.fixed)~ .search_bar_full_screen .searchbar_inner{
	border-color:rgba(15,201,223,.3);
	background-color:rgba(3,76,93,.6);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow:0 0 6px rgba(0,0,0,.4);
}
header:not(.fixed)~ .search_bar_full_screen .searchbar_inner input{
	border-color:rgba(15,201,223,.3);
	background-color:rgba(3,76,93,.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	color:#FFF;
}
.search_bar_full_screen form{
	display:block;
	max-width:400px;
	margin:0 auto;
	position:relative;
}
.search_bar_full_screen.in .searchbar_inner{
	margin-top:0;
}
.search_bar_full_screen input{
	width:100%;
	height:50px;
	border-radius:2px;
	background-color:#FFF;
	box-shadow:none;
	outline:0;
	border:1px solid #ccc;
	color:#09a2c5;
	padding:10px;
}
.search_bar_full_screen button{
	width:40px;
	height:35px;
	border:0;
	outline:0;
	background-color:transparent;
	position:absolute;
	top:10px;
	right:10px;
}
header:not(.fixed) ~ .search_bar_full_screen button svg{
	fill:#FFF;
}


/*---====    banner    ====---*/
.banner{
    padding:0;
	position:relative;
    background-image:url('../jpg/banner_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-color:#034c5d;
}
.banner > img{
  display:none;
}
.banner-inner{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding: 120px 40px 40px;
  min-height:530px;
}
.banner-inner > .w3-row{
  display: flex;
  align-items: center;
}

.banner_info{    
  color: #FFF;
    
}
.banner_right_img{
  text-align:center;
}
body:not(.home) .banner_right_img{
	margin-top: 20px;
}
.banner_right_img img{
  width:auto;
  max-height:440px; 
}

.banner_info h3{
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  margin:0;
}
body:not(.home) .banner_info h3{
	margin-bottom:10px;
}
.banner_info h3 span{
  color:#0fc9df;
}
.banner_info p{
	margin:10px 0;
}
.banner_info .w3-btn.theme_btn{
  border-radius:30px; 
  padding:15px 35px;
  letter-spacing:2px;
}
	
.banner_info h5{
    font-size: 20px;
    line-height: 26px;
    margin:20px 0 0;
	color:#0fc9df;
	max-width: 430px;
	text-align: center;
}

.owl-carousel .owl-item img{
	width:auto !important;
}	
.owl-dots{
  width:100%;
  margin-top:20px;
}
.owl-dots .owl-dot{
  display:inline-block;
  width:16px;
  padding:0;
  height:16px;
  margin-right:10px;
  background-color:transparent;
  box-shadow:none;
  border:2px solid #2ea9c9;
  border-radius:50%;
  outline:0 !important;
}
.owl-dots .owl-dot:last-child{
  margin-right:0;
}
.owl-dots .owl-dot.active{
  background-color:#0fc9df;
	border:1px solid #0fc9df;
}
.owl-nav{
  position:absolute;
  left:0;right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);	
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background-color:#3ca6b0;
  background-size:10px auto !important;
  box-shadow:none;
  outline:0;
  position:absolute;
  top:0;
  font-size:0; 
  transition:all ease-in .5s;
  -webkit-transition:all ease-in .5s;
	cursor:pointer;
  
}
.owl-nav .owl-prev{
  left:20px;
  background:url('../png/prev.png') no-repeat center #3ca6b0;
}
.owl-nav .owl-next{
  right:20px;
  background:url('../png/next.png') no-repeat center #3ca6b0;
}
.owl-nav .owl-prev:hover{
  background:url('../png/prev.png') no-repeat center #034c5d;
}
.owl-nav .owl-next:hover{
  background:url('../png/next.png') no-repeat center #034c5d;
}
	

/*--- footer -------*/

footer{
    background: #034c5d;
	color:#FFF;
	padding:40px 0 0;
}
footer .inner_wrapper{
/* 	background:url('/wp-content/uploads/2021/02/map.svg') no-repeat top right; */
	background:url('../svg/map.svg') no-repeat top right;
	background-size: 47%;
}
footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
footer ul li{
	margin-bottom:15px;
}
footer .w3-row.p .w3-row.p{
	margin-top:-15px;
}
footer li,
footer p{
	font-size:16px;
	line-height:24px;
}
footer h6{
	font-weight:600;
}
/* @media screen and (min-width:992px){
 footer .addresses_row .w3-col.l4{
	width:28%;
 }
 footer .addresses_row .w3-col.l8{
	width:72%;
 }
} */
footer .l8 .m6:first-child .f_add_col,
footer .l4 .f_add_col{
	position:relative;

}
footer .l8 .m6:first-child .f_add_col:before,
footer .l4 .f_add_col:before{
	content:'';
	position:absolute;
	top: -5px;
    bottom: -10px;
/*     left: -50px; */
/*     right: 7px; */
	right: 0;
	border-right:1px solid rgba(15,201,223, .7);
	z-index:1;
}
footer .l8 .m6:first-child .f_add_col *,
footer .l4 .f_add_col *{
	position:relative;
	z-index:2;
}
footer .l4:last-child .f_add_col:before{
	display: none;
}
footer .f_heading h4{
	margin:-10px 0;
	font-size:28px;
	line-height:28px;
	color:#0fc9df;
	font-weight:600;
}
footer address{
	margin-bottom:10px;
	padding-left:25px;
	background:url('../svg/bottom-office-icon.svg') no-repeat left top;
	font-style:normal;
	background-size:20px;
	min-height:88px;
}
footer .f_add_col a{
	display:block;
	width:auto;
	margin-bottom:10px;
	padding-left:25px;
}
footer .f_phone{
  background:url('../svg/bottom-phone-icon.svg') no-repeat left top;
  background-size:20px;
}
footer .f_website{
  background:url('../svg/bottom-website-icon.svg') no-repeat left top;
  background-size:20px;
}
footer .copyright{
	padding:15px 0;
}
footer .copyright p{
	color:#034c5d;
	font-weight:400;
	margin: 5px 0;
	font-size:14px;
}
footer .social_icons{
   text-align:right;
}
footer .social_icons a{
	display:inline-block;
	width:35px;
	height:35px;
    margin-right:10px;
	color:#034c5d;
	border-radius:50%;
	line-height:35px;
	text-align:center;
	border:1px solid #034c5d;
}
footer .social_icons a:hover{
	background-color:#034c5d;
	color:#FFF;
}
footer .social_icons a:last-child{
	margin-right:0;
}


   .close_btn{
	   width:40px;
       height:40px;
	   position:relative;
	   cursor:pointer;
	}
	.close_btn span{
	  display:block;
	  width:2px;
	  height:60%;
	  position:absolute;
	  left:0;right:0;
	  top:0;bottom:0;
	  margin:auto;
	  background-color:#09a2c5;
	}
	.close_btn span:first-child{
	  -Webkit-transform:rotate(45deg);
	  transform:rotate(45deg);
	}
	.close_btn span:last-child{
	  -Webkit-transform:rotate(-45deg);
	  transform:rotate(-45deg);
	}

.menu_close_btn_wrap{
	display:none;
}


.popup{
  display: none;
  background-color:rgba(3,76,93,.4);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
  right:0;
  z-index: 9999999;
  overflow:auto;
}
.popup.in{
    display:block;
}
.popup_body{
  width:100%;
  max-width:800px;
/*   margin:70px auto; */
  padding:20px;
  border-radius:6px;
  border: 3px solid #f1f1f1;
  background-color:#09a2c5;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
 -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  overflow: auto;
}
.popup .close{
  width:40px;
  height:40px;
  font-size:22px;
  line-height:40px;
  text-align:center;
  color:#fff;
  position:absolute;
  top:0;
  right:0;
  z-index:9;
  border-radius:50%;
  cursor:pointer;
  -webkit-transition:all ease-in .5s;
  transition:all ease-in .5s;
}
.popup .close:hover{
    color:#fff;
}
.m-t-0{
  margin-top:0;		
}

.banner_right_img .behind_svg{
	width:auto;
	max-width:100%;
	position: absolute;
    left: -50px;
    /* right: 0; */
    top: -11px;
	-webkit-animation:rotate_b 10s infinite linear;
	animation:rotate_b 10s infinite linear;
  }	
  @keyframes rotate_b{
	from{
		 -webkit-transform:rotate(0deg);
		 transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
  }


/*===========================================  Responsive  =========================== */
@media (min-width:1200px) and (max-width:1600px){
    .product_sec .info p{
		padding-right:20px;
	}
}


@media screen and (max-width:1180px){
  .container{
    padding:0 40px;
  }
  
}

@media screen and (max-width:1080px){
  header nav ul li a{
	 margin-right:15px;
  }
  
	
}

@media screen and (max-width:992px){
  header .container{
	padding:0 20px;
  }
 .banner .banner-inner{
    padding: 180px 20px 60px;
    min-height: 480px;
 }
 .banner_info{
    padding-left:0;
 }
 .banner_info h3 {
    font-size: 47px;
    line-height: 50px;
 }
 .banner_info h5 {
    font-size: 24px;
    line-height: 32px;
 }
 .banner_info h4 {
    font-size: 24px;
    line-height: 26px;
 }
 .banner .banner_right_img{
    margin-bottom:0;
 }
   
   
}/*-- 992 end here ---*/

@media screen and (max-width:990px){
  header{
    padding:0 0 15px;
  }
	.header_wrapper{
		padding-top: 15px;
	}
  header nav{
    width:100%;
	background:rgba(0,0,0,.2);
	position:fixed;
	top:-10px;bottom:0;
	right:-100%;
	-webkit-transition:all ease-in .4s, background ease-in-out .2s .4s;
	transition:all ease-in .4s, background ease-in-out .2s .4s;
	z-index:99;
  }
  header nav.in{
	right:0;	
  }
  header nav .menu-top-menu-container{
    position:absolute;
	top:0;
	right:0;
	background-color:#FFF;
	padding:110px 20px 20px ;
	overflow: auto;
    bottom: 0;
    width: 100%;
    max-width: 400px;
  }
  header nav .menu-top-menu-container:before{
	content:'';
	position:absolute;
	background-color:#FFF;
	left:0;right:0;
	top:-50%;
	bottom:0;
  }
  header nav ul li{
    display:block;
  }
  header nav ul li a{
    color: #09a2c5;
	padding:15px 20px 15px 0;
	font-size:16px;
	line-height:17px;
  }
  header ul li a svg{
	display:none;	
  }
  header nav #top-menu > li{
	margin-bottom:10px;
	border-bottom: 1px solid rgba(247,248,249);
  }
  header nav #top-menu > li:last-child a {
    background: url(../svg/bottom-phone-icon.svg) no-repeat left center;
    background-size: 18px;
  }
  header nav .menu-item-has-children:before,
  header nav .menu-item-has-children:after{
	content:'';
	display:block;
	position:absolute;
	background-color:#09a2c5;
  }
  header nav .menu-item-has-children:before{
	width:14px;
	height:2px;
	top:21px;
	right:10px;
  }
  header nav .menu-item-has-children:after{
	width:2px;
	height:14px;
	top:15px;
	right:16px;
  }
  header nav .menu-item-has-children.active:after{
	display:none;
  }
  header nav #top-menu .sub-menu{
	position:static;
	transform:none;
	visibility:visible;
	opacity:1;
	display:none;
	padding:15px;
	padding-bottom: 0;
	width:100%;
  }
  header nav ul .sub-menu:before{
    display:none;
  }
	header nav #top-menu .sub-menu .w3-col{
		width: 100%;
	}
	header nav div.sub-menu .w3-col ul:before{
		display:none;
	}
  .paper{
	border:0px!important;
  }
	
	.nobottompadding{
		padding-bottom:0!important;
	}
  header nav #top-menu li.active .sub-menu{
	display:block;
  }
  header nav.in #top-menu li.active .sub-menu{
	background-image: linear-gradient(132deg, #f3f4f794 0%, #caccd1cc 74%); 	
  }
  header nav div.sub-menu .w3-col:last-child{
	padding-left:15px;
  }
  header nav div.sub-menu .w3-col:first-child{
	padding-right:15px;
  }
  header .top_search_bar{
    position: fixed;
    top: 40px;
	right:20px;
  }
  header .toggle_btn{
    display:block;
    width: 40px;
    height: 36px;
    position: absolute;
    top: 60px;
    right: 20px;
	cursor:pointer;
  }
  header .toggle_btn span {
    display: block;
    width: 85%;
    height: 3px;
    background-color: #fff;
    margin: 7px auto;
  }
  header .toggle_btn.active span{
		
  }
  header.fixed .toggle_btn span,
  header.searchActive .toggle_btn span{
    background-color: #02374b;
  }
  .menu_close_btn_wrap{
	 display:block;
	 width:100%;
	 max-width:400px;
	 min-height:80px;
	 position:absolute;
	 top:-20px;
	 right:-100%;
	 background-color:#FFF;
	 padding: 10px;
     border-bottom:1px solid rgba(0,0,0,.2);
	 z-index:99;
	 transition:all ease-in .4s;
  }
  .menu_active .menu_close_btn_wrap{
		right:0;
  }
  .menu_close_btn{
	 position:absolute;
	 width:50px;
	 height:50px;
	 top:10px;
	 right:-200%;
  }
  .menu_active .menu_close_btn{
		right:10px;
  }

}/*-- max 990px end here ---*/

@media screen and (max-width:767px){
	
  .container{
      padding:0 20px;
  }
  .banner-inner > .w3-row{
      flex-direction:column;
  }
  .banner-inner > .w3-row .w3-col{
      float:none;
      text-align:center;
  }
  .banner .banner-inner{
    padding: 120px 20px 20px;
  }
/*   .banner .banner_right_img{
     margin-top:30px;
	 margin-bottom: 0;
  } */
  .banner .banner_right_img {
    margin-top: 30px;
    max-width: 400px;
    margin: 30px auto 0 !important;
  }
	.banner_right_img .behind_svg{
		left: 0 !important;
		right: 0;
		top: -40px !important;
	}
	.banner_info h5{
		max-width: 100%;
	}
	
}/*-- 767 end here ---*/

@media screen and (max-width:600px){
  .for_mobile{
     display:block;
  }
  section{
     padding:20px 0;
  }
  .heading{
     margin-bottom:10px;
  }
  .desktop_content{
     display:none !important;
  }
  .mob_content{
     display:block !important;
  }
  .banner_info h3 {
     font-size: 36px;
     line-height: 40px;
  }
  .banner_info h5 {
     font-size: 22px;
     line-height: 26px;
  }
  .banner_info h4 {
     font-size: 22px;
     line-height: 24px;
     margin: -10px 0;
  }
  .banner_info .started{
     margin-top:25px;
  }
	header .header_wrapper{
		padding-top: 15px !important;
	}
  header .top_search_bar {
    top: 13px;
    right: 70px;
  }
	.menu_close_btn_wrap{
		top: 0;
	}
  .top_search_bar form input{
		display:none;
  }
  .top_search_bar form input[type="search"] {
    max-width: 177px;
    height: 35px;
    border: 0;
    min-width: 10px;
  }
  .top_search_bar form [type="submit"]{
	 width:0px;	
  }
  .top_search_bar form [type="submit"] svg{
	 max-width:23px;
	 margin-top:0;
  }
  header .logo {
    max-width: 180px;
    margin-top: 0px;
  }
  header .toggle_btn {
    top: 14px;
  }
  header.fixed .top_search_bar form input[type="search"] {
	 border: 0px;
  }
  .searchbox-open{
	 border-bottom: 1px solid white;
     border-radius: 0;
     padding: 0;
     margin: 0;
  }
  header.fixed .searchbox-open{
	 border-bottom:1px solid #0fc9df;
  }
	
 .links_row .w3-col.l3{
	padding-bottom:0;
 }
 .links_row .w3-col.l9{
	padding-top:0;
 }
 footer .l8 .m6:first-child .f_add_col:before,
 footer .l4 .f_add_col:before{
   display:none;		
 }
	footer .w3-row.p .w3-row.p{
		margin-top:0;
	}
	footer .addresses_row .l8{
		padding-top:0 !important;
	}
	footer .addresses_row .l4{
		padding-bottom:0 !important;
	}
	footer .addresses_row .l8 .w3-col{
		padding-top:0;
		padding-bottom:0;
	}
 .f_add_col{
   border-bottom:1px solid rgba(255,255,255,.3);		
 }
 .f_add_col h6{
   padding:20px 20px 20px 0;
   position:relative;
   margin:0;
 }
 .f_add_col h6:before,
 .f_add_col h6:after{
   content:'';
   position:absolute;
   top:0;bottom:0;
   margin:auto;
   background-color:#3ca6b0;
 }
 .f_add_col h6:before{
   width:14px;
   height:2px;
   right:0;
 }
 .f_add_col h6:not(.active):after{
   width:2px;
   height:14px;
   right:6px;
 }

 footer .f_add_col address,
 footer .f_add_col a{
   display:none;		
 }
 .f_add_col.active address,
 .f_add_col.active a{
   display:block;		
 }
	
  footer .inner_wrapper{
   background-image:none;		
  }
  footer{
    padding-bottom:75%;
    background:url('../svg/map.svg') no-repeat center bottom 115px;
    background-color:#034c5d;
    position:relative;
  }
  footer .copyright{
    position:absolute;
    left:0;right:0;
    bottom:0;
    text-align:center;
  }
  footer .social_icons {
     text-align: center;
     margin-top: 10px;
  }
  .social-details {
     margin-bottom: 0px; 
  }
  .addresses_row .active .social-details {
		margin-bottom: 25px;
  }
  .searchbox-icon,
  .searchbox-submit{
    width: 27px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: -12px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer; 
}
.searchbox svg {
    width: 27px;
    position: absolute;
    right: 20px;
    top: 6px;
    /* background: white; */
    color: white;
}
.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-open{
    width:100%;
}
	
} /* max 600px end here */

@media screen and (max-width:399px){
.top_search_bar form input[type="search"] {
    max-width: 142px;
	}
}






