
.block {
	position: absolute;
	z-index: -1;
	top: -43px;
	width: 100%;
}

#totop {
	display: none;
	width: 40px;
	height: 40px;
	color: #fff;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 999;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background: linear-gradient(90deg,var(--c1,#19a5a0),var(--c2,#23c8c3) 51%,var(--c1,#19a5a0)) var(--x,0)/200%;
	display: flex;
	align-items: center;
	justify-content: center;
}


p{
	font-family: "Outfit", sans-serif;
}
/*.container{
	max-width:1440px;
}*/
.block-header {
	position: absolute;
	z-index: 0;
	bottom: -3px;
	width:100%;
}

div.sec-two-over{
	margin-top:-125px;
}

.txt-orng {
	color: #f66402;
}

header{
	width:100%;
	margin:0;
	padding:50px 0 0px;
	float:left;
	background-color:#1d1c70;
	background-size: cover;
	position:relative;
}
.banner-cotent {
    padding: 100px 0;
}
header .banner-cotent h1{
	font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 65px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
}

header .banner-cotent p {
	font-family: "Outfit", sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5;
	color: #fff;
}
header .banner-cotent p strong{
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
}


.form-div{
	background:#f5f5fa;
	border-radius: 25px;
	margin:0;
	padding:40px 45px 45px;
}
.form-div h2{
	font-size:32px;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	font-weight:800;
	color:#1d243c;
	text-transform:uppercase;
	text-align:center;
}
.form-div h2 span{
	display:block;
}
.form-div form{
	margin:30px 0 0;
}
.form-div form .form-group input, 
.form-div form .form-group textarea, 
.form-div form .form-group select{
	border:solid 1px #d2d7eb;
	background:#ffffff;
	font-size:15px;
	font-family: "Outfit", sans-serif;
	font-weight:300;
	color:#535b79;
/*	margin:0 0 15px;*/
	padding:12px 15px;
	width:100%;
}
.form-div form .form-group input::placeholder,
.form-div form .form-group textarea::placeholder {
	color:#535b79;
	opacity: 1; /* Firefox */
}
.form-div form .form-group input:-ms-input-placeholder,
.form-div form .form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#535b79;
}
.form-div form .form-group input::-ms-input-placeholder,
.form-div form .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
	color:#535b79;
}

.form-div form .form-group textarea{
	height:120px;
}
.form-div form .form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../png/select-arrow-20.png) no-repeat 98% 20px #ffffff;
	word-wrap: normal;
	font-family: "Outfit", sans-serif;
	font-weight:300;
}
.form-div form p.req-field{
	text-align:center;
	font-size:15px;
	color:#9b9eae;
	font-family: "Outfit", sans-serif;
	font-style:italic;
	text-transform:capitalize;
}
/*.form-div form .form-group .send-btn {
	background: #f66402;
	background: -moz-linear-gradient(left, #f66402 0%, #ff901b 100%);
	background: -webkit-linear-gradient(left, #f66402 0%,#ff901b 100%); 
	background: linear-gradient(to right, #f66402 0%,#ff901b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66402', endColorstr='#ff901b',GradientType=1 );
	border-radius: 3px;
	border:none;
	margin: 0;
	padding: 15px 0;
	color:#ffffff;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	font-size: 18px;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-align:center;
}*/

.form-div form .form-group .send-btn {
	background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #19a5a0)) var(--x, 0)/ 200%;
	border-radius: 3px;
	border:none;
	margin: 0;
	padding: 15px 0;
	color:#ffffff;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	font-size: 18px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	letter-spacing: 1px;
	text-align:center;
}

.form-div form .form-group .send-btn:hover {
	--x: 100%;
}

.contact-info{
	margin:0 auto;
	width: fit-content;
	position: relative;
}
.contact-num{
	border:solid 1px #8c8bbc;
	margin:30px 0 50px;
	padding:12px 20px;
	float:left;
}
.contact-num .cont-txt{
	text-transform:uppercase;
	color:#27c8c3;
	font-size:20px;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	margin:0 15px 0 0;
	padding:10px 0px 0 0;
	float:left;
}
.contact-num .cont-number{
	float:right;
	color:#ffffff;
	font-size:17px;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	line-height: 23px;
	background:url(../png/phone-icon-12.png) no-repeat left 55%;
	margin:0;
	padding: 0 0 0 35px;
}
.contact-num .cont-number a{
	font-family: "Outfit", sans-serif;
	font-weight:400;
	color:#ffffff;
	text-decoration: none;
}


div.content-sec-one{
	width:100%;
	margin:0;
	float:left;
	background-color:#f5fafd;
	position:relative;
}

header .banner-cotent h6,
div.content-sec-one h6,
div.content-sec-two .heading-txt h6{
	margin:0 0 10px;
	padding:0;
	color:#f66402;
	font-size:16px;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 3px;
}
div.content-sec-one h2,
div.content-sec-two .heading-txt h2{
	margin:0 0 30px;
	padding:0 0 20px;
	color:#1d243c;
	font-size:40px;
	font-family: "Outfit", sans-serif;
	font-weight:700;
	position:relative;
}
div.content-sec-one h2:after{
	width:100px;
	height:4px;
	background:#27c8c3;
	content:'';
	display:block;
	margin:14px 0 0;
}
div.content-sec-one p a,
.whatweoffer-inn p a{
	color:#19a5a0;
}



div.content-sec-two{
	width:100%;
	margin:0;
	padding:60px 0 10px;
	float:left;
	background:#ffffff;
	position:relative
}
.heading-txt{
	text-align:center;
}
div.content-sec-two .heading-txt h2{
	margin-bottom:20px;
/*	margin:0;*/
	padding:0;
}
div.content-sec-two .heading-txt p{
	margin:0 0 20px;
	padding:0 0 35px;
	color:#4f5972;
	font-size:18px;
	font-weight: 300;
}
div.content-sec-two .heading-txt p:after{
	width:100px;
	height:4px;
	background:#27c8c3;
	content:"";
	display:block;
	margin:14px auto 0;
}

.whatweoffer-list{
	margin:30px 0;
	padding:0;
}
.whatweoffer-list-ul{
	list-style:none;
	margin:0;
	padding:0;
}
.whatweoffer-list-ul-li{
	margin:0 40px 0px 0;
	width:46%;
	float:left;
}
.whatweoffer-list-ul-li:last-child{
	margin-right:0;
	width:45%;
}
.whatweoffer-inn{
	float:left;
	margin-bottom:30px;
}
.list-circle{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9720a+0,ff911b+100 */
	background: #f9720a; /* Old browsers */
	background: -moz-linear-gradient(top, #f9720a 0%, #ff911b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9720a 0%,#ff911b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9720a 0%,#ff911b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9720a', endColorstr='#ff911b',GradientType=0 ); /* IE6-9 */
	margin:0;
	padding:24px;
	text-align:center;
	border-radius:50%;
	float:left;
	width: 100px;
	height:100px;
}
.list-txt {
	float: right;
	width: 80%;
}
.whatweoffer-list .list-txt h3{
	margin:0 0 15px;
	padding:0;
	color:#1d243c;
	font-size:28px;
	font-family: "Outfit", sans-serif;
	font-weight:600;
}
.whatweoffer-list .list-txt p{
	margin:0 0 20px;
	padding:0;
	color:#4f5972;
	font-size:16px;
	line-height: 26px;
}

div.getting-str-sec {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	background: #1b2070; /* Old browsers */
	background: -moz-linear-gradient(left,  #1b2070 0%, #292c8b 79%, #4142ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1b2070 0%,#292c8b 79%,#4142ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1b2070 0%,#292c8b 79%,#4142ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2070', endColorstr='#4142ba',GradientType=1 ); /* IE6-9 */
	position:relative;
	z-index:99;
}
div.getting-str-sec-svg {
	position:absolute;
	top:-45px;
	left:0;
	width:100%;
	z-index: -1;
}
div.getting-str-sec-svg img{
	width:100%;
}
.getting-str-left{
	width:37%;
	float:left;
	margin:10px 0 0 15px;
}
.getting-str-right{
	width:41%;
	float:right;
	margin-right:15px;
}
.getting-cnt{
	border:solid 2px #1db7b1;
	border-radius:30px;
	margin:95px 0 0 0;
	padding:50px 60px;
	float:right;
	text-align:center;
}
.getting-cnt h4{
	color:#ffffff;
	font-size:45px;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	margin-bottom: 10px;
	/*margin:0;
	padding:0;*/
}
.getting-cnt p{
	color:#ffffff;
	font-size:20px;
	line-height: 1.4;
	font-weight:300;
	margin-bottom: 10px;
	/*margin:0;
	padding:0;*/
}
.getting-cnt p.privacy-txt{
	font-size:16px;
	line-height: 1.5;
}
.getting-cnt a{
	color:#ffffff;
	font-size:16px;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#23c6c2;
	border-radius:3px;
	margin: 18px 0 30px;
	padding:11px 45px;
	display:inline-block;
	transition: all 0.3s ease 0s;
}
.getting-cnt a:hover {
	background: #19a5a0;
	transition: all 0.3s ease 0s;
}


.brand-slider .item img {	-webkit-filter: grayscale(0);	filter: grayscale(0); opacity: 1;	transition: all 0.3s;}
.brand-slider .item img:hover {-webkit-filter: grayscale(100%);	filter: grayscale(100%); opacity: .5;}
.brand-slider .owl-nav { display: none; }
.owl-carousel.brand-slider .owl-item img { 	width: auto; display: inherit; }
.owl-carousel.brand-slider .owl-item .item { width: 100%; text-align: center;	display: inline-block;	margin: 0 0 25px;}
.owl-carousel.brand-slider .owl-dots .owl-dot {	border: none;	outline: none; }

@media (min-width: 1500px) {
	.container{
		max-width:1440px;
	}
}
@media (min-width: 1440px) and (max-width: 1700px) {

	.block {
		top: -38px;
	}
}

@media (min-width: 1440px) and (max-width: 1445px) {

	div.sec-two-over {
		margin-top: -138px;
	}

	div.content-sec-two {
		padding-right:15px;
		padding-left:15px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {

	div.sec-two-over {
		margin-top: -128px;
	}
	.getting-cnt {
		margin: 50px 0 30px 0;
		padding: 30px 30px;
	}

	div.content-sec-two {
		padding-right:15px;
		padding-left:15px;
	}
	div.getting-str-sec-svg {
		top: -28px;
	}
	.form-div h2 {
		font-size: 30px;
	}

	.block {
		top: -26px;
	}
	.block-header {
		bottom: -2px;
	}
}
@media (min-width: 768px) and (max-width: 1400px) {
	.list-circle {
		width: 80px;
		height: 80px;
		padding: 20px;
	}
	.list-circle img {
		width: 40px;
		height: 40px;
	}
	.list-txt {
		width: 70%;
	}

}

@media (min-width: 1025px) and (max-width: 1199px) {
	.list-txt {
		width: 87%;
	}
	div.getting-str-sec-svg {
		top: -23px;
	}
	.getting-cnt {
		margin: 30px 0 30px 0;
		padding: 30px 20px;
	}
	.getting-cnt h4 {
		font-size: 35px;
	}
	div.content-sec-one,
	div.content-sec-two,
	header{
		padding-right:15px;
		padding-left:15px;
	}
	header p {
		margin: 55px 0 10px;
	}
	.form-div h2 span {
		display: inline-block;
	}
	header{
		background:#1E2275 !important;
	}
	div.sec-two-over {
		margin-top: 0;
	}
	div.content-sec-one {
		background-image:inherit !important;
	}
	.list-txt {
		width: 73%;
	}
	header h1 {
		font-size: 55px;
		line-height: 70px;
		margin: 0 0 30px 0;
	}

	.block {
		top: -25px;
	}
	.block-header {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	header{
		background:#1E2275 !important;
	}
	header h1 {
		font-size: 55px;
		line-height: 70px;
		margin: 0 0 30px;
	}
	header p {
		margin: 55px 0 10px;
	}
	div.sec-two-over {
		margin-top: 0;
	}
	div.content-sec-one {
		background-image:inherit !important;
	}
	div.content-sec-one,
	div.content-sec-two,
	header{
		padding-right:15px;
		padding-left:15px;
	}
	div.content-sec-two .heading-txt h2{
		font-size:35px;
	}
	.getting-str-left,
	div.getting-str-sec-svg {
		display: none;
	}
	.getting-str-right {
		width: 100%;
		float: left;
		margin: 0;
	}
	.getting-cnt {
		margin: 30px 20px;
		float: left;
		width: 100%;
	}
	.list-txt {
		float: right;
		width: 65%;
	}
	.whatweoffer-list .list-txt h3 {
		font-size: 25px;
	}

	.block, .block-header {
		display:none;
	}

}

@media (max-width:767px) {
	header{
		background:#1E2275 !important;
		padding: 28px 0 0px;
	}
	/*header h1 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 35px;
		 text-align: center;
	}*/
	.form-div h2 {
		font-size: 24px;
	}
	.form-div {
		padding: 30px 30px 40px;
	}
	.form-div form .form-group .send-btn{
		font-size:15px;
	}
	header p {
		margin: 0px 0 10px;
		/* text-align: center;*/
		font-size: 14px;
	}
	div.content-sec-one h6, div.content-sec-two .heading-txt h6{
		font-size: 14px;	
	}
	.whatweoffer-list .list-txt h3 {
		font-size: 25px;
	}
	.getting-cnt p {
		font-size: 16px;
	}
	div.sec-two-over {
		margin-top: 0;
		text-align: center;
	}
	div.content-sec-one {
		background-image:inherit !important;
	}
	div.content-sec-two .heading-txt h2 {
		margin: 0 0 20px;
		font-size:35px;
	}
	div.content-sec-one,
	div.content-sec-two {
		padding-top: 38px;
		padding-bottom: 15px;
	}
	div.content-sec-one,
	div.content-sec-two,
	header{
		padding-right:15px;
		padding-left:15px;
	}
	.whatweoffer-list-ul-li,
	.whatweoffer-list-ul-li:last-child {
		width: 100%;
		margin: 0;
	}
	.getting-str-left,
	div.getting-str-sec-svg {
		display: none;
	}
	.getting-str-right {
		width: 100%;
		float: left;
		margin: 0;
	}
	.getting-cnt {
		margin: 30px 0;
		padding: 30px 20px;
		float: left;
		width: 100%;
	}
	
	.list-circle {
		display: none;
	}
	.list-txt {
		width: 100%;
		text-align: center;
	}
	div.content-sec-one h2, div.content-sec-two .heading-txt h2{
		font-size:25px;
		margin: 0 0 10px;
	}
	div.content-sec-one p {
		font-size: 16px;
	}
	div.content-sec-one h2:after{
		margin:14px auto 0;
	}
	.whatweoffer-list {
		margin: 0;
	}
	.contact-num .cont-number{
		float:left;
	}
	.getting-cnt h4 {
		font-size: 27px;
	}	
	.form-div form .form-group input, .form-div form .form-group textarea, .form-div form .form-group select {
		padding: 9px 15px;
	}
	.form-div form .form-group textarea {
		height: 100px;
	}
	.form-div form .form-group .send-btn{
		padding: 10px 0;
	}
	.contact-num {
		margin: 30px 0 40px;
	}
	.whatweoffer-inn {
		border-bottom: solid 1px #eeeeee;
	}
	.whatweoffer-inn.order-8 {
		border-bottom: none;
		margin-bottom: 0;
	}
	div.content-sec-two .heading-txt p {
		margin: 0 0 10px;
		padding: 0 0 20px;
	}
	.block, .block-header {
		display:none;
	}
	.owl-carousel.brand-slider .owl-item .item {
		margin-bottom: 0px;
	}
}