@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
}
a {
	color: #123960;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #e44c17;
	text-decoration: underline;
}
hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
p {
	margin: 0;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	max-width: 1250px;
	padding: 0;
	margin: 0px auto;
}
#topBar {
	float: left;
	width: 100%;
	padding: 11px 0;
	background-color: #e44c17;
}
#topBar ul {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#topBar ul li {
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
}
#topBar ul li:before {
	content: "\f13e";
	font-family: "Material Design Icons";
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
#topBar ul li.address {
	flex: 1;
	margin-right: auto;
}
#topBar ul li.address::before {
	content:'\F34E';
}
#topBar ul li.phone::before {
	content: '\F3F6';
}
#topBar ul li.email::before {
	content:'\F1EE';
}
#topBar ul li a {	 
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#topBar ul li a:hover {
	color: #123960;
	text-decoration: none;
}
#header * {
	transition: all 0.3s ease-in-out;
}
#header {
	float: left;
	width: 100%;
	position: sticky;
	top: 0;
	padding: 15px 0;
	background-color: #ffffff;
	z-index: 3;
}
#header .logo {
	float: left;
	width: 325px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .top_right {
	float: right;
	width: calc(100% - 325px);
}
/*----start sticky----*/
#header.sticky {    
	padding: 10px 0;	
	box-shadow: 0px 6px 6px rgb(0 0 0 / 6%);	
}
#header.sticky .logo {
	width: 250px;
}
#header.sticky .top_right {
	width: calc(100% - 250px);
}
#header.sticky #mainNav {
	padding: 20px 0;
}
#header.sticky #mainNav ul.menu li a {
	font-size: 16px;
}
/*----end stiky----*/
#header #mainNav {
	float: right;
	width: auto;
	padding: 27px 0;
}
#header #mainNav ul.menu {
	float: right;
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header #mainNav ul.menu li {
	display: inline-block;
	width: auto;
	margin: 0 20px;
	position: relative;
}
#header #mainNav ul.menu li:first-child {
	margin-left: 0;
}
#header #mainNav ul.menu li:last-child {
	margin-right: 0;
}
#header #mainNav ul.menu li a {
	position: relative;
	display: block;
	padding-bottom: 10px;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#header #mainNav ul.menu li a::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 50%;
	height: 2px;
	background: #123960;
	content: '';
	opacity: 0;
}
#header #mainNav ul.menu > li > a:hover,
#header #mainNav ul.menu > li > a:hover::before,
#header #mainNav ul.menu > li.current_page_item > a,
#header #mainNav ul.menu > li.current_page_item > a::before,
#header #mainNav ul.menu > li.current-menu-parent > a,
#header #mainNav ul.menu > li.current-menu-parent > a::before  {
	color: #123960;
	opacity: 1;
}
#header #mainNav ul.menu li.menu-item-has-children a {
	padding-right: 20px;
}
#header #mainNav ul.menu li.menu-item-has-children > a:after {
	content: "\f140";
	font-family: "Material Design Icons";
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
#header #mainNav ul li a svg {
	display: none;
}
#header #mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
#header #mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background-color: #123960;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
#header #mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
#header #mainNav ul.menu li ul.sub-menu li a {
	padding: 10px 12px;
	border-radius: 0px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
}
#header #mainNav ul.menu li ul.sub-menu li a:hover,
#header #mainNav ul.menu li ul.sub-menu li:hover > a,
#header #mainNav ul.menu li ul.sub-menu li.current-menu-item a {
	background-color: #e44c17;
	color: #ffffff;
	text-decoration: none;
}
#header #mainNav ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f125";
	right: 10px;
}
#header #mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
#header #mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.mobile_menu {
	display: none;
}

#slider {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
rs-slide:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.40);
	width: 100%;
	height: 100%;    
	top: 0;
	left: 0;
}
#slider .caption {
	position: absolute;
	width: 30%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;	
}
#slider .caption h1 {
	margin: 0 0 10px 0;
	font-size: 42px;
	color: #ffffff;
	font-weight: 700;
	line-height: 52px;
	text-transform: uppercase;
}
#slider .caption p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}
#slider .caption .learn_btn {
	display: inline-block;
	padding: 15px 45px;
	background-color: #e44c17;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#slider .caption .learn_btn:hover {
	background-color: #123960;
}
#slider .owl-theme .owl-nav button.owl-prev {
	left: 60px;
}
#slider .owl-theme .owl-nav button.owl-next {
	right: 60px;
}
#slider .owl-carousel .owl-item {
	overflow: hidden;
}
/*mobile navigation button */
#slider .owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 25px;
}
#slider .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #00ccff;
	margin: 0 3px;
	border: 0px solid #00ccff;
}
#slider .owl-theme .owl-dots .owl-dot.active span, 
#slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #e44c17;
}

#middle {
	float: left;
	width: 100%;
}
#aboutSection {
	padding-top: 40px;
	padding-bottom: 40px;
}
#aboutSection .about_image {
	position: relative;
	padding-bottom: 70px;
	z-index: 1;
}
#aboutSection .about_image:after {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 35px;
	right: 20px;
	z-index: -3;
}
#aboutSection .about_image img {
	max-width: 100%;
	height: auto;
	/*border-radius: 5px;*/
}
#aboutSection .about_cont {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}
#aboutSection .about_cont h6 {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
}
#aboutSection .about_cont h2 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	color: #123960;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
#aboutSection .about_cont h2:after {
	position: absolute;
	content: '';
	background-color: #e44c17;
	width: 70px;
	height: 3px;
	left: 0;
	bottom: 0;
}
#aboutSection .about_cont p {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 26px;
}
#aboutSection .about_cont .read_more {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	background-color: #123960;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
}
#aboutSection .about_cont .read_more:hover {
	background: #e44c17;
}
#aboutSection .about_cont .read_more::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e44c17;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
#aboutSection .about_cont .read_more:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
#ourProducts {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#ourProducts:before {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	right: 325px;
	top: 125px;
	z-index: -2;
}
#ourProducts:after {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 55px;
	left: 325px;
	z-index: -2;
}
#ourProducts h2 {
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	color: #123960;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
#ourProducts h2:after {
	position: absolute;
	content: '';
	background-color: #e44c17;
	width: 70px;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right:0;
	bottom: 0;
}
#ourProducts .product_cont {
	float: left;
	position: relative;
	width: 100%;
	padding: 50px 30px;
	margin-bottom: 145px;
	background-color: #fccd9d;
}
#ourProducts .product_cont.light-blue {
	background-color: #c5f8ff;
}
#ourProducts .product_cont.blue {
	background-color: #b9d5ff;
}

.product_cont .product_box {
	position: relative;
	float: left;
	width: 60%;
}
#ourProducts .product_cont.three-clm {
	margin-bottom: 30px;
}
.product_cont.three-clm .product_box {
	width: 100%;
	margin-top: 120px;
}
.product_cont.three-clm .product_img {
	top: -75px;
	right: auto;
	bottom: auto;
}
.product_cont .product_box h3 {
	min-height: 200px;
	margin: 0 0 10px 0;
	font-size: 35px;
	color: #123960;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.product_cont .product_box p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 26px;	
}
.product_cont .product_box .arrow {
	display: inline-block;
	padding: 8px 13px;
	border-radius: 8px;
	background-color: #123960;
	font-size: 0px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.product_cont .product_box .arrow i {
	font-size: 35px;
	line-height: 40px;
}
.product_cont .product_box .arrow:hover {
	background-color: #e44c17;
}
.product_cont .product_img {	
	position: absolute;
	right: 0;
	bottom: -25px;
}
.product_cont .product_img img {
	width: 100%;
	height: auto;
}
#chooseSection {
	position: relative;
	padding-top: 60px;
	padding-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
#chooseSection:after {
	position: absolute;
	content: "";
	background-color: rgba(18, 57, 96, 0.90);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
#chooseSection h2 {
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	color: #ffffff;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
#chooseSection h2:after {
	position: absolute;
	content: '';
	background-color: #e44c17;
	width: 70px;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}
#chooseSection .choose_box {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 85px;
}
#chooseSection .choose_box .choose_icon {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#chooseSection .choose_box .choose_icon img {
	max-width: 100%;
	height: auto;
}
#chooseSection .choose_box h3 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #ffffff;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;	
}
#chooseSection .choose_box p {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;	
}
#visionMissionSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
#visionMissionSec .visionMissionBox {
	position: relative;
	display: flex;
	gap: 30px;
}
#visionMissionSec .visionMissionBox:before {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: -20px;
	right: -30px;
	z-index: -2;
}
#visionMissionSec .visionMissionBox:after {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: -20px;
	left: -30px;
	z-index: -2;
}
#visionMissionSec .visionMissionBox .item {
	width: 100%;
	padding: 30px 30px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(236,236,236,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(236,236,236,1);
	box-shadow: 0px 5px 0px 0px rgba(236,236,236,1);
}
#visionMissionSec .visionMissionBox .item h2 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	color: #123960;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
#visionMissionSec .visionMissionBox .item h2:after {
	position: absolute;
	content: '';
	background-color: #e44c17;
	width: 70px;
	height: 3px;
	left: 0;
	bottom: 0;
}
#visionMissionSec .visionMissionBox .item p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #525252;
	font-weight: 400;
	line-height: 28px;	
}
#visionMissionSec .visionMissionBox .item p:last-child {
	margin-bottom: 0;
}
#testimonialSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
}
#testimonialSec h2 {
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	color: #123960;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
#testimonialSec h2:after {
	position: absolute;
	content: '';
	background-color: #e44c17;
	width: 70px;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}
#testimonialSec .testimonial_box {
	position: relative;
	float: left;
	width: 100%;
	margin: 30px 0;
	padding: 40px 30px 40px 100px;
	background: #ffffff;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(236,236,236,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(236,236,236,1);
	box-shadow: 0px 5px 0px 0px rgba(236,236,236,1);
	z-index: 1;
}
#testimonialSec .testimonial_box:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 37px;
	background-image: url(../images/quote-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 45px;
	left: 30px;
}
#testimonialSec .testimonial_box p {
	min-height: 195px;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #525252;
	font-weight: 400;
	line-height: 28px;	
}
#testimonialSec .testimonial_box h4 {
	margin: 0;
	font-size: 22px;
	color: #123960;
	font-weight: 700;
	line-height: 28px;
}
#testimonialSec .testimonial.owl-carousel .owl-stage-outer {
	padding: 0 0 50px 0;
}
#testimonialSec .testimonial.owl-carousel:before {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 10px;
	right: -30px;
	z-index: -2;
}
#testimonialSec .testimonial.owl-carousel:after {
	position: absolute;
	content: '';
	width: 212px;
	height: 107px;
	background-image: url(../images/before_after-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 20px;
	left: -35px;
	z-index: -2;
}
#testimonialSec .testimonial.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	background: #00ccff;
	margin: 0 3px;
	border: 0px solid #00ccff;
}
#testimonialSec .testimonial.owl-theme .owl-dots .owl-dot.active span, 
#testimonialSec .testimonial.owl-theme .owl-dots .owl-dot:hover span {
	background: #e44c17;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #123960;
}
#footer .whatsapp {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	border-radius: 50%;
	font-size: 35px;
	color: #ffffff;
	line-height: 58px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
	right: 165px;
	top: -30px;
}
.footerSection {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footerSection h5 {
	position: relative;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	font-size: 22px;
	color: #00ccff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}
.footerSection h5:after {
	position: absolute;
	content: '';
	background-color: #00ccff;
	width: 30px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.footerSection .ftr_logo {
	display: inline-block;
}
.footerSection .ftr_logo img {
	max-width: 100%;
	height: auto;
}
.footerSection .ftr_logo ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 50px 0 0 0;
	list-style-type: none;
}
.footerSection .ftr_logo ul li {
	float: left;
	width: auto;
	padding: 0 10px 0 0;
}
.footerSection .ftr_logo ul li a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.footerSection .ftr_logo ul li a:hover {
	border: 1px solid #e44c17;
	color: #e44c17;
}
.footerSection .ftr_menu {
	display: inline-block;
}
.footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerSection .ftr_menu ul li {
	display: inline-block;
	width: 100%;
	padding: 0 0 10px 0;		
}
.footerSection .ftr_menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footerSection .ftr_menu ul li a:hover {
	color: #e44c17;
}
.footerSection .ftr_contact {
	display: inline-block;
}
.footerSection .ftr_contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerSection .ftr_contact ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0px 10px 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
.footerSection .ftr_contact ul li:before {
	position: absolute;
	content: "";
	font-family: "Material Design Icons";
	font-size: 16px;
	color: #ffffff;
	left: 0px;
	top: 0;
}
.footerSection .ftr_contact ul li.address::before {
	content:'\F34E';
}
.footerSection .ftr_contact ul li.phone::before {
	content:'\F3F6';
}
.footerSection .ftr_contact ul li.email::before {
	content:'\F1EE';
}
.footerSection .ftr_contact ul li a {	 
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footerSection .ftr_contact ul li a:hover {
	color:#e44c17;
}
.footerBottom {
	float: left;
	width: 100%;
	padding: 18px 0;
	background-color: #e44c17;
}
.footerBottom .copyright {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}


/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; color: #dc3232; }
body span.wpcf7-not-valid-tip { position: absolute; top: 2px; right: 3px; font-size: 12px; color: #dc3232; line-height: normal; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #dc3232 !important; }


/*----------------- GLightbox Design -----------------*/
#glightbox-body .goverlay {
	background: rgb(228 76 23 / 75%);
}
#glightbox-body .gslide-media {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#glightbox-body .gslide-image img {
	max-width: 100vw;
	max-height: 75dvh;
}
#glightbox-body .gclose {
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #ffffff;
	border-radius: 100%;
	opacity: 1;
}
#glightbox-body .gclose:hover {
	background-color: #f2f2f2;
}
#glightbox-body .gclose svg {
	width: 16px;
}
#glightbox-body .gclose path {
	fill: #000000;
}
#glightbox-body .gprev,
#glightbox-body .gnext {
	width: 48px;
	height: 48px;
	padding: 0;
	background-color: #ffffff;
	border-radius: 100%;
}
#glightbox-body .gprev:hover,
#glightbox-body .gnext:hover {
	background-color: #f2f2f2;
}
#glightbox-body .gprev svg,
#glightbox-body .gnext svg {
	width: 18px;
}
#glightbox-body .gprev path,
#glightbox-body .gnext path {
	fill: #000000;
}


/*------------- Inner Pages -------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright {float: right;max-width: 100%; height: auto; margin: 0 0 20px 20px; border-radius: 5px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; border-radius: 5px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; border-radius: 5px; }

#innerBanner {
	position: relative;
	float: left;
	width: 100%;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#innerBanner:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#innerBanner .container {
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
}
#innerBanner .caption {
	width: auto;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}
#innerBanner .caption h1 {
	margin: 0 0 10px 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}
#innerBanner .caption .breadcrumb {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-radius: 0px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
#innerBanner .caption .breadcrumb a {	
	color: #ffffff;
	text-decoration: none;	
	transition: all 0.3s ease-in-out;
}
#innerBanner .caption .breadcrumb a:hover {
	color: #dd1c17;
}

.innerSection {
	padding-top: 50px;
	padding-bottom: 50px;
}
.innerSection h2 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 40px;
	color: #123960;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}
.innerSection h2:after {
	position: absolute;
	content: '';
	background-color: #e44c17;
	width: 70px;
	height: 3px;
	left: 0;
	bottom: 0;
}
.innerSection h3 {
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #123960;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}
.innerSection h4 {
	margin: 0 0 10px 0;
	font-size: 23px;
	color: #123960;
	font-weight: 700;
	line-height: 28px;
}
.innerSection h5 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #123960;
	font-weight: 700;
	line-height: 23px;
}
.innerSection p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: 26px;
}
.innerSection p:last-child {
	margin-bottom: 0;
}
.innerSection ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.innerSection ul:last-child {
	margin-bottom: 0;
}
.innerSection ul li {
	position: relative;
	margin: 0 0 7px 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: 23px;
}
.innerSection ul li:last-child {
	margin-bottom: 0;
}
.innerSection ul li:before {
	content: '\f5e0';
	font-family: "Material Design Icons";
	font-size: 18px;
	color: #123960;
	position: absolute;
	top: 0;
	left: 0;
}
.innerSection ol {
    counter-reset: li;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 1.7em;
}
.innerSection ol:last-child {
	margin-bottom: 0;
}
.innerSection ol li {
    counter-increment: li;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
    line-height: 23px;
}
.innerSection ol li:last-child {
    margin-bottom: 0;
}
.innerSection ol li::before {
    content: "." counter(li);
    display: inline-block;
    width: 1.2em;
    margin-left: -1.7em;
    margin-right: 0.5em;
    color: #123960;
	font-weight: 600;
    text-align: right;
    direction: rtl;
}
.innerSection img.category-image {
	width: 100%;
	height: auto;	
	border-radius: 5px;
}

.search .search-form label {
	font-size: 17px;
	color: #424242;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------- Product Page -------------*/
.product_cont {
	float: left;
	width: 100%;
}
.product_cont .item {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.product_cont .item img {
	max-width: 100%;
	height: auto;
}
.product_cont .content {
	position: absolute;
	width: 100%;
	padding: 12px 20px;
	background-color: #123960;
	bottom: 0;
}
.product_cont .content h3 {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 25px;
	color: #ffffff;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.product_cont .content .learn_btn {
	display: inline-block;
	position: absolute;
	right: 15px;
	font-size: 0px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.product_cont .content .learn_btn i {
	font-size: 25px;
	line-height: 35px;
}

/*------------- Product listing Page -------------*/
.product-items {
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.product-items .product-image {
	display: block;
	border: 3px solid #b9d5ff;
}
.product-items .product-image img {
	max-width: 100%;
	height: auto;
}
.product-items .product-cont {
	flex: 1;
	display: flex;
    flex-direction: column;
	padding: 20px 15px;
	background-color: #b9d5ff;
}
.product-items .product-cont h4.entry-title {
	flex: 1;
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #123960;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.product-items .product-cont h4.entry-title a {
	color: #123960;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.product-items .product-cont h4.entry-title a:hover {
	color: #e44c17;
}
.product-items .product-cont .read_btn {
	position: relative;
	display: inline-block;
	width: max-content;
	padding: 12px 15px;
	background-color: #123960;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
}
.product-items .product-cont .read_btn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e44c17;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.product-items .product-cont .read_btn:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.pagination {
	display: flex;
	justify-content: flex-start;
}
.pagination ul {
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	padding: 0 !important;
	font-size: 16px;
	color: #123960;
	font-weight: 400;
	line-height: normal;
}
.pagination ul li:before {
	display: none;
}
.pagination ul li a,
.pagination ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 40px;
	padding: 5px 5px;
	border: 1px solid #123960;
	background: transparent;
	border-radius: 5px;
	color: #123960;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.pagination ul li a:hover {
	border-color: #e44333;
	background: #e44333;
	color: #ffffff;
	text-decoration: none;
}
.pagination ul li.active .current {
	border-color: #123960;
	background: #123960;
	color: #ffffff;
}
.pagination ul li .prev,
.pagination ul li .next {
	padding-right: 17px;
	padding-left: 17px;
}

/*------------- Products Detail Page -------------*/
.productsDetail {
	display: flex;
	flex-direction: column;
}
.productsDetail .items {
	display: flex;
	gap: 30px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #c7c7c7;
}
.productsDetail .items:nth-child(even) {
	flex-direction: row-reverse;
}
.productsDetail .items:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.productsDetail .items .content {
	width: 100%;
}
.productsDetail .items .images {
	width: 100%;
	max-width: 470px;
}
.productsDetail .items .images .product-slider {
	padding: 4px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.productsDetail .items .images .product-slider .owl-stage {
	display: flex;
}
.productsDetail .items .images .product-slider .owl-item {
	flex-shrink: 0;
}
.productsDetail .items .images .product-slider .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productsDetail .items .images .product-slider .owl-nav {
	position: absolute;
	margin-top: -15px;
}
.productsDetail .items .images .product-slider .owl-nav [class*=owl-] {
	width: 30px;
	height: 30px;
	background: #ddd;
	font-size: 27px;
	color: #282828;
}
.productsDetail .items .images .product-slider .owl-nav .owl-prev {
	border-radius: 0 4px 4px 0;
}
.productsDetail .items .images .product-slider .owl-nav .owl-next {
	border-radius: 4px 0 0 4px;
}
.productsGallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}
.productsGallery .item {
	width: calc(20% - 16px);
	padding: 4px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.productsGallery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*------------- Contact Page -------------*/
.contact_form {
	float: left;
	width: 100%;
}
.contact_form .form-group {
	margin-bottom: 20px;
}
.contact_form .form-group .form-control {
	display: inline-block;
	width: 100%;
	height: 45px;
	padding: 10px 14px;
	border: 1px solid #dcdcdc;
	background-color: transparent;
	border-radius: 0;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
}
.contact_form .form-group .form-control::placeholder {
	color: #282828;
}
.contact_form .form-group textarea.form-control {
	resize: none;
	height: auto;
}
.contact_form .form-group .submit_btn {
	display: inline-block;
	padding: 15px 40px;
	outline: 0;
	border: none;
	background-color: #123960;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.contact_form .form-group .submit_btn:hover {
	background: #e44c17;
}
.contact_detail {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
}
.contact_detail .detail {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 20px 30px;    
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 26px;
}
.contact_detail .detail:before {
	position: absolute;
	left: 0px;
	content: '';
	font-family: Material Design Icons;
	font-size: 18px;
	color: #123960;
	line-height: 26px;
}
.contact_detail .address:before {
	content: '\F34E';
}
.contact_detail .phone:before {
	content: '\F3F2';
}
.contact_detail .email:before {
	content: '\F1EE';
}
.contact_detail a {
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contact_detail a:hover {
	color: #e44c17;
}
