/* @import must be at top of file, otherwise CSS will not work */

@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: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", sans-serif;
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #044764;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	/*margin-bottom: 7px;
	margin-top: 7px;*/
	padding: 8px 22px;
	z-index: 1;
}
ul, li {
	list-style: outside none none;
}
#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;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background: #23c8c3;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}


/* 
===============================================
	GoTop Button
===============================================*/
#totop{
	display: none;
	position: fixed;
	right: 10px;
	bottom: 140px;
	z-index: 999;
	height: 0;
	width: 0;
	font-size: 0;
	text-align: center;
	transition:inherit;
	width:60px;
}
#totop:hover { 
	--x: 100%;
}
#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;
}


/*
================================================
 Header
================================================
*/
header{
	width:100%;
	margin:0;
	padding:40px 0 60px;
	float:left;
	background:url('../jpg/banner-bg-4.jpg') no-repeat center top;
}
.phone-call{
	float:right;
}
.phone-call p{
	float:right;
	color:#ebf0f5;
	font-size:23px;
	font-weight: 600;
	line-height:40px;
	margin:0;
	padding:0 0 0 55px;
	background:url('../png/phone-icon-10.png') no-repeat left center;
}
.phone-call p span{
	font-family: "Outfit", sans-serif;
	font-weight:600;
}
.phone-call p a{
	color:#ebf0f5;
	font-family: "Outfit", sans-serif;
	font-weight:600;
}
.phone-call p a:hover{
	opacity:0.8;
}

.banner{
	width:100%;
	margin:70px 0 0;
	padding:0;
	float:left;
}
.banner-left h1{
	color:#ffffff;
	font-size:80px;
	font-weight: 700;
	line-height:85px;
	margin:0 0 15px;
	padding:0;
}
.banner-left p{
	color:#ffffff;
	font-size:28px;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	line-height:normal;
	margin:0 0 30px;
	padding:0;
}
.banner-left img.banner-grid {
	width:100%;
}

.banner-sidebar{
	background-color: rgba(20, 24, 91, 0.55);
	border:solid 1px #4445c6;
	margin:0;
	padding:40px;
	position:relative;
}
.banner-sidebar::before {
	position: absolute;
	content: '';
	background: url('../png/form-strip.png') no-repeat center center;
	width: 72px;
	height: 22px;
	top: -5px;
	left: 42%;
}
.banner-sidebar h3{
	color:#ffffff;
	font-size:35px;
    font-weight: 600;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 30px;
	padding:0 0 15px;
	position:relative;
}
.banner-sidebar h3:after{
	position:absolute;
	content:'';
	left:33%;
	bottom:0;
	background:#f66402;
	width:130px;
	height:1px;
}
.form-group {
	margin-bottom: 1rem;
}
.banner-sidebar form .icon-bg{
	background:#393bb3;
	margin:0;
	padding:14px 16px;
	float:left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width:50px;
}
.banner-sidebar form .textarea-icon{
	height:120px;
}
.banner-sidebar form input {
	background: #ffffff;
	border: none;
	color: #626c8e;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px;
	padding: 0 16px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 87%;
	height: 52px;
	line-height: 52px;
}
.banner-sidebar form textarea {
	background: #ffffff;
	border: none;
	color: #626c8e;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px;
	padding: 0 16px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 87%;
	height: 120px;
	line-height: 52px;
}
.banner-sidebar form input::-webkit-input-placeholder,
.banner-sidebar form textarea::-webkit-input-placeholder {
color: #626c8e !important;
	opacity:1;
}
.banner-sidebar form input:-moz-placeholder,
.banner-sidebar form textarea:-moz-placeholder { /* Firefox 18- */
color: #626c8e !important; 
	opacity:1; 
}
.banner-sidebar form input::-moz-placeholder,
.banner-sidebar form textarea::-moz-placeholder  {  /* Firefox 19+ */
color: #626c8e !important;  
	opacity:1;
}
.banner-sidebar form input:-ms-input-placeholder,
.banner-sidebar form textarea:-ms-input-placeholder  {  
color: #626c8e !important; 
	opacity:1; 
}

.banner-sidebar form button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f66402+0,ff911b+100 */
background: #f66402; /* Old browsers */
background: -moz-linear-gradient(left, #f66402 0%, #ff911b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f66402 0%,#ff911b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f66402 0%,#ff911b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66402', endColorstr='#ff911b',GradientType=1 ); /* IE6-9 */
	border: none;
	color: #ffffff;
	font-size: 18px;
    font-weight: 600;
	margin: 5px 0 0;
	padding: 15px 0;
	text-align:center;
	width: 100%;
}
.banner-sidebar form button:hover{
	color:#dddddd;
}


/*
================================================
 Services Section
================================================
*/
.services-sec{
	width:100%;
	margin:0;
	padding:90px 0 70px;
	float:left;
	background: #f9f8fe url('../jpg/services-bg.jpg') no-repeat right bottom;
	border-bottom:solid 1px #becddd;
}

.services-sec h2{
	color:#2d3250;
	font-size:45px;
    font-weight: 600;
	line-height:normal;
	margin:0 0 18px;
	padding:0;
}
.services-sec h4{
	color:#ffffff;
	font-size:23px;
    font-weight: 600;
    font-style: italic;
	line-height:normal;
	margin:0;
	padding:6px 20px;
	float:left;
	background: #19a5a0; /* Old browsers */
	background: -moz-linear-gradient(left, #19a5a0 0%, #19a5a0 48%, #23c8c3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #19a5a0 0%,#19a5a0 48%,#23c8c3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #19a5a0 0%,#19a5a0 48%,#23c8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a5a0', endColorstr='#23c8c3',GradientType=1 ); /* IE6-9 */	
	}

.services-inn{
	width:100%;
	margin:50px 0 0 0;
	padding:0;
	float:left;
}
.services-item{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.services-item h5{
	color:#162b7a;
	font-size:23px;
    font-weight: 500;
	line-height:30px;
	margin:0;
	padding:0;
	width:210px;
	float:left;
}
.services-item-right{
	width:75%;
	margin:0;
	padding:0 0 20px 35px;
	float: left;
	border-left:solid 1px #dadcf5;
	position:relative;
}
.item-circle{
	width:19px;
	height:19px;
	background:#23c8c3;
	border:solid 5px #d8f1f4;
	border-radius:50%;
	position:absolute;
	top: 0px;
	left:-10px;
}
.services-item-right h6{
	color:#2d3250;
	font-size:21px;
    font-weight: 500;
	line-height:28px;
	margin:0 0 10px;
	padding:0;
}
.services-item-right p{
	color:#465073;
	font-size:18px;
	font-weight: 300;
	line-height:22px;
	margin:0 0 10px;
	padding:0;
}

/** Client Logos **/
.client-logos-sec{
	width:100%;
	margin:0;
	padding:90px 0;
	float:left;
	background:#ffffff;
	border-bottom:solid 1px #becddd;
	text-align:center;
}
.client-logos-sec h3{
	color:#2d3250;
	font-size:42px;
    font-weight: 600;
	line-height:55px;
	margin:0;
	padding:0;
}
.client-logos-sec h3 span{
	display:block;
}
.client-logos{
	text-align:center;
	margin: 40px 0 0;
}
.client-logos ul li:first-child {
	margin-left: 0;
}
.client-logos ul li {
	display:inline-block;
	margin:0 20px;
	text-align:left;
	transition: all 0.3s;
}
.ingram-log {
    background: url(../png/ingram-11.png) left top no-repeat;
    width: 160px;
    height: 50px;
}
.ingram-log:hover {
    background: url(../png/ingram-hover-5.png) left top no-repeat;
}
.fujitso-log {
    background: url(../png/fujitso-3.png) left top no-repeat;
    width: 101px;
    height: 50px;
}
.fujitso-log:hover {
    background: url(../png/fujitso-hover-3.png) left top no-repeat;
}
.cisco-log {
    background: url(../png/cisco-11.png) left top no-repeat;
    width: 86px;
    height: 50px;
}
.cisco-log:hover {
    background: url(../png/cisco-hover-5.png) left top no-repeat;
}
.centurylink-log {
    background: url(../png/centurylink-11.png) left top no-repeat;
    width: 190px;
    height: 50px;
}
.centurylink-log:hover {
    background: url(../png/centurylink-hover-5.png) left top no-repeat;
}
.att-log {
    background: url(../png/att-11.png) left top no-repeat;
    width: 111px;
    height: 50px;
}
.att-log:hover {
    background: url(../png/att-hover-5.png) left top no-repeat;
}
.chick-log {
    background: url(../chick-5.html) left top no-repeat;
    width: 125px;
    height: 50px;
}
.chick-log:hover {
    background: url(../chick-hover-5.html) left top no-repeat;
}
.juniper-log {
    background: url(../png/juniper-11.png) left top no-repeat;
    width: 115px;
    height: 50px;
}
.juniper-log:hover {
    background: url(../png/juniper-hover-5.png) left top no-repeat;
}
.silverpeak-log {
    background: url(../png/silverpeak-11.png) left top no-repeat;
    width: 170px;
    height: 50px;
}
.silverpeak-log:hover {
    background: url(../png/silverpeak-hover-5.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;
}


/*
================================================
 Thank you
================================================
*/

.main {
  height: 120px;
}
#abc {
  background-color: #989898;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.98;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.thankyou p {
  font-size: 18px;
  padding: 10px 0 0;
  color: #616367;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.thankyou p a {
  color: #fa7b2a;
  font-weight: bold;
  text-decoration: none;
}
.thankyou p a:hover {
  opacity: 0.8;
}
div.popupcontact {
	width: 600px;
	margin: 0 auto;
	min-height: 250px;
	background: #fff;
	border-bottom:10px solid #21478B;
}
.thankyou {
	padding: 10px 0 25px;
	text-align: center;
}
img#thankyou {
	padding: 45px 0 15px;
	text-align: center;
}
.thankyou p {
	font-size:18px;
	padding:10px 0 0;
	}
img#close {
	cursor: pointer;
	float: right;
	margin: -15px -15px 0 0;
	padding: 0;
}

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

.d-flex {
    display: flex !important;
}
.ms-auto {
    margin-left: auto !important;
}


/*.copy-rights {
	float:left;
	width:100%;
	padding:35px 0;
	text-align:center;
	background:#f5f6fe;
	}
.copy-rights p {
	color:#465073;
	font-size:15px;
	font-family: 'euclid_circular_a_trialRg';
	margin:0;
}	
.copy-rights p span{
	font-family: "Outfit", sans-serif;
	font-weight:400;	
}
.copy-rights a {
	color:#465073;
	font-size:15px;
	font-family: 'euclid_circular_a_trialRg';
	margin:0;
}
.copy-rights a:hover{
	color:#000000;
}*/

/*
================================================
 Responsive 
================================================
*/	
@media (min-width: 1600px) {
	.container {
	    max-width: 1460px;
	}
	.banner-sidebar form input,
	.banner-sidebar form textarea {
		width: 89%;
	}
}
@media (min-width: 1600px) and (max-width: 1800px) {  
	.services-sec{
		background-position: 120% bottom;
	}
}
@media (min-width: 1401px) and (max-width: 1599px) {  
	.container {
	    width: 1460px;
	}
	.client-logos ul li {
		margin: 0 10px;
	}
	.banner-sidebar form input,
	.banner-sidebar form textarea {
		width: 82%;
	}
	.services-sec{
		background-position: 120% bottom;
	}
}
@media (min-width: 1290px) and (max-width: 1400px) { 
	.container {
		max-width: 1200px;
	}
	.banner-left h1{
		font-size:66px;
		line-height:75px;
	}
	.banner{
		margin:50px 0 0;
	}
	.services-sec{
		background-position: 170% bottom;
	}
	.client-logos ul li {
		margin: 0 13px;
	}
}


@media (min-width: 992px) and (max-width: 1320px) {
	.banner-left h1 {
		font-size: 70px;
		line-height: 75px;
	}
	.banner-sidebar h3 {
		font-size: 27px;
	}
	.banner-sidebar form input,
	.banner-sidebar form textarea {
		width: 82%;
	}
	.services-sec{
		background-image:inherit;
	}
	.services-item-right {
	    width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-sidebar::before {
		left: 37%;
	}
	.phone-call p {
		font-size: 18px;
	}
	.banner-left h1 {
		font-size: 60px;
		line-height: 65px;
	}
	.banner-sidebar {
		padding: 30px;
	}
	.banner-sidebar h3 {
	    font-size: 20px;
	}
	.banner-sidebar form input,
	.banner-sidebar form textarea {
		width: 75%;
	}
	.services-item-right{
		width: 68%;
	}
	.services-sec{
		background-image:inherit;
	}
	.banner-sidebar h3::after {
		left: 22%;
	}
}

@media (max-width: 767px) {
	.phone-call{
		float:left;
		margin-top:30px;
	}
	.phone-call p{
		font-size: 16px;
	}
	.banner {
	    margin: 35px 0 0;
	}
	.banner-left h1 {
		font-size: 50px;
		line-height: 58px;
	}
	.banner-sidebar {
	    margin: 30px 0 0;
		padding: 30px;
	}
	.banner-sidebar h3 {
	    font-size: 24px;
	}
	header{
		background-size:cover;
	}

	.banner-sidebar form input,
	.banner-sidebar form textarea {
		width:81%;
	}
	.services-sec {
	    padding: 60px 0 60px;
		background-image: inherit;
	}
	.services-sec h2 {
	    color: #2d3250;
	    font-size: 42px
	}
	.services-inn {
		margin: 40px 0 0 0;
	}
	.services-item h5{
		width:100%;
	}
	.services-item-right {
	    border: none;
		margin: 20px 0;
		width: 100%;
	}
	.item-circle{
		left:0;
	}
	.services-item-right:last-child {
	    padding-bottom: 0;
	}
	.client-logos-sec {
	    padding: 60px 0;
	}
	.client-logos-sec h3 {
		font-size: 35px;
		line-height: 46px;
	}
}	


