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

.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;
}
/*#totop span {
	color: #000;
	font-size: 10px;
}*/
#totop i {
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	background: linear-gradient(90deg,var(--c1,#19a5a0),var(--c2,#23c8c3) 51%,var(--c1,#19a5a0)) var(--x,0)/200%;
	width: 40px;
	height: 40px;
	font-weight: 900;
	color: #fff;
	font-size: 22px;
	margin-top: 3px;
}

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;
}
header{
	width:100%;
	margin:0;
	padding:50px 0 0px;
	float:left;
	background-color:#1d1c70;
	background-size: cover;
	position:relative;
}

header p.intro-title {
	font-size:16px;
	color:#ff911b;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin:100px 0 10px;
	padding:0;
}
header p{
	font-size:24px;
	line-height: 1.3;
	font-weight: 300;
	color:#ffffff;
	margin:20px 0 10px;
}
header h1{
	font-size: 60px;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	font-weight:700;
	color:#ffffff;
	margin:0;
	padding:0;
}

.form-div{
	background:#f5f5fa;
	border-radius: 25px;
	margin:0;
	padding:40px 45px 45px;
}
.form-div h4{
	font-size:32px;
	font-family: "Outfit", sans-serif;
	font-weight:800;
	color:#1d243c;
	text-transform:uppercase;
	text-align:center;
}
.form-div h4 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:400;
	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-13.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-9.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;
}
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,
div.client-logos h2{
	margin:0 0 30px;
	padding:0 0 20px;
	color:#1d243c;
	font-size:45px;
	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: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;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2070+0,292c8b+79,4142ba+100 */
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;
	font-family: "Outfit", sans-serif;
	font-weight:600;
	margin:0;
	padding:0;
}
.getting-cnt p{
	color:#ffffff;
	font-size:20px;
	font-weight:300;
	margin:0;
	padding:0;
}
.getting-cnt p.privacy-txt{
	font-size:16px;
}
.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 40px;
	padding:11px 45px;
	display:inline-block;
	transition: all 0.3s ease 0s;
}
.getting-cnt a:hover {
	background: #19a5a0;
	transition: all 0.3s ease 0s;
}

.client-logos {
	width: 100%;
	margin: 0;
/*	float: left;*/
/*	border-bottom: solid 1px #d6e1eb;*/
	text-align:center;
	padding: 0px 0 80px 0 !important;
}
div.client-logos h2{
	margin-bottom:20px;
}
.client-logos ul {
	text-align: center;
}
.client-logos ul li {
	display: inline-block;
	margin: 0 30px;
	text-align: left;
}
.ingram-log {
	background: url(../png/ingram-10.png) left top no-repeat;
	width: 160px;
	height: 50px;
}
.ingram-log:hover {
	background: url(../png/ingram-hover-4.png) left top no-repeat;
}
.fujitso-log {
	background: url(../png/fujitso-2.png) left top no-repeat;
	width: 101px;
	height: 50px;
}
.fujitso-log:hover {
	background: url(../png/fujitso-hover-2.png) left top no-repeat;
}
.cisco-log {
	background: url(../png/cisco-10.png) left top no-repeat;
	width: 86px;
	height: 50px;
}
.cisco-log:hover {
	background: url(../png/cisco-hover-4.png) left top no-repeat;
}
.centurylink-log {
	background: url(../png/centurylink-10.png) left top no-repeat;
	width: 190px;
	height: 50px;
}
.centurylink-log:hover {
	background: url(../png/centurylink-hover-4.png) left top no-repeat;
}
.att-log {
	background: url(../png/att-10.png) left top no-repeat;
	width: 111px;
	height: 50px;
}
.att-log:hover {
	background: url(../png/att-hover-4.png) left top no-repeat;
}
.chick-log {
	background: url(../chick-3.html) left top no-repeat;
	width: 125px;
	height: 50px;
}
.chick-log:hover {
	background: url(../chick-hover-3.html) left top no-repeat;
}
.juniper-log {
	background: url(../png/juniper-10.png) left top no-repeat;
	width: 115px;
	height: 50px;
}
.juniper-log:hover {
	background: url(../png/juniper-hover-4.png) left top no-repeat;
}
.silverpeak-log {
	background: url(../png/silverpeak-10.png) left top no-repeat;
	width: 170px;
	height: 50px;
}
.silverpeak-log:hover {
	background: url(../png/silverpeak-hover-4.png) left top no-repeat;
}
.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) {
	header h1 {
		font-size: 50px;
		line-height: 1.3;
		margin: 20px 0 30px;
	}
	div.sec-two-over {
		margin-top: -128px;
	}
	.getting-cnt {
		margin: 50px 0 30px 0;
	}

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

	.client-logos ul li {
		margin: 0 12px;
	}
	.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 25px 0;
		padding: 30px 60px;
	}
	.getting-cnt h4 {
		font-size: 35px;
	}
	div.content-sec-one,
	div.content-sec-two,
	header{
		padding-right:15px;
		padding-left:15px;
	}
	header h1 {
		font-size: 40px;
		line-height: 1.3;
		margin: 0 0 10px 0;
	}
	header p.intro-title {
		margin: 50px 0 10px;
	}
	header p {
		margin: 0px 0 50px;
	}
	.form-div h4 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%;
	}
	.client-logos ul li {
		margin: 20px 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: 40px;
		line-height: 1.3;
		margin: 0 0 30px;
	}
	header p.intro-title {
		margin: 50px 0 10px;
	}
	header p {
		margin: 0px 0 50px;
	}
	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,
	div.client-logos 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 0;
		float: left;
		width: 100%;
	}
	.list-txt {
		float: right;
		width: 65%;
	}
	.whatweoffer-list .list-txt h3 {
		font-size: 25px;
	}
	.client-logos ul li {
		margin: 20px 30px 0;
	}
	.block, .block-header {
		display:none;
	}

}

@media (max-width:767px) {
	.banner-text {
		text-align: center;
	}
	.mob-logo {
		max-width: 100%;
		height: auto;
	}
	header{
		background:#1E2275 !important;
		padding: 28px 0 0px;
	}
	header h1 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 15px 0;
		text-align: center;
	}
	header p.intro-title {
		margin: 40px 0 10px;
	}
	header p {
		margin: 0px 0 50px 0;
		text-align: center;
		font-size: 16px;
		line-height: 1.3;
	}
	/*header p {
		margin: 0px 0 50px;
	}*/
	.form-div h4 {
		font-size: 18px;
	}
	.form-div {
		padding: 30px 30px 40px;
	}
	.form-div form .form-group .send-btn{
		font-size:15px;
	}
	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 55px;
		float: left;
		width: 100%;
	}
	div.client-logos h2 {
		font-size:35px;
	}
	.list-circle {
		display: none;
	}
	.list-txt {
		width: 100%;
		text-align: center;
	}
	div.content-sec-one h2, div.content-sec-two .heading-txt h2, div.client-logos 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;
	}
	.client-logos {
		padding: 0px 0 0px;
	}
	.block, .block-header {
		display:none;
	}
	.owl-carousel.brand-slider .owl-item .item {
		margin-bottom: 0px;
	}
}