@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	color: #202f40;
}

body {
	margin: 0;
	padding: 0;
	font:
		400 16px/24px "Open Sans",
		sans-serif;
	color: #202f40;
	background: #fff;
}
.mt-0 {
	margin-top: 0 !important;
}
.transEff {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.container {
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 1279px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.green {
	color: #202f40 !important;
}

.display-3 {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
.display-3:after {
	position: static;
	width: 90px;
	height: 3px;
	content: "";
	background: #000;
	margin-top: 5px;
	display: block;
}
.secondTxt {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding: 0 15%;
}
.btn1 {
	height: 44px;
	line-height: 42px;
	border-radius: 0;
	padding: 0 35px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.btn2 {
	height: 52px;
	font-family: "Open Sans", sans-serif;
	line-height: 50px;
	border-radius: 0;
	padding: 0 60px;
	border: 0;
	font-weight: 700;
	font-size: 16px;
}

.btn-border {
	background: #fff !important;
	color: #202f40 !important;
	border: 1px solid #202f40 !important;
	box-shadow: none !important;
}
.btn-border:hover {
	background: #202f40 !important;
	color: #fff !important;
}

.btn-border2 {
	background: none !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	box-shadow: none !important;
}
.btn-border2:hover {
	background: #fff !important;
	color: #012b4f !important;
}

.btn-success {
	background: #202f40 !important;
	color: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
}
.btn-success:hover {
	background: #202f40 !important;
}

.btn-warning {
	background: #f67c40 !important;
	color: #202f40 !important;
	border: 0 !important;
	box-shadow: none !important;
}
.btn-warning:hover {
	background: #f67c40 !important;
}

.sbtn {
	width: 50px;
	height: 50px;
	background: #273456;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 14px 0;
	display: inline-block;
}
.form-control {
	height: 56px;
	box-shadow: none;
	border-radius: 0;
	font-size: 16px;
	color: #012b4f;
	font-family: "Open Sans", sans-serif;
	margin: 7px 0;
	padding: 7px 15px;
	font-size: 16px;
	border: 2px solid #202f40;
	background: #fff;
}
.form-control:focus {
	box-shadow: none !important;
	border-color: #000;
}
select {
	height: 56px !important;
}
.form-group {
	margin-bottom: 20px;
}

#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3;
	display: block;
}
#back-top .btn-warning {
	display: inline-block;
	overflow: hidden;
	padding: 12px 0;
	line-height: inherit !important;
	color: #202f40;
	width: 48px;
	height: 48px;
	box-shadow: 0 0 20px 0 rgba(0, 64, 28, 0.5);
	border: 0;
	font-size: 18px;
	transition: all linear 0.3s;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.secondTxt {
		font-size: 16px;
		font-weight: 300;
		line-height: 26px;
		padding: 0 5%;
	}
}
.tooltip-inner {
	line-height: 18px;
	font-size: 13px;
	padding: 10px;
}
.commanBox {
	border: 1px solid #eee;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	padding: 40px;
	background: #fff;
	margin: 30px 0;
}

@media screen and (max-width: 599px) {
	.commanBox {
		margin: 0;
		padding: 20px;
	}
}

header {
	height: auto;
	position: static;
	background: #fff;
	width: 100%;
	padding: 35px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

header .topBar {
	background: #238cd4;
	padding: 5px 0;
}

header .topContact {
	float: left;
	margin-left: 250px;
	margin-top: 1px;
}
header .topContact a {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
header .topContact a:nth-child(2) {
	border: 0;
}

header .socialConTop {
	float: right;
	margin-top: 3px;
}

header .socialConTop a {
	width: 33px;
	height: auto;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 0 7px;
	text-decoration: none;
	position: relative;
}

header .socialConTop a:after {
	height: 15px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	position: absolute;
	right: -5px;
	top: 5px;
}
header .topBar .btn-danger {
	margin: 0 10px 0 5px;
	float: left;
}

header .socialConTop a:last-child:after {
	display: none;
}

header .navbar {
	padding: 0;
}
header .navbar .navbar-collapse {
	flex-grow: 1 !important;
}

header .navbar .navbar-nav li {
	padding: 0;
	margin: 0;
	position: relative !important;
}
header .navbar .navbar-nav li a {
	font-size: 18px;
	color: #202f40;
	margin: 0 15px;
	font-weight: 400;
	height: auto;
	line-height: 24px;
	text-decoration: none;
	display: block;
	position: relative;
}

header .navbar .navbar-nav li:nth-child(1) a {
	margin-left: 0;
}
header .navbar .navbar-nav li:hover a:after {
	position: static;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	background: #f67c40;
}

header .navbar .navbar-nav li.active a,
header .navbar .navbar-nav li:hover a {
	font-weight: 700;
	color: #f67c40;
}
header .navbar .navbar-nav li.active a:after {
	position: static;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	background: #f67c40;
}

header .navbar .navbar-nav li > .subLinks {
	width: 290px;
	left: 20px;
	z-index: 999;
	height: auto;
	background: #fff;
	position: absolute;
	box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.1);
	display: none;
}
header .navbar .navbar-nav li:last-child .subLinks {
	left: auto;
	right: 0;
}
header .navbar .navbar-nav li .subLinks li {
	list-style: none;
}
header .navbar .navbar-nav li .subLinks li a {
	display: block;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 14px;
	padding: 0;
	line-height: 40px;
	height: 40px;
	font-weight: 400;
}
header .navbar .navbar-nav li .subLinks li a:after {
	display: none;
}
header .navbar .navbar-nav li .subLinks li a:hover {
	color: #666;
}
header .navbar .navbar-nav li .subLinks li a i {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 10px;
}
header .navbar .navbar-nav li .subLinks li .subLinksx {
	width: 230px;
	left: 230px;
	height: auto;
	background: #fff;
	position: absolute;
	box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.1);
	display: none;
	top: 0;
}
header .navbar .navbar-nav li .subLinks li:hover .subLinksx {
	display: block;
}
header .navbar .navbar-nav li:hover .subLinks {
	display: block;
}
header .navbar-brand {
	max-width: 80px;
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
	display: none;
}

header .navbar-brand img {
	width: 100%;
}

.header_fixer {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 97;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}

/*
.header_fixer .navbar-brand {
	display: block;
}
 
*/

.header_fixer .navbar .navbar-collapse {
	margin-top: 0;
}

.topAction {
	float: right;
	position: relative;
	margin-top: 5px;
	display: flex;
	padding-right: 0;
	flex-wrap: nowrap;
	align-items: center;
}
.topAction .cols {
	margin: 0 25px 0 15px;
}

.topAction .login .btn-link {
	font-size: 16px;
	font-weight: 500;
	color: #202f40;
	text-decoration: none;
}

.topAction .dropdown {
	margin-right: 30px;
}
.topAction .dropdown .btn-link {
	font-size: 18px;
	font-weight: 700;
	color: #202f40;
	text-decoration: none;
}

.topAction .dropdown-toggle::after {
	display: inline-block;
	vertical-align: 0.1em;
	content: "";
	margin-left: 2px;
	border: 0;
	background: url(../images/caret.svg) no-repeat center center;
	width: 15px;
	height: 8px;
}

.topAction .dropdown-item {
	padding: 0;
	font-weight: 700;
	color: #202f40;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 20px 30px 30px 30px;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu small {
	margin-top: 10px;
	display: block;
	color: #f67c40;
	font-size: 16px;
}

.traslate {
	position: relative;
}
.traslate img {
	position: absolute;
	left: -23px;
	top: 17px;
}
.goog-te-gadget .goog-te-combo {
	margin: 0;
	width: 95px;
	height: 44px !important;
}
.goog-te-gadget .goog-te-combo {
	background: none;
	border: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #202f40;
	outline: none;
	margin: 0;
}
#google_translate_element select {
	appearance: none;
}
#google_translate_element {
	appearance: none;
	position: relative;
}

#google_translate_element:after {
	background: url(../images/caret.svg) no-repeat;
	width: 15px;
	height: 8px;
	margin-left: 5px;
	position: absolute;
	content: "";
	top: 24px;
	right: -15px;
}

.topAction .loginRegister {
	margin-right: 0;
}
.topAction .loginRegister .btn-link {
	font-size: 18px;
	font-weight: 700;
	color: #202f40;
	text-decoration: none;
}

@media screen and (max-width: 1279px) {
	.topAction .dropdown {
		display: none;
	}
}

@media screen and (max-width: 1151px) {
	.rightBtn a i {
		display: inline-block;
	}
	.rightBtn a span {
		display: none;
	}
	.rightBtn a {
		padding: 2px 0;
		width: 44px;
		font-size: 21px;
	}
}

@media screen and (max-width: 991px) {
	header .navbar-collapse {
		display: none !important;
	}

	.collapse:not(.show) {
		display: block;
	}

	header .navbar-brand {
		max-width: 120px;
		height: auto;
		background: none;
		padding: 0;
		margin: 10px 15px;
		border-radius: 0;
	}
	header .navbar-brand .logo1 {
		width: 100%;
		height: auto;
		display: none;
	}
	header .navbar-brand .logo2 {
		display: block;
		width: 100%;
		height: auto;
	}

	.header_fixer .navbar-brand {
		max-width: 100px;
		height: auto;
		background: none;
		padding: 0;
		margin: 5px 15px 10px;
		border-radius: 0;
	}

	.header_fixer {
		position: fixed;
	}

	.goog-te-gadget .goog-te-combo,
	.topAction .loginRegister .btn-link {
		font-size: 16px;
	}
	.topAction .cols {
		margin: 0 15px 0 10px;
	}
	.topAction .cols.loginRegister {
		margin-right: 0;
	}

	#google_translate_element:after {
		right: 0;
	}
}
.searchCon {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 17;
	background: rgba(39, 52, 86, 0.99);
	padding: 15px;
	text-align: center;
	display: none;
}
.searchCon .searchBox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	width: 100%;
	padding: 0 15%;
}
.searchCon .searchBox .form-control {
	background: none;
	height: 100px;
	width: 100%;
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	box-shadow: none !important;
	outline: 0 !important;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	padding-right: 60px;
}
.searchCon .searchBox .cursor {
	position: relative;
}
.searchCon .searchBox .cursor i {
	position: absolute;
	width: 1px;
	height: 45%;
	background-color: #b12841;
	left: 12px;
	top: 26%;
	animation-name: blink;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	opacity: 1;
}
.searchCon .searchBox input:focus + i {
	display: none;
}
.searchCon .searchBox .searchBtn {
	font-size: 30px;
	position: absolute;
	color: #fff;
	right: 0;
	background: none;
	outline: none;
	border: 0;
	margin-top: -80px;
	padding: 15px;
	cursor: pointer;
}
.searchCon .close {
	color: #fff !important;
	opacity: 1;
	font-size: 30px;
	text-shadow: none !important;
	font-weight: 300;
}
@keyframes blink {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.bodyOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 98;
}
.sidenav {
	height: 100%;
	width: 230px;
	position: fixed;
	z-index: 99;
	top: 0;
	left: -320px;
	background: #202f40;
	transition: 0.5s;
	display: block;
}
.sidenav .navbarHeader {
	background: #000;
	padding: 10px 15px;
	min-height: 58px;
	position: relative;
}
.sidenav .navbarHeader .userLogin {
	color: #fff;
	font-size: 13px;
}
.sidenav .navbarHeader .userLogin span {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: super;
}
.sidenav .navbarHeader .userLogin figure {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin: 0;
	background: #f5f5f5;
	text-align: center;
	font-size: 20px;
	color: #273456;
	padding: 9px 0;
	border: 2px solid #fff;
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}
.sidenav ul.navList {
	padding: 0;
	height: 100%;
}
.sidenav ul.navList li a i {
	font-size: 17px;
	margin-right: 5px;
}
.sidenav ul.navList a:hover,
.sidenav ul.navList li a.active {
	background: #f67c40;
}
.sidenav .logo {
	width: 120px;
	display: block;
	float: left;
}
.sidenav .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.sidenav .closebtn {
	position: absolute;
	top: 14px;
	cursor: pointer;
	right: -23px;
	color: #f67c40;
	font-size: 16px;
}
.sidenav .navbarFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.subLinkMob {
	background: #000;
	padding: 7px 0;
	display: none;
}
.subLinkMob a {
	border: 0 !important;
	background: #333 !important;
	line-height: 25px !important;
	height: auto;
	padding: 0 0 0 40px !important;
	text-transform: inherit !important;
	position: relative;
	font-weight: 300 !important;
	font-size: 13px;
}
.subLinkMob a:after {
	position: absolute;
	left: 25px;
	content: "-";
}
.subLinkMob p {
	line-height: 25px !important;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #be314b;
	margin: 10px 20px;
}
a.mob_link_dd b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	margin: 14px 0 0 0;
}
a.mob_link_dd_act b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	margin: 14px 0 0 0;
}

header .iconsNavMob {
	float: right;
	width: 48px;
	display: block;
}
header .iconsNavMob a {
	margin-left: 10px;
	width: 48px;
	height: 44px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 1px 0;
}


header .navGrid img{transform: rotate(180deg);}



@media screen and (max-width: 991px) {
	header {
		padding: 15px 0 35px 0;
	}
}

@media screen and (min-width: 992px) {
	header .iconsNavMob {
		display: none;
	}

	.navbar > .container {
		display: block !important;
	}
}

@media screen and (min-width: 992px) {
	.sidenav {
		display: none;
	}
}

/*slider*/

.section1 .logoCon {
	width: 29%;
	float: left;
}
.section1 .logoCon .box {
	width: 114%;
	background: #f67c40;
	height: auto;
	margin-top: 12%;
	position: relative;
	z-index: 8;
	overflow: hidden;
	box-shadow: 10px 10px 40px -10px rgba(0, 0, 0, 0.2);
}
.section1 .logoCon .box img {
	width: 100%;
	height: auto;
	display: block;
}

.sliderCon {
	width: 71%;
	position: relative;
	z-index: 1;
	float: right;
	overflow: hidden;
}
.sliderCon .carousel-indicators {
	width: auto;
	margin: 0;
	top: 50%;
	right: 15px;
	position: absolute;
	height: auto;
	display: block;
	left: inherit;
	bottom: inherit;
	transform: translate(0, -50%);
}
.sliderCon .carousel-indicators li {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: block;
	margin: 6px 0;
	background: none !important;
	border: 2px solid #fff;
	opacity: 0.5;
}
.sliderCon .carousel-indicators .active {
	background-color: #fff !important;
}
.sliderCon .carousel-caption {
	padding: 0;
	bottom: inherit;
	top: 47%;
	left: 8%;
	max-width: 550px;
	transform: translate(0, -32%);
	text-align: left;
}
.sliderCon .carousel-caption .caption1 {
	color: #fff;
	text-shadow: none;
}
.sliderCon .carousel-caption .caption1 .captionTitle {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	line-height: 54px;
	font-weight: 400;
	margin: 0;
}
.sliderCon .carousel-caption .caption1 .captionTitle strong {
	font-weight: 700;
}
.sliderCon .carousel-caption .caption1 p {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin: 5px 0 0 0;
}
.sliderCon .carousel-caption .circle1 .captionBtn {
	width: 150px;
	height: 150px;
	background: #00bbff;
	position: absolute;
	border-radius: 100%;
	bottom: -60px;
	right: -10px;
	font-size: 1rem;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
	padding: 40px 0;
}
.sliderCon .carousel-caption .circle1 .captionBtn:hover {
	background: #007e40;
}
.sliderCon .carousel-caption .circle1 .captionBtn span {
	display: block;
	font-weight: 100;
	font-size: 38px;
	line-height: 36px;
}
.sliderCon .carousel-caption .circle1 .captionBtn i {
	display: block;
	font-size: 21px;
	line-height: 15px;
}
.sliderCon .carousel-indicators .active {
	background-color: #31322f;
	opacity: 1;
}
.sliderCon .carousel-indicators .active:after {
	display: block;
}

@media screen and (max-width: 767px) {
	.section1 .logoCon {
		width: 100%;
		margin-bottom: -60px;
	}
	.section1 .logoCon .box {
		max-width: 160px;
		margin: auto;
	}
	.section1 .logoCon .box img {
		width: 100%;
	}
	.sliderCon {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.section1 .logoCon .box {
		max-width: 100px;
		margin: auto;
	}
	.section1 .logoCon {
		width: 100%;
		margin-bottom: -20px;
	}
}

/*slider end*/
.sectionOne {
	margin-top: 70px;
}
.sectionOneInside {
	border-top: 1px solid #eee;
	margin: 0 0 60px 0;
	padding: 60px 0 0 0;
}
.sectionOne .inner {
	background: #fff;
}
.sectionOne .inner ul {
	display: table;
	margin: auto;
}
.sectionOne .inner ul li {
	width: 33.3333333%;
	list-style: none;
	padding: 0 60px 0 70px;
	display: table-cell;
	position: relative;
}
.sectionOne .inner ul li:after {
	height: 30px;
	width: 1px;
	content: "";
	position: absolute;
	background: #ccc;
	right: 0;
	top: 20px;
}

.sectionOne .inner ul li:nth-child(3):after {
	display: none;
}

.sectionOne .inner ul li .left {
	text-align: left;
	display: block;
	position: relative;
}
.sectionOne .inner ul li .left img {
	height: 36px;
	position: absolute;
	left: -12px;
	top: 15px;
}

.sectionOne .inner ul li figcaption {
	float: left;
	padding-left: 40px;
}
.sectionOne .inner ul li h3 {
	color: #202f40;
	font-weight: 800;
	padding: 30px 0;
	font-size: 27px;
	line-height: 0;
}
.sectionOne .inner ul li h3 span {
	font-size: 18px;
	line-height: 32px;
	display: inline-block;
	margin-top: -12px;
	font-weight: 400;
	color: #202f40;
	vertical-align: 3px;
}

@media screen and (max-width: 1151px) {
	.sectionOne {
		margin-top: 50px;
	}
}

@media screen and (max-width: 991px) {
	.sectionOne {
		margin-top: 40px;
	}
	.sectionOne .inner ul li {
		padding: 0 20px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.sectionOne .inner ul li {
		padding: 10px;
	}
	.sectionOne .inner ul li:after {
		display: none;
	}
	.sectionOne .inner ul li .left {
		text-align: center;
	}
	.sectionOne .inner ul li .flexCon {
		border: 1px solid #ddd;
		padding: 20px 15px;
		overflow: hidden;
	}
	.sectionOne .inner ul li .left img {
		position: static;
		display: inline-block;
	}
	.sectionOne .inner ul li figcaption {
		padding: 0;
		display: block;
		width: 100%;
	}
	.sectionOne .inner ul li h3 {
		padding-bottom: 0;
		padding-top: 15px;
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width: 599px) {
	.sectionOne .inner ul li h3 {
		padding-bottom: 0;
		padding-top: 15px;
		font-size: 20px;
		line-height: 24px;
	}
}

/*Welcome*/
.welcomeCon {
	padding: 50px 0 70px;
	margin-top: 60px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.welcomeCon .right {
	float: left;
	width: 50%;
}
.welcomeCon .left {
	width: 100%;
	padding: 0 40px;
}

.welcomeCon h2 {
	line-height: 46px;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}
.welcomeCon h2 span {
	display: inline-block;
	line-height: 30px;
	font-weight: 200;
	position: relative;
	font-size: 20px;
	color: #f67c40;
	margin-bottom: 5px;
}

.welcomeCon p {
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
	padding: 0 10%;
	line-height: 30px;
}
.welcomeCon .btn {
	margin-top: 40px;
}

.welcomeCon h2 span:before {
	position: absolute;
	width: 50px;
	height: 1px;
	left: -60px;
	top: 15px;
	content: "";
	background: #f67c40;
}
.welcomeCon h2 span:after {
	position: absolute;
	width: 50px;
	height: 1px;
	right: -55px;
	top: 15px;
	content: "";
	background: #f67c40;
}

@media screen and (max-width: 1279px) {
	.welcomeCon {
		padding: 40px 0 60px;
		margin-top: 40px;
	}
	.welcomeCon p {
		padding: 0 8%;
	}
}

@media screen and (max-width: 1151px) {
	.welcomeCon p {
		padding: 0 0;
	}
	.welcomeCon .left {
		padding: 0;
	}
}

/*service clasess*/

.serviceCon .cols {
	width: 100%;
	float: left;
}
.serviceCon .cols .flexBox {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: hidden;
	color: #fff;
}
.serviceCon .cols .flexBox .box {
	width: 50%;
	min-height: 300px;
}
.serviceCon .cols .imgCon img {
	width: 100%;
}
.serviceCon .cols .textCon {
	background: #012b4f;
	padding: 60px 80px 75px;
}

.serviceCon {
	margin-left: -15px;
	margin-right: -15px;
}

.serviceCon .cols .text-title {
	line-height: 52px;
	font-size: 44px;
	font-weight: 700;
	color: #fff;
}

.serviceCon .cols .btn {
	margin-top: 30px;
}
.serviceCon .cols p {
	margin-top: 20px;
	height: 120px;
	overflow: hidden;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding-right: 7%;
}

.serviceCon .cols:nth-child(1) .flexBox,
.serviceCon .cols:nth-child(3) .flexBox {
	flex-direction: row-reverse;
}
.serviceCon .cols:nth-child(1) .textCon {
	padding-left: 175px;
}
.serviceCon .cols:nth-child(3) .textCon {
	padding-left: 175px;
}

.serviceCon .cols:nth-child(2) p,
.serviceCon .cols:nth-child(4) p {
	padding-right: 21%;
}

@media only screen and (max-width: 1499px) {
	.serviceCon .cols:nth-child(1) .textCon,
	.serviceCon .cols:nth-child(3) .textCon {
		padding-left: 80px;
	}
	.serviceCon .cols p,
	.serviceCon .cols:nth-child(2) p,
	.serviceCon .cols:nth-child(4) p {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1279px) {
	.serviceCon .cols .textCon,
	.serviceCon .cols:nth-child(1) .textCon,
	.serviceCon .cols:nth-child(3) .textCon {
		padding: 60px 30px;
	}
}

@media only screen and (max-width: 1151px) {
	.serviceCon .cols .text-title br {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.serviceCon .cols .text-title {
		line-height: 44px;
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.serviceCon .cols .flexBox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
		color: #fff;
	}

	.serviceCon .cols .flexBox .box {
		width: 100%;
		min-height: 300px;
		text-align: center;
	}
	.serviceCon .cols .text-title {
		line-height: 38px;
		font-size: 28px;
	}
}

/*section five*/
.sectionFive {
	background: #3bbfaa url(../images/bg1.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}

.sectionFive h4 {
	color: #fff;
	line-height: 38px;
	font-size: 26px;
	padding: 0 3%;
}
.sectionFive .btn {
	margin-top: 50px;
}
/*section five end*/

/*video clasess*/
.videoCon {
	padding: 60px 0 70px;
}
.videoConInside {
	padding: 20px 20px 70px 20px;
}

.videoCon .row {
	margin-right: -20px;
	margin-left: -20px;
}
.videoCon .cols {
	padding-left: -20px;
	padding-right: 20px;
	margin-top: 40px;
}
.videoCon .cols .inner {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 60px;
	position: relative;
}
.videoCon .cols .inner .play {
	width: 86px;
	height: 86px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #f67c40;
	background: rgba(0, 64, 28, 0.7);
	text-align: center;
	padding: 25px 20px 25px 27px;
}
.videoCon .cols .inner .play img {
	width: 28px;
}
.videoCon .cols .inner:hover .play {
	background: rgba(0, 64, 28, 1);
}
/*video clasess end*/

/*enquiry clasess*/

.scheduleCon {
	background: #f67c40;
	padding: 60px;
}
.scheduleCon .inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.scheduleCon .inner h3 {
	font-weight: 700;
	font-size: 28px;
	padding-right: 30px;
	line-height: 38px;
	border-right: 6px solid #202f40;
	width: 87%;
	text-align: right;
}
.scheduleCon .inner p {
	font-size: 16px;
	padding: 0 40px;
	line-height: 24px;
}
.scheduleCon .inner .btn-border {
	padding: 0 7%;
	background: none !important;
}
.scheduleCon .inner .btn-border:hover {
	background: #202f40 !important;
}

@media only screen and (max-width: 1279px) {
	.scheduleCon {
		padding: 50px 15px;
	}
	.scheduleCon .inner h3 {
		font-weight: 700;
		font-size: 20px;
		padding-right: 20px;
		line-height: 26px;
		border-right: 6px solid #202f40;
		width: 87%;
		text-align: right;
	}

	.scheduleCon .inner p {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 991px) {
	.scheduleCon .inner {
		flex-wrap: wrap;
		text-align: center;
	}
	.scheduleCon .inner h3 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		border: 0;
		padding: 0;
	}
	.scheduleCon .inner p {
		margin-bottom: 20px;
	}
}

/*enquiry clasess end*/

/*why choose*/

.section4 {
	padding: 60px 80px 80px;
	background: #202f40;
}

.section4Inside {
	background: #fff;
	padding-top: 30px;
}

.commanTitle {
	line-height: 46px;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	position: relative;
}

.commanTitle:after {
	content: "";
	background: #f67c40;
	height: 2px;
	width: 25px;
	position: static;
	margin: auto;
	display: block;
	margin-top: 2px;
}

.section4 .row {
	margin-left: -20px;
	margin-right: -20px;
}
.section4 .row .cols {
	padding-left: 20px;
	padding-right: 20px;
}
.section4 .row .cols:nth-child(even) .card {
	background: #f67c40;
}

.section4 .card {
	display: block;
	border: 0;
	background: #fff;
	text-decoration: none;
	padding: 50px;
	border-radius: 0;
	text-align: center !important;
	margin: 40px 0 0 0;
}
.section4Inside .card {
	background: #f5f5f5;
}

.section4 .card .cardIcon {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 3px solid #f67c40;
	padding: 10px;
}

.section4 .card .cardIcon figure {
	width: 100%;
	min-height: 260px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0;
}

.section4 .row .cols:nth-child(even) .card .cardIcon {
	border-color: #fff;
}

.section4 .card .cardIcon figure img {
	max-width: 100%;
	height: auto;
	transition: transform 3s;
}

.section4 .card:hover .cardIcon img {
	transform: scale(1.5);
}

.section4 .card .cardItems {
	display: block;
	text-align: center;
	padding: 20px 0 0 0;
}
.section4 .card .cardItems h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section4 .card .cardItems p {
	margin: 10px 0 0 0;
	color: #202f40;
	height: 70px;
	overflow: hidden;
}
.section4 .card .cardItems .btn {
	margin-top: 25px;
}
.section4 .card p.fee {
	font-size: 16px;
	margin-top: 20px;
	height: auto;
}
.section4 .card p.fee strong {
	font-size: 20px;
}

@media only screen and (max-width: 1279px) {
	.section4 {
		padding: 50px 0 50px 0;
	}
	.section4 .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 1151px) {
	.section4 .card {
		padding: 25px;
	}
}

@media only screen and (max-width: 991px) {
	.section4 .card {
		padding: 20px;
	}

	.section4 .card .cardIcon figure {
 	min-height: 220px;
 
}
}

@media only screen and (max-width: 576px) {
	 

.section4 .card .cardIcon figure {
 	min-height: auto;
 
}

}

/*testimonials classess*/

.tsCon {
	background: #f2f2f2;
	padding: 60px 0 70px;
}

.tsCon .owl-carousel .item {
	padding: 40px 20px;
	list-style: none;
}
.tsCon .listOuter {
	margin-top: 20px;
}

.tsBox {
	padding: 40px;
	position: relative;
	background: #fff;
	box-shadow: 0px 5px 30px -2px rgba(0, 0, 0, 0.1);
}

.tsBox p.clientName {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tsBox p.clientName small {
	font-size: 14px;
	font-weight: 400;
	display: block;
	color: #999;
}

.tsBox:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/tsQuote.svg) no-repeat;
	background-size: contain;
	left: 20px;
	top: -16px;
}
.tsBox .starRatings {
	margin-bottom: 5px;
}
.tsBox .starRatings i {
	color: #f67c40;
}
.tsCon .owl-next {
	right: -25px;
}
.tsCon .owl-prev {
	left: -25px;
}

.tsBoxinside {
	padding: 30px 35px;
	position: relative;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1279px) {
	.tsCon .rows div {
		width: 45%;
	}
	.tsCon .rows div.right {
		width: 55%;
		text-align: right;
	}

	.tsCon .owl-next {
		right: 0;
	}
	.tsCon .owl-prev {
		left: 0;
	}
}

@media only screen and (max-width: 1151px) {
	.tsCon .rows div {
		width: 50%;
	}
	.tsCon .rows div.right {
		width: 50%;
		text-align: right;
	}
}

@media only screen and (max-width: 991px) {
	.tsCon .rows {
		text-align: center;
	}
	.tsCon .rows div {
		width: 100%;
	}
	.tsCon .rows div.right {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.tsCon h2 {
		width: 100%;
		font-size: 32px;
		line-height: 40px;
	}
	.tsCon h2 span:after {
		display: none;
	}
}

/*section five clasess*/
.sectionSix {
	background: #012b4f url(../images/bg2.jpg) no-repeat center top;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0 90px;
}
.sectionSix h4 {
	color: #fff;
	line-height: 40px;
	font-size: 26px;
	padding: 0 4%;
}
.sectionSix h3 {
	margin-top: 50px;
	color: #3bbfaa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
}
.sectionSix .form-con {
	margin-top: 25px;
}
.sectionSix .form-con .form-control {
	background: none !important;
	border: 2px solid #3bbfaa;
	color: #3bbfaa;
	padding: 10px 20px;
	font-size: 18px;
	margin: 15px 0;
}
.sectionSix .form-con .btn {
	margin-top: 15px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #202f40 !important;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #202f40 !important;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #202f40 !important;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #202f40 !important;
}

@media only screen and (max-width: 1151px) {
	.sectionSix .inner p {
		width: 80%;
	}
}

@media only screen and (max-width: 991px) {
	.sectionSix .inner h3 {
		width: 100%;
		text-align: center;
		padding: 0;
		border: 0;
	}
	.sectionSix .inner p {
		color: #fff;
		font-size: 16px;
		padding: 0;
		line-height: 24px;
		margin-top: 20px;
		width: 100%;
	}
	.sectionSix {
		padding: 60px 0;
	}
	.sectionSix .inner {
		flex-wrap: wrap;
		text-align: center;
	}
	.sectionSix .inner .btn {
		margin-top: 30px;
	}
}

/*gmap*/
.gmapCon {
	background: #f1f1f1;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 370px;
}
.gmapCon iframe {
	opacity: 1;
}

.gmapCon .contentBox {
	width: 400px;
	z-index: 999;
	padding: 50px 40px;
	height: 100%;
	background: rgba(255, 201, 90, 0.95);
	position: absolute;
	top: 0;
	right: 50px;
}
.gmapCon .contentBox h5 {
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.gmapCon .contentBox p {
	font-size: 14px;
	color: #202f40;
	line-height: 20px;
	font-weight: 500;
}
.gmapCon .contentBox p a {
	color: #202f40;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
.gmapCon .contentBox .follow {
	letter-spacing: 1px;
}
.gmapCon .contentBox .cols {
	margin-left: -5px;
}

.gmapCon .contentBox .btn-line {
	margin-top: 30px;
	padding: 0 35px;
}

/*gmap end*/

/*footer*/

.footer {
	background: #202f40;
	padding: 70px 0 30px;
	margin-top: 0;
	position: relative;
	color: #fff;
}
.footer .row1 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 60px;
}
.footer .row1 .cols:nth-child(2) a {
	color: #fff;
	text-decoration: underline;
	line-height: 24px;
	margin: 1px;
	display: inline-block;
}
.footer .row1 .cols:nth-child(2) a:hover {
	text-decoration: none;
}
.footer .contact {
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.footer .contact a {
	color: #fff;
	font-weight: 700;
}
.footer .row1 span {
	padding-right: 10px;
}

.footer p {
	font-size: 14px;
}
.social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin: 4px;
	border: 2px solid #fff;
	background: #202f40;
}
.social a img {
	height: 100%;
}
.social a:hover,
.social a:focus {
	background: #f67c40;
	border-color: #f67c40;
}
.copyrightText {
	padding: 30px 0 0 0;
}
.copyrightText p {
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.copyrightText p a {
	font-weight: 700;
	color: #fff;
}

@media only screen and (max-width: 1279px) {
	.footer {
		padding: 50px 0 20px 0;
	}
	.footer .row1 span {
		display: none;
	}

	.footer .row1 {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 1151px) {
	.footer .row1 {
		flex-wrap: wrap;
		width: 60%;
		margin: auto;
	}
	.footer .row1 .cols {
		width: 50%;
		padding: 15px 0;
	}
	.footer .row1 .cols:nth-child(1) {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.footer .row1 {
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.footer .row1 .cols {
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}
	.footer .row1 .cols:nth-child(1) {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}

	.copyrightText p{font-size: 12px; line-height: 20px;}
}

/*footer end*/

@media only screen and (max-width: 991px) {
	.sitemap {
		width: 100%;
		padding-left: 0px;
		float: none;
	}
	.fRight {
		width: 100%;
		text-align: center;
		float: none;
		padding: 40px;
		background: #eee;
		border-radius: 16px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.sitemap .col-md-4.contactInfo {
		padding: 0;
	}

	.sitemap {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.sitemap .col-md-4 {
		width: 100%;
		margin-bottom: 30px;
	}

	.fRight {
		margin-top: 0;
	}

	.sitemap .links a {
		margin: 2px 5px !important;
		display: inline-block;
	}

	.social {
		float: none;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.copyrightText2 {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.sitemap .contactInfo p:before {
		display: none;
	}
	.sitemap .contactInfo p {
		padding-left: 0;
	}
}

/*footer clasess ends*/

.mybannerinside {
	min-height: auto;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	align-items: center;
	padding: 70px 0;
}

.mybannerinside .leftBar {
	text-align: center;
	width: 100% !important;
}

.bannerContentInside {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.bannerContentInside .leftBar,
.bannerContent .rightBar {
	width: 100%;
}
.bannerContentInside .leftBar {
	padding-right: 0;
}
.bannerContentInside .leftBar h1 {
	color: #fff;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}
.bannerContentInside p {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin-top: 30px;
}

/*breadcrumb*/

.breadcrumb {
	text-align: center;
	display: block;
	width: auto;
	background: none;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #fff;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb > li + li:before {
	color: #fff;
	font-size: 10px;
	margin: 0 5px;
	content: "\e90c";
	font-family: "icomoon";
}

.modal-content {
	border-radius: 0;
	border: 0;
}
.modal-content .modal-content {
	border: 0;
}
.modal-content .modal-header {
	text-align: center;
	display: block;
	padding: 15px;
}
.modal-content .modal-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.modal-content .modal-title2 {
	color: #000;
	font-size: 20px;
}
.modal-content .modal-title2 small {
	font-size: 14px;
	color: #777;
}
.modal-content .modal-body {
	padding: 30px;
	background: #f5f5f5;
}
.modal-content .modal-body2 {
	background: #eee;
	padding: 25px 30px;
}
.modal-content .close {
	outline: 0;
	position: absolute;
	z-index: 999;
	top: -25px;
	right: -15px;
	color: #ec0d10 !important;
	opacity: 1;
	font-size: 40px;
	text-shadow: none;
}
.modal {
	background: rgba(0, 0, 0, 0.7);
	padding: 0 !important;
}

label {
	font-size: 16px;
	font-weight: 600;
	color: #202f40;
	margin: 0;
}
.red {
	color: #f00;
}

@media only screen and (max-width: 599px) {
	.modal-dialog {
		margin: 1rem;
	}
}
.popupTable {
	background: #fff;
}
.popupTable table {
	margin: 0;
}
.popupTable table td {
	font-size: 13px;
}
.popupTable table td strong {
	color: #000;
}
.formTitle {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.formBox h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #b12841;
}
.formBox .col-form-label {
	font-size: 13px;
	font-weight: 500;
	color: #273456;
}
.formBox .col-form-label .red {
	color: #b12841;
}
.formBox input[type="checkbox"] {
	vertical-align: sub;
}

@media only screen and (max-width: 767px) {
	.formBox {
		padding: 25px 25px 0 25px;
	}
	.form-horizontal .col-form-label {
		text-align: left;
	}
}

@media only screen and (max-width: 599px) {
	.formBox {
		padding: 0;
		border: 0;
	}
	.form-horizontal .col-form-label {
		text-align: left;
	}
}
.messageCon h1 {
	color: #273456;
	font-weight: 300;
}
.messageCon h6 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.messageCon p {
	font-size: 14px;
	line-height: 22px;
}

@media screen and (max-width: 599px) {
	.messageCon h1 {
		font-size: 30px;
	}
	.messageCon h6 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.messageCon p {
		font-size: 13px;
		line-height: 20px;
	}
}

.middleCon {
	padding-bottom: 60px;
}

.middleCon .display-3 {
	text-align: center;
}
.middleCon .display-3:after {
	display: block;
	margin: auto;
}
.cmsArea h2 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	position: relative;
}
.cmsArea h2:after {
	position: static;
	margin-top: 10px;
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background: #273456;
}
.cmsArea h3 {
	font-size: 26px;
	line-height: 36px;
	color: #202f40;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.cmsArea h4 {
	font-size: 24px;
	line-height: 36px;
	color: #012b4f;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.cmsArea h5 {
	font-size: 20px;
	line-height: 38px;
	color: #012b4f;
	margin: 0;
	font-weight: 600;
	position: relative;
}

.cmsArea p {
	font-size: 16px;
	line-height: 28px;
}
.cmsArea .centerTxt {
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	padding: 15px 4%;
}
.cmsArea hr {
	border-color: #eee;
	margin: 25px 0;
}
.cmsArea .btn-link {
	color: #000;
}
.cmsArea ul {
	margin: 40px 0 0 60px;
}
.cmsArea ul li {
	font-size: 16px;
	font-weight: 400;
	color: #202f40;
	line-height: 24px;
	list-style: none;
	position: relative;
	padding: 3px 0 3px 18px;
}
.cmsArea ul li:before {
	content: "\e902";
	font-family: "icomoon";
	width: 10px;
	height: 10px;
	top: 3px;
	left: 0;
	position: absolute;
	font-size: 12px;
	color: #f67c40;
}
.cmsArea ol {
	margin: 20px 0 0 80px;
}
.cmsArea ol li {
	font-size: 14px;
	line-height: 24px;
	list-style: decimal;
	position: relative;
	color: #202f40;
	padding: 0 0 0 18px;
}
.cmsImg {
	margin: 40px auto;
	text-align: center;
	overflow: hidden;
}
.cmsImg img {
	display: inline-block !important;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(59, 191, 170, 0.1);
}
.table td,
.table th {
	border-top: 1px solid #3bbfaa;
}
.table-bordered td,
.table-bordered th {
	border-top: 1px solid #3bbfaa;
}
.table-bordered td,
.table-bordered th {
	border: 1px solid #3bbfaa;
}
.blue {
	color: #3bbfaa;
}

@media screen and (max-width: 991px) {
	.cmsArea h3:after {
		width: 50px;
		margin: 25px 0 0 0;
		background: #b12841;
	}
}

@media screen and (max-width: 767px) {
	.cmsArea p {
		text-align: left !important;
	}
	.cmsArea ul {
		margin: 30px 0 0 20px;
	}
}
.aboutSCLcon {
	display: flex;
	height: auto;
}
.aboutSCLcon figcaption {
	width: 50%;
	height: auto;
	padding: 100px 50px 100px 50px;
	background: #273456;
}
.aboutSCLcon figcaption h2 {
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
.aboutSCLcon figcaption p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 26px;
	margin-top: 25px;
}
.aboutSCLcon figure {
	width: 50%;
	display: flex;
	margin: 0;
	background: url(../images/insidePageBanner/aboutImg.jpg) no-repeat 500px center;
	background-attachment: fixed;
}
.aboutSCLcon .figure2 {
	width: 50%;
	display: flex;
	margin: 0;
	background: url(../images/insidePageBanner/whyUs.jpg) no-repeat right center;
	background-attachment: fixed;
}

@media screen and (max-width: 1151px) {
	.aboutSCLcon figure {
		background-size: cover;
		background: url(../images/insidePageBanner/aboutImg.jpg) no-repeat -150px center;
	}
	.aboutSCLcon .figure2 {
		background-size: cover;
		background: url(../images/insidePageBanner/whyUs.jpg) no-repeat -150px center;
	}
}

@media screen and (max-width: 991px) {
	.aboutSCLcon figcaption {
		width: 50%;
		height: auto;
		float: left;
		padding: 60px 30px 60px 15px;
	}
}

@media screen and (max-width: 767px) {
	.aboutSCLcon {
		display: block;
		height: auto;
	}
	.aboutSCLcon figcaption {
		width: 100%;
		height: auto;
		padding: 40px 15px;
		background: #273456;
		display: block;
		float: left;
	}
	.aboutSCLcon figcaption h2 {
		color: #fff;
		font-weight: 600;
		font-size: 40px;
	}
	.aboutSCLcon figcaption p {
		color: rgba(255, 255, 255, 0.7);
		font-size: 15px;
		line-height: 26px;
		margin-top: 25px;
	}
	.aboutSCLcon figure {
		width: 100%;
		display: block;
		height: 400px;
		margin: 0;
		background: url(../images/insidePageBanner/aboutImg.jpg) no-repeat center center;
		background-attachment: fixed;
		float: left;
	}
	.aboutSCLcon .figure2 {
		width: 100%;
		display: block;
		height: 400px;
		margin: 0;
		background: url(../images/insidePageBanner/whyUs.jpg) no-repeat center center;
		background-attachment: fixed;
		float: left;
	}
}
.productPageCon {
	padding: 20px 0 70px;
}
.productPageCon .contectSec {
	padding: 20% 0 0;
}
.productPageCon .contectSec h2 {
	font-size: 50px;
	line-height: 55px;
	color: #273456;
	position: relative;
	font-weight: 600;
}
.productPageCon .contectSec h2:after {
	position: static;
	content: "";
	width: 100px;
	height: 2px;
	margin: 25px 0 0 0;
	background: #b12841;
	display: block;
}
.productPageCon .contectSec h3 {
	font-size: 30px;
	line-height: 40px;
	color: #b12841;
	margin: 0;
	font-weight: 300;
	position: relative;
}
.productPageCon .contectSec h3:after {
	position: static;
	content: "";
	width: 100px;
	height: 2px;
	margin: 25px 0 0 -50px;
	background: #b12841;
	display: block;
}
.productPageCon .contectSec p {
	font-size: 15px;
	line-height: 26px;
}
.productPageCon .contectSec .centerTxt {
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	padding: 15px 4%;
}
.productPageCon .contectSec hr {
	border-color: #eee;
	margin: 25px 0;
}
.productPageCon .contectSec .btn-link {
	color: #273456;
}
.productPageCon .contectSec ul {
	margin: 40px 0 0 60px;
}
.productPageCon .contectSec ul li {
	font-size: 15px;
	font-weight: 500;
	color: #273456;
	line-height: 24px;
	list-style: none;
	position: relative;
	padding: 3px 0 3px 18px;
}
.productPageCon .contectSec ul li:before {
	content: "\e902";
	font-family: "icomoon";
	width: 10px;
	height: 10px;
	top: 3px;
	left: 0;
	position: absolute;
	font-size: 12px;
	color: #273456;
}
.productPageCon .productsImgCon {
	padding-right: 10%;
}
.productPageCon .productsImgCon .sbtn {
	background: #fff;
	color: #273456;
	box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.1);
}
.productPageCon .productsImgCon .item figure {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
.productPageCon .productsImgCon .item figure img {
	width: 100%;
	height: auto;
	display: block;
}

.pPortfolioImg {
	max-width: 50%;
	margin: auto;
	margin-bottom: 40px;
}

@media screen and (max-width: 1151px) {
	.productPageCon .contectSec {
		padding: 10% 0 0;
	}
	.productPageCon .contectSec h2 {
		font-size: 36px;
		line-height: 45px;
	}
	.productPageCon .contectSec h2:after {
		margin: 25px 0 0 0;
	}
	.productPageCon .productsImgCon {
		padding-right: 5%;
	}
}

@media screen and (max-width: 991px) {
	.productPageCon {
		text-align: center;
	}
	.productPageCon .contectSec {
		padding: 40px 30px 0 30px;
	}
	.productPageCon .contectSec h2 {
		font-size: 36px;
		line-height: 45px;
	}
	.productPageCon .contectSec h2:after {
		margin: 25px auto 0 auto;
	}
	.productPageCon .productsImgCon {
		padding: 0 15%;
	}
}

@media screen and (max-width: 767px) {
	.productPageCon {
		text-align: center;
	}
	.productPageCon .contectSec {
		padding: 40px 0 0 0;
	}
	.productPageCon .contectSec h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.productPageCon .contectSec h2:after {
		margin: 25px auto 0 auto;
	}
	.productPageCon .productsImgCon {
		padding: 0 5%;
	}

	.pPortfolioImg {
		max-width: 90%;
		margin: auto;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.productPageCon .productsImgCon {
		padding: 0;
	}
}
.profileProperties {
	background: #273456;
	padding: 140px 0;
}
.profileProperties .propertiesBox {
	text-align: center;
	color: #fff;
}
.profileProperties .propertiesBox figure {
	width: 130px;
	height: 130px;
	padding: 25px;
	margin: auto;
	display: block;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	margin-bottom: 20px;
}
.profileProperties .propertiesBox figure img {
	width: 100%;
	height: auto;
	display: block;
}
.profileProperties .propertiesBox h4 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}
.profileProperties .propertiesBox p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
}
.profileProperties2 .propertiesBox h4 {
	font-size: 24px;
	line-height: 30px;
}
.profileProperties2 .propertiesBox p {
	font-size: 22px;
	font-weight: 300;
	margin-top: 5px;
}

@media screen and (max-width: 1151px) {
	.profileProperties .propertiesBox h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.profileProperties .propertiesBox p {
		margin-top: 5px;
	}
}

@media screen and (max-width: 991px) {
	.profileProperties {
		padding: 50px 0;
	}
	.profileProperties .propertiesBox {
		margin: 15px 0;
	}
	.profileProperties .propertiesBox h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.profileProperties .propertiesBox p {
		margin-top: 5px;
	}
}

@media screen and (max-width: 991px) {
	.profileProperties {
		padding: 50px 0;
	}
	.profileProperties .propertiesBox {
		margin: 15px 0;
	}
	.profileProperties .propertiesBox figure {
		width: 110px;
		height: 110px;
		padding: 25px;
		margin: auto;
		display: block;
		border: 2px solid rgba(255, 255, 255, 0.1);
		border-radius: 100%;
		margin-bottom: 20px;
	}
	.profileProperties .propertiesBox figure img {
		width: 100%;
		height: auto;
		display: block;
	}
	.profileProperties .propertiesBox h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.profileProperties .propertiesBox p {
		margin-top: 5px;
	}
}

/*products*/

.productsConOuter {
	padding: 60px 0 70px;
}

.productsCon .listOuter {
	margin: 30px 0 0 0;
	width: 100%;
	padding: 0;
	position: relative;
}

.productsCon .list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.productsCon .list li {
	padding: 10px 0;
}

.productsCon .list li.item {
	padding: 20px;
}
.productsCon .list li .box {
	margin: 0;
	position: relative;
	min-height: 220px;
	padding: 25px 25px 60px 25px;
	overflow: hidden;
	box-shadow: 0px 5px 30px -2px rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
}

.productsCon .list li .box:hover {
	box-shadow: 0px 5px 30px -2px rgba(0, 0, 0, 0.2);
}

.productsCon .list li .box figure {
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.productsCon .list li .box figure img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}

.productsCon .list li .box figcaption {
	text-align: left;
	margin-top: 20px;
}
.productsCon .list li .box figcaption .title {
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	color: #202f40;
}

.productsCon .list li .box figcaption .subtext {
	margin: 5px 0 0 0;
	color: #202f40;
	height: 70px;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
}

.productsCon .list li .box figcaption .price {
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;
}

.productsCon .list li .box figcaption .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	padding: 0;
}

.owl-next,
.owl-prev {
	overflow: hidden;
	height: 48px;
	background: #fff;
	padding: 11px;
	width: 48px;
	text-align: center;
	box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.3);
}

.owl-next img,
.owl-prev img {
	width: 9px;
}

.productsCon .owl-prev {
	left: -25px;
	padding-right: 13px;
}
.productsCon .owl-next {
	right: -25px;
	padding-left: 13px;
}

.productsConInside {
	padding: 50px 0 70px;
}
.productsConInside ul li {
	width: 25%;
	float: left;
}

@media only screen and (max-width: 1279px) {
	.productsCon .owl-prev {
		left: 0;
		padding-right: 13px;
	}
	.productsCon .owl-next {
		right: 0;
		padding-left: 13px;
	}
}

@media only screen and (max-width: 1151px) {
.productsConInside ul li {
	width: 33.333333333%;
 
}
}


@media only screen and (max-width: 991px) {
	.productsConOuter {
		padding: 40px 0 50px;
	}

	.productsConInside ul li {
	width: 50%;
 
}
}

@media only screen and (max-width: 767px) {
	.productsCon .listOuter {
		margin: 25px 0 0 0;
		width: 100%;
		padding: 0 40px;
		position: relative;
	}
}

@media only screen and (max-width: 599px) {
	.productsConInside ul li {
	width: 100%;
 
}
}


/*products end*/

.techDetail {
	padding: 70px 0;
}
.techDetail h2 {
	font-size: 40px;
	line-height: 50px;
	color: #b12841;
	font-weight: 600;
}
.techDetail ul {
	margin-top: 25px;
}
.techDetail ul li {
	width: 20%;
	float: left;
	list-style: none;
	padding: 10px;
}
.techDetail ul li .box {
	padding: 25px;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.05);
	min-height: 180px;
	font-size: 16px;
	line-height: 26px;
	color: #273456;
}
.techDetail ul li .box:hover {
	transform: scale(1.05);
}
.techDetail ul li:nth-child(even) .box {
	background: #eee;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.01);
}

@media screen and (max-width: 1151px) {
	.techDetail {
		padding: 70px 0;
	}
	.techDetail ul li {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
	.techDetail {
		padding: 50px 0;
	}
	.techDetail ul li {
		width: 25%;
	}
	.techDetail ul li .box {
		padding: 20px 15px;
		box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.05);
		font-size: 14px;
		line-height: 24px;
		color: #273456;
	}
}

@media screen and (max-width: 767px) {
	.techDetail h2 {
		font-size: 24px;
		line-height: 36px;
	}
	.techDetail ul li {
		width: 33.3333333%;
	}
	.techDetail ul li .box {
		min-height: 160px;
	}
}

@media screen and (max-width: 599px) {
	.techDetail ul li {
		width: 50%;
	}
	.techDetail ul li .box {
		min-height: 140px;
	}
}

@media screen and (max-width: 480px) {
	.techDetail ul li {
		width: 100%;
		padding: 7px 0;
	}
	.techDetail ul li .box {
		min-height: auto;
	}
}
.contactCon {
	margin: 0 0 0 0;
}
.contactCon figcaption h5 {
	color: #202f40;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.contactCon figcaption p {
	font-size: 24px;
	line-height: 34px;
	padding: 0 32% 0 0;
}
.contactCon figcaption .careerTxt {
	padding: 0 30% 0 0;
}
.contactCon figcaption a {
	font-size: 20px;
	color: #202f40;
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
}
.contactCon figcaption a:hover {
	text-decoration: none;
}
.formCon p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
	text-align: center;
}
.formCon .form-control {
	margin: 7px 0;
	padding: 7px 15px;
	font-size: 16px;
	border: 2px solid #202f40;
	background: #fff;
}
.formCon .form-control:focus {
	border-color: #202f40;
	color: #202f40;
	background: #fff;
}
.formCon .contactForm .row {
	margin: 30px -7px 0 -7px;
}
.formCon .contactForm .row .col-sm-6,
.formCon .contactForm .row .col-sm-12 {
	padding: 0 7px;
}
.formCon .contactForm label {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 10px 0;
}
.mapCon {
	height: 450px;
	overflow: hidden;
}
.mapCon iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px) {
	.contactCon .innerBox {
		margin-top: 30px;
	}
	.contactCon .officeBox {
		margin: 20px 0 0 0;
		padding: 30px 20px;
	}
	.contactCon .officeBox h4 {
		font-size: 18px;
	}
	.contactCon .officeBox figure {
		margin: 15px 0;
	}
	.contactCon .officeBox figcaption {
		padding: 10px 0 10px 0;
	}
	.contactCon .officeBox figcaption h5 {
		color: #273456;
		font-size: 18px;
		line-height: 22px;
	}
	.contactCon .officeBox figcaption p {
		font-size: 14px;
		line-height: 22px;
		padding: 0 5%;
		margin: 15px 0 25px;
	}
	.contactCon .officeBox figcaption a {
		font-size: 14px;
		padding: 7px 10px;
	}
}

@media screen and (max-width: 767px) {
	.contactCon .officeBox h4 {
		font-size: 18px;
	}
	.contactCon .officeBox figcaption {
		padding: 10px 0 10px 0;
	}
	.contactCon .officeBox figcaption h5 {
		color: #273456;
		font-size: 18px;
		line-height: 22px;
	}
	.contactCon .officeBox figcaption p {
		font-size: 14px;
		line-height: 22px;
		padding: 0;
	}
	.contactCon .officeBox figcaption a {
		font-size: 14px;
	}
}
.rightFormBox h3 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
}
.rightFormBox .inner {
	background: #eee;
	padding: 25px;
	margin-top: 5px;
}

@media screen and (max-width: 991px) {
	.rightFormBox .inner {
		padding: 15px;
	}
	.rightFormBox .inner .btn2 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.rightFormBox {
		margin-top: 25px;
	}
}
.newsList .media {
	border: 1px solid #eee;
	padding: 30px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.02);
	margin: 15px 0px;
}
.newsList .media figure {
	width: 30%;
	margin: 0;
	margin-right: 25px;
}
.newsList .media figure img {
	width: 100%;
	height: auto;
}
.newsList .media .media-body .title {
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #273456;
}
.newsList .media .media-body p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
}
.newsList .media .media-body .posted-date {
	margin-top: 15px;
	font-weight: 600;
	display: block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: #888;
}
.newsList .media .media-body .posted-date span {
	color: #b12841;
}
.newsList .media:hover .media-body .title {
	text-decoration: underline;
	color: #b12841;
}

@media screen and (max-width: 767px) {
	.newsList .media {
		display: block;
	}
	.newsList .media figure {
		width: 100%;
		margin: 0 0 25px 0;
	}
}

@media screen and (max-width: 599px) {
	.newsList .media {
		display: block;
		padding: 15px;
	}
}
.newsDetail {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.newsDetail figure {
	display: block;
	width: 100%;
	text-align: center;
}
.newsDetail figcaption {
	padding: 30px 0;
}
.newsDetail h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #273456;
}
.newsDetail p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.newsDetail .posted-date {
	margin-top: 15px;
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #888;
}
.newsDetail .posted-date span {
	color: #b12841;
}
.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 50px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 50px;
	width: 30px;
	margin-left: -16px;
	display: block;
	z-index: 4;
}
.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 8px;
	top: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 35px;
		opacity: 1;
	}
}
@keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 35px;
		opacity: 0;
	}
}

@media only screen and (max-width: 991px) {
	.mouse-icon {
		display: none;
	}
}

/*pagging*/
.paging_container {
	padding: 8px 10px;
	border-radius: 3px;
	text-align: center;
}
.paging_container_x {
	background: none;
}
.paging_container .one {
	float: left;
}
.paging_container .two {
	float: none;
	margin: 2px 0 0 0;
}
.paging a,
.paging a:visited {
	display: inline-block;
	padding: 8px 12px;
	text-align: center;
	font:
		400 14px/16px "Open Sans",
		sans-serif;
	background: #fff;
	margin: 0px 2px;
	color: #181618;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging a:hover,
.paging a.act {
	color: #fff;
	background: #f67c40;
	font-weight: 600;
	border: 1px solid #f67c40;
}
.paging .sort_by {
	float: right;
	margin: 0 0 0 5px;
}
/*pagging*/

/*product detail*/
.productDetail {
	padding: 30px 0 70px;
}
.productDetail .left {
	float: right;
	width: 60%;
	padding-left: 50px;
}
.productDetail .right {
	float: left;
	width: 40%;
}

.productDetail .detailsGallery .thumbnailCon {
	position: relative;
	margin-top: 30px;
}
.productDetail .detailsGallery .mySlides {
	display: none;
	overflow: hidden;
}
.productDetail .detailsGallery .cursor {
	cursor: pointer;
}
.productDetail .detailsGallery .prev,
.productDetail .detailsGallery .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	user-select: none;
	-webkit-user-select: none;
}
.productDetail .detailsGallery .next img,
.productDetail .detailsGallery .prev img {
	width: 100%;
	height: auto;
}
.productDetail .detailsGallery .next {
	right: 20px;
}
.productDetail .detailsGallery .prev {
	left: 20px;
}
.productDetail .detailsGallery .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.productDetail .detailsGallery .caption-container {
	text-align: center;
	padding: 0;
	margin: 0;
	left: 40px;
	font-weight: 600;
	font-size: 20px;
	color: white;
	position: absolute;
	bottom: 23%;
}
.productDetail .detailsGallery .rows:after {
	content: "";
	display: table;
	clear: both;
}
.productDetail .detailsGallery .rows {
	margin-left: -5px;
	margin-right: -5px;
}
.productDetail .detailsGallery .column {
	float: left;
	width: 25%;
	padding: 10px 5px;
}
.productDetail .detailsGallery .column img {
	width: 100%;

	overflow: hidden;
}
.productDetail .detailsGallery .demo {
	opacity: 0.6;
}
.productDetail .detailsGallery .active,
.productDetail .detailsGallery .demo:hover {
	opacity: 1;
}

.dtl_contents {
	margin-top: 30px;
}
.dtl_contents h3 {
	line-height: 32px;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.dtl_contents .table p {
	margin: 0;
}
.dtl_contents .price {
	font-size: 18px;
	color: #202f40;
}

.dtl_contents .btnCon {
	margin-top: 20px;
}
.dtl_contents .brandName {
	background: #202f40;
	padding: 10px;
	border-radius: 3px;
	width: 120px;
	height: auto;
	margin-bottom: 15px;
}
.dtl_contents .brandName img {
	width: 100%;
	display: block;
}

.dtl_contents .brandName2 {
	width: 80px;
	height: auto;
	margin-bottom: 15px;
}
.dtl_contents .brandName2 img {
	width: 100%;
	display: block;
}

.dtl_contents strong {
	color: #202f40;
}
.dtl_contents select {
	height: 36px;
	padding: 5px 0;
	font-size: 16px;
	max-width: 150px;
	background: none;
	border: 0 !important;
	box-shadow: none;
}
.dtl_contents .form-control:focus {
	box-shadow: none;
}
.dtl_contents .share {
	margin-left: 20px;
	float: right;
	margin-top: -2px;
}

.dtl_contents hr {
	margin: 40px 0 30px;
}
.dtl_contents h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.dtl_contents ul {
	margin: 20px 0 0 0;
}
.dtl_contents ul li {
	font-size: 16px;
	font-weight: 400;
	color: #202f40;
	line-height: 24px;
	list-style: none;
	position: relative;
	padding: 3px 0 3px 18px;
}
.dtl_contents ul li:before {
	content: "\e902";
	font-family: "icomoon";
	width: 10px;
	height: 10px;
	top: 3px;
	left: 0;
	position: absolute;
	font-size: 12px;
	color: #f67c40;
}


@media only screen and (max-width: 767px) {
.productDetail .left {
	float: right;
	width: 100%;
	padding-left: 0;
}
.productDetail .right {
	float: left;
	width: 100%;
}
}



/*product detail end*/

/*checkout*/

.checkoutCon {
	padding: 60px 0;
}
.checkoutCon h5 {
	color: #202f40;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.checkoutRightBox {
	border: 1px solid #ddd;
	padding: 40px 30px;
	text-align: center;
}
.checkoutRightBox h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 26px;
	margin-top: 20px;
}
.checkoutRightBox .price {
	margin-top: 15px;
}
.checkoutRightBox .price strong {
	font-size: 20px;
}
.checkoutRightBox .thumnail {
	margin: auto;
	width: 160px;
	border: 1px solid #ddd;
	overflow: hidden;
}
/*checkout end*/

/*payment*/
.selectPayment {
	display: flex;
	flex-wrap: nowrap;
}
.selectPayment .cols {
	width: 33.333333%;
	background: #f5f5f5;
	padding: 20px 20px;
	border-right: 3px solid #fff;
}
.selectPayment .cols input[type="checkbox"],
input[type="radio"] {
	line-height: normal;
	display: inline-block;
	margin-top: 4px;
}

.selectPayment input[type="radio"] {
	margin-bottom: -2px;
	width: 16px;
	height: 16px;
}



@media only screen and (max-width: 767px) {
	.selectPayment{flex-wrap: wrap;}
.selectPayment .cols {
	width: 100%;
	background: #f5f5f5;
	padding: 20px 20px;
	border-right: 0 solid #fff; border-bottom: 3px solid #fff;
}}

/*payment end*/

/*invoice*/

.invoice .invoiceBox {
	text-align: left !important;
	background: #fff;
	background-size: contain;
}
.invoice {
	background: #fff;
}
.thanksBox h1 {
	color: #f67c40;
	font-style: italic;
	margin-bottom: 20px;
}

/*invoice end*/

/*newsletter*/

.newsletterCon {
	padding: 70px 0 80px;
	background: #fff;
}
.newsletterCon h3 {
	text-align: center;
	line-height: 46px;
	color: #202f40;
	font-size: 36px;
	font-weight: 800;
	position: relative;
}
.newsletterCon .formBox {
	display: flex;
	width: 800px;
	margin: 50px auto 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.newsletterCon .formBox .left {
	width: 66%;
}
.newsletterCon .formBox .right {
	width: 34%;
}

.newsletterCon .formBox .form-control {
	height: 74px;
	padding: 10px 25px;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	color: #012b4f;
	border: 2px solid #202f40;
}
.newsletterCon .formBox .btn {
	height: 74px;
	padding: 0 25px;
	line-height: 74px;
	font-size: 18px;
	font-weight: 500;
	margin-left: -10px;
}
.newsletterCon .formBox .form-control:focus {
	background-color: #fff;
	box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.5);
	border: 2px solid #202f40;
	color: #012b4f;
}

@media only screen and (max-width: 991px) {
	.newsletterCon .formBox {
		width: 700px;
		margin-top: 30px;
	}
	.newsletterCon {
		padding: 50px 0 60px;
		background: #fff;
	}
}

@media only screen and (max-width: 767px) {
	.newsletterCon .formBox {
		width: 100%;
		margin-top: 30px;
	}
	.newsletterCon {
		padding: 40px 0 50px;
		background: #fff;
	}

	.newsletterCon .formBox {
		padding: 0;
	}
	.newsletterCon h3 {
		line-height: 30px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 599px) {
	.newsletterCon .formBox .form-control {
		height: 48px;
		padding: 10px 15px;
		background: #fff;
		border-radius: 0;
		box-shadow: none;
		font-size: 14px;
		color: #012b4f;
		border: 2px solid #202f40;
	}

	.newsletterCon .formBox .btn {
		height: 48px;
		padding: 0 20px;
		line-height: 48px;
		font-size: 14px;
		font-weight: 500;
		margin-left: -10px;
	}

	.newsletterCon .formBox {
		width: 100%;
		margin-top: 20px;
	}
	.newsletterCon h3 br {
		display: none;
	}
}

/*newsletter end*/

/*login register*/

.loginCon .checkbox-inline,
.radio-inline {
	padding-left: 0;
}
.loginBg {
	background: #fff;
	padding: 40px 0 60px 0;
}
.loginCon .hintText {
	font-size: 12px;
	line-height: 18px !important;
	margin: 5px 0 15px;
	display: block;
}

.loginCon .bottomTxt {
	font-size: 16px;
	margin-top: 25px;
	color: #202f40;
}
.loginCon .bottomTxt a {
	color: #f67c40;
	text-decoration: underline;
}
.loginCon .bottomTxt a:hover {
	text-decoration: none;
}
.loginCon .loginBox {
	background: #fff;
	width: 600px;
	overflow: hidden;
	min-height: 100px;

	margin: auto;
	margin-top: 30px;
	border-radius: 0;
}
.loginCon .loginBox .tab {
	border-bottom: 3px solid #202f40;
}
.loginCon .loginBox .tab a {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #777;
	font-weight: 400;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	background: #fff;
}
.loginCon .loginBox h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #202f40;
	display: block;
	margin: 40px 0 20px 0;
}
.loginCon .loginBox .tab a.active {
	background: #fff;
	color: #202f40;
	font-weight: 600;
}
.loginCon .loginBox .form_con {
	padding: 40px 0 20px;
}
.loginCon .loginBox .form_con .row {
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.loginCon .loginBox .form_con .row .cols,
.loginCon .loginBox .form_con .row .col-md-12 {
	padding: 0 5px;
}
.loginCon .loginBox .form_con .row .form-group {
	margin: 5px 0;
}
.loginCon .loginBox .form_con h5 {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.loginCon .loginBox .price1 label {
	font-size: 75px;
	font-weight: 600;
	margin: 30px 0 0;
	line-height: 70px;
}
.loginCon .loginBox .price1 label span {
	font-size: 50px;
	font-weight: 300;
	color: #999999;
}
.loginCon .forgot-password {
	display: inline-block;
	text-decoration: underline;
	color: #181618;
}
.loginCon .form-group {
	margin: 10px 0;
}
.loginCon .form-check-label {
	font-weight: 400;
	color: #777;
}

.btn-link {
	color: #202f40;
	text-decoration: underline;
}
.btn-link:hover {
	color: #202f40;
	text-decoration: none;
}

.loginCon .form-check-label .form-check-input {
	margin-top: 3px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.loginCon .or {
	display: block;
	border-top: 2px dotted #eee;
	margin: 40px 0;
	position: relative;
}
.loginCon .or:after {
	position: absolute;
	content: "or";
	width: 35px;
	height: 35px;
	background: #ffffff;
	left: 50%;
	top: -18px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 2px dotted #eee;
	border-radius: 100%;
	text-align: center;
	padding: 7px 0;
	font-weight: 500;
	color: #aaa;
	font-size: 14px;
}
.loginCon .radioBtns {
	margin: 15px 0 10px;
}
.loginCon .radioBtns label {
	width: 50%;
	float: left;
}
.loginCon .radioBtns label .btnInfo {
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #38c2d9;
	color: #38c2d9;
	height: 50px;
	padding: 15px 15px;
	display: block;
	cursor: pointer;
}

.form label {
	font-weight: 500;
	font-size: 15px;
}
.loginCon .radioBtns label .btnInfo h4 {
	font-size: 14px;
}
.loginCon .radioBtns label .selectStyleRadio {
	display: none;
}
.loginCon .cCheckPoint label {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.loginCon .cCheckPoint label .form-check-input {
	margin-top: 5px;
}
.loginCon .cCheckPoint .form-check {
	margin: 20px 0 25px;
}
.loginCon .radioBtns label:nth-child(1) .btnInfo {
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #38c2d9;
}
.loginCon .radioBtns label:nth-child(2) .btnInfo {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #38c2d9;
}
.loginCon .radioBtns label .selectStyleRadio:checked + .btnInfo {
	background: #38c2d9;
	color: #ffffff;
}
.socialMediaLogin {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 20px -5px 0 -5px;
}
.socialMediaLogin a {
	width: 50%;
	height: 50px;
	line-height: 48px;
	border-radius: 8px;
	display: inline-block;
	background: #fff;
	text-align: center;
	color: #38c2d9;
	font-size: 16px;
	margin: 5px;
	padding: 0;
	font-weight: 600;
	text-decoration: none;
	-webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.socialMediaLogin .facebook {
	color: #39569c;
	border: 1px solid #39569c;
}
.socialMediaLogin .facebook:hover {
	background: #39569c;
	color: #ffffff;
}
.socialMediaLogin .twitter {
	color: #5bc0de;
}
.socialMediaLogin .twitter:hover {
	background: #5bc0de;
	color: #ffffff;
}
.socialMediaLogin .google {
	color: #de5246;
	border: 1px solid #de5246;
}
.socialMediaLogin .google:hover {
	background: #de5246;
	color: #ffffff;
}
.verifyMessage {
	font-size: 15px;
	padding: 10px;
	line-height: 22px;
}

@media only screen and (max-width: 599px) {
	.loginCon .loginBox {
		width: 100%;
	}
	 
	.loginCon .facebookBtn {
		font-size: 14px;
	}
	.loginCon .facebookBtn:after {
		width: 50px;
	}
}

@media only screen and (max-width: 599px) {
	.loginCon .facebookBtn {
		padding-left: 60px;
	}
	.loginCon .facebookBtn:after {
		width: 45px;
	}
}
/*login register end*/

/* my account */

/*my account*/
.myAccount {
	margin-bottom: 70px;
}

.myAccount2 {
	margin-bottom: 40px;
}
.myAccount .sectionOne {
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-top: 40px;
}

.myAccount .sectionOneStore {
	padding: 22px 30px 25px 30px;
}
.myAccount .sectionOneStore p {
	line-height: 20px;
}
.myAccount .sectionOneStore p strong {
	margin: 0 0 10px 0;
	display: block;
}

.reviesStars {
	margin-top: 10px;
}
.reviesStars .rating i {
	margin: 2px;
	font-size: 18px;
}
.reviesStars .rating {
	margin: 0;
}

.myAccount .sectionOne .left {
	float: left;
	width: 70%;
}
.myAccount .sectionOne .right {
	float: right;
	text-align: right;
}

.myAccount .sectionOne .right .btn-info {
	padding: 0 30px;
}

.myAccount .sectionOne .wallet {
	display: block;
	color: #202f40;
	text-decoration: none;
	text-align: left;
	position: relative;
	padding-left: 60px;
	line-height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}
.myAccount .sectionOne .wallet strong {
	color: #202f40;
	display: block;
	font-size: 24px;
}
.myAccount .sectionOne .wallet:before {
	background: url(../images/wallet.svg) no-repeat;
	width: 48px;
	height: 38px;
	content: "";
	position: absolute;
	left: 0;
}
.wallet2 {
	display: block;
	color: #202f40;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}
.wallet2 strong {
	color: #202f40;
	display: block;
	font-size: 40px;
}
.myAccount .sectionOne .user {
	margin-top: 7px;
}
.myAccount .sectionOne .user strong {
	display: block;
	line-height: 20px;
}
.my_acount_nav {
	background: #f2f2f2;
	border-radius: 0;
	padding: 30px;
	margin-top: 30px;
}
.my_acount_nav a {
	line-height: 18px;
	padding: 15px 15px;
	border-radius: 0;
	display: block;
	background: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	color: #202f40;
	margin: 7px 0;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.my_acount_nav a:hover,
.my_acount_nav a.active {
	background: #202f40;
	color: #fff;
}
.acc_box {
	padding: 30px;
	background: #fff;
	margin: 30px 0 0 0;
	border-radius: 0;
	min-height: 360px;
	border: 1px solid #ddd;
}
.acc_box_inner {
	border: 1px solid #ddd;
	background: #fff;
	padding: 30px 20px;
	margin: 15px 0;
	border-radius: 0;
}
.cont_4_oh {
}
.cont_4_oh strong {
	display: none;
	font-weight: normal;
}
.cont_4_oh .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}
.cont_4_oh .sec2 {
	width: 45%;
	float: left;
	text-align: left;
}
.cont_4_oh .sec3 {
	width: 35%;
	float: left;
	text-align: center;
}
.cont_4_oh .sec4 {
	width: 10%;
	float: left;
	text-align: center;
}

.cont_4_oh .sec5 {
	width: 80%;
	float: left;
}

.cont_4_oh .sec6 {
	width: 10%;
	float: right;
	text-align: center;
}

.cont_4_oh b {
	color: #202f40;
}

.cont_4_address_new {
}
.cont_4_address_new strong {
	display: none;
	font-weight: normal;
}
.cont_4_address_new .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}
.cont_4_address_new .sec2 {
	width: 75%;
	float: left;
	text-align: left;
}
.cont_4_address_new .sec3 {
	width: 15%;
	float: left;
	text-align: center;
}

.searchOrder {
	width: 220px;
	float: right;
	margin-bottom: 10px;
	position: relative;
}
.searchOrder .form-control {
	height: 40px;
	padding-right: 50px;
}
.searchOrder .serchBtn {
	position: absolute;
	top: 8px;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: none;
	outline: 0;
	border: 0;
	color: #202f40;
}

.weight700 {
	font-weight: 700;
}
.bb {
	border-bottom: 1px solid #ddd;
}
.p15 {
	padding: 15px;
}
.mt15 {
	margin-top: 15px;
}

.sec2 a {
	font-weight: 700;
	color: #202f40;
}
.sec2 a:hover {
	color: #202f40;
}

@media only screen and (max-width: 767px) {

.myAccount .sectionOne .left {
	float: left; text-align: center;
	width: 100%;
}

.myAccount .sectionOne .user{display:block; text-align: center;}

.myAccount .sectionOne .user img{float: none !important; margin-right: 0 !important; margin-bottom: 10px;}

.myAccount .sectionOne .right{width: 100%; text-align: center; margin-top: 20px;}
.acc_box{padding:15px 10px;}

.btn2{padding: 0 20px;}

.commanTitle, .comman-title2{font-size: 24px; line-height: 28px;}
.sec1 {display: none;}
.sec1, .sec2, .sec3, .sec4{font-size: 14px;}
.cont_4_oh .sec3{width: 40%;}
.cont_4_oh .sec2{width: 50%;}
}


@media only screen and (max-width: 599px) {
.searchOrder{width: 100%; margin-top: 20px;}
}


/*my account*/
