/*
================================================
1. Fonts - Roboto and Inter
================================================
*/
@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;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
ul, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
section {
	position: relative;
}
.sec-title {
	margin: 0 0 40px;
	text-align: center;
}
.sec-title h2 {
	font-size: 45px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	color: #fff;
}

/* Button Effects */
.ylw-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: relative;
	border-radius: 4px;
	padding: 14px 40px 12px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	background: #f0c029;
	border: none;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.ylw-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00aeef;
	border-radius: 4px;
	-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;
}
.ylw-btn:hover, .ylw-btn:focus, .ylw-btn:active {
	color: #fff;
}
.ylw-btn:hover:before, .ylw-btn:focus:before, .ylw-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);
}

/** 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;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../gif/loader-6.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Header CSS
================================================
*/
header {
	width: 100%;
	background: url(../jpg/header-img-5.jpg) left top no-repeat;
	min-height: 710px;
	background-size: cover;
}
.logo {
	padding: 50px 0 0;
}
.sales-sec {
	padding: 60px 0 0;
}
.sales-sec a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.sales-sec a.phone-icon::before {
	position: absolute;
	content: '\f100';
	font-family: "Flaticon";
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.sales-sec a:hover { color: #f0c029; }
a.phone-icon {
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 38px;
	line-height: 20px;
}
a.phone-icon span {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}
.banner-content-main {
	padding: 50px 0 0;
}  
.banner-cotent {
	padding: 135px 0;
/*	padding: 150px 0;*/
}
.banner-cotent h1 {
	font-size: 60px;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	color: #fff;
	margin-bottom: 30px;
}
.banner-cotent p {
	font-family: "Outfit", sans-serif;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}
.contact-form form {
	background: #fff;
	padding: 40px 50px;
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	margin: 0 0 -200px;
	position: relative;
	z-index: 9;
}
.contact-form form .form-group {
	margin-bottom: 14px;
}
.contact-form form h2 {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	font-size:31px;
}
.contact-form form h2 span {
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #9b9eae;
	float: right;
	margin: 10px 0 0;
	font-style: italic;
}
.contact-form form input, .contact-form form textarea, .contact-form form select {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #d2d7eb;
	width: 100%;
	box-shadow: none;
	padding: 15px 0 10px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	color: #002a3b;
	outline: none;
	font-size:15px
}
.contact-form form textarea {
	resize: none;
	min-height: 105px;
}
.contact-form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../png/select-arrow-17.png) no-repeat 98% 25px;
	word-wrap: normal;
	color: #626c8e;
}
.contact-form form select option {
	font-family: "Outfit", sans-serif;
	color: #333;
}
.contact-form form .reqst-demo {
	color: #000;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 20px 12px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-left: 0;
}
.contact-form form .register p {
	font-size: 13px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 0px;
	color: #626c8e;
	font-style: italic;
}
.contact-form form .register p a {
	color: #00aeef;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
.contact-form form .register p a:hover {
	color: #111;
	text-decoration: underline;
}
.contact-form form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #626c8e;
  opacity: 1; /* Firefox */
}

.contact-form form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #626c8e;
}

.contact-form form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #626c8e;
}

/*
================================================
7. Join Secion CSS
================================================
*/
.join-sec {
	padding:70px 0 50px;
}
.join-sec h2 {
	color: #2f2f2f;
}
.join-sec ul  {
	margin: 30px 0 0;
	text-align: center;
}
.join-sec ul li{
	display:inline-block;
	padding:0 30px 15px 30px;
	text-align:left;
}
.join-sec ul li:first-child {
	/*padding-left: 0;*/
}
.ingram-log {
	background: url(../png/ingram-8.png) left top no-repeat;
	width: 160px;
	height: 50px;
}
.ingram-log:hover {
	background: url(../png/ingram-hover-8.png) left top no-repeat;
}
.fujitso-log {
	background: url(../fujitso-2.html) left top no-repeat;
	width: 101px;
	height: 50px;
}
.fujitso-log:hover {
	background: url(../fujitso-hover-2.html) left top no-repeat;
}
.cisco-log {
	background: url(../png/cisco-8.png) left top no-repeat;
	width: 86px;
	height: 50px;
}
.cisco-log:hover {
	background: url(../png/cisco-hover-8.png) left top no-repeat;
}
.centurylink-log {
	background: url(../png/centurylink-8.png) left top no-repeat;
	width: 190px;
	height: 50px;
}
.centurylink-log:hover {
	background: url(../png/centurylink-hover-8.png) left top no-repeat;
}
.att-log {
	background: url(../png/att-8.png) left top no-repeat;
	width: 111px;
	height: 50px;
}
.att-log:hover {
	background: url(../png/att-hover-8.png) left top no-repeat;
}
.chick-log {
	background: url(../chick-4.html) left top no-repeat;
	width: 125px;
	height: 50px;
}
.chick-log:hover {
	background: url(../chick-hover-4.html) left top no-repeat;
}
.juniper-log {
	background: url(../png/juniper-8.png) left top no-repeat;
	width: 115px;
	height: 50px;
}
.juniper-log:hover {
	background: url(../png/juniper-hover-8.png) left top no-repeat;
}
.silverpeak-log {
	background: url(../png/silverpeak-8.png) left top no-repeat;
	width: 170px;
	height: 50px;
}
.silverpeak-log:hover {
	background: url(../png/silverpeak-hover-8.png) left top no-repeat;
}

/*
================================================
8. Copyrights Sec CSS
================================================
*/
footer {
	clear: both;
}
/*.copy-rights-sec {
	background: #f6f8fa;
	padding: 40px 0 30px;
	border-top: solid 1px #becddd;
}
.copy-rights-sec p {
	font-size: 15px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	margin-bottom: 3px;
	color: #465073;
}
.copy-rights-sec p span {
	font-family: "Outfit", sans-serif;
}
.copy-rights-sec p a {
	color: #465073;
	font-size: 15px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}*/
/*
================================================
4. Responsive CSS
================================================
*/

@media (min-width:1320px) { 
	.container {
		max-width: 1410px;
	}
}
@media (max-width: 991.98px) { 
	header {
		background: #004f80;
	}
	.contact-form form {
		margin-top: 30px;
	}
	.respective-sec-right {
		padding: 0 0px 0 0px !important;
	}
	.respective-sec-left h2 {
		font-size: 30px !important;
		margin-bottom: 30px;
	}
	.cotent-img.space {
		padding: 0 0 0 !important;
	}
	.banner-cotent p br {
		display: none !important;
	}

	/** Logo Bar **/
	.reqst-quote {
		display: none;
	}
	.banner-cotent {
		padding: 10px 0 0;
	}
	.banner-cotent h1 {
		font-size: 50px;
	}
	/** Content Sec **/
	.content-sec .cotent-img img {
		width: 100%;
	}
	.content-sec .cotent-img.space {
		padding: 150px 0 0;
	}
	.banner-below-space {
		padding-top: 180px !important;
	}
	.join-sec h2 {
		margin-bottom: 25px;
	}
}

@media (max-width:1600px) {
	.indicator::after {
		right: 0px !important;
	}
}


@media (min-width:992px) and (max-width:1199px) { 
	/** Logo Bar **/
	.logo img {
		max-width: 250px;
	}
	.banner-cotent h1 {
		font-size: 50px;
	}
	.banner-cotent p {
		font-size: 26px;
	}
	/** Content Sec Bar **/
	.content-sec .cotent-img img {
		width: 100%;
	}
	.banner-cotent p br {
		display: none !important;
	}

	/*.indicator::after {
		right: 0px !important;
	}*/

}
@media (max-width:768px) and (max-width:991px) { 
	.sales-sec {
		padding: 51px 0 0;
		text-align: center;
	}
	.logo {
		text-align: center;
	}
}

@media (max-width:767px) {
	/** Common Styles **/
	.sec-title h2 {
		font-size: 35px;
	}
	/** Logo Bar **/
	.sales-sec {
		padding: 30px 0 0;
	}
	.banner-content-main {
		padding: 35px 0 0;
	}
	.banner-cotent h1 {
		font-size: 40px;
		text-align: center;
	}
	.banner-cotent p {
		font-size: 21px;
		color: #fff;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 32px;
	}
	.contact-form form h2 span {
		float: left;
		width: 100%;
		font-size: 13px;
		margin: 5px 0;
	}
	/** Content Sec **/ 
	.content-sec .cotent-left h2 {
		font-size: 30px;
	}
	/** Featues Sec **/
	.single-feautes-sec {
		width: 85%;
		margin: 40px auto 0;
		padding: 40px 25px 20px 50px;
	}
	/** Contaact Form Sec **/
	.contact-form form {
		padding: 30px 30px 25px;
	}
	.contact-form form .register p {
		padding: 0;
	}
	
	.respective-sec-right .list li h4 {
		padding: 0 0 5px !important;
		font-size: 24px !important;
	}
	.brd-30 {
		margin-bottom: 15px !important;
	}
	.logo {
		padding: 30px 0 0;
	}

	.get-started-cta h3 {
		font-size: 30px !important;
	}
	.get-started-cta p {
		font-size: 20px !important;
	}


	/** Thank you **/
	#abc div.popupcontact {
		margin: 0 auto;
		width: 85%;
	}
	.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;
	}
}
@media (max-width:565px) { 
	/** Join Sec **/
	.join-sec {
		padding: 50px 0 50px;
	}
	.join-sec ul {
		text-align: center;
	}
	.join-sec ul li {
		display: inline-block;
	}

	.respective-sec-left h2 {
		font-size: 30px !important;
	}
	.respective-sec-right h3 {
		font-size: 22px !important;
	}
	.respective-sec-right p {
		font-size: 18px !important;
	}
	.check-list ul li {
		font-size: 18px !important;
	}
	.check-list ul li::before {
		height: 20px !important;
		width: 20px !important;
	}
	.join-sec h2 {
		font-size: 25px;
	}
	.respective-sec {
		padding: 60px 0 35px !important;
	}
	.banner-below-space {
		padding-top: 200px !important;
	}
	.contact-form form h2 {
		font-size: 26px;
	}
	.faq-sec, .get-started-cta {
		padding: 60px 0 !important;
	}
}

@media (max-width:400px) { 	
	.contact-form form h2 {
		font-size: 22px !important;
	}
}


/* Content Section */
.bg-gray {
	background-color: #f7f9fa;
}

.respective-sec {
	padding: 90px 0 65px;
	position: relative;
}
.indicator {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 0 25px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	position: relative;
}
.indicator::after {
	top: -2px;
	right: 120px;
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../svg/indicator-orange-6.svg);
	width: 64px;
	height: 16px;
}

.respective-sec-right {
	padding: 0 0 0 30px;
}
.respective-sec-right h3 {
	color: #2f2f2f;
	font-size: 26px;
	line-height: 1.4;
	margin: -10px 0 35px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
.respective-sec-right p{
	font-family: "Outfit", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	color: #2c2c2c;
	margin-bottom: 25px;
}
.respective-sec-right p a {
	font-family: "Outfit", sans-serif;
	color: #00aeef;
	font-weight: 400;
	text-decoration: underline;
}
.respective-sec-right .list {
	margin: 45px 0 0;
}
/*.respective-sec-right .list li:first-child {
    margin: 0;
}*/
.respective-sec-right .list li {
    /*width: 26.6%;
    float: left;
    margin: 0 0 0 10%;*/
    margin-bottom: 40px;
}
.respective-sec-right .list li:last-child {
	margin-bottom: 0;
}
.respective-sec-right .list li h4 {
	font-family: "Outfit", sans-serif;
	color: #2f2f2f;
	font-size: 28px;
	line-height: 35px;
	padding: 0 0 18px;
	font-weight: 400;
	/*border-bottom: 2px solid #ebebeb;*/
	/*margin: 0 0 34px;*/
}
.respective-sec-right .list li p {
	font-family: "Outfit", sans-serif;
	color: #4f4f52;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	margin: 0 0 25px;
}

.respective-sec-left h2 {
	font-size: 38px;
	line-height: 1.3;
	color: #2f2f2f;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}
.cotent-img.space {
	padding: 120px 0 0;
	float: right;
}

.check-list ul li {
	font-family: "Outfit", sans-serif;
	color: #4f4f52;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	position: relative;
}

.check-list ul li::before {
	position: absolute;
	background: url('../svg/check-icon-4.svg') no-repeat left center;
	width: 23px;
	height: 24px;
	left: 0;
	top: 3px;
	content: "";
}

.brd-30 {
	border-top: 2px solid #ebebeb;
	width: 30%;
	margin-bottom: 25px;
}
/* Owl Slider */
.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: 0.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: 0;
}

.banner-below-space {
	padding-top: 67px;
}

.get-started-cta {
	text-align: center;
	background-color: #003c69;
	padding: 90px 0;
}

.get-started-cta h3 {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px;
}
.get-started-cta p {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 1.5;	
	font-weight: 300;
}


#totop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    transition: inherit;
    width: 60px;
    text-decoration: none;
}
#totop span {
    color: #000;
    font-size: 10px;
}
#totop i {
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    opacity: 0.8;
    background: #f0c029;
    width: 40px;
    height: 40px;
    font-weight: 900;
    color: #fff;
    font-size: 22px;
    margin-top: 3px;
}


/*-- FAQ Section --*/

.faq-sec{
/*	width: 100%;
	background: #F5FAFD;
	margin: 0;*/
	padding: 90px 0;
}

.faq-sec h2 {
	margin: 0 0 30px;
	padding: 0 0 20px;
	color: #2f2f2f;
	font-size: 45px;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
	position: relative;
	text-align: center;
}

.faq-sec h2::after {
	width: 100px;
	height: 4px;
	background: #f0c029;
	content: "";
	display: block;
	margin: 14px auto 0;
}

.faq-sec .accordion-item {
	background-color: inherit;
	border: none;
	border-bottom: solid 1px #c9d6e1;
}
.faq-sec .accordion-item h3{
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.faq-sec .accordion-button {
	background-color: inherit;
	color: #4f5972;
	font-size: 20px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.faq-sec .accordion-button:focus {
	outline: 0;
	box-shadow: inherit;
}

.faq-sec .accordion-button:not(.collapsed) {
	background: #ffffff;
	box-shadow: inherit;
	color: #1d243c;
}

.faq-sec .accordion-button:hover{
	color: #1d243c;	
}

.faq-sec .accordion-body {
	background: #fff;
	padding: 0 40px 30px;
	font-family: "Outfit", sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #4f5972;
}

.faq-sec .accordion-body p {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #2c2c2c;
}

.faq-sec .accordion-button::after {

	flex-shrink: 0;

	width: 14px;

	height: 14px;

	margin-left: auto;

	content: "";

	background-image: url("../png/plus-5.png");

	background-repeat: no-repeat;

	background-size: 14px;

	transition: transform .2s ease-in-out;

}

.accordion-button:not(.collapsed)::after{
	background-image: url("../png/minus-5.png");
}

.faq-sec .accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0;
}

.faq-sec .accordion-body p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.faq-sec h2 {
		font-size: 35px;
	}
}

@media (max-width:767px) {
	.faq-sec h2 {
		font-size: 30px;
	}
}