* {
    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;
}
.respective-sec-left.sticky-lg-top {
    top: 30px;
}
.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;
}
.orng-btn {
    display: inline-block;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 3px;
    padding: 14px 25px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    text-shadow: 2px 2px 0 rgb(0 0 0 / 0.1);
    background: #f66302;
    background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #f66302)) var(--x, 0) /
        200%;
    transition: all 0.3s ease 0s;
}
.orng-btn:hover {
    --x: 100%;
    color: #fff;
    text-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
    transition: all 0.3s ease 0s;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #fff;
}
#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 rgb(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;
}
#dvLoading {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}
header {
    width: 100%;
    background: url(../images/header-img.jpg) left top no-repeat;
    min-height: 700px;
    background-size: cover;
}
.logo {
    padding: 0px 0 0;
}
.sales-sec {
    padding: 60px 0 0;
}
.sales-sec a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.sales-sec a.phone-icon::before {
    position: absolute;
    content: "";
    background: url("../images/telephone-vol-icon.svg") no-repeat center center / contain;
    left: 0;
    top: 0;
    color: #fff;
    height: 20px;
    width: 20px;
}
.sales-sec a:hover {
    color: #f66302;
}
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: 80px 0 0;
}
.banner-cotent {
    padding: 70px 0;
}
.banner-cotent h1 {
    font-size: 60px;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.banner-cotent p {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
}
.contact-form form {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0 50px rgba(01, 30, 61, 0.1);
	margin: 0 0 -200px;
	position: relative;
	z-index: 9;
	border-radius: 12px;
}
.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 {
   width: 100%;
  box-shadow: none;
  padding: 15px 27px;
  font-family: "Outfit",sans-serif;
  font-weight: 400;
  color: #777a7c;
  outline: none;
  font-size: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
.contact-form form textarea {
    resize: none;
    min-height: 130px;
}
.contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.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: 0;
    color: #626c8e;
}
.msg.success-msg {
    color: #333;
    margin: 24px 0 5px 0;
    padding: 5px;
    text-align: center;
    border: 2px solid #42a263;
    font-size: 20px;
    font-weight: 600;
}
.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 {
    color: #626c8e;
    opacity: 1;
}
.contact-form form :-ms-input-placeholder {
    color: #626c8e;
}
.contact-form form ::-ms-input-placeholder {
    color: #626c8e;
}
.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;
}
.ingram-log {
    background: url(../images/ingram.png) left top no-repeat;
    width: 160px;
    height: 50px;
}
.ingram-log:hover {
    background: url(../images/ingram-hover.png) left top no-repeat;
}
.fujitso-log {
    background: url(../images/fujitso.png) left top no-repeat;
    width: 101px;
    height: 50px;
}
.fujitso-log:hover {
    background: url(../images/fujitso-hover.png) left top no-repeat;
}
.cisco-log {
    background: url(../images/cisco.png) left top no-repeat;
    width: 86px;
    height: 50px;
}
.cisco-log:hover {
    background: url(../images/cisco-hover.png) left top no-repeat;
}
.centurylink-log {
    background: url(../images/centurylink.png) left top no-repeat;
    width: 190px;
    height: 50px;
}
.centurylink-log:hover {
    background: url(../images/centurylink-hover.png) left top no-repeat;
}
.att-log {
    background: url(../images/att.png) left top no-repeat;
    width: 111px;
    height: 50px;
}
.att-log:hover {
    background: url(../images/att-hover.png) left top no-repeat;
}
.chick-log {
    background: url(../images/chick.png) left top no-repeat;
    width: 125px;
    height: 50px;
}
.chick-log:hover {
    background: url(../images/chick-hover.png) left top no-repeat;
}
.juniper-log {
    background: url(../images/juniper.png) left top no-repeat;
    width: 115px;
    height: 50px;
}
.juniper-log:hover {
    background: url(../images/juniper-hover.png) left top no-repeat;
}
.silverpeak-log {
    background: url(../images/silverpeak.png) left top no-repeat;
    width: 170px;
    height: 50px;
}
.silverpeak-log:hover {
    background: url(../images/silverpeak-hover.png) left top no-repeat;
}
footer {
    clear: both;
}
@media (min-width: 1320px) {
    .container {
        max-width: 1410px;
    }
}
@media (max-width: 991.98px) {
    header {
        background: #32379E;
        background: -webkit-linear-gradient(0deg, rgba(50, 55, 158, 1) 0%, rgba(26, 33, 116, 1) 100%);
        background: -moz-linear-gradient(0deg, rgba(50, 55, 158, 1) 0%, rgba(26, 33, 116, 1) 100%);
        background: linear-gradient(0deg, rgba(50, 55, 158, 1) 0%, rgba(26, 33, 116, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32379E", endColorstr="#1A2174", GradientType=0);
        /*background: #004f80;*/
    }
    footer .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact-form form {
        margin-top: 30px;
    }
    .respective-sec-right {
        padding: 0 0 0 0px !important;
    }
    .respective-sec-left h2 {
        font-size: 28px !important;
        margin-bottom: 30px;
    }
    .cotent-img.space {
        padding: 0 0 0 !important;
    }
    .banner-cotent p br {
        display: none !important;
    }
    .reqst-quote {
        display: none;
    }
    .banner-cotent {
        padding: 10px 0 0;
    }
    .banner-cotent h1 {
        font-size: 50px;
    }
    .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: 1199.98px) {
    footer .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .logo img {
        max-width: 250px;
    }
    .banner-cotent h1 {
        font-size: 50px;
    }
    .banner-cotent p {
        font-size: 26px;
    }
    .content-sec .cotent-img img {
        width: 100%;
    }
    .banner-cotent p br {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1330px) {
    .cotent-img.space {
        padding: 60px 0 0 !important;
    }
}
@media (max-width: 768px) and (max-width: 991.98px) {
    .sales-sec {
        padding: 51px 0 0;
        text-align: center;
    }
    .logo {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .sec-title h2 {
        font-size: 35px;
    }
    .sales-sec {
        padding: 30px 0 0;
    }
    .banner-content-main {
        padding: 35px 0 0;
    }
    .banner-cotent h1 {
        font-size: 34px;
        text-align: center;
    }
    .banner-cotent p {
        font-size: 18px;
        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 .cotent-left h2 {
        font-size: 30px;
    }
    .single-feautes-sec {
        width: 85%;
        margin: 40px auto 0;
        padding: 40px 25px 20px 50px;
    }
    .contact-form form {
        padding: 30px 30px 25px;
    }
    .contact-form form .register p {
        padding: 0;
    }
    .respective-sec-right .list li h3 {
        padding: 0 0 5px !important;
        font-size: 22px !important;
    }
    .brd-30 {
        margin-bottom: 15px !important;
    }
    .logo {
        padding: 0px 0 0;
    }
    .get-started-cta h3 {
        font-size: 30px !important;
    }
    .get-started-cta p {
        font-size: 20px !important;
    }
    #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 {
        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;
    }
}
.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(../images/indicator-orange.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 {
    margin-bottom: 40px;
}
.respective-sec-right .list li:last-child {
    margin-bottom: 0;
}
.respective-sec-right .list li h3 {
    font-family: "Outfit", sans-serif;
    color: #2f2f2f;
    font-size: 28px;
    line-height: 35px;
    padding: 0 0 18px;
    margin-bottom: 6px;
    font-weight: 400 !important;
}
.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: 600;
    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(../images/check-icon.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;
}
.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: 30px;
}
.get-started-cta {
    text-align: center;
    background-color: #1a2174;
    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: 3px;
    background: #19a5a0;
    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;
}
#totop:hover {
    --x: 100%;
}
.faq-sec {
    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: #fff;
    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(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}
.faq-sec .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.faq-sec .accordion-body p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .faq-sec h2 {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .faq-sec h2 {
        font-size: 30px;
    }
}
