@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
section {
	position: relative;
	padding: 90px 0
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	width: 40px;
	z-index: 1000 !important;
	-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	background-color: #2CC3F8;
	line-height: 40px;
}
.alert p {
	margin-bottom: 0px;
}
/* Sec Title */
.sec-title {
	margin: 0 0 40px;
	text-align: center;
}
.sec-title h2 {
	color: #002c42;
	font-size: 60px;
	line-height: 70px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 15px;
	position: relative;
	z-index: 9;
}
.sec-title.dot-icon {
	margin: 0;
}
/** Thankyou **/
#abc {
	background-color: #eaeaea;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.98;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.thankyou p {
	color: #616367;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px 0;
}
.thankyou {
	padding: 0 0 25px;
	text-align: center;
	margin: 150px 0 0;
}
div.popupcontact {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	min-height: 200px;
	width: 650px;
	border-bottom: 20px solid #2a4e8b;
	box-shadow: 0 40px 125px rgba(0, 0, 0, 0.07);
}
img#thankyou {
	padding: 45px 0 15px;
	text-align: center;
}
img#close {
	cursor: pointer;
	float: right;
	margin: -15px -15px 0 0;
	padding: 0;
}
#abc a.phone-icon::before {
	position: absolute;
	content: '\f100';
	font-family: "Flaticon";
	left: 0;
	top: 2px;
	color: #27c8c3;
	font-size: 24px;
}
#abc a.phone-icon {
	position: relative;
	margin: 15px 15px 0 0;
	padding: 0 0 0 38px;
	line-height: 14px;
	display: inline-block;
}
#abc a.phone-icon span {
	font-family: "Outfit", sans-serif;
}
/* Button Css */
.button a {
	background: #f66302;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 5px;
	color: #fff;
	margin: 10px 0 0;
}
.button.two a {
	padding: 14px 35px;
}
.button.three a {
	background: #fff;
	padding: 14px 35px;
	color: #2d2e2e;
}
.button .active {
	background: #ff901b;
	margin-left: 25px;
}
.button .active:before {
	background: #002739;
}
.button a i {
	margin-left: 5px;
}
.button a:before {
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background: #ff901b;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: -1;
}
.button a:hover {
	color: #fff;
}
.button a i {
	font-size: 13px;
}
.button a:hover:before {
	width: 180%;
}
/* Button Effects */
.contact-form-sec .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 11px 40px 12px;
	font-size: 16px;
	color: #fff;
	background: #23c8c3;
	border: none;
	border-radius: 4px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.contact-form-sec .btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #242c42;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 4px;
}
.contact-form-sec .btn:hover, .contact-form-sec .btn:focus, .contact-form-sec .btn:active {
	color: #fff;
}
.contact-form-sec .btn:hover:before, .contact-form-sec .btn:focus:before, .contact-form-sec .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../gif/loader-8.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Bar CSS
================================================
*/
.top-bar {
	background: #fff;
	padding: 15px 0;
	box-shadow: 0 0 30px rgba(17,39,68,0.5);
}
.sales {
	color: #15338c;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 20px;
	float: right;
	padding: 8px 0 10px 55px;
	background: url(../png/phone-icon-13.png) left 5px no-repeat;
}
.sales span {
	font-weight: 500;
}
/*
================================================
4. Header Sec
================================================
*/
header {
	background: url(../jpg/banner-img-3.jpg) left top;
	width: 100%;
	padding: 50px 0 150px;
	min-height: 746px;
}
header .logo {
	margin: 0 0 120px;
}
.banner-content h3 {
	color: #fff;
	font-size: 24px;
	font-family: "Outfit", sans-serif;
	font-weight: 300;
	margin: 0 0 8px;
}
.banner-content h1::before {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	background: #2cc3f8;
	left: 40%;
	border-radius: 50%;
	z-index: -1;
	top: -26px;
}
.banner-content h1 {
	color: #fff;
	font-size: 86px;
	line-height: 100px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 30px;
	position: relative;
	z-index: 9;
}
.banner-content h1 span {
	display: block;
}
/*
================================================
5. Offer Sec
================================================
*/
.offer-img img {
	width: 90%;
}
.offer-content h4 {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 15px;
	font-size: 23px;
	line-height: 32px;
}
.offer-content h2 {
	color: #002c42;
	font-size: 40px;
	line-height: 55px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 30px;
	position: relative;
	z-index: 9;
}
.offer-content .dot-icon {
	margin: 0 0 40px;
}
.list-style-one {
	position: relative;
	margin: 0 0 25px;
}
.list-style-one li::before {
	position: absolute;
	content: "\f058";
	left: 0px;
	top: 3px;
	font-size: 16px;
	color: #3AC7F8;
	font-family: 'Font Awesome 5 Free';
}
.list-style-one li {
	position: relative;
	color: #707070;
	font-size: 20px;
	font-weight: 500;
	padding-left: 28px;
	margin-bottom: 15px;
	font-family: "Outfit", sans-serif;
}
.offer-content p {
	color: #707070;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: "Outfit", sans-serif;
}
/*
================================================
6. Support Sec
================================================
*/
.support-sec {
	border-top: 1px solid #bec9d0;
	padding: 50px 0 90px;
}
.single-support-sec.one {
	background: url(../jpg/support-img1.jpg) left top no-repeat;
	margin: 0;
	background-size: cover;
	width: 50%
}
.single-support-sec {
	width: 100%;
	margin: 60px 0 0;
}
.single-support-sec.second {
	width: 97%;
}
.single-support-sec.last {
	float: right;
}
.support-img img {
	width: 100%;
}
.support-content:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 0;
	top: -10px;
	transform: rotate(45deg);
}
.support-content.one::before {
	background: #1758a4;
	top: 50px;
	right: -11px;
}
.support-content.one {
	background: #1758a4;
	padding: 120px 90px;
	width: 50%;
}
.support-content.two {
	background: #36bc9b;
	padding: 80px 60px;
}
.support-content.two::before {
	background: #36bc9b;
}
.support-content.third {
	background: #2d9bdd;
	padding: 80px 60px;
}
.support-content.third::before {
	background: #2d9bdd;
}
.support-content.one h2 {
	color: #fff;
	font-size: 45px;
	line-height: 46px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 20px;
	position: relative;
	z-index: 9;
}
.support-content.one h3 {
	color: #2cc3f8;
	font-size: 30px;
	line-height: 36px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	margin: 0 0 20px;
	position: relative;
	z-index: 9;
}
.support-content {
	width: 100%;
	padding: 60px;
	position: relative;
}
.support-content h2 {
	color: #fff;
	font-size: 40px;
	line-height: 55px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 15px;
	position: relative;
	z-index: 9;
}
.support-content p {
	color: #e7eef2;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 30px;
}
/*
================================================
8. Contact Sec
================================================
*/
.contact-form-sec {
	padding: 80px 0;
	width: 100%;
	background: url(../jpg/contact_form_bg.jpg) center center no-repeat;
	background-size: cover;
}
.contact-form-sec .sec-title {
	margin: 0 0 70px;
}
.contact-form-sec .sec-title h2:before {
	display: none;
}
.contact-form-sec .sec-title h2 {
	text-align: center;
	color: #fff;
}
.contact-form-sec form {
	padding: 60px;
	background: #fff;
}
.contact-form-sec form .form-group {
	position: relative;
}
.contact-form-sec form .form-group .check-icon {
	position: absolute;
	right: 15px;
	top: 40px;
	color: #2aac8c;
	font-size: 120%;
}
.contact-form-sec form .form-control {
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #2d3250;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: "Outfit", sans-serif;
}
.contact-form-sec form label {
	font-size: 18px;
	color: #2d3250;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	margin: 0 0 5px;
}
.contact-form-sec form textarea.form-control {
	height: 248px;
}
.contact-form-sec .contact-section-btn {
	margin: 25px 0 0;
}
.contact-form-sec .contact-section-btn span {
	display: block;
	color: #9b9eae;
	font-size: 16px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.contact-form-sec .contact-section-btn .bttn.one {
	margin: 15px 0 0;
	letter-spacing: 2px;
	padding: 20px 40px 16px;
	background: #2aac8c;
}
.copyright {
	background: #282d48;
	text-align: center;
	float: left;
	padding: 15px 0;
	width: 100%;
}
.copyright-content p {
	color: #d1d6e6;
	font-size: 15px;
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}
.copyright-content p span {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
.contact-form-sec form .btn {
	padding: 11px 95px 12px;
	font-size: 18px;
}
.caption {
	margin: 0 0 15px;
	font-size: 15px;
	font-style: italic;
}
.caption a {
	font-weight: 600;
	color: #144696;
}
.red-text {
	color: red;
}
.msg {
	font-size: 20px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.hide {
	display: none;
}

/*
================================================
4. Responsive CSS
================================================
*/
@media (min-width: 1500px) {
	.container {
		max-width: 1460px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/**  Common Style Sec   **/
	.sec-title h2 {
		font-size: 50px;
		line-height: 60px;
	}
	/**  Offer Sec   **/
	.offer-content {
		margin:40px 0 0;
	}
	.single-support-sec.second {
		width: 100%;
	}
	/**  Contact Sec   **/
	.contact-form-sec .sec-title h2 br {
		display:none;
	}
}
@media (max-width: 767px) {
	/** Top Bar **/
	.sales {
		float: left;
		margin: 15px 0 0;
	}
	/** Banner Sec **/
	header {
		background-size: cover;
	}
	.banner-content h1::before {
		content: "";
		width: 100px;
		height: 100px;
		left: 40%;
		top: 2px;
	}
	.banner-content h1 {
		font-size: 55px;
		line-height: 70px;
	}
	/**  Offer Sec  **/
	.offer-content {
		margin: 30px 0 0;
	}
	.offer-content h2 {
		font-size: 30px;
		line-height: 45px;
	}
	/**  Support Sec  **/
	.single-support-sec {
		width: 100% !important;
	}
	.support-sec .sec-title h2 {
		font-size: 30px;
		line-height: 45px;
	}
	.support-content {
		padding: 30px;
		background: #14328C;
	}
	.support-content h2 {
		font-size: 30px;
		line-height: 45px;
	}
	.support-content.one {
		padding: 80px 60px;
		width: 100%;
	}
	.single-support-sec.one {
		height: 250px;
	}
	.support-content.one::before {
		top: 98%;
		right: 16px;
	}
	/**  Contact Sec  **/
	.contact-form-sec .sec-title h2 {
		font-size: 30px;
		line-height: 45px;
	}
	.contact-form-sec .sec-title h2 br {
		display: none;
	}
	.contact-form-sec form {
		padding: 30px;
	}
	/** Thank you **/
	.thankyou {
		margin: 70px 0 80px;
	}
	#abc {
		overflow: scroll;
	}
	#abc div.popupcontact {
		margin: 0 auto;
		width: 85%;
	}
	#abc a.phone-icon {
		margin: 10px 15px 0 10px;
	}
	#abc a.phone-icon {
		margin: 19px 15px 0 10px;
		display: inline-block;
	}
	#abc a.phone-icon::before {
		left: 0;
		top: 2px;
	}
}


/* New Footer Sec */

@media (min-width: 1200px) {
	.d-xl-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
	    text-align: left !important;
	}
	.d-lg-flex {
	    display: flex !important;
	    justify-content: space-between
	}
}
.ms-auto {
    margin-left: auto !important;
}
