@charset "utf-8";

/* CSS Document */
* {margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
 /* vertical-align: baseline; */
}

img {
	max-width:100%;
}

html {

  line-height: 1;
  overflow-x:hidden; 
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
}
q, blockquote {
  quotes: none; 
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; 
}
a img {
  border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; 
}

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
body{
	margin: 0;
	padding: 0;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	 color:#333f48;
	 background-color:#fff;
}
h1, h2, h3, h4, h5, h6{
		/*font-family: 'Open Sans', sans-serif !important;*/
		font-family: Arial, Helvetica, sans-serif;
}
a{
color:#3fa3d1;	
}
a:hover{ color:#333f48; text-decoration:none;}
p{
	 /*font-family: 'Roboto', sans-serif;*/
	 font-family: Arial, Helvetica, sans-serif;
	 /*font-size:15px;
	 line-height:21px;*/
	 font-size: 15px;
line-height: 1.5em;
	 margin-bottom:12px;
	 font-weight:400;
	color:#4a5863;
}
h2{
	font-size:35px;
	line-height:39px;
	font-weight:800;
	margin:0 0 18px 0;
}
h3{
	font-size:30px;
	line-height:36px;
	font-weight:800;
	margin:0 0 15px 0;
}
h4{	font-size: 25px;
	line-height: 29px;
	font-weight: 800;
	margin:0 0 13px 0;
}
h5{
	font-size: 22px;
	line-height:26px;
	font-weight:600;
	margin:0 0 12px 0;
}
h6{
font-size: 18px;
	line-height:23px;
	font-weight:600;
	margin:0 0 10px 0;
}
/*@font-face {
    font-family: 'oswald_stencilbold';
    src: url('../fonts/oswald-stencil_0-webfont.woff2') format('woff2'),
         url('../fonts/oswald-stencil_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

/*--------- intro_page start --------*/
.intro_page_wrapper{
	background: url(../images/intro_background.jpg) no-repeat ;
	width: 100%;
	background-size: cover;
	/* height: 100vh; */
	background-position: center;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro_page_holder{
	width:100%;
	padding:0;
	margin:0;
}
.intro_page_holder_top{  min-height: calc(100vh - 45px);
-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro_page_holder_top .img_block{
	margin-bottom:35px;
}
.intro_page_holder_top .img_block img{
	width:30%;
}
.intro_page_holder_top .button_block{
	 animation: jump 3s linear infinite alternate;
}
.intro_page_holder_top .button_block .intro_btn{
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
 font-family: 'Roboto', sans-serif;
	 font-size:15px;
	  font-weight:400;
	  color:#fff;
	   text-transform:uppercase;
	  padding:10px 29px;
	  background-color:#de483a;
	 
}
@keyframes jump {
    0% {
       transform: translateY(5px);

    }
    50% {
       transform: translateY(-9px);

    }

    100% {
      transform: translateY(5px);

    }
}
.intro_page_holder_bottom{
	background: rgba(47, 81, 113,.60);
	width:100%;
	padding:12px 10px;
}

.intro_page_holder_bottom p{
 font-family: 'Roboto', sans-serif;	 
	 font-size:1.6em;
	  font-weight:405;
	  letter-spacing:6px;
	/* color:#d14939;*/
	  color:#fff;
	 margin-bottom:0;
	 text-transform:capitalize;
}

@media (max-width: 979px) {
.intro_page_holder_top .img_block{
	margin-bottom:15px;
}	
.intro_page_holder_top .img_block img {
	width: 65%;
}	
.intro_page_holder_top .button_block .intro_btn{
	 font-size:15px;	
	  padding:8px 29px;	 
}
.intro_page_holder_bottom p{	
	 font-size:1em;
	 
}
}
/*--------- intro_page end --------*/
	
/*----- header start ----*/

.header{	
	width:100%;
	z-index:2;
}

.logo{
   margin:0;    
   
}
.logo img{
	width:200px;	
	position: relative;
}
/*@media (max-width: 991px){
.logo {
  position: relative;
  height: unset;
  width: unset;
  box-shadow: none;
  top: 24px;
  background: none;
}
}*/
/*---- header-main start -----*/
.header_top{
	background-color:#3fa3d1;
	padding:10px 0;
	
}
.header_top_holder{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.search_panel{}
.search_panel form{ position:relative;}
.search_panel form .form-group{margin-bottom:0;}
.search_panel .form-control{
	background-color:transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #fff;
	color:#fff;
	border-radius: 0;
	width:220px;
}
.search_panel .form-control:focus {	
	outline: 0 !important;
	box-shadow: none !important;	
}
.search_panel .form-control::placeholder {
	color: #fff;
	opacity: 1;
}
.search_panel .rb-search-btn{
	background-color:transparent;
	border:none;
	transform: rotateY(-180deg);
	cursor:pointer;
	position:absolute;
	right:-24px;
	top:0;	
}
.search_panel .rb-search-btn i{ font-size:30px; color:#fff;}

.join_wrapper{}
.join_wrapper a{
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.join_wrapper a.phone_no{
	font-weight:600;
	font-size:19px;
	line-height:24px;
}
 
.join_wrapper span a{
	display:block;
	font-size:16px;
	line-height:20px;
	color:#fff;
}	

.slogan{}
.slogan a{ color:#fff;}
.login_wrapper {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 10px;
	margin-left:15px;
	color:#fff;
}
.login_wrapper a{
	color:#fff;
	margin:0 5px;
}
.login_wrapper a:hover{color:#de483a;}
.language_wrapper{ color:#fff; margin-left:15px;}
.language_wrapper span{ margin-right:5px;}

.header-main{
 background-color:#333f48;	
/*box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);*/
/*padding:24px 0;*/ /*------ 28-03-2022 ----*/
padding:0px 0;
margin:0;
}

.header-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	align-items: center;
	-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
/*-ms-flex-pack: start;
justify-content: flex-start;*/

justify-content: space-between;
	position: relative;
}
.cu_bg-primary {
	/*-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: auto;
flex-basis: auto;*/

padding:0 0;

}
.login_btn{
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
 font-family: 'Roboto', sans-serif;
	 font-size:15px;
	  font-weight:400;
	  color:#fff;
	   text-transform:capitalize;
	  padding:10px 29px;
	  background-color:#de483a;
	 
}
.login_btn:hover{
	  color: #fff;
background-color: #33495e;
text-decoration: none;
}
.intro_btn{
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
 font-family: 'Roboto', sans-serif;
	 font-size:15px;
	  font-weight:400;
	  color:#fff;
	   text-transform:uppercase;
	  padding:10px 29px;
	  background-color:#de483a;
	 
}
.intro_btn:hover{
	  color: #fff;
background-color: #33495e;
text-decoration: none;
}

.sticky {
position: fixed;
	top: 0;
	left:0;
	right:0;	
	z-index: 9;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-top:0px;
	width: 100%;	
	background: rgba(25, 23, 26,.90);
}
.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown
}

@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}	

/*------ menu start --------*/



.navbar-dark .navbar-nav li.menu-item{
	 position:relative;
	 padding:20px 0;
	 margin-right:25px;
}
.navbar-dark .navbar-nav li{
	 position:relative;
}
.navbar-dark .navbar-nav li.menu-item a {
    color: #fff;	
font-size:15px;
 line-height:1.5;
font-weight:600;
font-family: 'Roboto', sans-serif;
padding:0px;
transition: 0.2s ease;
}
.header-container .navbar-nav li:last-child{ margin-right:0px !important;}
.navbar-dark .navbar-nav li.submenu > a:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	font-size:12px;
	font-weight:400;
}
.navbar-dark .navbar-nav li.submenu ul{
	position:absolute;
	opacity:0;
	visibility:hidden;
	top:100%;
	background-color:#333f48;
	color:#fff;
	min-width:250px;
}

.header-container .navbar-dark  li.submenu ul li a{	
color: #fff ;		
font-size:14px;
line-height:20px;
font-weight:400;
padding:5px 10px;
display:block;
width:100%;
}
.header-container .navbar-dark li.sub-menu ul li a:hover{ color:#db908c; text-decoration:none;}	

@media (min-width: 992px){
.navbar-dark .navbar-nav li.submenu:hover ul{
	opacity:1;
	visibility:visible;
	z-index:2;
}
}
@media (max-width: 992px){
.navbar-dark .navbar-nav li.submenu ul {
	display: none;
	opacity:1;
	visibility:visible;
	position:static;
}	
.navbar-dark .navbar-nav li.submenu.show ul {
	display: block;	
}

}

.header-container .navbar-nav li.current_page_item a{
	 color: #3fa3d1;
}
.navbar-dark .navbar-nav li.menu-item a:focus, .navbar-dark .navbar-nav li.menu-item a:hover {
    color: #3fa3d1;
}

.navbar-dark .navbar-nav .active> .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #3fa3d1;
}
	
.navbar-dark .navbar-brand {
    color: #0c0c0c;
}

.navbar-dark .navbar-nav li .drop_d_arrow img{
	width:18px !important;
	margin-left:4px;
}

/*.navbar-dark .navbar-nav li.menu-item a:after {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: #de483a;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
	
}*/
.navbar-dark .navbar-nav li.menu-item.active a:after {
	transition: all .2s ease-in-out;	
	text-decoration: none;
}
.navbar-dark .navbar-nav li.menu-item a:hover:after {
	transition: all .2s ease-in-out;	
	text-decoration: none;
}

.dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
.nav-item:hover .dropdown-menu{ display: block; }
.nav-item .dropdown-menu{ margin-top:0; }

button.d-lg-none.btn.zbtn-warning.float-right {
    margin-top: 6px;
}

.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100vh;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
@media (min-width:992px){
.navbar .nav-item .dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	
}


@media (min-width:320px){
.mobile-offcanvas.show {
	background:#151414;
	width: 360px;	
	padding:10px;
}
}	
	
@media (max-width:992px) { 

.navbar-dark .navbar-nav li.menu-item {	
	margin-right: 0px;
}
 .offcanvas-header{ display:block; }
 
  .offcanvas-header button{ 
      font-size: 30px;
    background: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 7px;
    margin-top: 5px;
	padding-right:12px;
      
  }
 .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100vh;
    z-index: 1200;
    width:80%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
}


/*------ menu end --------*/

.other_links{
	
}
.other_links ul{
	list-style-type:none;
	padding:0;
	margin:0;	
}
.other_links ul li{
	display:inline-block;
	border-right:1px solid #fff;
	padding:0 14px;
}
.other_links ul li:last-child{border-right:none; padding-right:0px;}
.other_links ul li a{
	color: #fff;
font-size: 15px;
line-height: 1.5;
font-weight: 600;
font-family: 'Roboto', sans-serif;
padding: 0px;
text-transform: uppercase;
transition: 0.2s ease;
}
.other_links ul li a.active{
	color:#3fa3d1;
	text-decoration:none;
}
.other_links ul li a:hover{
	color:#3fa3d1;
	text-decoration:none;
}

.default_btn{ 
background-color:#3fa3d1;
padding:10px 28px;
font-size:15px;
line-height:19px;
color:#fff;
font-family: 'Poppins', sans-serif;
text-align:center;
border:none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display:inline-block;
margin:0 0 0 0;
position:relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;  
  outline: none;
  cursor:pointer; /*----- 16-07-2022-----*/

}
.default_btn:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #2c92c0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.default_btn:hover:after {
	width: 100%;
	z-index: -1;
}
.default_btn:hover{color:#fff; text-decoration:none;} 
	
/*---- header_banner start -----*/	
.header_banner{
	padding:0;
	margin:0;
	position: relative;
}
.header_banner .overlay {
	background: url(../images/overlay.png);
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.header_banner .container-fluid{
	z-index: 2;
	position: absolute;
	bottom: 11%;
	/*transform: translateY(-50%);*/
	left: 0;
	right: 0;	
	/*width: 88%;*/
}
.header_banner .container {
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;	
	/*width: 88%;*/
}
/*@media (min-width: 1200px){
.header_banner .container {
	max-width: 1140px;
}
}*/

.header_banner .container-fluid .col-md-6{
	margin:0 0 0 auto;
}
.header_banner .banner_img{}


.header_banner .banner_img img {	
	width: 100%;
	object-fit: cover;
	object-position: center top;
}

.header_banner .banner_text{
	margin-right:-15px;
	padding:15px 20px;
	background-color:rgba(63, 163, 209, 0.6);
	/*max-width:350px;*/
	float:right;
}
.header_banner .banner_text h1{
	color:#fff;
	font-size:35px;
	line-height:42px;	
	text-transform:capitalize;
	margin-bottom:10px;
}
.header_banner .banner_text h1 strong{
	font-weight:700;
}
.header_banner .banner_text h1 span{ color:#f8b604;}

.header_banner .banner_text h5{
	font-size: 18px;
line-height: 24px;
	color:#33495e;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom:10px;
}
.header_banner .banner_text ul{
	 list-style-type:none;
	 padding:0;
	 margin:0;
}
.header_banner .banner_text ul li{
	 list-style-type:none;
	 padding:0;
	 margin:0 0 5px 0;
	 font-family: 'Roboto', sans-serif;
font-size:16px;
line-height:22px;
color:#33495e;
font-weight: 500;
}
.header_banner .banner_text ul li span{color:#de483a;}

.header_banner .banner_text p{
font-family: 'Roboto', sans-serif;
font-size:15px;
line-height:20px;
color:#fff;
font-weight: 400;
margin-bottom:8px;
}
.banner_btn{
	background-color: #f8b604;	
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 9px 18px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	
}
.banner_btn:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #003665;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.banner_btn:hover {
	 color:#f8b604;
}
.banner_btn:hover:after {
	width: 100%;
	z-index: -1;
}

.header_banner .owl-carousel .owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
	z-index:3;
}
.header_banner  .owl-carousel .owl-nav .owl-prev span {
	left: 0px;
	top:0;
	position: absolute;
	width: 60px;
	height: 60px;
/*	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	background: url(../images/slider_arrow_left.png) no-repeat center center;
	font-size: 40px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	text-indent:-2000000px;
	background-size:40px;
}
.header_banner  .owl-carousel .owl-nav .owl-next span {
	top:0;
	right: 0px;
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/slider_arrow_right.png) no-repeat center center;
	background-size:40px;	
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	text-indent:-2000000px;
}

.header_banner .owl-carousel .owl-dots {
	position: absolute;
	bottom: 90px;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}
.header_banner .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0px 5px 0 5px;
	/* position: relative; */
	border-radius: 50%;
	/* top: 36px; */
	text-align: center;
	background-color: #fff;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	 border-radius: 50%; 
}
.header_banner .owl-carousel .owl-dots .owl-dot.active, .header_banner .owl-dots .owl-dot:hover {
	background-color: #f8b604;
	width: 25px;
	height: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*---- header-main end -----*/
/*------ experince_wrapper start ------*/
.experince_wrapper{
background-color:#333f48;
padding:12px 0;	
margin:2px 0 0 0;
}
.experince_wrapper .row {
	align-items: center;
}
/*.border_tight_b{
	 border-right:1px solid #3fa3d1;
}*/
.experince_wrapper .text_block h2{ 
 font-size:40px;
 line-height:46px;
color:#3fa3d1; margin-bottom:0px;}
.experince_wrapper .text_block p {
	/*font-size: 2.3rem;
	line-height: 41px;*/
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 0px;
}
.experince_box{
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	/*-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	justify-content:center;
align-items: center;
}
.experince_box .experince_box_left{
	float:left;
}
.experince_box .experince_box_right{
	float:left;
	margin-left:10px;
}
.experince_wrapper .social_wrapper{
	text-align:center;
	position:relative;
}
.experince_wrapper .social_wrapper:before{
	content:"";
	left:0;
	top:-5px;
	position:absolute;
	border-left:1px solid #3fa3d1;
	height:50px;
}
.experince_wrapper .social_wrapper:after{
	content:"";
	right:0;
	position:absolute;
	border-right:1px solid #3fa3d1;
	height:50px;
	top:-5px;
}
.experince_wrapper .social_wrapper a{ margin:0 15px;}
.experince_wrapper .social_wrapper a img{ height:40px;}
/*------ experince_wrapper start ------*/
/*----- top_product_category_wrapper start ------*/
.top_product_category_wrapper{
	padding:40px 0 10px 0;
	margin:0;
}
.top_product_category_wrapper .product_category_wrapper {
	margin: 0 0 0px 0;
}

.top_product_category_wrapper_top h2{ 
color:#4a5863; 
font-size: 40px; 
line-height:46px;
margin-bottom:20px;
}
.top_product_category_wrapper_bottom{
	margin:15px 0 0 0;
}
.top_product_category_wrapper_bottom ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
}
.top_product_category_wrapper_bottom ul.top_category_2nd_ul {
	list-style-type: none;
	padding: 0;
	margin: -35px 0 0 0;
	text-align: center;
}
.top_product_category_wrapper_bottom ul li {
	padding: 0;
	margin-bottom: 0px;
	margin-right: 10px;
	width: 19%;
	display: inline-block;
	box-sizing: border-box;
}
.top_product_category_wrapper_bottom ul li:last-child{ margin-right:0px;}
.top_product_box_wrapper{
	background: url(../images/top_product_bg.png) no-repeat;
	text-align: center;
	background-size: contain;
	background-position: center center;
	height: 270px;
	width:270px;
	box-sizing: border-box;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.top_product_box_wrapper .top_product_img_box {
	/* width: 100%; */
	/* height: 100px; */
	text-align: center;
	/* background-size: contain; */
	/* background-position: center center; */
	margin: 15px 0 0 0;
	display: block;
}
.top_product_box_wrapper .top_product_img_box img {	
	height: 100px;
}

.top_product_box_wrapper .top_product_text_box {
	text-align: center;
	width: 100%;
	display: block;	
	margin: -53px 0 0 0;
}
.top_product_category_wrapper_bottom ul li a .top_product_box_wrapper .top_product_text_box h4{ 
text-align:center;
font-weight:600;
color:#fff;
margin-bottom:0;
}

/*----- top_product_category_wrapper end ------*/
/*------ popular_product_wrapper start -----*/
.popular_product_wrapper{
	padding:0 0 20px 0;
	margin:0;
}
.popular_product_wrapper_top h2{ 
color:#4a5863;
font-size: 40px;
line-height: 46px;
margin-top: 40px;
margin-bottom: 40px;
}
.popular_product_wrapper_bottom{
	margin:15px 0 0 0;
}
.popular_product_box{
	border:1px solid #38a0cd;
	box-shadow: 0 0 25px rgb(0 0 0 / 8%);
	padding:10px 10px 10px 10px;
	margin:15px 15px;
}
.popular_product_box1{
	border:1px solid #38a0cd;
	box-shadow: 0 0 25px rgb(0 0 0 / 8%);
	padding:10px 30px 10px 30px;
	margin:15px 15px;
}
.popular_product_box .img_block{
	height:260px;
	text-align:center;
	overflow:hidden;
	margin-bottom:2px;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popular_product_box1 .img_block{
	height:260px;
	text-align:center;
	overflow:hidden;
	margin-bottom:2px;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popular_product_wrapper_bottom .owl-carousel .owl-item .popular_product_box .img_block img{
	width:70%;
	text-align:center;
	margin:0 auto;
	object-fit: cover;
        object-position: center;
}
.popular_product_wrapper_bottom .owl-carousel .owl-item .popular_product_box1 .img_block img{
	width:70%;
	text-align:center;
	margin:0 auto;
	object-fit: cover;
        object-position: center;
}
.popular_product_box .text_block{
	text-align:center;
	padding:15px 0px;
}
.popular_product_box1 .text_block{
	text-align:center;
	padding:15px 0px;
}
.popular_product_box2 .text_block{
	text-align:center;
	padding:15px 0px;
}
.popular_product_box .text_block h5 a{
	color:#333f48;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
}
.popular_product_box1 .text_block h5 a{
	color:#333f48;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
}
.popular_product_box2 .text_block h5 a{
        font-size: 15px;
	color:#333f48;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
}
.popular_product_box .text_block a{
	font-size: 18px;
	line-height: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	margin-bottom: 0px;
}
.popular_product_box1 .text_block a{
	font-size: 18px;
	line-height: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	margin-bottom: 0px;
}
.popular_product_wrapper_bottom .owl-carousel .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}
.popular_product_wrapper_bottom  .owl-carousel .owl-nav .owl-prev span {
	left: -18px;
	position: absolute;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: trnsparent;	
	color: #87c6e1;
	font-size: 60px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
}
.popular_product_wrapper_bottom .owl-carousel .owl-nav .owl-next span {
	right: -20px;
	position: absolute;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: trnsparent;	
	color: #87c6e1;
	font-size: 60px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
}
.popular_product_wrapper_bottom  .owl-carousel .owl-dots {
	text-align: center;
	margin: 20px 0 10px 0;
}
.popular_product_wrapper_bottom .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0px 5px 0 5px;
	/* position: relative; */
	/* border-radius: 50%; */
	/* top: 36px; */
	text-align: center;
	/* border: 1px solid #ff5f0e; */
	background-color: #f2f2f2;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline:none;
}
.popular_product_wrapper_bottom .owl-carousel .owl-dots .owl-dot.active, .popular_product_wrapper_bottom  .owl-dots .owl-dot:hover {
	/* border: 1px solid #fc16b2; */
	background-color: #87c6e1;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline:none;
}
/*------ popular_product_wrapper end -----*/
/*------ who_are_we_wrapper start -------*/
.who_are_we_wrapper{
	background-color:#edebec;
	margin:0 0 15px 0;
}
.who_are_we_wrapper .row {
	align-items: center;
}
.who_are_we_wrapper .container-fluid {	
	padding-right: 0px;
	padding-left: 0px;	
}
.who_are_we_wrapper_left {
	overflow: hidden;
	height: 372px;
}
.who_are_we_wrapper_left video {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.who_are_we_wrapper_right{
	padding:15px;
	margin:0;
}
.who_are_we_wrapper_right .text_block h3{
color:#4a5863;
}
.who_are_we_wrapper_right .text_block h3 span{
color:#4a5863;
font-weight:400;
}
.who_are_we_wrapper_right .text_block p{
font-family: Roboto;
color:#4a5863;
margin-bottom:18px;
font-size: 16px;
font-weight: 500;
}


/*------ who_are_we_wrapper end -------*/
/*------ free_weld_wrapper start -------*/
.free_weld_wrapper{
	background-color:#cdcccd;
	margin:0 0 15px 0;
}
.free_weld_wrapper .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.free_weld_wrapper .row {
	align-items: center;
}
.free_weld_wrapper .text_block{
	padding:15px ;
	margin:0;
}
.free_weld_wrapper .text_block h3{
 color:#4a5863;
}
.free_weld_wrapper .text_block p{
 color:#4a5863;
 margin-bottom:18px;
}
.free_weld_wrapper .img_block{
	text-align:center;
	padding: 0;
}
.free_weld_wrapper .img_block img{
/*	width:50%;*/
}
.button_row{
	margin-top:10px;
}
/*------ free_weld_wrapper end -------*/
/*------- service_location_wrapper start -------*/
.service_location_wrapper{
	 background-color:#d5e8ef;
	 padding:30px 0;
	 margin:0 0 15px 0;
}
.service_location_wrapper .row {
	align-items: center;
}
.service_location_wrapper_left .text_block h3{
	font-size:26px;
	color:#4a5863;
}
.service_location_wrapper .img_block{ text-align:left;}
.service_location_wrapper .img_block img{ width:90%;}
.service_location_wrapper .text_block{}

.worldwide_shipping_block{ 
	background: url(../images/map_transparent_img.png) no-repeat;
	background-size: 80%;
	background-position: center top;
	width:100%;
	height:100%;
	padding:95px 0 75px 35px;
	border-left:2px solid #77bddb;
}
.worldwide_shipping_block .text_block h3{
	font-size:26px;
	color:#4a5863;
} 

/*------ service_location_wrapper end ---------*/
/*-------- cruxweld_social_wrapper start ------*/
.cruxweld_social_wrapper{
	padding:35px 0;
	margin:0 0 15px 0;
	background-color:#eaeaea;
}
.cruxweld_social_wrapper_top{}
.cruxweld_social_wrapper_top h3{
	color:#4a5863;
	text-transform:uppercase;
	margin-bottom:10px;
}
.cruxweld_social_wrapper_top p{
	font-size:16px;
	 line-height:20px;
	 margin:0 0 16px 0;
	 color:#4a5863;
}
.cruxweld_social_wrapper_bottom{ margin:15px 0 0 0;}
.cruxweld_social_wrapper_bottom .img_block{ text-align:center;}
.cruxweld_social_wrapper_bottom .img_block img{ width:90%; }

.border_r_l_gray{ border-right:4px solid #afb2b3;}
/*-------- cruxweld_social_wrapper end ------*/
/*-------- collection_of_video_wrapper start ------*/
.collection_of_video_wrapper{
	background-color:#516a74;
	padding:15px 0;
	margin:0 0 15px 0;
}
.collection_of_video_wrapper .img_block{ display:inline-block;}
.collection_of_video_wrapper .img_block img{ width:100px;}
.collection_of_video_wrapper .text_block{
	 display:inline-block;
	 vertical-align: middle;
	 margin-left:12px;
}
.collection_of_video_wrapper .text_block h4{
	 display:inline-block;
	 color:#fff;
	 margin-bottom:0;
	 font-weight:400;
}
.collection_of_video_wrapper .text_block .default_btn {
	display: inline-block;
	margin: 10px 0 0 15px;
	vertical-align: top;
}
/*-------- collection_of_video_wrapper end ------*/
/*------- home_brands_wrapper start ----------*/
.home_brands_wrapper{
	padding:10px 0;
	margin:0;
	background-color:#cee7f3;
}
.home_brands_wrapper .brand_box img{
	filter: grayscale(100%);
opacity: .4;
max-width: 90%;
	padding: 0;
	margin: 0;
	cursor:pointer;
}
.home_brands_wrapper .brand_box img:hover {
	max-width: 90%;
	padding: 0;
	margin: 0;
	border-radius: 13px;
	filter: grayscale(0);
	opacity: 1;
	cursor:pointer;
}
/*------- home_brands_wrapper end ----------*/
/*-------- footer start -------*/
footer{
	padding:0;
	margin:0;
	
	position:relative;
}
.footer_top{ 
padding:30px 0 30px 0;
background-color:#5c656c;

}
.footer_top p{ color:#fff;}
.footer-about{
margin:0 0 15px 0;	
}
.footer_top .footer-about .footer-logo_box {
	margin: 0 0 10px 0;
}
.footer_top .footer-about .footer-logo_box img{ width:240px;}
.footer-about p{ color:#fff;}
.footer_social{ margin:0 0 10px 0;}
.footer_social a {
	margin: 0 5px 0 0;
	color: #fff;
	font-size: 26px;
}
.footer_top h5 {
	color: #fff;	
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 12px;
}
.footer_link_box {	
	box-sizing: border-box;
	margin:0 0 10px 0;
	width: 19%;
display: inline-block;
}
.footer_link_box  h5 {
	color: #fff;	
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 12px;
}
.footer_link_box .footer_link{
	list-style-type:none;
	padding:0;
	margin:0;	
	display:block;
	text-align:center;	
}
.footer_link_box .footer_link li{
	margin:0 0 5px 0;
	padding: 0 0 0 0;	
	text-align: left;		
	color: #fff;	
}

.footer_link_box .footer_link li a{
	color:#fff;
	font-size:15px;
	line-height:22px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	 
}

.footer_link_box .footer_link li a:hover{ color:#62bde6; text-decoration:none;}
.footer_newsletter{
	position:relative;
}
.footer_newsletter .form-control.subscribe {
	width: 100%;	
	-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
	border: 0;
	padding: 0 20px !important;
	height: 50px;
	font-size:13px;
	color:#1f232b;
}
.footer_newsletter form .form-control::-webkit-input-placeholder { /* Edge */
  color: #1f232b;
}
.footer_newsletter form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1f232b;
}
.footer_newsletter form .form-control::placeholder {
  color: #1f232b;
}
.footer_newsletter .btn-subscribe {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	background: #e84444;
	transition: all linear 0.2s;
	cursor:pointer;
}
.footer_newsletter .btn-subscribe:hover {background: #33495e;}

.footer_all_categories{
	background-color:#dfe0e1;
	 padding:0 0 15px 0;
	 margin:0;
}
.footer-cat-links{
position:relative;
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #e2e2e2;
z-index: 1;
}
.footer-cat-links::before {
	content: 'All Categories';
	position: relative;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
	margin-left: 12px;
	bottom: -25px;
}
.footer-cat-links ul {
	margin: 0;
	padding: 4px 8px;
}
.footer-cat-links ul li:nth-child(1) {
	margin-left: 108px;
}
.footer-cat-links ul li {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0;
	color: #777;
	height: 20px;
}
.footer-cat-links ul li a {
	margin: 0 0 0 5px;	
	color: #424243;
	font-size: 13px;
	line-height: 25px;
	padding: 0;
}
.footer-cat-links ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.footer_bottom{ background-color:#fff; padding:14px 0; margin:0; }
.footer_bottom ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}
.footer_bottom ul li{
 display:inline-block;
 padding:0;
 margin:0 5px;
}
.footer_bottom ul li a{
	color:#2f2c2c;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	 
}
.footer_bottom ul li a:hover{ color:#3fa3d1; text-decoration:none;}


.footer_bottom .cp_right p.copright_txt{
	color:#424243;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	margin-bottom:0px;
	text-align:right;
}
#go-to-top {
	display: inline-block;
	height: 35px;
	width: 35px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* text-indent: 100%; */
	white-space: nowrap;
	color: #fff;
	background-color: #0c3762;
	
	/* overflow: hidden; */
	/* visibility: hidden; */
	/* opacity: 0; */
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1;
	animation: jump 3s linear infinite alternate;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

@keyframes jump {
    0% {
       transform: translateY(5px);

    }
    50% {
       transform: translateY(-10px);

    }

    100% {
      transform: translateY(5px);

    }
}
#go-to-top:hover{ 
background-color:#003665;
text-decoration:none;
}


#go-to-top i{color:#fff;
}
/*-------- footer end -------*/
#innerbanner-holder {
	position: relative;
	margin: 0 auto;
	
}
.innerpage-banner img {
	object-fit: cover;
	width: 100%;
	object-position: center center;
}
#innerbanner-holder .container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	width: 100%;

}
#innerbanner-holder .banner_text {	
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.6);
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	
}
#innerbanner-holder h2 {
	margin-bottom: 5px;
	color: #181919;
	text-transform:uppercase;
}
#innerbanner-holder h2 span{
	font-weight:500;
}
#innerbanner-holder h4 {
	margin-bottom: 0px;
	font-size:19px;
	color: #181919 !important;
	font-weight:500;
	text-transform:uppercase;
}

.inner_container_holder {
	padding: 35px 0 0px 0;
}

.section-title-sm {
	margin-bottom: 5px;	
	font-weight: 400;
	font-size:14px;
	line-height:19px;
	color: #666;
	text-transform:uppercase;
}
.section-title {
	margin-bottom: 28px;
	color:#272626;
}
.section-title span{
	color:#f8b604;
}
.section-title-border {
	position: relative;
}
.section-title-border:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 120px;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: #f8b604;
}
.section-title-border:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #f8b604;
	/*box-shadow: 0 0 0 5px #fff;*/
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}


.translateY-25 {
	transform: translateY(25px);
}
.section-title-border-half {
	position: relative;
}
.section-title-border-half:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	left: 15px;
	bottom: -10px;
	background: #f8b604;
}
.section-title-border-half:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #f8b604;
	bottom: -14px;
	left: 0;
}

/*-------- breadcrumb_wrapper start --------*/
.breadcrumb_wrapper{
	background-color:#d6dbdf;
	padding:8px 0;
	margin:0;
}
.breadcrumb_wrapper .breadcrumb_holder span {
	position: relative;
	padding: 0 3px;
}
.breadcrumb_wrapper .breadcrumb_holder span.fa{
	font-size:12px;
}
.breadcrumb_wrapper .breadcrumb_holder span a{
text-decoration: none;
color: #070707;
font-weight: 400;
font-size:14px;
line-height:18px;
}
.breadcrumb_wrapper .breadcrumb_holder span a:hover {
	color: #3fa3d1;
}
.breadcrumb_wrapper .breadcrumb_holder span.current_page_item{
text-decoration: none;
color: #070707;
font-weight: 600;
}
/*-------- breadcrumb_wrapper end --------*/
/*-------- product_details_wrapper start ------*/
.product_details_wrapper{}
.product_details_wrapper_top{padding: 40px 0px 20px 0px;border-bottom: solid 3px #dedede;}


.bx-pager {
	margin: 10px 0 0 0;
	padding: 0;
}
.product_details_wrapper_top .main-product{ margin:0 0 25px 0;}
/*-------- slider start -------*/
.product_details_wrapper_top .main-product .bx-wrapper {
	border: none;
	background: #fff;
}
.product_details_wrapper_top .main-product .productslider { 
  width:100%; 
  margin: 0 auto;
  padding: 0;
}
.product_details_wrapper_top .main-product .productslider  ul.bxslider img{
  width: 90%;
  height: auto;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
 margin:0 auto;
}
.product_details_wrapper_top .main-product .productslider .bx-wrapper{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.product_details_wrapper_top .main-product .productslider .bx-viewport {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.product_details_wrapper_top .main-product .productslider ul.bxslider {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.product_details_wrapper_top .main-product .productslider ul.bxslider li{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

border: 1px solid #dddddd;
text-align:center;
background-color:#fff;
	box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);
	padding: 10px;
	
}
.product_details_wrapper_top .main-product .productslider .bx-controls { display:none;}
.bx-pager{
 margin: 10px 0 0 0;
 padding: 0;
}
.bx-pager img{
  width: 100px;
  height: 100px;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #8c9396;
	padding:5px;
	box-shadow: rgb(167 167 168 / 20%) 0px -1px 16px 2px;  
}
.bx-pager a.active img { 
  border:1px solid #38a0cd;
}
.bx-pager a {
  opacity: 0.6;
  position:relative;
}
.bx-pager a:hover,
.bx-pager a.active {
  opacity: 1;
  
}
.y_video{
	position: absolute;
	top: -15px;
	left: 0;
	right:0;
	height: 40px;
	width: 40px;
	background: url(../images/youtube_play.png) no-repeat center center;
	margin:0 auto;
}


.blockactiver{
	display:block !important ;
}
.blockactiveq{
	display:block  !important;
}
/*-------- slider end -------*/
.product_summary_wraper{}
h3.product_title{
	color:#070707 !important;
	font-weight:600;
}
h6.product_model{margin: 20px 0 0 0;color:#7d7f81 !important; font-weight:300;}
.product_summary_wraper .review_section{
padding: 0px 0px 0px 0px;
margin-bottom: 15px;
border-bottom: 1px solid #d9d9d9;
}
.pr-snippet-stars-container{ display:inline-block; vertical-align:middle;  margin-right:8px;}
.pr-snippet-read-and-write{display:inline-block; vertical-align:middle;}
.pr-snippet-read-and-write a{
	text-decoration:underline;
}
.pr-qa-snippet-container{}
.pr-qa-snippet-container .qa-large{}
.pr-qa-snippet-container .pr-answered-question-circle {
	background-color: #0079be;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 200;
	margin: 0 5px;
	text-align: center;
	width:30px;
	height:30px;
	line-height:30px;
}
.pr-qa-snippet-container .pr-snippet-qa-answer-link {
	display: inline;
	font-size: 13px;
	margin-left:5px;
}
.product_summary_wraper .short_description { margin:10px 0;}
.product_summary_wraper .short_description p{
	color:#616365;
	font-size: 14px;	
	line-height: 19px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.product_summary_wraper .short_description p span{
	color:#616365;
	font-size: 14px;	
	line-height: 19px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.product_summary_wraper .default-spec-sheet{
	padding: 10px 0;
font-size: 14px;
}
.product_summary_wraper .default-spec-sheet a.sheet {
	padding-left: 42px;
	font-weight: bold;
	background: url("../images/data_sheet_img3.jpg") no-repeat left center transparent;
	background-size: 35px;
height: 35px;
display: inline-block;
color:#616365;
font-weight:300;
font-size:15px;
line-height:32px;
margin-right:6px;
}

.product_summary_wraper .fa-whatsapp-btn {
	display: inline-block;
	margin: 10px 0 0 5px;
}
.product_summary_wraper .fa-whatsapp-btn img{
	width:40px;
        height:auto;
}



.product_details_wrapper_bottom{
	margin:15px 0 35px 0;
}
#product-accordion{}
#product-accordion .accordion-links {	
	padding-bottom: 15px;
}
#product-accordion .accordion-links ul {
	margin: 0;
	list-style: none;	
}
#product-accordion .accordion-links ul > li {
	 display:inline-block;
	margin-right: 8px;
	border-right: 1px solid #d9d9d9;
}
#product-accordion .accordion-links ul > li:last-of-type {
	margin-right: 0;
	border-right: none;
}
#product-accordion .accordion-links ul > li > a {
	display: block;
	margin-right: 10px;
}
#product-accordion .accordion-links a {
	color: #007ac3;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}


.quote_form_model .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #333f48;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	margin: 0;
	background-color: #333f48;
}
.quote_form_model .modal-content {
	background-color: #f2f2f2 !important;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.quote_form_model .modal-header .modal-title{
	color:#fff;
	margin-bottom:0px;	
        padding-right: 80px;
}
@media (max-width: 480px) {	
.quote_form_model .modal-header .modal-title{
        padding-right: 150px;
}
}
@media (max-width: 380px) {	
.quote_form_model .modal-header .modal-title{
        padding-right: 60px;
}
}
.quote_form_model .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 21px;
	margin: 0px !important;
}
.quote_form_model .quote_form_wrapper form .form-control {
	display: block;
	width: 100%;
	padding: 9px .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #000;	
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d8d5d5;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.quote_form_model .quote_form_wrapper form textarea.form-control {
	height: 100px;
	resize: none;
	border: 1px solid #d8d5d5;
	padding: 12px 10px;
}
.quote_form_model .quote_form_wrapper form .submit_btn{
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	color: #fff;	
	font-weight: 400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	 background-color: #2c92c0; 
	/*background: #fc15b3;
	background: -moz-linear-gradient(left, #fc15b3 0%, #fd3175 44%, #ff5d12 100%);
	background: -webkit-linear-gradient(left, #fc15b3 0%,#fd3175 44%,#ff5d12 100%);
	background: linear-gradient(to right, #fc15b3 0%,#fd3175 44%,#ff5d12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc15b3', endColorstr='#ff5d12',GradientType=1 );*/
	cursor: pointer;
	width: 100%;
	margin: 0 0 0px 0;
	display: inline-block;
}
/*-------- product_details_wrapper end ----------*/
/*------ faq_wrapper start -------*/
.faq_wrapper{
	padding:10px 0 15px 0;
}
.faq_wrapper .img_block{ margin-top:25px;}
.faq_wrapper .ui-state-default{ background:#f1f0f0; border-bottom: 1px solid #e0dede; color:#032a49 ;}
.faq_wrapper .ui-state-default:hover{color:#38a0cd;}
.faq_wrapper .ui-accordion .ui-accordion-header {
	
	font-weight: 600;
	
}
.faq_wrapper .ui-state-active{color:#38a0cd !important;}
.faq_wrapper .ui-widget-content {
	border-bottom: 1px solid #dddddd;
	background: #f7f7f7; 
	color: #043156;
}
.faq_wrapper .ui-widget-content p{
	font-size: 14px;
	color: #666666;
	line-height: 19px;
	font-weight: 400;
}

.faq_wrapper .ui-icon {
	width: 25px;
	margin-right: 0px;
	position: absolute;
	right: 10px;
	top: 56%;
	transform: translateY(-50%);
	background: #0080ff;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.faq_wrapper .ui-icon {
	background: #38a0cd;
	background-image: url("../images/faq-closed.png") !important;
	height: 28px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px !important;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.faq_wrapper .ui-icon:hover {
	background: #123e60;	
}
.faq_wrapper .ui-state-active .ui-icon {
	background-color: #123e60  !important;
	background-image: url("../images/faq-opened.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px !important;
}
.faq_wrapper .ui-accordion-header .q_mob{ 
margin-right:29px;
margin-left: 0;
}

@media (max-width: 767px) {	
.faq_wrapper .ui-accordion-header .q_mob{ 
margin-right:27px;
margin-left: 0;
}
.ui-accordion .ui-accordion-header {	
	font-size: 15px !important;
	line-height: 20px;	
}
	
}
/*------ faq_wrapper end -------*/
/*------- category_wrapper start -----*/
.category_wrapper{}

.category_wrapper_top{
	border-bottom:5px solid #dadee0;
}
.category_header{
	
}
.category_wrapper_top h2{
  color:#686a6b;
}
.category_wrapper_bottom{
	padding:25px 0;
}
.category_description{ margin:0 0 25px 0;}

.product_categories_section{ margin:5px 20px 25px 20px;}
.product_categories_section h4{ 
color:#686a6b;
margin-bottom:10px;
}

.product_categories_section_bottom{
	padding:20px 0 0 0;
}
.product_box{
/*	border:1px solid #dadee0;*/
	margin:0 0 15px 0;
	box-shadow: rgb(167 167 168 / 20%) 0px -1px 16px 2px;  
border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.product_box .img_block{
	padding:10px 20px; 
	text-align:center;
	min-height:300px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_box .text_block{
	background-color:#eeeeee;
	padding:12px 10px;
	min-height: auto;
}
.product_box .text_block h3{ 
font-size:16px;
line-height:20px;
font-weight:600;
color:#3fa3d1; 
margin-bottom:6px;
}
.product_box .text_block .short_dec_box ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.product_box .text_block .short_dec_box ul li{
	list-style-type:none;
	padding:0;
	margin:0 0 4px 0;
	font-size:13px;
	color:#151414;
	font-weight:400;
}
.product_box .text_block .short_dec_box ul li span{ 
font-weight:600;
margin-right:4px;
}
/*------- category_wrapper end -----*/
/*--------- about_us_wrapper_home start --------*/
.about_us_wrapper{
	padding:0px 0;
	margin:0;
}
.about_us_wrapper_top{ 
margin:0 auto 42px auto; 
padding:0;
 max-width:1200px;

}
.about_us_wrapper_top .row {
	align-items: center;
}
.about_us_wrapper_top .img_block{ text-align:center; }
.about_us_wrapper_top .img_block img{ width:70%; }
.about_us_wrapper_top .text_block{ padding:0;}
.about_us_wrapper_top h2{ 
font-size:50px;
line-height:57px;
color:#575757;
} 
.about_us_wrapper_top h3{ 
font-size:32px;
line-height:41px;
color:#575757;
font-weight:400;
} 
.about_us_wrapper_top p{ color:#000;} 




.about_us_wrapper_middle{
	margin:0 0 35px 0;
}
.about_us_wrapper_middle h2{
	color: #575757;
	
}
.about_us_wrapper_middle h2 span{
font-weight:400;
	
}
.creation_block{ margin:10px 0 0 0;}
.creation_box{
	/*box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);*/
	 margin:0 0 25px 0;
}
.creation_box .img_block img{ 
width:100%;
object-fit: cover;

}
.creation_box .text_block{
 background-color:#ededed;
 padding:20px 12px;
 min-height:235px;
 position:relative;
}
.creation_box .text_block:before{
	content:"";
	position:absolute;
	bottom:-2px;
	left:0;
	right:0;
	width:80%;
	height:5px;
	margin:0 auto;	
	background-color:#96c8df;
	
}
.creation_box .text_block h4{
	font-weight: 500;
}
.creation_box .text_block p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: 400;
	color: #333f48;
}
.creation_box .text_block p a{
	font-weight: 600;
	color: #333f48;
}

.about_us_wrapper_bottom{margin:0 0 35px 0;}

.about_us_wrapper_bottom .img_block{	
text-align:center;	
margin-bottom: 25px;
}
.about_us_wrapper_bottom h2 {
	color: #686a6b;
	margin: 50px 0 40px 0;
}
.about_us_wrapper_bottom h2 span{
	color: #686a6b;
	font-weight:400;
}
.company_facts_wrapper_bottom h2 {
	color: #686a6b;
	margin: 50px 0 40px 0;
}
.company_facts_wrapper_bottom h2 span{
	color: #686a6b;
	font-weight:400;
}
.what_we_row .row {
	align-items: center;
}
.what_we_row .text_block h6{
        margin: 20px 0px 15px 0px;
}

.about_us_wrapper_bottom  .what_we_row .text_block ul{
 list-style-type:none;
 padding:0;
 margin:0;
}
.about_us_wrapper_bottom .what_we_row  .text_block ul li{
 padding:0 0 0 14px;
 margin:0 0 8px 0;
 background: url(../images/black_arrow_right.png) no-repeat 0 4px !important;
 font-size: 15px;		
	font-weight: 400;
}


.company_facts_wrapper_bottom .text_block ul{
 list-style-type:none;
 padding:0;
 margin:0;
}
.company_facts_wrapper_bottom .text_block ul li{
 padding:0 0 0 14px;
 margin:0 0 8px 0;
 background: url(../images/black_arrow_right.png) no-repeat 0 4px !important;
 font-size: 15px;		
	font-weight: 400;
}


.about_us_wrapper_bottom .what_we_row p{
 font-size: 15px;	
	font-weight: 400;

}
.what_we_row_bottom{
	margin:20px 0 0 0;
}
.what_we_row_bottom h2{ 
	font-weight: 400;
	color:#575757;
}
.what_we_row_bottom p a{
 font-size: 16px;	
 line-height:34px;
	font-weight: 400;
	color:#575757;
   display:inline-block;
   vertical-align: middle;
}
.what_we_row_bottom p a span{margin-right:8px;}


.about_us_quality {
	background-color:#ededed;
	padding:50px 0;
}
.video_block{
	max-width:600px;
	margin:0 auto;
}

.company_facts_wrapper{
	padding:35px 0 0 0;
	margin:0;
}
.company_facts_wrapper_top{
	margin:0 0 35px 0;
}
.company_facts_wrapper_top h2{
	
	color:#676464;
}
.company_facts_wrapper_top h4{
	font-weight:400;
	color:#676464;
}
.company_facts_wrapper_middle{
	margin:0 0 35px 0;
}
.company_facts_wrapper_middle .text_block p {
	font-size: 15px;
	line-height: 1.5em;	
}
.company_facts_wrapper_middle .row {
	align-items: center;
}
.company_facts_wrapper_bottom{
	background-color:#d9d7d7;
	margin:0 0 35px 0;
}
.company_facts_wrapper_bottom .row {
	align-items: center;
}
.company_facts_wrapper_bottom .text_block{ }
.company_facts_wrapper_bottom .text_block p {
	font-size: 15px;
	line-height: 1.5em;	
}
.company_facts_wrapper_end{
	margin:0 0 35px 0;
}
.company_facts_wrapper_end .row {
	align-items: center;
}
.company_facts_wrapper_end .text_block p {
	font-size: 15px;
	line-height: 1.5em;	
}
/*--------- about_us_wrapper_home end --------*/
/*--------- contact_wrapper start ------------*/
.contact_wrapper{}


.contact_wrapper_left{
	padding:35px 0 10px 0;
	margin:0 0 25px 0;
}
.cont_form_block p{ font-size:16px; line-height:24px; margin:0 0 12px 0;}
.contact_wrapper_right{
	padding:35px 0 10px 10px;
	margin:0 0 25px 0;
	position:relative;
	
}
/*.contact_wrapper_right:before{
	position:absolute;
	content:"";
	left:-10px;
	top:18%;
	 width:1px;
	 height:550px;
	 background-color:#3fa3d1;
}*/
.border_l_blue{border-left:1px solid #3fa3d1;}
.contact_wrapper_right .text_block h3{ margin-bottom:13px;}

.checkout_online_contact  p{ font-size:16px; line-height:24px; margin:0 0 15px 0;}
.checkout_online_contact .social { margin:16px 0 0 0;}
.checkout_online_contact .social a {
	margin:0 8px 6px 0;
}
.checkout_online_contact .social a img {
	height: 25px;
}

.contact_wrapper_right h4{ font-size:23px; font-weight:600; margin-bottom:12px;}

.address_box{ margin:8px 0 18px 0;}
.address_box p{ font-size:16px; line-height:24px; margin:0 0 12px 0;}
.address_box p strong{ font-weight:800;}


.contact-sec{
	/*box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);*/
	padding: 5px 0 0 0;
	margin-bottom: 0px;
}
.contact-sec form label {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 15px;
	color: #33475d;
	font-weight: 600;
}
.contact-sec form .form-control {
	display: block;
	width: 100%;
	padding: 9px .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
	background-clip: padding-box;
	border: 1px solid #8a8a8a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-sec form  .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.contact-sec  form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.contact-sec  form .form-control::placeholder {
  color: #000;
}
.contact-sec textarea.form-control {
	height: 100px;
	resize: none;
	border: 1px solid #8a8a8a;
	padding: 12px 10px;
}
.contact_wrapper .contact-sec form .submit_btn {
	background: #333f48;
	color: #fff;
	height: 35px;
	border-radius: 0;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	width: 100%;
	font-weight: 400;
	outline:none;
	border:none;
}
.contact_wrapper .contact-sec form .submit_btn:hover {
	background-color: #3fa3d1;
	color: #fff;
}
.contact_wrapper_bottom{
	margin:0 0 35px 0;
}

/*--------- contact_wrapper end ------------*/
/*---------- service_locations_wrapper start -----*/
.service_locations_wrapper{
	padding:35px 0;
	margin:0;
}
.service_locations_top{ margin:0 0 45px 0;}
.service_locations_top h2{
	color:#575757;
}
.service_locations_top h2 span{
	color:#575757;
	font-weight:400;
}
.service_locations_middle{ margin:25px 0 5px 0;}
.services_step_process_holder{ 
width:100%;
padding:35px 0 0 0;
}
.step_process_holder{
}

.step_process_box{	
	margin:0 0 35px 0;
	background-color:#ececec;
	text-align:center;
	padding: 5px 15px 18px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 400px;
}

.step_process_box .img_block {	
	background-color: #3fa3d1;	
	width: 240px;
	padding: 15px 10px;
	margin: -80px auto 25px auto;
	text-align: center;
	 display:inline-block;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.step_process_box .img_block img{ width:120px;}
.step_process_box .text_block{	
	margin:0;
	text-align:left;
}
.step_process_box .text_block h4{
color:#575757;
}
.step_process_box .text_block h6{
color:#575757;
font-size:18px;
	line-height:20px;
	margin-bottom:5px;
}
.step_process_box .text_block p{
color:#575757;
font-size:15px;
	line-height:20px;
}
.step_process_box .text_block p a{
color:#575757;
}
.step_process_box .text_block p a:hover{ text-decoration:underline;}
.please_call_section{
	background-color:#3fa3d1;
	padding:15px;
	margin:0 0 35px 0;
}
.please_call_section p{
	color:#fff;
font-size:18px;
	line-height:24px;
	margin-bottom:5px;
}
.please_call_section p strong{
	font-size:20px;
	font-weight:700;
	color:#fff !important;
}
.please_call_section p strong a{	
	color:#fff !important;
}
.please_call_section p a{	
	color:#fff !important;
}



.service_locations_bottom{}
.service_address_holder{ margin:0 0 20px 0;}
.service_address_holder .service_zone{
	list-style-type:none;
	padding:0;
	margin:20px 0 0 0;
	 -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  -moz-column-count: 3;
  -khtml-column-count: 3;
  column-count: 3;
}
.service_address_holder .service_zone li{
 background-color:#afd7f6;
 box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.30);
 border:1px dashed #272c4c;
padding:10px;
 display: inline-block;
 width:100%;
 min-height:105px;
 margin:0 0 20px 0;
}
.service_address_holder .service_zone li:nth-child(2n+1) {
	background-color: #e1f2fe;
}
.service_address_holder .service_zone li h5{ 
font-size:20px;
line-height:26px;
margin-bottom:6px;
color:#0c0f4f;
}
/*----------- service_locations_wrapper end ------*/

/*--------- cms_wrapper start ------*/
.cms_wrapper{
	padding:35px 0;	
}
.cms_wrapper ul{
	list-style-type:none;
	padding:0;
	margin:0 0 15px 6px;
}
/*--------- cms_wrapper end ------*/

/*------ faqs_wrapper start -------*/
.faqs_section_wrapper{
	padding:35px 0;
	margin:0;
}
.faqs_section_wrapper .ui-accordion{ margin-bottom:25px;}
.faqs_wrapper{
	padding:10px 0 15px 0;
}
.faqs_wrapper .img_block{ margin-top:25px;}
.faqs_wrapper .ui-state-default{ background:#fff; border-bottom: 1px solid #e0dede; color:#032a49 ;}
.faqs_wrapper .ui-state-default:hover{color:#38a0cd;}

.faqs_wrapper .ui-state-active{color:#38a0cd !important;}
.faqs_wrapper .ui-widget-content {
	border-bottom: 1px solid #dddddd;
	background: #fff;
	color: #043156;
}
.faqs_wrapper .ui-widget-content p{
	font-size: 14px;
	color: #666666;
	line-height: 19px;
	font-weight: 400;
}

.faqs_wrapper .ui-icon {
	width: 25px;
	margin-right: 0px;
	position: absolute;
	right: 10px;
	top: 56%;
	transform: translateY(-50%);
	background: #0080ff;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.faqs_wrapper .ui-icon {
	background: #38a0cd;
	background-image: url("../images/faq-closed.png") !important;
	height: 28px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px !important;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.faqs_wrapper .ui-icon:hover {
	background: #123e60;	
}
.faqs_wrapper .ui-state-active .ui-icon {
	background-color: #123e60  !important;
	background-image: url("../images/faq-opened.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px !important;
}
.faqs_wrapper .ui-accordion-header .q_mob{ 
margin-right:25px;
margin-left: 0;
}

@media (max-width: 767px) {	
.faqs_wrapper .ui-accordion-header .q_mob{ 
margin-right:25px;
margin-left: 0;
}
.ui-accordion .ui-accordion-header {	
	font-size: 15px !important;
	line-height: 20px;	
}
	
}
/*------ faq_wrapper end -------*/
/*--------- mission_wrapper start ----*/
.mission_wrapper{
	padding:35px 0 0 0;
}
.mission_wrapper h2{
 color:#575757;
  margin-bottom:24px;
}
.mission_wrapper h2 span{
 font-weight:400;
  color:#575757;
}
.crux_mission{ 
background-color:#dfeff7;
padding:12px 0;
margin:0 0 35px 0;
}
.crux_mission h3 {
	font-size: 32px;
	line-height: 41px;
	color: #575757;
	font-weight: 400;
	margin-bottom:0;
}
.our_values_wrapper{
	margin:0 0 35px 0;
}
.our_values_wrapper h2 {
 color:#575757;
}
.our_values_wrapper h2 span{
	 font-weight:400;
	  color:#575757;
}
.our_values_wrapper_bottom{
}
.our_values_wrapper_bottom .img_block{
	text-align:center;
	margin-bottom:25px;
}
.our_values_wrapper_bottom .img_block img{
width:100%;
}

.our_values_wrapper_bottom .text_block{}
.our_values_wrapper_bottom .text_block h4{
	font-weight:400;
	color:#575757;
}
.our_values_wrapper_bottom .text_block h6{
	font-weight:500;
	color:#575757;
}
.our_values_wrapper_bottom .text_block p{
	font-weight:400;
	color:#575757;
	margin-bottom:16px;
}
.our_values_wrapper_bottom .text_block ul{
	list-style-type:none;
	padding:0;
	margin:0 0 22px 0;
}
.our_values_wrapper_bottom .text_block ul li{
	padding:0;
	margin:0 0 8px 0;
	font-weight:400;
	color:#575757;
}
.our_promise_wrapper{ margin:0 0 25px 0;}
.our_promise_wrapper h2 {
 color:#575757;
}
.our_promise_wrapper h2 span{
	 font-weight:400;
	  color:#575757;
}
.our_promise_wrapper_bottom{}
.our_promise_wrapper_bottom .img_block{
	text-align:center;
	margin-bottom:25px;
}
.our_promise_wrapper_bottom .img_block img{
width:100%;
}

.our_promise_wrapper_bottom .text_block{}
.our_promise_wrapper_bottom .text_block h4{
	font-weight:400;
	color:#575757;
}
.our_promise_wrapper_bottom .text_block  p{
	font-weight:400;
	color:#575757;
	margin-bottom:16px;
}
/*--------- mission_wrapper end ----*/
/*-------- certifications_wrapper start ------*/
.certifications_wrapper {
	padding:35px 0 0 0;
}
.certifications_wrapper h2{
 color:#575757;
 margin-bottom:24px;
}
.certifications_wrapper h2 span{
 font-weight:400;
  color:#575757;
}
.certifications_production{
	background-color:#dfeff7;
padding:12px 0;
margin:0 0 35px 0;
}
.certifications_production h3{  
	font-size: 32px;
	line-height: 41px;
	color: #575757;
	 font-weight:400;	
}
.certifications_production h4{
	color:#575757;
	font-size: 32px;
	line-height: 41px;
	color: #575757;
	margin-bottom:5px;
}

.iso_wrapper{ margin:0 0 35px 0;}
.iso_wrapper h4{
	color: #575757;
	font-weight:600;	
}
.iso_wrapper p {
	font-weight: 400;
	color: #575757;
	margin-bottom: 16px;
}
 
.certifications_wrapper .quality_section{ margin-bottom:20px;}
.certifications_wrapper .quality_section .row{
	align-items: center;
}
.certifications_wrapper .quality_section h4{
		color: #575757;
	font-weight:600;	

}
.certifications_wrapper .quality_section .img_block{
	margin:0 0 25px 0;
}
.certifications_wrapper .quality_section .text_block p{
	color: #575757;
}

/*---------- customers_wrapper start -------*/
.customers_wrapper{}

.customers_wrapper_top{ margin:0 0 35px 0;}
.customers_wrapper_top h2{
 color:#7c7a7a;
 margin-bottom:24px;
}
.customers_wrapper_top h2 span{
 font-weight:400;
  color:#7c7a7a;
}
.customers_wrapper_top p{
	color:#7c7a7a;
}
.customers_wrapper_bottom{}
.customers_wrapper_bottom h4{
	font-weight:600;
  color:#7c7a7a;
  margin-bottom:22px;
  text-align:center;
}
.customer_list_section{}
.customer_list_section .customer_list_header{
	/*background-color:#cee7f3;*/
	background-color:#0c3762;	
	padding:11px 8px;
	margin-bottom:27px;
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.customer_list_section .customer_list_header h5{
	font-weight:400;
 /* color:#7c7a7a;*/
  color:#fff;
  margin-bottom:0;
}

.customer_list_box ul{
	  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
  -webkit-column-count: 2;
  -ms-column-count:2;
  -o-column-count: 2;
  -moz-column-count: 2;
  -khtml-column-count: 2;
  column-count: 2;
}
.customer_list_box ul li{
padding: 0px;
display: inline-block;
width: 100%;
margin: 0 0 8px 0;
color:#7c7a7a;
font-size:16px;
 line-height:21px;
}
/*---------- customers_wrapper end -------*/
/*---------- testimonial_wrapper start -------*/
.testimonial_wrapper{
	padding:35px 0 0 0;
	margin:0;	
}

.testimonials_box_holder {
	margin: 0 0 30px 0;
}

.testimonials_box_holder .service-holder {
	background-color: #fff;
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.30);
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	position: relative;
	z-index: 1;
	padding: 12px 11px;
	min-height: 335px;
	margin: 0 10px;
}
.sevrice-text .rating_block {
	text-align: center;
	margin: 15px 0 16px 0;
}
.testimonial_rotator_star {
	margin: 0 3px 0 0;	
	width: 20px;
	height: 20px;
	color: #3fa3d1;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}
.testimonials_box_holder .service-holder .sevrice-text .testimonials_body {
	height: 205px;
	padding: 0 0 10px 0;
	display: block;
	width: 100%;
}
.testimonials_box_holder .service-holder .sevrice-text .testimonials_footer {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
}

.pagination_wrapper {
	text-align: center;
	padding: 15px 0 20px 0;
}
.pagination_wrapper .page-numbers {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pagination_wrapper .page-numbers li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
	text-align: center;
}
.pagination_wrapper .page-numbers li.current {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #0c3762;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;	
	color: #fff;
	box-shadow: -0.00px -1.00px 16px 2px rgba(153,154,154,0.36);
}
.pagination_wrapper .page-numbers li a {
	color: #0c0f4f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: 0 0;
	display: block;
	-webkit-transition: all .3ms ease;
	transition: all .3ms ease;
}
.pagination_wrapper .page-numbers li a:hover {
	text-decoration: none;
	background: #3fa3d1;
	color: #fff;
}

/*---------- testimonial_wrapper end -------*/
/*--------- product_category_wrapper start --------*/
.product_category_wrapper{ margin:0 0 15px 0;}
.product_category_boxs {
	/* border: 1px solid #dadee0; */
	margin: 0 0 25px 0;
	box-shadow: rgb(167 167 168 / 20%) 0px -1px 16px 2px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color:#dfdfdf;
}
.product_category_boxs .img_block {
	/*padding: 10px 0;*/
	padding: 0 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.product_category_boxs .img_block:after {
	position: absolute;
	left: 50%;
	bottom: -22px;
	content: "";
	height: 90px;
	width: 1200px;
	background: url(../images/23.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -66px;
	transform: translateX(-50%);
	z-index: 4;
}

.product_category_boxs .img_block .r_m_colom {
	/*background: rgba(16,180,299,0.6);*/
	background: rgba(25, 23, 26,0.8);
	color: #fff;
	font-weight: 400;
	padding: 10px 15px;
	margin: 0;	
	z-index: 4;
	overflow: hidden;
	left: 0;
	right: 0;
	position: absolute;
	top: 100%;
	display: inline-block;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product_category_boxs .img_block:hover .r_m_colom {
	transform: translate3d(0px, -100%, 0px);
}
.product_category_boxs  .r_m_colom .text_block {
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;*/
	padding: 12px 0 0 0;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	position:relative;
	z-index:2;
}
.product_category_boxs .r_m_colom .text_block h5 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px 0 !important;
	color: #3fa3d1 !important;
	width: 100%;
	text-align:left;
}
.product_category_boxs .r_m_colom .text_block ul{
	list-style-type:none;
	padding:0;
	margin:0;	
}
.product_category_boxs .r_m_colom .text_block ul li{
	padding:0;
	margin:0 0 2px 0;
	text-align:left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
}
.product_category_boxs .r_m_colom .text_block ul li a{
	padding:0;
	margin:0 0 2px 0;
	text-align:left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
}
.product_category_boxs .r_m_colom .text_block ul li a:hover{
	color: #3fa3d1;
}
.product_category_boxs .text_block {
	background-color: #3fa3d1;
	padding: 12px 10px;
}



.product_category_boxs .text_block h5{text-align:center;margin-bottom: 0px;}
.product_category_boxs .text_block h5 a{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	text-align:center;
	cursor: pointer;
	
}
.product_category_boxs:hover .text_block h5 a{ color:#0c3762;}
/*--------- product_category_wrapper end --------*/
/*--------- blog_wrapper start --------*/
.blog_wrapper{}

.blog-list-item {
	border: 1px solid rgba(182, 196, 225, 0.75);
	margin: 0 0 25px 0;
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blog-list-item .img_block { overflow:hidden;}
.blog-list-item .img_block img {
	height: 300px;
	/*object-fit: cover;*/
	object-position: center;
	width: 100%;	
	transition: all .5s ease;
}
.blog-list-item .img_block:hover img {
	transform: scale(1.1);
}
.blog-list-item .entry-content {
	padding: 10px 18px;
}
.entry-content .entry_content_header{}
.entry_content_header .entry_header_top {
	margin: 0 0 7px 0;
}
.entry_content_header .entry_header_top .author_img {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: top;
}
.entry_content_header .entry_header_top .author_img img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}
.entry_content_header .entry_header_top .author_right {
	display: inline-block;
	vertical-align: top;
}
.entry_content_header .entry_header_top .author_right a{ color:#0c3762;}
.entry_content_header .entry_header_top .author_right a:hover {
	color: #3fa3d1;
}
.entry_content_header .entry_header_top .author_right .post-meta-date {
	display: block;
}
.entry_header_bottom {
	border-top: 1px solid rgba(182, 196, 225, 0.75);
	border-bottom: 1px solid rgba(182, 196, 225, 0.75);
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
}
.entry_header_bottom .post_stats{
	display: inline-block;
	vertical-align: top;
}
.entry_header_bottom .post_stats a{
	color:#0c3762;
}
.entry_header_bottom .post_stats a:hover{
	color: #3fa3d1;
}
.entry_header_bottom .post_stats span {
	margin: 0 5px 0 0;
}
.blog-list-item .entry-content .post-content .entry-title {
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom:9px;
}
.blog-list-item .entry-content .post-content .entry-title a {
	color: #0c3762;
	font-weight: 600;	
}
.blog-list-item .entry-content .post-content p {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 7px;
	font-weight: 400;
	color: #4a5863;
}
.post-content .post-footer {
	margin: 8px 0 0 0;
	display: inline-block;
}
.post-content .post-footer .readmore {
	
	background-color: #fec228;
	padding: 9px 18px;
	font-size: 15px;
	line-height: 19px;
	color: #fff;	
	text-align: center;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	margin: 0 0 0 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	outline: none;
}
.post-content .post-footer .readmore:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #f3af02;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.post-content .post-footer .readmore:hover:after {
	width: 100%;
	z-index: -1;
}

.sidebar {
	position: relative;
	margin: 0;
}
.sidebar .widget_search {
	margin: 0 0 20px 0;
}
.widget_search form {
	position: relative;
}
#searchform .input-group {
	background: 0 0;
	position: relative;
}

#searchform .input-group .input-group-append {
	position: absolute;
	right: 0;
	top: 0;
}
#searchform .input-group .btn{
	background: 0 0;
}
.widget_search form .btn{
	background: 0 0;
	position: absolute;
	border: none;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	height: 54px;
	width: 70px;
	right: 0;
	top: 0;
}
#searchform .input-group input[type="text"] {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: 0 0;
	height: 49px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #ebebeb;
	width: 100%;
	position: relative;
}
.sidebar .widget-title {
	font-size: 22px;
	line-height:26px;	
	color:#575757;
	padding: 0 0 9px 0;
	margin-bottom: 15px;
	position: relative;
}
.sidebar .widget-title:before {
	background: #3fa3d1;
	content: "";
	left: 0;
	border-radius: 2px;
	width: 80px;
	height: 3px;
	position: absolute;
	bottom: 0;
}
.sidebar .w_border{
	padding: 20px 15px;
border: 2px dotted #ebebeb;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin:0 0 20px 0;
}
.sidebar .w_border ul{}

.sidebar .w_border ul li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 15px;
	
}
.sidebar .w_border ul li a{
	 color:#0c3762;
	 font-size:14px;
	 line-height:21px;
}
.sidebar .w_border ul li a:hover{ 
color:#3fa3d1;
}
.sidebar .w_border ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin-top: -5px;
	background: #d4d4d4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar .w_border ul li:hover:before {
	background: #000A61;
}
/*--------- blog_details_page start -----*/
.single-post .post-wrapper-hentry {	
	background-color: #FFFFFF !important;	
  border: 1px solid rgba(182, 196, 225, 0.75);
  margin: 0 0 25px 0;
  box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.single-post .post-wrapper-hentry .post-content-wrapper-single .entry-image-wrapper-single img{
	width:100%;
	object-fit: cover;
object-position: center;
transition: all .5s ease;
}

.single-post .post-wrapper-hentry .entry-data-wrapper{
	padding:25px 15px;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-header-wrapper{
	margin:0 0 20px 0;
}

.single-post .post-wrapper-hentry .entry-data-wrapper .entry-header h1.entry-title {
	color: #0c3762;
	font-size: 24px;	
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom:15px;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-meta {	
	border-top: 1px solid rgba(182, 196, 225, 0.75);
	border-bottom: 1px solid rgba(182, 196, 225, 0.75);
	padding: 6px 0 6px 0;
	margin: 5px 0 15px 0;
}
.entry-meta > span {
	display: inline-block;
	margin: 0 16px 0 0;	
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content h2{
	font-size: 20px;	
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom:15px;
}
.entry-author{	
	font-size: 16px;	
	line-height: 1.5;
	margin: 30px 0 0 0;
	padding: 15px;	
	position: relative;
	width: 100%;	
	background-color: #FFFFFF !important;
border: 1px solid rgba(182, 196, 225, 0.75);
margin: 0 0 25px 0;
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.entry-author .author-avatar {
	margin: 0;
	width: 90px;
	 padding:0;
	 display:inline-block;
}
.entry-author .author-heading {
	margin: 0;
	padding: 0 0;		
	display:inline-block;
}
.entry-author .author-heading .author-title {
	clear: none;
	font-size: 19px;	
	font-weight: 400;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
}
.entry-author .author-bio {
	margin:20px 0 0 0;	
	width: 100%;
}
.post-navigation {	
	font-size: 16px;	
	line-height: 1.5;
	margin: 30px 0 0 0;
	padding: 15px;	
	position: relative;
	width: 100%;	
	background-color: #FFFFFF !important;
border: 1px solid rgba(182, 196, 225, 0.75);
margin: 0 0 25px 0;
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.post-navigation .nav-links {
	display: flex;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
	width: 50%;
}
.post-navigation .nav-next {
	border-left: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 0 30px;
}
.single-post .post-navigation .meta-nav {
	color: #ff7e00;
}
.post-navigation .meta-nav {
	color: #208de5;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;	
}
.single-post .post-title {
	font-size: 15px;
	line-height: 1.7;
	word-wrap: break-word;	
	font-weight: 400;
	color: #3d3d3d;
}
/*--------- blog_details_page end -----*/
/*--------- blog_wrapper end --------*/
/*--------- faq_videos_wrapper start -------*/
.faq_videos_wrapper{
	padding:35px 0 0 0;
}
.faq_videos_wrapper_top{
	margin:0 0 35px 0;
}
.faq_videos_wrapper_top h2{ color:#535353; line-height:48px;}
.faq_videos_wrapper_top p{ color:#535353;}

.faq_videos_wrapper_middle{
	margin:0 0 35px 0;
}
.faq_videos_wrapper_middle h3{
	font-weight:500;
	margin:0 0 18px 0;
	color:#535353;
}
.faq_videos_holder{
	margin:15px 0 0 0;
}
.faq-video_boxs{
	background-color: #fff;
border: 1px solid rgba(182, 196, 225, 0.75);
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 0 25px 0;
}
.faq-video_boxs:hover {
	box-shadow: 0 4px 10px -2px rgba(0,0,0,.16);
}
.faq-video_boxs .c_embed_youtube_video{
	height:206px;
}
.faq-video_boxs .text_block{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;	
	text-align: center;
	text-decoration: none;

}
.faq-video_boxs .text_block h5{	
color: #3fa3d1;
	font-size: 18px;
	line-height: 24px;	
	font-weight: 500;
	text-align: center;
	margin-bottom:0;
}
.faq_videos_wrapper_bottom{}
.faq_videos_wrapper_bottom .link-block-10{
 background-color: #091c34;
/*border: 1px dashed rgba(12, 55, 98, 0.75);
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);*/
box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 0 25px 0;	
padding:15px;
min-height:200px;
position:relative;
overflow:hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.faq_videos_wrapper_bottom .link-block-10 .text_block{	
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
margin: 20px;
border: 2px solid rgba(255, 255, 255, 0.1);
overflow: hidden;
padding: 0 !important;
display: flex;
text-align: center;
flex-direction: column;
justify-content: center;
}
.faq_videos_wrapper_bottom .link-block-10 h4{ 
color:#fff;
font-weight:500;
}
.faq_videos_wrapper_bottom .link-block-10 p{color:#eee;}
.faq_videos_wrapper_bottom .link-block-10 a{ font-weight:500;}
.faq_videos_wrapper_bottom .link-block-10 a:hover{ color:#fff;}

.faq_videos_holder .button_row{
	margin-bottom:25px;
}
.faq_videos_holder .button_row a{
	margin: 0 2px 9px 0;
	padding:10px 20px;
}

/*--------- faq_videos_wrapper end -------*/
/*-------- owners_manuals_wrapper start -------*/
.owners_manuals_wrapper{
	padding:35px 0;
	margin:0 auto;
	max-width:1100px;
	
}
.owners_manuals_wrapper_top{ margin:0 0 16px 0;}
.owners_manuals_wrapper_top h2{ 
color:#535353;
font-weight: 600;
text-align: center;
}
.owners_manuals_wrapper_middle{ margin:0 0 16px 0;}
.owners_manuals_wrapper_top{ margin:0 0 16px 0;}
.owners_manuals_table .owners_manuals_table_row{
	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
 display: flex;
 /*  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(182, 196, 225, 0.75);

}
.owners_manuals_table .owners_manuals_table_row div{
	display:inline-block;
	text-align:left;
	padding:6px 5px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.owners_manuals_table .owners_manuals_table_row div.text_block{ 
width:94%;
}
.owners_manuals_table .owners_manuals_table_row div.text_block a{ 
color:#0c3762;
font-size:15px;
line-height:20px;
font-weight:400;
font-family: 'Roboto', sans-serif;
}
.owners_manuals_table .owners_manuals_table_row div.text_block a:hover{ color:#3fa3d1;}
.owners_manuals_table .owners_manuals_table_row img.pdf_icon{ width:30px;}
/*-------- owners_manuals_wrapper end -------*/

/*--------- 02-07-2022 start ------*/
/*--------- mega-menu start --------*/
.header-container #mega-menu-wrap-menu-1{ width:83%;}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	position: relative;
	padding: 10px 0;
	margin-right: 25px;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
color: #fff;
font-size: 15px;
/*line-height: 1.5;*/
font-weight: 600 !important;
font-family: 'Roboto', sans-serif;
padding: 0px;
text-transform: uppercase;
transition: 0.2s ease;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
color: #3fa3d1 !important;
}

.header-container .main-menu-more{ display:none;}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0;
	background: #768189 !important;
	border: 0;
	padding: 10px 0px 10px 0px;
	position: absolute;
	width: 100%;
	max-width: none;
	left: 0;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
	background: #333f48 !important;
	padding-bottom:8px !important;
	padding-top:2px !important;
}

.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-grid ul.mega-sub-menu  {
	/*background: #768189 !important;*/
	background: #333f48 !important;
	padding-bottom:22px !important;
	padding-top:4px !important;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-grid ul.mega-sub-menu ul li{
	border-right: 1px solid #e1e1e1;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-grid ul.mega-sub-menu ul li > ul.mega-sub-menu li.mega-topmenuheading a{ 
font-size:20px !important;
line-height:24px !important;
font-weight:700 !important;
/*pointer-events: none;*/
font-family: 'Roboto', sans-serif !important;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-grid ul.mega-sub-menu ul li ul li{
	border-right: none;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-grid ul.mega-sub-menu ul li:last-child{
	border-right: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #3fa3d1 !important;
	background: transparent !important;
}

.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 28px;
	
}

.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {	
	background: transparent !important;
	color: #fff !important;	
	font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Roboto', sans-serif;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: transparent !important;	
	color: #3fa3d1 !important;
}

.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu .mega-mobile-parent-nav-menu-item{ display:none !important;}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 3px 15px 3px 15px !important;
	width: 100%;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff !important;	
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;	
	text-transform: inherit !important;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	display: block;
	border: 0;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {	
	background: transparent !important;
	
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	background: transparent !important;
}
.header-container #mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {    
    background:transparent !important;
}
  
  
@media only screen and (min-width: 769px){
#mega-menu-wrap-menu-1 {
  background:transparent !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  background:transparent !important;
  color: #fff;
  font-weight: 600 !important;
  text-decoration: none;
  border-color: none !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: #3fa3d1 !important;
	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	 background: transparent !important;
}


}

@media (max-width:768px){	
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	background: #333f48 !important;
	padding: 10px !important;
	
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	position: absolute;
	z-index: 9999;
	width: 92vw;
	
	left: 0;
	right: 0;
	top:49px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #fff;
	background: transparent !important;
}

.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	position: relative;
	padding: 0px 0;
	margin-right: 0;
}
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {	
	position: static;
	
}
#mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {    
    background:transparent !important;
  }

}
@media only screen and (max-width: 768px) {
	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {   
    background: transparent !important;
  }
  
  
}
@media (max-width: 767px) {
.header-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-grid li#mega-menu-5805-0{
	width:100%;
	overflow-y: auto;
height: 280px;
padding-bottom:12px;
}
	
}

/*--------- mega-menu end --------*/
/*--------- 02-07-2022 end ------*/
/*--------- 04-07-2022 start ------*/
.project_gallery_wrapper{
	padding:35px 0 20px 0;
}
.gallery_wrapper_holder {
	margin: 15px 0 0 0;
}
.gallery_boxs {
	background-color: #fff;
	border: 1px solid rgba(182, 196, 225, 0.75);
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 25px 0;
}
.gallery_boxs .img_block {
	height: 360px;
	overflow:hidden;
	position:relative;
}
.gallery_boxs .img_block img{	
width: 100%;
height:100%;
object-fit: cover;
}
.gallery_boxs .img_block .y_video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	height: 56px;
	width: 80px;
	background: url(../images/youtube_play_video.png) no-repeat center center;
	margin: 0 auto;
}

.gallery_boxs .text_block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
/*	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
	justify-content: space-between;
	align-items: center;
	padding:10px;
}
.gallery_boxs .text_block .desp{
	width:100%;
}
.gallery_boxs .text_block .desp p {	
   font-size:12px;
   line-height:19px;
   color: #4a5863;
}
.gallery_boxs .text_block .desp p a{
	color: #4a5863;
   font-size:12px;
    line-height:19px;
}
.gallery_boxs .text_block .desp p a span{
	color:#3fa3d1;
}
.gallery_boxs .text_block .desp h6{
	
	color: #3fa3d1;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0;

}
.gallery_boxs .text_block .desp h6 a{color: #3fa3d1;}
.gallery_boxs .text_block .product_cat_logo img{ width:80px;}


.page-id-4903 .gallery_boxs .img_block {
	height: 425px;	
}
.page-id-4903 .gallery_boxs .text_block .desp h6 {
	margin-bottom: 4px;
}
.page-id-4903 .gallery_boxs .text_block .desp p {
	font-size: 14px;
	line-height: 19px;
	color: #4a5863;
	text-align: center;
}
/*--------- video_page start -----*/
.page-id-616 .gallery_boxs .img_block {
	height: 250px;	
}
/*--------- video_page end -----*/
/*--------- 04-07-2022 end ------*/
/*--------- 07-07-2022 start -----*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	text-align: center;
	color: #46b450;
}
/*------- new  pagination_wrapper start -------*/
.pagination_wrapper .wp-pagenavi a {
	
	color: #0c0f4f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	line-height: 26px;
	background: 0 0;
	display: inline-block;
	-webkit-transition: all .3ms ease;
	transition: all .3ms ease;
border:none !important;
}
.pagination_wrapper .wp-pagenavi span.current {
	width: 34px;
	height: 34px;
	line-height: 26px;
	background: #0c3762;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	box-shadow: -0.00px -1.00px 16px 2px rgba(153,154,154,0.36);
	border:none !important;
	display: inline-block;
}
.pagination_wrapper .wp-pagenavi a.last {
	color: #0c0f4f;
	width: auto;
	height: auto;
	border: none !important;
	display: inline-block;
	border-radius:0;
}
.pagination_wrapper .wp-pagenavi a.last:hover {
	background:transparent;
	color:#3fa3d1;
}
.pagination_wrapper .wp-pagenavi a.first{
	color: #0c0f4f;
	width: auto;
	height: auto;
	border: none !important;
	display: inline-block;
	border-radius:0;
}
.pagination_wrapper .wp-pagenavi a.first:hover {
	background:transparent;
	color:#3fa3d1;
}
.pagination_wrapper .wp-pagenavi span.pages {
	color: #0c0f4f;
	width: auto;
	height: auto;
	border: none !important;
	display: inline-block;
	border-radius: inherit;
}
.pagination_wrapper .wp-pagenavi span{
	border:none !important;
	display: inline-block;
}
.pagination_wrapper .wp-pagenavi a:hover {
text-decoration: none;
	background: #3fa3d1;
	color: #fff;
}

/*------- new  pagination_wrapper end -------*/
/*--------- 07-07-2022 end -----*/
/*--------- 08-07-2022 start -------*/
.simple-sitemap-container h3.post-type{	
	background-color: #0c3762;
	padding: 6px 7px;	
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:21px;
	 line-height:26px;
	font-weight: 400;
color: #fff;
margin-bottom: 22px;
}
.simple-sitemap-container .simple-sitemap-wrap h3.term-tag{	
background-color: #0c3762;
	padding: 6px 7px;	
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:21px;
	 line-height:26px;
	font-weight: 400;
color: #fff;
margin-bottom: 22px;
}

.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-page{
	list-style-type: none;
padding: 0;
margin: 0 0 15px 18px;
-webkit-column-count: 3;
-ms-column-count: 3;
-o-column-count: 3;
-moz-column-count: 3;
-khtml-column-count: 3;
column-count: 3;
}
.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-page li{
display: inline-block;
width: 100%;
margin: 0 0 6px 0;
padding:0;
}
.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-page li a{
	color:#0c3762;
}
.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-page li a:hover{
	color:#3fa3d1;
}
.simple-sitemap-container .simple-sitemap-wrap.our-customers{ display:none;}
.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-post{
	list-style-type: none;
padding: 0;
margin: 0 0 15px 18px;
-webkit-column-count: 3;
-ms-column-count: 3;
-o-column-count: 3;
-moz-column-count: 3;
-khtml-column-count: 3;
column-count: 3;
}

.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-post li{
display: inline-block;
width: 100%;
margin: 0 0 6px 0;
padding:0;
}

.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-post li a{
	color:#0c3762;
}

.simple-sitemap-container .simple-sitemap-wrap .simple-sitemap-post li a:hover{
	color:#3fa3d1;
}
/*--------- 08-07-2022 end -------*/
/*--------- 09-07-2022 start -----*/
.search_result_wrapper{
	padding:35px 0;
	margin:0;
}
.search_result_section{
	margin:18px 0 0 0;
}
.search_result_row{
	border-bottom:1px solid rgb(204, 204, 204);
	padding:15px 10px;
	margin-bottom:25px;
	position: relative;	
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-start;
}
.search_result_row .item-media {
	width: 110px;
	height: 110px;
	/*position: absolute;
	left: 0px;
	top: 2px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dddddd;
text-align: center;
background-color: #fff;
box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);
margin-bottom:12px;
padding:5px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
.search_result_row .desc-wrap{
	/*padding-left: 121px;	*/
	padding:0 10px;
	width:90%;
}
.search_result_row .desc-wrap h3{
	font-size:24px;
	line-height:29px;
 font-weight:400;
 margin-bottom:7px;
}
.search_result_row .small_desc{}
.search_result_row .small_desc p{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 8px;
	font-weight: 400;
	color: #4a5863;
}
.search_result_row .small_desc p a{
	color: #3fa3d1;
}
/*--------- 09-07-2022 end -----*/
/*------- product_details page start ---*/
.accordion4 .ui-accordion-content ul{ 
margin-bottom:22px; 
margin-left:10px;
padding:0;
list-style-type: disc;
}
.accordion4 .ui-accordion-content ul li{
font-size: 14px;
color: #666666;
line-height: 20px;
margin-bottom:5px;
margin-left:10px;
font-family: 'Roboto', sans-serif;
}
.accordion4 .ui-accordion-content ul li a{
color: #666666;
font-size: 14px;
color: #38a0cd;
line-height: 19px;
font-family: 'Roboto', sans-serif;
}
.accordion4 .ui-accordion-content ol{ 
margin-bottom:22px;
margin-left:12px;
padding:0;
list-style-type: disc;
font-family: 'Roboto', sans-serif;
}
.accordion4 .ui-accordion-content ol li{
font-size: 14px;
color: #666666;
line-height: 19px;
margin-bottom:5px;
font-family: 'Roboto', sans-serif;
}
.accordion4 .ui-accordion-content ol li a{
font-size: 14px;
color: #38a0cd;
line-height: 19px;
font-family: 'Roboto', sans-serif;	
}
.accordion4 .ui-accordion-content p {
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.accordion4 .ui-accordion-content p b{
	font-weight: 600;	
}
.accordion4 .ui-accordion-content p strong{
	font-weight: 600;	
}
.accordion4 .ui-accordion-content table{ 
table-layout: fixed;
width: 100%;
border: 1px solid rgb(204, 204, 204); 
	border-bottom: none;
	border-right: none;
	margin-bottom:0px;
}
.accordion4 .ui-accordion-content table tr:nth-child(2n+1) {
	background-color: #eee;
}
.accordion4 .ui-accordion-content table tbody td {
	border-bottom: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
}
.accordion4 .ui-accordion-content table tbody td{
	word-wrap: break-word;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 8px 5px;	
}
.accordion4 .ui-accordion-content .product_categories_section_bottom{ padding:0;}
.accordion4 .ui-accordion-content .product_categories_section_bottom .row {
	 margin-right: -3px; 
	margin-left: -3px; 
}
.accordion4 .ui-accordion-content .row {
	 margin-right: -3px; 
	margin-left: -3px; 
}
.accordion4 .ui-accordion-content .mainresoursesub .img_block{
	  height: 300px;
  width: 300px;
  object-fit: cover;
  box-shadow: rgb(167 167 168 / 20%) 0px -1px 16px 2px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding:5px;
  margin:0 0 15px 0;
  overflow:hidden;
}
.accordion4 .ui-accordion-content .mainresoursesub .img_block img{	
	width:100%;
	height:100%;
}
.accordion4 .ui-accordion-content .product_categories_section_bottom .product_box .text_block {
	min-height: 70px;
}



.commentproducts{
	max-width:1100px;
	margin:20px auto 35px auto;
	background-color: #FFFFFF !important;
border: 1px solid rgba(182, 196, 225, 0.75);
padding:12px 15px;
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.commentproducts .comments-area .comments-title-wrap .comments-title{
	text-align:center;
}

.commentproducts .comments-area .comments-title-wrap .discussion-meta .discussion-avatar-list{
	margin:0 0 18px 0;
	 display:none;
}
.commentproducts .comments-area .comments-title-wrap .discussion-meta .discussion-avatar-list li{
	display:inline-block;
	margin:5px 2px;
	border: 1px solid rgba(182, 196, 225, 0.75);
padding:4px;
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.commentproducts .comments-area .comments-title-wrap .discussion-meta  .discussion-meta-info span{	
	display: inline-block;
	vertical-align: top;
}

.commentproducts .comments-area .comment-list{ 
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
}
.commentproducts .comments-area .comment-list .comment-reply{
	margin:0 0 10px 0;
}
.commentproducts .comments-area .comment-list li article{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
margin-right:auto;
margin-top: auto;
margin-bottom: 24px;
margin-left: 0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: #d3e9f5;
padding: 10px 15px;
position: relative;
font-size: 12px;
line-height: 16px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
color: #000;
width: 60%;

}
.commentproducts .comments-area .comment-list li article footer.comment-meta {
	margin:0 8px 0 0;
}
.commentproducts .comments-area .comment-list li article .comment-meta .comment-author .fn{
	display:block;
	margin:6px 0;
}
.commentproducts .comments-area .comment-list li article .comment-content{ width:80%;}
.commentproducts .comments-area .comment-list li article .comment-content p {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.commentproducts .comments-area .comment-list li .children{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-flex-pack: end ;
justify-content: flex-end ;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #d5f1e8;
	padding: 10px 15px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000;
	width: 60%;
	margin-left:auto;
	margin-right:0px;
	margin-bottom:24px;

}
.commentproducts .comments-area .comment-list li .children li{
	width:100%;
}
.commentproducts .comments-area .comment-list li .children li.alt article {
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
	background-color: transparent;
	color: #000;
	width: 100%;
	padding: 0;
	margin: 0;
}
.commentproducts .comments-area .comment-list li .children li.alt article footer.comment-meta{ 
width:85px;
display:inline-block;
}
.commentproducts .comments-area .comment-list li .children li.alt article .comment-content {
  width: 80%;
  display:inline-block;
}

@media (max-width: 767px) {
.commentproducts .comments-area .comment-list li article {	
	width: 90%;
}
.commentproducts .comments-area .comment-list li .children {	
	width: 90%;	
}

}
.commentproducts .comments-area .comment-respond{
	margin:10px 0 0 0;
}
.commentproducts .comments-area .comment-respond .comment-reply-title {	
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 15px 0;
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.commentproducts .comments-area .comment-respond .comment-reply-title small{
	float:right;
	font-size: 14px;
}
.commentproducts .comments-area .comment-respond label{
	width:100%;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom:6px;
}
.commentproducts .comments-area .comment-respond label .required{ color:#F00;}

.commentproducts .comments-area .comment-respond input[type=text],
.commentproducts .comments-area .comment-respond input[type=url],
.commentproducts .comments-area .comment-respond input[type=email]{
	
	display: block;
	width: 100%;
	padding: 9px .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
	background-clip: padding-box;
	border: 1px solid #8a8a8a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.commentproducts .comments-area .comment-respond textarea{
	height: 120px;
resize: none;
border: 1px solid #8a8a8a;
padding: 12px 10px;
color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
	display: block;
	width: 100%;
}
.commentproducts .comments-area .comment-respond .submit {
	background: #3fa3d1;
	color: #fff;
	height: 35px;
	border-radius: 0;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	width: 100%;
	font-weight: 400;
	outline: none;
	border: none;
	cursor:pointer;
}
.commentproducts .comments-area .comment-respond .submit:hover {	
	background-color: #04567b;
	color: #fff;
}
.commentproducts .comments-area .comment-respond .comment-form-cookies-consent input[type="checkbox"] {
	display: inline-block;
	vertical-align:top;
	margin-top: 2px;
}
.commentproducts .comments-area .comment-respond .comment-form-cookies-consent label{
	display: inline-block;
	width: 80%;
	vertical-align:top;
}
.commentproducts .comments-area .comment-form-flex .comments-title{
	text-align:center;
	display:none; /*----- 16-07-2022-----*/
}
/*----- 16-07-2022-----*/
.depth-1 {
   display: none;          
 }
  
#load {
    font-size: 15px;
	line-height:20px;
    color: #f00;
}
/*----- 16-07-2022 end -----*/
/*------- product_details page end -------*/
/*------- 14-07-2022 start ------*/
.product_details_wrapper_top .product_summary_wraper .successmailsentmsg{
	font-size:16px;
	line-height:21px;
	font-weight:600;
	color:#00a304;
	margin-bottom:10px;
}

/*------- 14-07-2022 end ------*/
/*------- 16-07-2022 start ----*/
.category_name_row { margin-bottom:18px;}
.category_name_row ul{ 
list-style: none;
width: 100%;
display: inline-block;
text-align: center;
margin: 6px 0 0 0;
/*white-space: nowrap;
  overflow: auto;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  -moz-column-count: 3;
  -khtml-column-count: 3;
  column-count: 3;*/
}
.category_name_row ul li {
	display: inline-block;
	white-space: nowrap;	
	margin: 0 3px 18px 2px;
	
}
.category_name_row ul li a{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background: #3fa3d1;
	padding: 8px 16px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	text-align: center;	
	
}
.category_name_row ul li a:hover{
background: #123e60 ;
}

@media (max-width: 767px){
.category_name_row ul {
  white-space: nowrap;
  overflow: auto;
  padding: 0 0 12px 0;
}
.category_name_row ul li {
	display: inline-block;	
	margin: 8px 3px 8px 2px;
}

}
