@charset "UTF-8";
/*
Theme Name: Managed
Author: WTS
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


/*font-family: 'Poppins', sans-serif;*/


body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
}

h2 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
}

h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
}

h4 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #131313;
}




ul {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #feb620;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #e92f11;
}





::-webkit-input-placeholder {
    opacity: 1;
    color: #878787;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #878787;
}

::-moz-placeholder {
    opacity: 1;
    color: #878787;
}

:-moz-placeholder {
    opacity: 1;
    color: #878787;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #fff;
    border: none;
    border-bottom: 1px solid #336a88;
    height: 48px;
    padding: 0;
    background: transparent;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 12px 16px;
}

select {
    border: 1px solid #b8b8b8;
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center;
    background-color: #fff;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-control {
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 12px 16px;
}

input[type="submit"] {
    background: #e92f11;
    color: #fff;
    height: 48px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #feb620;
}





img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
}



/**header_sec**/
.main_head .navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

/*.main_head .navbar-nav > li{margin: 0 15px;padding: 15px 0; position: relative;}*/
.main_head .navbar-nav>li:last-child {
    margin-right: 0;
}

.main_head .navbar-nav>li:first-child {
    margin-left: 0;
}

/*.main_head .navbar-nav > li > a{font: 400 11.87px/13px 'Montserrat', sans-serif;color: #425964;}*/
.main_head .navbar-nav>li.current-menu-item>a {
    color: #0071bb !important;
    text-shadow: none !important;
}

.main_head .navbar-nav>li>a:hover {
    color: #0071bb;
}

.main_head .navbar-nav>li.menu-item-has-children:hover>a {
    color: #00bce4 !important;
}


.commongap {
    padding: 50px 0px;
}

.common_sec {
    text-align: center;
}

.common_sec h2 {
    color: #0071bb;
    font-weight: 500;
    font-size: 40px;
    margin: 0px 0px 5px;
}

.common_sec h3 {
    color: #333;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.common_sec p {
    line-height: 1.3em;
    font-size: 21px;
    color: #444;
}

.heading_sec {
    background: #0071bb;
    padding: 20px 0 25px 0;
}

.heading_sec h3 {
    margin: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5em;
}

.heading_sec h4 {
    margin: 0px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 4 */
.navbar-toggler span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
}

.navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 4px;
}

/**banner_sec**/


.main_head {
    /*position: absolute;*/
    position: fixed;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    top: 45px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.top_bar {
    text-align: right;
    padding-top: 10px;
}

.top_bar ul li {
    display: inline-block;
    padding: 0 15px;
}
.top_bar ul li:last-child {
    padding-right: 0;
}
.top_bar ul li:last-child a:hover{
    background: #eb7e24;
}
.top_bar ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.lgn_btn {
    background: #0071bb;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    width: 88px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
}

.banner_sec {
    width: 100%;
    position: relative;
    /*background: url(./images/banner.jpg) center center no-repeat;*/
    background-color: #000 !important;
    background-size: cover !important;
    padding: 254px 0px 128px;
}

.bootombar {
    padding-top: 22px;
}

.logo img {
    width: 200px;
}

.main_head .navbar-nav>li {
    margin: 0 10px;
    padding: 24px 0px 15px;
    position: relative;
}

.main_head .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}




.main_head .navbar-nav>li>.sub-menu {
    background: #444444;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    min-width: 200px;
    padding: 0;
    border-top: 1px solid white;
}

.main_head .navbar-nav>li>.sub-menu>li {
    width: 100%;
    display: block;
}

.main_head .navbar-nav>li>.sub-menu>li>a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.main_head .navbar-nav>li>.sub-menu>li>a:hover {
    background: #0071bb;
    color: #fff;
}

.main_head .navbar-nav>li a i {
    font-size: 20px;
    margin-left: 2px;
}

.main_head .navbar-nav>li:last-child {
    /*margin-right: 18px;*/
}

.main_head .navbar-nav>li.menu-item-has-children:hover>a {
    color: #0071bb !important;
}

.main_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banner_sec h1 {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.banner_sec p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.banner_sec ul li {
    display: inline-block;
    list-style: none;
    padding: 20px 10px;
}

.banner_sec ul li a {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px 19px;
}

.banner_sec ul li a.getquote_btn {
    background: #5f1950;
    border: 3px solid #5f1950;
}

.bdr {
    border-bottom: 4px solid #e1e1e1;
}

.sticky {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;
}

.banner_sec ul li a:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #5f1850;
}

/**design_sec**/

.design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.design_box {
    width: 33%;
    padding: 35px 46px;
    border-right: 1px solid #e1e1e1;
}

.design_box img {
    width: 44%;
}

.design_box:last-child {
    border-right: 0;
}

.design_box h5, .design_box h3 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    margin: 8px 0px 10px;
    line-height: 1.5em;
}

.design_box p {
    color: #6B6B6B/*#a0a0a0*/;
    line-height: 28px;
    font-size: 21px;
    margin: 0px 0px 35px;
}

.design_box a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #B15910/*#eb7e24*/;
    background: #B15910/*#eb7e24*/;
    color: #fff;
}

.design_box:hover {
    background: #0071bb;
}

.design_box:hover h5,
.design_box:hover p {
    color: #fff;
}

.design_box:hover a {
    border: 3px solid #fff;
    background: #fff;
    color: #0071bb;
}

.design_box figure {
    color: #3171b6;
    border: 3px solid;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    line-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto 15px;
}

.design_box figure svg {
    width: 80px;
    height: 80px;
    fill: currentColor;
}

.design_box:hover figure {
    color: #fff;
    border: 3px solid;
}

.design_box:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/**customsolution_sec**/

.customsolution_sec {
    margin-top: 34px;
}

.custom_sec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 46px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #ECECEC;
}

.custom_icon {
    width: 25%;
}

.custom_icon {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0px auto;
    display: block;
}

.custom_icon img {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    display: block;
}

.hvr_img img {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.custom_text {
    width: 75%;
}

.custom_text.common_sec p {
    color: #6B6B6B/*#a0a0a0*/;
}

.custom_text a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #B15910/*#eb7e24*/;
    background: #B15910/*#eb7e24*/;
    color: #fff;
}

.custom_sec:hover {
    background: #0071bb;
}

.custom_sec:hover h3,
.custom_sec:hover p {
    color: #fff;
}

.custom_sec:hover a {
    border: 3px solid #fff;
    background: #fff;
    color: #0071bb;
}

.custom_sec:hover .hvr_img img {
    opacity: 1;
}

/**cmsplatform_sec**/

.cmsplatform_sec {
    /*margin-top: 8px;*/
}

.cmsicons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon_box {
    width: 15%;
    padding: 45px 45px 0px 45px;
}

/**secure_sec**/

.secure_sec {
    background: #e1e1e1;
}

.secure_sec p {
    color: #000;
}

.secure_box {
    margin-top: 20px;
}

.secure_box img {
    width: 40%;
    margin-bottom: 20px;
}

.secure_box h5, .secure_box p {
    font-weight: 400;
    line-height: 1.3em;
    font-size: 21px;
    color: #000;
    margin: 0;
}


/**score_sec**/

.score_sec {
    background: #444444;
}

.score {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.score_box {
    width: 50%;
    text-align: center;
}

.score_box h4 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
}

.score_box p {
    color: #e1e1e1;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

/**footer_sec**/

.main_footer {
    padding: 20px 0px 0px;
    background: #e1e1e1;
}

.maillink {
    border-bottom: 1px solid #949494;
    padding-bottom: 17px;
}

.maillink ul li {
    display: inline-block;
}

.maillink ul li a {
    color: #444;
    font-size: 17px;
    margin: 0 0.6em;
}

.maillink ul li a img {
    width: 30px;
}

.maillink ul li a i {
    color: #a7a4a4;
    margin-left: 18px;
    font-size: 22px;
}

.footer_social {
    text-align: center;
}

.footer_social ul li {
    display: inline-block;
    margin: 25px 1px;
}

.footer_social ul li a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    color: #0071bb;
    border: 3px solid #0071bb;
    border-radius: 100%;
    /*    line-height: 33px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social ul li a:hover {
    border: 1px solid #0071bb;
}

.footer_menu {
    text-align: center;
    margin: 0px 0px 34px;
}

.footer_menu ul li {
    display: inline-block;
    padding: 0px 30px;
}

.footer_menu ul li a {
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline !important;
    font-size: 17px;
}

.footerr {
    /*width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin: 0 -15px;
}

.footerr ul li {
    list-style: none;
}

.footerr ul li a {
    color: #444;
    line-height: 1.8em;
    font-size: 17px;
}

.footerr h4,
.footerr h4 a,
.footerr p{
    font-weight: bold;
    font-size: 16px;
    color: #444;
    margin: 0 0 6px;
}

.footer_connect {
    width: 15%;
}

.footer_hosting {
    width: 20%;
}

.footer_solution {
    width: 28%;
}

.footer_program {
    width: 22%;
}

.footer_company {
    width: 15%;
}
.footer_connect,.footer_hosting,.footer_solution,.footer_program,.footer_company{
    padding: 0 15px;

}
.footer_btm {
    background: #444444;
    font-size: 0.7em;
    padding: 0.5em 0;
}

.foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foottxt {
    width: 75%;
    color: #fff;
    font-size: 12px;
}

.foottxt a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline !important;
}

.foot_logo {
    width: 25%;
}

.foot_logo img {
    width: 200px;
    margin: 5px 0px;
}


.needhelp_sec {
    background: #5f1950;
        padding: 24px 8px;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: fixed;
    top: 281px;
    right: 0;
/*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
    z-index: 10;
        -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    transform: rotate(180deg);

}

.needhelp_sec a {
    color: #fff;
    display: flex;
}

.needhelp_sec i {
       margin-right: 0;
    transform: rotate(90deg);

}
.needhelp_sec span:first-child{
    /*order: -1;*/
   padding-bottom: 20px;

}

/**technology**/

.technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*align-items: center;*/
}

.tech_box {
    width: 33%;
    margin: 20px 0px 0px;
}

.tech_box h3 {
    color: #000;
}

.techh {
    margin-top: 60px;
}

.ability_sec {
    text-align: center;
}

.mind_sec h2 {
    margin-bottom: 20px;
}

.mind_sec a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #B15910/*#eb7e24*/;
    background: #B15910/*#eb7e24*/;
    color: #fff;
}


/**abttxt_sec**/

.abttxt_sec {
    padding: 30px 0px 40px;
}

.abttxt_sec p {
    line-height: 28px;
    font-size: 21px;
    margin-bottom: 18px;
    color: #444;
}

.cntct p {
    text-align: center;
}

.contactts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_box {
    width: 33%;
    margin: 25px 0 10px;
}

.contact_box img {
    width: auto;
    height: 100px;
    margin: 0px auto;
    display: block;
}

.contact_box h5 {
    color: #444;
    text-align: center;
    font-weight: bold;
    margin: 5px 0px 18px;
}

.contact_box:first-child p {
    margin-top: 46px;
}

.contact_box a {
    color: #0072D6/*rgb(2, 139, 255)*/;
    text-decoration: underline !important;
}

/**contactsocial_sec**/

.contactsocial {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_box {
    width: 20%;
}

.social_box a {
    font-size: 60px;
    text-align: center;
    color: #0071bb;
    border: 3px solid #0071bb;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0px auto;
}

.social_box a:hover {
    border: 1px solid #0071bb;
}


/**fullymanaged_sec**/

.managedtab_sec {
    margin-top: 40px;
}

.managedtab_sec ul li {
    width: 44%;
    border: 0 !important;
}

.managedtab_sec ul li:nth-child(2) {
    width: 12%;
}

.managedtab_sec ul li a {
    background: #e0e0e0;
    padding: 25px 15px;
    border-radius: 0;
    margin: 0;
    color: #5C5C5C/*#b3b3b3*/;
    font-weight: bold;
    font-size: 36px;
    border: 0 !important;
    border-radius: 0 !important;
    line-height: 1.5em;
}

.managedtab_sec ul li:nth-child(2) img {
    width: 65px;
    height: 65px;
}

.managedtab_sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #0071bb;
    color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
}

.managedtab_sec .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
}

.managedflip-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-tabs {
    border-bottom: 0;
}

.managedflip-box-inner {
    width: 32%;
    margin-right: 10px;
    min-height: 470px;
    text-align: center;
    display: block;
    border-top: 17px solid #0071bb;
}

.ddd {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.managedflip-box-inner:last-child {
    margin-right: 0;
}

.managedflip-box-front,
.managedflip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.managedflip-box-front {
    background-color: #fff;
    color: black;
}

.managedflip-box-front img {
    width: auto;
    height: 100px;
    margin: 35px 0px 0px;
}

.managedflip-box-front h3 {
    padding: 20px 0 5px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
}

.managedflip-box-front span {
    padding: 4px 0 7px 0;
    margin: 0;
    color: #0071bb;
    font-size: 30px;
    line-height: 1.3em;
}

.managedflip-box-front p {
    color: #6B6B6B/*#9C9C9C*/;
    padding: 0 7px;
    line-height: 1.3em;
    font-size: 21px;
    margin: 10px 0 25px 0;
}

.managedflip-box-front a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #0071bb;
    background: #0071bb;
    color: #fff;
}

.managedflip-box-back {
    background-color: #e1e1e1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box-back-header {
    background: #0071bb;
    padding: 20px;
    height: 150px;
}

.flip-box-back-header h3, .flip-box-back-header p.flip-title {
    padding: 20px 0 5px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
}

.flip-box-back-header span {
    padding: 4px 0 7px 0;
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.3em;
}

.managedflip-box-inner:hover .ddd {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box-back-text {
    background-color: #e1e1e1;
    padding-bottom: 30px;
}

.flip-box-back-text ul {
    display: table;
    width: 100%;
    padding: 26px;
}

.flip-box-back-text ul li {
    list-style: none;
    text-align: center;
    display: table-row;
}

.flip-box-back-text ul li p {
    display: table-cell;
    line-height: 1.3em;
    font-size: 21px;
    color: #616161;
    text-align: right;
    padding-right: 4%;
    padding-bottom: 10px;
}

.flip-box-back-text ul li span {
    display: table-cell;
    text-align: left;
    color: #0062A3/*#0071bb*/;
    line-height: 1.3em;
    font-size: 21px;
    padding-left: 4%;
}

.flip-box-back-text a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #0071bb;
    background: #0071bb;
    color: #fff;
}

.managedflip-box-inner:nth-child(2) {
    border-top: 17px solid #B15910/*#eb7e24*/;
}

.managedflip-box-inner:nth-child(2) .managedflip-box-front span {
    color: #AD5710/*#eb7e24*/;
}

.managedflip-box-inner:nth-child(2) .managedflip-box-front a {
    background: #B65B11/*#eb7e24*/;
    border: 3px solid #B65B11/*#eb7e24*/;
}

.managedflip-box-inner:nth-child(2) .flip-box-back-header {
    background: #B15910/*#eb7e24*/;
}

.managedflip-box-inner:nth-child(2) .flip-box-back-text ul li span {
    color: #8D460C/*#eb7e24*/;
}

.managedflip-box-inner:nth-child(2) .flip-box-back-text a {
    background: #B65B11/*#eb7e24*/;
    border: 3px solid #B65B11/*#eb7e24*/;
}


.managedflip-box-inner:nth-child(3) {
    border-top: 17px solid #5f1950;
}

.managedflip-box-inner:nth-child(3) .managedflip-box-front span {
    color: #5f1950;
}

.managedflip-box-inner:nth-child(3) .managedflip-box-front a {
    background: #5f1950;
    border: 3px solid #5f1950;
}

.managedflip-box-inner:nth-child(3) .flip-box-back-header {
    background: #5f1950;
}

.managedflip-box-inner:nth-child(3) .flip-box-back-text ul li span {
    color: #5f1950;
}

.managedflip-box-inner:nth-child(3) .flip-box-back-text a {
    background: #5f1950;
    border: 3px solid #5f1950;
}


/**aditionalsub_sec**/

.aditionalsub_sec {
    background: #e1e1e1;
}

.aditionalsub_sec p {
    color: #767776;
    margin-top: 20px;
}

.services {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service_box {
    width: 33%;
    text-align: left;
    padding: 0px 15px;
}

.service_box span {
    background: #fff;
    display: block;
    font-size: 18px;
    color: #688d13;
    border: 1px solid #0071bb;
    border-radius: 5px;
    color: #567311/*#688d13*/;
    text-align: left;
    font-weight: bold;
    padding: 0.6em;
    margin: 0.6em 0;
}

/**bckupsec**/

.bckupsec {
    margin-top: 42px;
}

.bckup_img {
    width: 33%;
}

.bckup_box {
    width: 66%;
    text-align: center;
}

.bckup_box h4, .bckup_box h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1em;
    padding: 0 20px 0px;
}

.bckup_box p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    padding: 0px 110px;
}

/**features_sec**/

.features h4, .features h3 {
    display: block;
    width: 100%;
    font-size: 38px;
    color: #fff;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 10px;
}

.features {
    background: #0071bb;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
}

.feature_box {
    width: 33%;
    text-align: left;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.btm-bg .fea {
    background: #f5f5f5;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.btm-bg .feature_box span::before {

    position: absolute;
    background: 

    #000;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    left: -8px;
    border-radius: 10px;

}

.btm-bg .feature_box span {

    position: relative;

}
.features_sec.common_sec.commongap {
    /*background: #e1e1e1;*/
}
.fea {
    background: #f5f5f5;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.feature_box .fea {
    display: flex;
    height: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.fea span {
    margin: 0px;
    padding: 10px;
    line-height: 1.3em;
    font-size: 21px;
    display: block;
}
.featuresshow .fea span{
    padding: 0;

}
.features_sec a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #eb7e24;
    background: #eb7e24;
    color: #fff;
    margin: 40px 0px 0px;
}


/**supportstuff_sec**/

.support_tab ul li figure {
    /*width: 110px;
    height: 110px;
    color: #0071bb;
    border: 3px solid #0071bb;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
    margin: 0px auto;
    color: #fff;
    position: relative;
    width: 100px;
    height: 100px;
}

.support_tab ul li img {
    width: 100%;
}

.support_tab ul {
    background: #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.support_tab ul li {
    width: 20%;
}

.support_tab ul li:hover {
    background: #eee;
}

.support_tab ul li.resp-tab-active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.tabbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabbox_img {
    width: 50%;
    padding: 0px 15px;
}

.tabbox_txt {
    width: 50%;
    padding: 0px 15px;
}

.tabbox_img img {
    width: 90%;
    margin-top: 20px;
}

.tabbox_txt p {
    line-height: 1.3em;
    font-size: 21px;
    text-align: left;
}

.support_tab .tab-content {
    padding: 40px 20px;
    border: 1px #0071bb solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.support_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0071bb;
    border-radius: 0 !important;
}

.bddd {
    border-top: 1px solid #ddd;
}

.supportstuff_sec h5 {
    color: #567411/*#688D13*/;
    line-height: 1.3em;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 18px;
}

.support_tab ul li svg {
    width: 100px;
    height: 100px;
}

.resp-tab-active {
    border: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #fff !important;
    background-color: #0071bb !important;
    border-radius: 0 !important;
}

.resp-tabs-list li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.resp-tab-content {
    border-top-color: #5AB1D0;
    padding: 40px 20px;
    border: 1px #0071bb solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.support_tab .nav-pills .nav-link:hover {
    background: #eee;
}*/
.support_tab ul li:hover {
    background: #eee;
}

#parentHorizontalTab {
    background: #e1e1e1 !important;
}

.newsvg svg {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.support_tab .nav-link.active .newsvg svg {
    opacity: 1;
}

.support_tab ul li:hover.newsvg svg {
    opacity: 0;
}

.support_tab ul li:last-child {
    width: 20%;
}

.resp-tab-active .newsvg svg {
    opacity: 1;
}

.resp-tabs-list li:hover {
    background: #eee !important;
}

.resp-tabs-list li:hover .newsvg svg {
    opacity: 0;
}

/**experiencelevel_sec**/

.experiencelevel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.experiencelevel_box {
    width: 25%;
    padding-right: 5px;
    transition: width 0.4s;
}

.experiencelevel_box span {
    border: 1px solid #0071bb;
    border-radius: 5px;
    color: #567311/*#688d13*/;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 25px 0 40px 0px;
    display: block;
}

.experiencelevel_box figure {
    margin-bottom: 30px;
min-height: 88px;
}

.experiencelevel_box figure img {
  width: 87px;
}

.experiencelevel_box ul li {
    list-style: none;
    display: block;
    padding: 9px 5px 9px 5px;
    background: #ffffff;
    color: #000000;
    border-top: 1px solid #0071bb;
    border-right: 1px solid white;
    text-align: center;
    cursor: pointer;
}

.experiencelevel_box .inner-content>ul {
    margin-bottom: 20px;
}

.experiencelevel_box .inner-content>ul>li {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    background: transparent;
    border: 0;
    font-size: 17px;
    line-height: 27px;
    padding-left: 15px;
    font-weight: 400;
    color: #444;

}

.experiencelevel_box .inner-content>ul>li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;


}

.experiencelevel_box .accordion.inner li .inner-content a {
    display: inline-block;

}

/**customersay_sec**/

.customer_box figure img {
    margin: 20px auto;
    text-align: center;
    display: block;
    width: 100px;
}

.customer_box p {
  
    font-style: italic;
}
.customer_box  {
    padding: 0px 50px;
  
}
.customer_box h6, .customer_box h3 {
    line-height: 1.3em;
    font-size: 21px;
    font-weight: 400;
}

.customer_box h6 span, .customer_box h3 span {
    color: #B15910/*#eb7e24*/;
    font-weight: bold;
}

.customer_slider .slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: rgb(2, 139, 255);
}

.customer_slider .slick-prev:before {
    content: '\f053';
}

.customer_slider .slick-next:before {
    content: '\f054';
}


.customer_slider .slick-prev:hover:before,
.customer_slider .slick-next:hover:before {
    color: #000;
}

.managedmap {
    padding: 20px 0px;
    text-align: center;
}

.managedmap img {
    width: 300px;
    display: block;
    margin: 0px auto;
}

.managedmap a {
    color: rgb(2, 139, 255);
    line-height: 1.3em;
    font-size: 21px;
    margin: 10px 0 18px 0;
    display: block;
    font-weight: bold;
}

.managedmap a:hover {
    color: #000;
}

.brand_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand_boxtxt {
    width: 50%;
    padding: 0px 10px;
}

.brand_boxtxt img {
    width: 320px;
    margin-top: 15px;
    margin-bottom: 34px;
    display: block;
    text-align: center;
    margin: 15px auto 34px;
}

.brand_boxtxt:nth-child(2) img {
    width: 240px;
    margin-bottom: 11px;
}

.brand_boxtxt p {
    line-height: 1.3em;
    font-size: 21px;
    margin: 0 0 18px 0;
}

.worksce a {
    color: #0072D6/*rgb(2, 139, 255)*/;
    text-decoration: underline !important;
}


/**worksce**/

.worksce_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.worksce_boxtxt {
    width: 50%;
    padding: 0px 15px;
}

.worksce_boxtxt h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 10px;
}

.worksce_boxtxt p {
    line-height: 1.3em;
    font-size: 21px;
    margin: 0 0 18px 0;
}

.wrk_dtls {
    text-align: right;
}

.wrk_dtls ul li {
    display: inline-block;
    list-style: none;
    line-height: 1.3em;
    font-size: 21px;
    margin: 10px;
}

.wrk_dtls ul li a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #B65B11/*#eb7e24*/;
    background: #B65B11/*#eb7e24*/;
    color: #fff;
    text-decoration: none ! important;
}

.banner_sec span {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    line-height: 1.1em;
    display: block;
    margin-bottom: 20px;
}

.prtnhead {
    text-shadow: none !important;
}


/**partnerprogram_sec**/

.partnerprogram_sec p {
    margin: 20px 0px 18px;
}

.partnerprogram {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partnerprogram_box {
    width: 25%;
    padding: 20px 40px;
}

.partnerprogram_box p,
.partnerprogram_box p a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    color: #444;
}

.gtt_btn {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #B15910/*#eb7e24*/;
    background: #B15910/*#eb7e24*/;
    color: #fff;
    margin: 25px 0px 10px;
}

.gtt_btn:hover {
    color: #fff;
}

/**yourclients_sec**/

.clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #0071bb;
}

.clients_img,
.clients_text {
    width: 50%;
}

.clients_img {
    height: 600px;
}

.clients_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.clients_text {
    padding: 40px 20px 70px 50px;
    max-width: 600px;
}

.clients_text h3 {
    color: #fff;
    font-size: 38px;
    margin-top: 0em;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5em;
}

.clients_text p {
    font-size: 21px;
    line-height: 1.3em;
    color: #fff;
    margin: 0px 0px 18px;
}

.clients_text ul {
    margin-left: 22px;
}

.clients_text ul li {
    font-weight: bold;
    padding: 2px 0;
    font-size: 21px;
    line-height: 1.3em;
    color: #fff;
}

.clients_text ul ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
    list-style-type: disc;
}

.clients_text ul li:last-child {
    margin-bottom: 18px;
}

.clients_text ul ul li:last-child {
    margin-bottom: 0px;
}

.clients_text a {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 19px;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

/**intersted_sec**/

.intersted_sec {
    background: #f5f5f5;
}

.intersted_sec p {
    color: #000;
}

.intersted_sec h2 {
    padding: 0px 250px;
    line-height: 50px;
    margin-bottom: 15px;
}

.intersted_frm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.frm_box {
    width: 66%;
    padding: 0px 30px;
	margin: 0 auto;
}

.frm_details {
    width: 33%;
    padding: 0px 15px;
	display: none !important;
}

.frm_box .form-group {
    margin: 15px 0 0px 0;
}

.frm_box label {
    color: #0071bb;
    text-align: left;
    display: block;
    font-size: 21px;
}

.frm_box input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.frm_box textarea {
    height: 122px;
    width: 100%;
    resize: vertical;
    font-size: 14px;
    color: #555;
    padding: 6px 12px;
}

.frm_box input[type=submit] {
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    border: 3px solid #5f1950;
    background: #5f1950;
    color: #fff;
    width: 107px;
    height: 38px;
    line-height: 22px;
    display: block;
    margin-top: 20px;
}

.frm_details {
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
    text-align: left;
    height: 420px;
}

.frm_details h6, .frm_details h4, .frm_details h3 {
    font-size: 20px;
    color: #5f1950;
    margin: 0px 0 0 0px;
    clear: both;
    padding: 16px 10px;
    font-weight: bold;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.frm_details ul li {
    list-style: none;
    display: table;
}

.frm_details ul li {
    margin-top: 8px;
}

.frm_img {
    display: table-cell;
    width: 45px;
    height: 45px;
    margin: 0px 10px 0px 10px;
    vertical-align: middle;
}

.frm_details ul li span {
    display: table-cell;
    font-size: 15px;
    color: #000000;
    padding-top: 3px;
    padding-left: 23px;
    line-height: 20px;
}

.frm_details ul li:last-child {
    margin-bottom: 20px;
}


/**partnerprogramimg_sec**/

.bordersec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.borderbx {
    width: 25%;
    height: 7px;
    background: rgb(0, 113, 187);
}

.borderbx:nth-child(2) {
    background: rgb(235, 126, 36);
}

.borderbx:nth-child(3) {
    background: rgb(95, 25, 80);
}

.borderbx:nth-child(4) {
    background: rgb(104, 141, 19);
}

.partnerprogramimg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.programimg {
    width: 33%;
    height: 300px;
}

.programimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/**getquotepopupfrm_sec**/

.getquotepopupfrm {
    background: #f5f5f5;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 20px;
}

.crssbtn {
    text-align: right;
}

.crssbtn button {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .2;
    cursor: pointer;
}

.crssbtn button:focus {
    outline: 0;
}


/**press_sec**/

.facts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.facts_box {
    width: 50%;
}
.facts_box ul{
       padding: 0 23px;
}
.facts_box ul li {
    line-height: 28px;
    font-size: 21px;
}

/**pressrelease_sec**/

.pressrelease_sec {
    background: #e1e1e1;
}

.pressrelease_sec p {
    color: #000;
}

.pressrelease_sec .facts_box ul li {
    list-style: none;
}

.pressrelease_sec .facts_box ul li a {
    color: #005299/*rgb(2, 139, 255)*/;
    text-decoration: underline !important;
    margin: 0 0 18px 0;
    display: block;
}

/**seen_sec**/

.seen_sec {
    padding-bottom: 35px;
}

.seen_sec h5, .seen_sec h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 10px;
    font-style: italic;
}

.seen_sec p {
    color: #fff;
    line-height: 1.3em;
    font-size: 21px;
    margin: 0 0 18px 0;
    font-style: italic;
}

/**downloadlogo_sec**/

.downloadlogo_sec {
    background: #424242;
    padding: 73px 0px;
}

.downloadlogo_sec h3 {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px;
}

.downloadlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.downloadlogo_box {
    width: 31%;
    background: #fff;
    padding: 30px;
    height: 240px;
    border-radius: 10px;
    margin: 0px 15px 15px;
    text-align: center;
}

.downloadlogo_box img {
    margin-bottom: 18px;
}

.downloadlogo_box:last-child img {
    margin-top: 18px;
    margin-bottom: 34px;
}

.downloadlogo_box h6, .downloadlogo_box h4 {
    color: #575757;
    line-height: 40px;
    font-weight: bold;
    font-size: 21px;
    margin: 0;
}

.downloadlogo_box:first-child {
    margin-left: 0;
}

.downloadlogo_box:first-child img {
    margin-bottom: 12px;
}

.downloadlogo_box span {
    color: #575757;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
}

.downloadlogo_box span a {
    color: #575757;
    text-decoration: underline !important;
    font-weight: 400;
}

.downloadlogo_sec p {
    color: #fff;
    line-height: 1.3em;
    font-size: 21px;
    margin: -20px 0 18px 0;
}

.mll {
    color: #fff;
    line-height: 1.3em;
    font-size: 21px;
    margin: 0px 0 18px 0;
    display: block;
    text-decoration: underline !important;
}

.phnn {
    color: #fff;
    line-height: 1.3em;
    font-size: 21px;
    margin: 0px 0 18px 0;
}

.downloadlogo_sec span {
    color: #fff;
    line-height: 1.3em;
    font-size: 21px;
    font-weight: bold;
}

.phnn:hover,
.mll:hover {
    color: #e92f11;
}


/**datamap_sec**/

.datamap_sec {
    background: #e1e1e1;
    margin-top: 30px;
    padding-bottom: 73px;
}

.map_img {
    text-align: center;
    position: relative;
}


.dcLoc {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
}

.dcLoc>a {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background-color: #0071bb;
}

.NA1 {
    left: 17%;
    top: 35%;
}

.NA2 {
    left: 19.4%;
    top: 34%;
}

.NA3 {
    left: 19.3%;
    top: 38%;
}

.EU1,
.NA4 {
    left: 45.6%;
    top: 28%;
}

.EU2,
.NA5 {
    left: 43%;
    top: 27%;
}

.AU1,
.NA6 {
    left: 83%;
    top: 78%;
}

.dcLoc>a.active {
    background: #fff;
    z-index: 40;
}

.dcLoc>a.active:before {
    content: "";
    display: block;
    width: 5px;
    height: 500px;
    background: #fff;
    overflow: visible;
    left: 10px;
    top: 4px;
    margin-left: 5px;
    pointer-events: none;
}

.dcLoc>a.active.NA6:before {
    height: 100px;
}

.map_img_dtls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    position: relative;
    z-index: 41;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -80px;
}

.mbldsply {
    margin-top: 30px;
    display: none;
}

.continent {
    display: none;
}

.map_img_dtlsimg {
    width: 42%;
    text-align: center;
}

.map_img_dtlstxt {
    width: 58%;
}

.map_img_dtlstxt h4 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.map_img_dtlstxt p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 18px 0;
}

.map_img_dtlstxt ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0px 0px 18px 15px;
}

.map_img_dtlstxt ul li {
    font-size: 12px;
    line-height: 18px;
}

/**prtnertxt_sec**/

.prtnertxt_sec p {
    color: #000;
}

.prtner_logo img {
    margin: 10px 0 40px 0;
    height: 50px;
    width: auto;
}


.prtnertxt_logo {
    padding-top: 70px;
}

.menu_mail {
    display: none;
}

.programimg:last-child {
    width: 34%;
}

#map_canvass iframe {
    width: 100%;
}

.main_footer a:hover, .footerr ul li.current-menu-item a{
    color: #0065A8/*#0071bb*/;
}

.managedflip-box-front a:hover,
.managedflip-box-back a:hover {
    background: #000;
    color: #fff;
    border: 3px solid #000;
}

.mind_sec a:hover,
.gtt_btn a:hover {
    border: 3px solid #0071bb;
    background: #0071bb;
    color: #fff;
}

.clients_text a:hover {
    border: 3px solid #fff;
    background: #fff;
    color: #0071bb;
}

.contact_box a:hover {
    color: rgb(95, 24, 80);
}

.worksce a:hover {
    color: #5f1850;
}

.worksce a:hover {
    color: #fff;
    background: #5f1850;
    border: 3px solid #5f1850;
}

.pressrelease_sec .facts_box ul li a:hover {
    color: #5f1850;
}

.downloadlogo_box span a:hover {
    color: #5f1850;
}

.features_sec a:hover {
    border: 3px solid #5f1850;
    background: #5f1850;
}

.initial .experiencelevel_box {
    width: 25%;
    padding-right: 5px;
}

.experiencelevel_box.active {
    width: 40%;
}

.active .each-accordion .show {
    width: auto;
    height: auto;
}

.active .each-accordion {
    text-align: left;
}

.experiencelevel_box .accordion.inner li a {
    display: block;
    color: #000000;
    text-align: center;
}

.experiencelevel_box .accordion.inner li .inner-content {
    padding: 15px 10px;
    background: #e1e1e1;
    margin-top: 10px;
}

.experiencelevel_box .accordion.inner li .inner-content p {
    font-size: 17px;
    line-height: 27px;
}

.experiencelevel_box .accordion.inner li a.item_link {
    padding: 5px 8px;
    background: #688d13;
    color: #fff;
    border-radius: 5px;
}

.featuresshow>h4 {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
}

.featuresshow {
    margin-top: 20px;
}

span.wpcf7-not-valid-tip {
    font-size: 15px;
    line-height: 1;
    margin-top: 5px;
    text-align: left;
    color: #eb7e24;
    font-weight: bold;
}

div.wpcf7-response-output {
    font-size: 20px;
    line-height: 1.2;
    margin: 5px 0 0;
}
.main_head .navbar-nav > li > .sub-menu li.current-menu-item{background: #0071bb;}
.fnd .page-title{text-align: center;margin-bottom: 0;padding: 40px 0;color: #3e5a65;}
.error404 .site-main figure{margin-bottom: 0;}
.error404 .site-main figure img{height: auto;width: 80%;
margin: 0 auto;
display: block;}
.error404 .site-main figure > div{background: #f0eeef;}
.default-tab-cnt{padding: 40px 20px;border: 1px #0071bb solid;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background: #fff;}




/**priyanka**/

.designimgg figure {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0px auto;
    display: flex;
}

.designimgg figure img {
    width: 80px;
    height: 80px;
    margin: 0px auto;
    display: block;
}

.designimgg figure .designboxhvr_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
}

.design_box:hover .designimgg figure img {
    opacity: 0;
}

.design_box:hover .designimgg figure .designboxhvr_img,
.design_box:hover .designimgg figure .designboxhvr_img img {
    opacity: 1;
}

@media (min-width: 992px) {
    .experiencelevel_box {
        width: 20%;
        transition: width 0.4s;
    }
}




/**responsive_css**/


@media(max-width:1199px) {

    .clients_img {
        height: auto;
    }

    .frm_details {
        height: auto;
    }

    .downloadlogo_box {
        margin: 0px 10px 15px;
    }

    .NA1 {
        left: 14%;
        top: 34%;
    }

    .NA2 {
        left: 17%;
        top: 33%;
    }

    .NA3 {
        left: 16.4%;
        top: 37%;
    }

    .AU1,
    .NA6 {
        left: 85%;
        top: 76%;
    }

}

@media(min-width:1025px) {

    .navbar-nav>li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }

}

@media(max-width:1024px) {

    .navbar-nav .clickD {
        position: absolute;
        right: 13px;
        top: 25px;
        width: 20px;
        height: 20px;
        background: url() center center no-repeat;
        cursor: pointer;
        display: block;
        background-size: 10px;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .main_head .navbar-nav>li>.sub-menu {
        right: 0;
        left: auto;
    }
    .clients_img img{height: 660px;}

}


@media(max-width:991px) {
    .initial .experiencelevel_box {
        width: 49%;
        margin-bottom: 20px;
    }

    .experiencelevel_box.active {
        width: 49%;
    }

    .mnhdd {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootombar {
        position: relative;
    }

    .main_navigation .navbar-toggler {
        color: #fff;
        position: absolute;
        right: 15px;
        top: -40px;
        z-index: 1;
        height: 23px;
    }

    .main_navigation {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: left;
        top: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .navbar-toggler span {
        width: 25px;
    }

    .logo img {
        width: 200px;
        margin-bottom: 20px;
    }

    .main_head .navbar-nav>li:first-child {
        margin-left: 10px;
    }

    .main_head .navbar-nav>li {
        margin: 0 10px;
        padding: 0 7px;
        position: relative;
        line-height: 30px;
    }

    .main_head .navbar-nav>li>a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 14px;
    }

    .main_navigation ul {
        padding: 20px 0px;
    }

    .main_head .navbar-nav>li a i {
        display: none;
    }

    .main_head .navbar-nav>li>.sub-menu {
        background: transparent;
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block;
        border: 0;
        border-radius: 0;
        min-width: 100%;
        padding: 0;
        border-top: 0;
        display: block !important;
    }

    .main_head .navbar-nav>li>.sub-menu>li>a {
        padding: 0 9px;
    }

    .banner_sec h1 {
        text-align: center;
        font-size: 38px;
    }

    .banner_sec {
        text-align: center;
    }

    .intersted_frm {
        display: block;
    }

    .frm_box {
        width: 100%;
        padding: 0;
    }

    .frm_details {
        height: auto;
    }

    .frm_details {
        width: 100%;
    }

    .design {
        display: block;
    }

    .design_box {
        width: 100%;
        border-right: 0;
        padding: 35px 10px;
    }

    .custom_sec {
        width: 100%;
        display: block;
        text-align: center;
    }

    .custom_text {
        width: 100%;
    }

    .icon_box {
        width: 16%;
        padding: 15px;
    }

    .cmsplatform_sec {
        padding-bottom: 40px;
    }

    .scumbl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .score {
        display: block;
    }

    .score_box {
        width: 100%;
        text-align: center;
    }

    .footerr h4,
    .footerr h4 a,
    .footerr p{
        font-size: 15px;
    }

    .foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .foottxt {
        width: 100%;
    }



    .main_navigation .navbar-toggler:focus {
        outline: 0;
    }

    .foot_logo {
        width: 100%;
    }

    .flip-box-back-text ul li {
        width: 100%;
    }

    .flip-box-back-text ul li p {
        font-size: 18px;
        padding-right: 2%;
    }

    .flip-box-back-text ul li span {
        font-size: 18px;
        padding-left: 2%;
    }

    .managedflip-box-inner {
        min-height: 500px;
    }

    /*.resp-accordion {
    display: none !important;
}*/

    h2.resp-accordion {
        margin: 0px auto;
        color: #fff;
        position: relative;

    }

    .resp-accordion .newsvg svg {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .resp-accordion.resp-tab-active .newsvg svg {
        opacity: 1;
    }

    .resp-accordion figure svg {
        width: 100px;
        height: 100px;
    }

    .resp-accordion figure {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }

    .support_tab ul {
        display: none;
    }

    .tabbox {
        display: block;
    }

    .tabbox_img {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }

    .tabbox_txt {
        width: 100%;
        padding: 0px;
    }

    .resp-arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid #ffffff !important;
    }


    .experiencelevel_box {
        width: 50%;
    }

    .services {
        display: block;
    }

    .service_box {
        width: 100%;
        padding: 0px 0px;
    }

    .bckup_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .bckup_box {
        width: 100%;
    }

    .bckup_box p {
        padding: 0px 0px;
    }

    .features {
        display: block;
    }

    .feature_box {
        width: 100%;
        padding: 0px 0px;
    }

    .technology {
        display: block;
    }

    .tech_box {
        width: 100%;
    }

    .ability_sec img {
        width: 100%;
    }

    .partnerprogram_box {
        width: 50%;
    }

    .intersted_sec h2 {
        padding: 0px 20px;
    }

    .clients_img,
    .clients_text {
        width: 100%;
    }

    .map_img_dtlstxt {
        padding: 0px 20px;
    }

    .map_img_dtls {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .facts {
        display: block;
    }

    .facts_box {
        width: 100%;
        margin-top: 20px;
    }

    .downloadlogo_box {
        margin: 0px 0 15px;
        width: 100%;
    }

    .menu_mail {
        display: block;
        text-align: center;
        border-top: 1px solid #fff;
        padding: 10px 0px;
    }

    .menu_mail a {
        color: #fff;
        font-size: 18px;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        display: block;
        line-height: 40px;
        border-radius: 100%;
        margin: 0px auto;
    }

    .footer_solution {
        width: 22%;
    }
    .footer_program {
        width: 25%;
    }
    .footer_company {
        width: 18%;
    }
    .footerr ul li a{
        font-size: 15px;
    }
        .clients_img img{height: inherit;object-fit: inherit;}

    .tabbox_img img {
        width: 80%;
    }
}

@media(max-width:768px) {
    .support_tab h2.resp-tab-active figure img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

@media(max-width:767px) {
    .initial .experiencelevel_box {
        width: 100%;
    }

    .experiencelevel_box.active {
        width: 100%;
    }

    .featuresshow>h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 0 0 22px 0;
        max-width: 100%;
    }

    .main_head .navbar-nav>li>.sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
    }

    .main_head .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .footer_connect,
    .footer_hosting,
    .footer_solution,
    .footer_program,
    .footer_company {
        width: 50%;
        margin-bottom: 15px;
    }

    .footer_menu ul li {
        padding: 0px 10px;
    }

    .icon_box {
        width: 26%;
        padding: 20px;
    }

    .top_bar ul li:last-child {
        padding-right: 0;
    }

    .main_navigation .navbar-toggler {
        right: 15px;
    }

    .managedtab_sec ul li {
        width: 40%;
    }

    .managedtab_sec ul li a {
        padding: 15px 10px;
        font-size: 18px;
    }

    .managedtab_sec ul li:nth-child(2) {
        width: 20%;
    }

    .managedtab_sec ul li:nth-child(2) img {
        width: 45px;
        height: 45px;
    }

    .managedflip-box {
        display: block;
        width: 100%;
    }

    .managedflip-box-inner {
        width: 100%;
    }

    .programimg {
        height: auto;
    }

    .contactts {
        display: block;
    }

    .contact_box {
        width: 100%;
    }

    .contact_box:first-child p {
        margin-top: 20px;
    }

    .social_box a {
        font-size: 50px;
        width: 90px;
        height: 90px;
    }

    .map_img {
        display: none;
    }

    .datamap_sec {
        padding-top: 50px;
    }

    .map_img_dtls {
        margin-top: 0;
    }

    .map_img_dtlsimg {
        width: 100%;
        text-align: left;
    }

    .map_img_dtlstxt {
        width: 100%;
        padding: 0px;
    }

    .brand_box {
        width: 100%;
        display: block;
    }

    .brand_boxtxt {
        width: 100%;
        padding: 10px 10px;
    }

    .worksce_box {
        width: 100%;
        display: block;
    }

    .worksce_boxtxt {
        width: 100%;
        padding: 0px 0px;
    }

    .wrk_dtls ul li {
        font-size: 17px;
        margin: 10px 1px;
    }

    .wrk_dtls {
        text-align: left;
    }

    .continent {
        display: block;
        margin: 25px 0 13px;
        text-align: center;
        font-size: 26px;
        font-weight: 500;
        color: #000;
    }

    .mbldsply {
        margin-top: 30px;
        display: block;
    }

    .experiencelevel_box {
        width: 100%;
    }
.main_head{position: relative;background-color: #000;}
.experiencelevel_box ul li{padding: 9px 0 9px 0;}
.experiencelevel_box.active{padding-right: 0;}
.customer_slider .slick-dots {display: none !important;}
.experiencelevel_box figure{min-height: 0;}
.fnd .page-title{font-size: 23px;line-height: 1;}
.needhelp_sec{
    display: none;
}
}


@media(max-width:576px) {

    .banner_sec h1 {
        font-size: 35px;
    }

    .common_sec h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .footerr ul li a {
        font-size: 15px;
    }

    .footer_social {
        text-align: left;
    }

    .footer_menu {
        text-align: left;
    }

    .footer_menu ul li {
        padding: 7px 10px 7px 0px;
        display: block;
    }

    .design_sec .commongap {
        padding-bottom: 0px;
    }

    .support_tab {
        padding: 0px 15px;
    }

    .customer_slider .slick-prev {
        left: 0;
        z-index: 1;
    }

    .customer_slider .slick-next {
        right: 0;
    }

    .features h4 {
        font-size: 30px;
        line-height: 45px;
    }

    .social_box a {
        font-size: 40px;
        width: 80px;
        height: 80px;
    }

    .wrk_dtls ul li {
        font-size: 20px;
        margin: 15px 0px;
        display: block;
    }

    .fea {
        padding: 0;
    }

    .supportstuff_sec {
        padding: 0px 10px;
    }

    .resp-accordion figure svg {
        width: 50px;
        height: 50px;
    }

    .resp-accordion .newsvg svg {
        width: 50px;
        height: 50px;
    }

}

@media(max-width:480px) {


    .scumbl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .secure_box img {
        width: 25%;
    }

    .secure_box {
        margin-top: 30px;
    }

    .icon_box {
        width: 50%;
        padding: 35px;
    }

    .banner_sec ul li {
        padding: 10px 10px;
    }

    .experiencelevel_box {
        width: 100%;
    }

    .prtnhead br {
        display: none;
    }

    .partnerprogram_box {
        width: 100%;
    }

    .clients_text {
        padding: 40px 20px 40px 20px;
        max-width: 100%;
    }

    .social_box a {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }

    .maillink ul li a i {
        margin-left: 8px;
        font-size: 15px;
    }

    .maillink ul li a {
        font-size: 14px;
        margin: 0 0px;
    }

.error404 .site-main figure img{width: 100%;}
.fnd .page-title{padding: 19px 0;font-size: 19px;}
.customer_box {
    padding: 0px 35px;
}
}





/*=============Koel =====================*/

.featuresshow {
    background: #e1e1e1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 25px;
}

.inner-content {
    display: none;
}

.show.inner-content {
    display: block;
    width: 250px;
    height: auto;
}

/*ul li
ul {
    list-style: none;
    padding: 0;
  
    .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
      
        &.show {
          /*display: block;*/
/* }
    }
  
    li {
        margin: .5em 0;
      
        a.toggle {
            width: 100%;
            display: block;
            background: rgba(0,0,0,0.78);
            color: #fefefe;
            padding: .75em;
            border-radius: 0.15em;
            transition: background .3s ease;
          
            &:hover {
                background: rgba(0, 0, 0, 0.9);
            }
        }
    }
}
ul li*/
/*=============Koel End=====================*/

.footer_program a {
    color: #795301;
}

.needhelp_sec {
    display: none !important;
}

.grecaptcha-badge {
	bottom: 80px !important;
}

/* Get Quote */

.get_quote_btn {
    background: #2271bb;
    padding: 10px 30px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    border-radius: 3px;
}


.get_quote_btn:hover{
	background: #EB7E39 !important;
	color: #fff !important;
}

.get_quote_btn a:hover {
	color: #fff !important;
}

#requestQuote.modal {
	z-index: 9999;
}

#requestQuote .modal-title {
	font-size: 20px;
}

#requestQuote .modal-content {
	width: 100%;
	padding: 0;
}

#requestQuote .modal-header{
    align-items: start;
    flex-flow: column !important;
}

#requestQuote .modal-header p {
    margin-top: 5px;
    color: #a0a0a0;
}

.required {
    color: #d55151;
}

#requestQuote .modal-body {
    padding: 30px;
    height: 60vh;
    overflow: scroll;
}

#requestQuote .modal-content {
    margin: 6% auto;
}

#requestQuote label {
    font-weight: 500;
	margin-bottom: 8px;
}

#requestQuote .form-group {
    margin-bottom: 25px;
}

#requestQuote small a {
    color: #2C6F90 !important;
}

#msg {
    margin-bottom: 5px;
    font-weight: 500;
}

#msg .error {
    color: #c70000;
}

#msg .success {
    color: #3d7d00;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    top: 40%;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    text-align: center;
    display: none;
}

#requestQuote .form-control {
	border: 1px solid #e1e1e1;
    padding: 10px;
	height: auto;
}

/* Get Quote */