@import url(../css-1);body{font-family:'Open Sans';background:#19233f}.custom-width{width:1250px;margin:auto;display:block}input::placeholder{color:#cbbddd!important}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.img-center{margin:0 auto}.text-overflow{overflow:hidden}.bold-text{font-weight:700}.green-color{color:#be7b2e}.blue-color{color:#2955c5}.green-bg{background:#be7b2e}.gray-bg{background:#f7f9ff}.white-bg{background:#fff!important}.darker-bg{background:#161f36!important}.lighter-bg{background:#1c2746!important}.lighter-bg2{background:#202c4d!important}h2,h3{color:#ecf0fc;font-family:'Overpass';font-weight:400;margin-top:0}h4,h5,h6{color:#dee5f7;font-family:'Open Sans';margin-top:0;font-weight:500}p,li,a{color:#96a1c2;transition:.2s linear;font-family:'Open Sans';margin-bottom:0}a:hover{text-decoration:none}ul{padding-left:0}li{list-style:none}.down-arrow2{width:0;left:0;right:0;margin:0 auto;height:0;border-style:solid;border-width:20px 25px 0 25px;border-color:#1c2746 transparent transparent transparent;position:absolute}.down-arrow2.gray-arrow{border-color:#f7f9ff transparent transparent transparent}.down-arrow2.body-bg{border-color:#19233f transparent transparent transparent}.down-arrow::before{content:'';width:0;height:0;z-index:5;left:0;right:0;margin:0 auto;border-style:solid;position:absolute;border-width:15px 18px 0 18px;border-color:#1c2746 transparent transparent transparent}.border-top{border-top:1px solid rgba(240,240,240,.05)}.padding-top70{padding-top:90px}.padding-bottom70{padding-bottom:90px}.padding-top60{padding-top:80px}.padding-bottom60{padding-bottom:80px}.padding-top50{padding-top:70px}.padding-bottom50{padding-bottom:70px}.padding-top40{padding-top:60px}.padding-bottom40{padding-bottom:60px}.padding-top30{padding-top:50px}.padding-bottom30{padding-bottom:50px}.margin-top50{margin-top:70px!important}.margin-bottom50{margin-bottom:70px!important}.margin-bottom60{margin-bottom:80px!important}.margin-top60{margin-top:80px!important}.main-title{width:750px;margin:0 auto;padding-bottom:60px}.title-line{width:150px;border-bottom:2px dotted #be7b2e;opacity:.5;margin:20px auto 5px}.main-title p{font-size:18px}.main-title h2{font-size:36px;font-weight:700;font-family:'Overpass'}.main-title.title-white h2{color:#fff}.main-title.title-white p{color:#e0e2ff}.buttons{display:block}.btn{padding:10px 35px;font-size:14px;transition:.1s linear;border-radius:3px}.btn:hover{background:#2955c5;color:#fff}.btn-large{font-size:15px;padding:14px 42px 14px}.btn>i{padding-left:7px;font-size:14px}.btn-medium{font-size:14px;padding:12px 35px 12px}.btn-green{background:#be7b2e;color:#fff}.btn-green:hover{background:#2955c5}.btn-gray{background:#f7f9ff;color:#a086c0}.btn-blue{background:#2955c5;color:#fff}.btn-blue:hover{background:#1b4cc9}.btn-outline{color:#9aa6ca;border:1px solid rgba(255,255,255,.5)}.outline-dark{color:#aeb8d8;border:1px solid #f2e9fc;background:#fff}.btn-outline:hover{background:#2955c5;border:1px solid #2955c5}.seperator{height:15px}.fadeIn{animation-duration:.2s;animation-delay:80ms}.fadeOut{animation-duration:.2s}.fadeInLeft{animation-duration:.7s}.fadeInRight{animation-duration:.7s}@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
        transform: translate3d(-7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
        transform: translate3d(-7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.spinner3{width:40px;height:40px;position:relative;top:50%;margin:0 auto;-webkit-animation:rotate 2.0s infinite linear;animation:rotate 2.0s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;border-radius:100%;-webkit-animation:bounce 2.0s infinite ease-in-out;animation:bounce 2.0s infinite ease-in-out}.dot1{background-color:#1b4cc9}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1.0s;animation-delay:-1.0s;background-color:#fa6915}@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}@keyframes bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}.top-bar{background:#19233f;border-bottom:1px solid #1f2a47;padding:10px 0;display:table;width:100%}.top-bar.margin-for-home{margin-bottom:20px}.top-bar a{font-size:12px;margin-right:25px;border-right:1px solid #222e52;padding-right:20px}.top-bar a:hover{color:#be7b2e}.top-bar a>i{font-size:11px;padding:1px 5px 0}.top-bar .custom-width .right-topbar a:last-child{border-right:0;padding-right:0}.top-bar .right-topbar{float:right}.top-bar .left-topbar{float:left;position:relative}nav.bootsnav .megamenu-content{width:60%!important;margin:0 auto}nav.navbar.bootsnav ul.nav>li>a.active{color:#be7b2e}nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a.active{color:#be7b2e}.navbar-brand>img{width:120px;margin:13px 0 0}.navbar-brand{padding:0}a.navbar-btn{color:#fff}.navbar-btn{background:#2955c5;border-radius:3px;color:inherit;padding:10px 30px;display:inline-block}.navbar .menu-price{font-weight:600;margin:15px 0 10px;text-align:left}.wrap-sticky nav.navbar.bootsnav{background:transparent;border-bottom:0}nav.navbar.bootsnav li.dropdown ul.dropdown-menu{border:0 solid #e0e0e0;border-radius:10px;margin-top:-5px;background:#263152}nav.navbar.bootsnav ul.dropdown-menu.megamenu-content{padding:15px!important}.navbar-btn:hover{background:#be7b2e!important}nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{color:#a495b8}nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{color:#be7b2e;padding-left:2px}nav.navbar.bootsnav .title{font-size:12px;border-bottom:1px solid rgba(240,240,240,.1);padding-bottom:10px;text-transform:uppercase;font-weight:700}nav.navbar.bootsnav .title i{color:#456bca;padding-right:4px}nav.navbar.bootsnav ul.nav>li>a{padding:25px 25px;color:#c5cde9;font-weight:400;font-size:15px}nav.navbar.bootsnav ul.nav>li>a:hover{color:#be7b2e}.attr-nav>ul>li>a:hover{color:#2955c5}.wrap-sticky nav.navbar.bootsnav.sticked{background:#19233f;border-bottom:1px solid rgba(255,255,255,.1);z-index:22}nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{background:#263152;color:#c5cde9;border:0}nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover{background:#2955c5;color:#fff}.attr-nav>ul>li>a span.badge{background:#1b4cc9;padding-top:2px;font-weight:300}.attr-nav i.fa.fa-shopping-bag{color:#bdbfd6}.attr-nav>ul>li>a{color:#b6a7c9}.badge-link{position:relative;margin-left:5px;bottom:1px;color:#fff;font-size:9px;font-weight:300;padding:1px 7px;background:#1b4cc9;border-radius:20px}.menu-col .badge-link{background:#be7b2e}.home-header{padding:180px 0;background:linear-gradient(to right,rgba(18,9,39,.9) 0%,transparent 92%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/dedicated.jpeg.pagespeed.ce.8rqJOlG6hi.jpg) center;background-size:cover}.home-header .text-container{width:600px}.home-header .home-title h2 a{color:#be7b2e;font-size:28px;font-weight:300}.home-header .btn+.btn{margin-left:20px}.home-header .text-container h2{color:#fff}.home-header .text-container h3{font-weight:300;font-size:33px;color:#fff;margin:40px 0}.home-header p{font-size:17px;color:#c5cee6}.home-carousel{padding:150px 0 150px}.carousel-list i{padding-right:5px}.home-carousel img.img-responsive{margin-left:30px;position:absolute;width:590px;z-index:2}.home-carousel img.img-absolute{position:absolute;z-index:-1;top:-50px;left:-80px;opacity:.08;width:700px}.home-carousel p{font-size:17px;line-height:26px}.home-carousel .buttons p{font-size:12px;text-transform:uppercase;display:inline-block;margin-left:25px}.home-carousel .buttons{margin-top:50px}.home-carousel .animation-text{font-size:28px;font-weight:200;margin:20px 0 20px;color:#d3dcf3}.home-title h2{font-size:49px;margin-bottom:5px;color:#e6ecfd;font-weight:600}.home-carousel .btn>i{font-size:11px}.tabs-switcher{position:relative;display:inline-block;border-radius:10px;margin-top:75px;background:#1f2a4b}.nav-tabs>li>a{border:0;padding:20px 25px}.tabs-switcher .nav-tabs li.active::after{content:'';width:0;height:0;top:-13px;left:0;right:0;margin:0 auto;border-style:solid;position:absolute;border-width:0 13px 13px 13px;border-color:transparent transparent #1f2a4b transparent}.nav-tabs>li>a:hover{background:transparent;color:#8568a8}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:0;color:#d3c4e4;background:#1f2a4b;border-radius:10px}.nav-tabs{border-bottom:0}.left-sidebar{width:45px;height:900px;position:absolute;background:#1c2746;box-shadow:0 0 20px rgba(56,27,105,0);top:0;left:0}.left-sidebar .sidebar-socials{position:absolute;bottom:17%;left:0;right:0}.left-sidebar .contact-links{position:absolute;top:15%;left:0;right:0}.left-sidebar .contact-links a:hover{cursor:pointer}.left-sidebar .notification{width:13px;height:13px;border-radius:100%;font-size:9px;color:#fff;position:absolute;right:10px;top:27%;text-align:center;background:#be7b2e}.left-sidebar .link-style i{display:grid;text-align:center;color:#c29bee;opacity:.3;margin-bottom:25px;font-size:14px;transition:.2s linear}.fadeInOut{animation-duration:.1s!important}.left-sidebar .link-style i:hover{opacity:.8}.modal-contact{width:100%;height:auto;margin:10px auto;display:inline-block;background:#1f2b4b;text-align:center;padding:15px}.modal-content{background:#161f36}.modal-header{border-bottom:1px solid rgba(255,255,255,.05)}.modal-footer{border-top:1px solid rgba(255,255,255,.05)}.modal-contact i{color:#be7b2e;font-size:30px;margin-bottom:15px}#myModal .modal-footer button{display:block;width:100%}.search-domain{background:#17203a;padding:60px 0 50px;z-index:2;position:relative}.search-domain h4{font-size:30px;font-weight:400;font-family:'Overpass'}.search-domain p{font-size:15px;margin-top:10px;margin-bottom:0}.search-domain .domain-input{padding-top:5px;width:600px}.search-domain input{border-radius:30px 0 0 30px;height:55px;font-size:13px;transition:.2s linear;background:#1c2746;border:0}.search-domain input::placeholder{padding-left:15px}.search-domain .form-group{display:flex;flex-direction:row}.search-domain .btn-domain{border-radius:0 30px 30px 0;background:#1b4cc9;border-left:0 solid rgba(240,240,240,.1);padding-top:13px;color:#fff;font-size:14px}.search-domain .btn-domain:hover{background:#be7b2e;color:#fff}.search-domain .text{margin-right:20px}.search-domain .ltds{position:relative;margin-left:10px}.search-domain .ltds p{word-spacing:40px;font-size:13px;padding-left:10px;opacity:.4}.toggle,.toggler{display:inline-block;vertical-align:middle;margin:10px}.toggler{color:#ddd;transition:.2s;font-weight:bold}.toggler--is-active{color:#be7b2e}.pricing-section .b{display:block}.toggle{position:relative;width:90px;height:30px;border-radius:100px;background-color:#be7b2e;overflow:hidden;box-shadow:inset 0 0 2px 1px rgba(0,0,0,.05)}.check{position:absolute;display:block;cursor:pointer;top:0;left:0;width:100%;height:100%;opacity:0;z-index:6}.check:checked~.switch {right:2px;left:57.5%;transition:.25s cubic-bezier(.785,.135,.15,.3);transition-property:left , right;transition-delay:.08s , 0s}.switch{position:absolute;left:2px;top:2px;bottom:2px;right:57.5%;background-color:#fff;border-radius:36px;z-index:1;transition:.25s cubic-bezier(.785,.135,.15,.3);transition-property:left , right;transition-delay:0s , .08s;box-shadow:0 1px 2px rgba(0,0,0,.2)}.pricing-section{width:100%;text-align:center;background:#19233f}.pricing-section .main-title{padding-bottom:30px}.pricing-columns #pricing-chart,.pricing-columns-both #pricing-chart{margin-top:30px}.pricing-columns #pricing-chart #smaller-plans,.pricing-columns-both #pricing-chart #smaller-plans{display:block}.pricing-columns #pricing-chart .plan,.pricing-columns-both #pricing-chart .plan{background-color:#1c2746;position:relative;padding:14px;width:100%;border-radius:10px}.pricing-columns #pricing-chart .plan .price,.pricing-columns-both #pricing-chart .plan .price{font-size:26px;text-align:left;width:100%;margin-bottom:25px;color:#d5d3f0;margin-top:17px}.pricing-columns #pricing-chart .plan .price .dollar,.pricing-columns-both #pricing-chart .plan .price .dollar{top:-10px;letter-spacing:-1px;left:3px}.pricing-columns #pricing-chart .plan .price .amount,.pricing-columns-both #pricing-chart .plan .price .amount{font-size:30px;font-weight:200}#yearly .amount,#yearly .slash,#yearly .dollar,#yearly .month{color:#be7b2e}.pricing-columns #pricing-chart .plan .price .slash,.pricing-columns-both #pricing-chart .plan .price .slash{font-weight:200;left:-2px}.pricing-columns #pricing-chart .plan .price .month,.pricing-columns-both #pricing-chart .plan .price .month{font-weight:200;left:-7px}.pricing-columns #pricing-chart .plan ul,.pricing-columns-both #pricing-chart .plan ul{padding:0 18px;margin-bottom:40px}.pricing-columns #pricing-chart .plan ul li,.pricing-columns-both #pricing-chart .plan ul li{font-weight:400;font-size:15px;text-align:left;margin-bottom:15px}.pricing-columns i{color:#be7b2e;padding-right:1px;font-size:12px;padding-top:1px}.pricing-columns #pricing-chart .plan ul li span,.pricing-columns-both #pricing-chart .plan ul li span{color:#9e9e9e;display:inline-block;margin-left:7px;font-weight:400;font-size:14px}.pricing-columns .btn{display:block;width:100%;margin-bottom:15px}.pricing-tables{z-index:6;background:#19233f}.table{transition:.1s linear;border-radius:20px;background:#1c2746;border:1px solid rgba(255,255,255,.01);padding:20px;width:auto;text-align:center;margin:0 5px}.custom-pricing .table-list li{padding-left:25px}.custom-pricing .table{margin:0 20px;border:0}.table-responsive{overflow:hidden;padding:10px}.pricing-tables img{margin-bottom:15px}.pricing-tables p{font-size:16px}.less-opacity{opacity:.9}.table-list{margin:35px 0;margin-left:10px}.table-list i{color:#be7b2e;width:10px;margin-right:8px;font-size:13px;margin-top:4px}.table-list li{padding-bottom:10px;font-size:14px;text-align:left;display:flex}.pricing-tables .price{background:#253152;color:#cbbcdf;max-width:270px;width:200px;font-size:18px;border-radius:20px;padding:9px 10px 22px;letter-spacing:1px;text-align:center;margin:0 auto -18px}.pricing-tables .price.green-bg{background:#be7b2e;color:#fff}.pricing-tables .buttons .btn{display:block;width:90%;margin:0 auto;color:#fff;border-radius:4px;padding:10px 40px}.pricing-tables h4{font-size:21px;font-weight:600;padding-top:10px}.pricing-tables p{font-size:16px}.pricing-tables-light{background:#19233f}.pricing-tables-light .main-title{margin-bottom:40px}.pricing-tables-light .table-content img{padding:30px 0}.pricing-tables-light .table-content{width:auto;text-align:center;height:auto;margin:0 auto;border-radius:0 0 20px 20px;background:#1c2746;border-top:7px solid #be7b2e;padding:0 15px 35px 15px}.table-circle{border-radius:100%;width:100px;height:100px;font-size:30px;text-transform:uppercase;color:#fff;background:#be7b2e;line-height:100px;margin:0 auto;margin-bottom:0;position:relative;bottom:50px}.table-circle.blue-bg{background:#4726a1}.pricing-tables-light .table-content.blue-border{border-color:#311974}.pricing-tables-light ul{margin-top:-20px}.pricing-tables-light .table-content li{font-size:16px;text-align:left;display:block;padding-left:50px;padding-bottom:10px;display:flex}.pricing-tables-light .table-content li:last-child{padding-bottom:0}.pricing-tables-light .table-content i{padding-right:10px;padding-top:4px;color:#92df7f;font-size:14px}.pricing-tables-light .table-content h4{font-weight:500;font-size:19px}.pricing-tables-light .table-content h3{font-size:33px;font-weight:400;margin:30px 0}.pricing-tables-light .table-content .price p{color:#fff;font-weight:300;font-family:'Nunito';font-size:14px}.pricing-tables-light small{color:#9bc5d2;opacity:.9}.pricing-tables-light .table-content img{width:320px;padding:30px 0}.dedicated-pricing{background:#19233f}.dedicated-pricing .main-title{padding-bottom:30px}.dedicated-pricing table{width:100%}.custab{box-shadow:0 0 20px rgba(0,0,0,.08);transition:.2s;border-radius:5px;border-top:7px solid #be7b2e!important;border:1px solid transparent}.dedicated-pricing h3{display:inline-block;box-shadow:0 0 20px rgba(56,27,105,.09);padding:15px 25px;border-radius:5px;font-size:18px;margin-bottom:15px}.table>thead>tr>th{border-bottom:0;padding:15px 13px 15px 30px;color:#d8d7ec;background:#1c2746}.table>tbody>tr>td{padding:20px 15px 5px 30px;position:relative;border-top:0;text-align:left;color:#98a0bb}.table .btn{font-size:13px;border-radius:2px;padding:5px 11px;position:relative;bottom:8px}.table .btn>i{font-size:9px}.price-in-table{font-weight:600;color:#cfd6ec!important}.table>tbody>tr>td:first-child{color:#929fc5}.table-striped>tbody>tr:nth-of-type(odd) {background:#19233f}.dual-section{border-bottom:1px solid rgba(255,255,255,.05)}.dual-section .text{overflow:hidden}.dual-section .features{margin-bottom:40px}.dual-section .features:last-child{margin-bottom:0}.dual-section h4{font-weight:600}.dual-section i{border:1px solid rgba(255,255,255,.1);height:55px;width:60px;line-height:55px;text-align:center;color:#be7b2e;text-align:center;font-size:23px;box-shadow:0 0 50px rgba(255,255,255,.03);border-radius:5px;margin:3px 15px 0}.dual-section .left-content{border-right:1px solid rgba(255,255,255,.1);padding-right:40px}.dual-section .right-content{padding-left:20px}.dual-section .main-title{margin-bottom:10px}.tabs{background:#1f2b4b}.tabs .text{padding-right:50px}.tabs .tab-content{margin-top:55px}.tabs .tab-lists .host-feature{margin-bottom:30px}.tabs .tab-lists .host-feature:last-child{margin-bottom:0}.tabs img{border-radius:10px;width:600px}.tabs .hosting-tabs ul{text-align:center}.tabs .tab-title h3{font-size:30px;display:inline-block;padding-top:10px;font-weight:800}.tabs .tab-title p{font-size:15px}.tabs .tab-title{margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid rgba(234,235,253,.1)}.tabs h4{font-size:18px}.tabs .hosting-tabs{background-color:#1c2746}.tabs ul.nav.nav-tabs{margin-top:0!important}.tabs .nav-tabs>li{display:inline-block;float:none}.tabs .nav-tabs>li>a{padding:40px 50px;font-size:16px;font-weight:500;font-family:'Open Sans'}.tabs .nav-tabs>li.active>a,.tabs .nav-tabs>li.active>a:focus,.tabs .nav-tabs>li.active>a:hover{background:#1c2746;line-height:20px;color:#cdd4eb}.tabs .nav-tabs li.active::after{content:'';width:0;height:0;bottom:-15px;left:0;right:0;margin:0 auto;border-style:solid;position:absolute;border-width:15px 15px 0 15px;border-color:#1c2746 transparent transparent transparent}.tabs .text{overflow:hidden!important}.tabs .tab-lists{display:grid}.tabs .tab-lists i{width:40px;height:40px;background:#243052;border-radius:100%;border:3px solid #243052;color:#be7b2e;margin:0 10px 0 0;text-align:center;line-height:37px;font-size:15px}.tabs .boxes{text-align:center;border:1px solid #f0f0f0;padding:15px 10px 10px}.tabs .boxes i{color:#be7b2e;margin:10px 0 17px;font-size:35px}.features-one i{font-size:35px;margin:5px 20px 0 0;color:#fff}.features-content{box-shadow:0 0 40px rgba(73,61,94,.09);border-radius:20px;background:#be7b2e;display:inline-block;padding:55px 25px 40px}.features-content .parttwo{display:inline-block;margin-top:50px}.features-one h2,.features-one p{color:#fff}.features-one .main-title p{color:#fff}.features-one .text-container h2{font-weight:500;font-size:17px}.features-one .main-title{margin-bottom:50px;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:20px}.features-one .text-container{border-right: 1px solid #f0f0f088;padding-right:25px}.features-content .no-border-right{border-right:0 solid #f0f0f0}.features-content p{font-size:14px}.features-two h4{margin-bottom:20px;text-align:center;font-weight:600;text-align:left}.features-two .main-title{padding-bottom:40px;width:auto}.features-two li{padding-bottom:13px;display:flex}.features-two .box-shadow{display:grid;background:#1c2746;padding:30px 20px 10px 25px;border-radius:10px;margin-right:20px}.features-two img{border-radius:10px}.features-two i{font-size:13px;color:#be7b2e;padding-right:8px;padding-top:5px}.features-two .buttons{margin:7px 0 20px}.features-two .buttons i{color:inherit}.features-seven .img-content{text-align:center}.features-seven .text-container{border-radius:5px;padding:30px 15px;background:#1c2746}.features-seven{background:#fff}.features-seven .text{text-align:center;padding:0 20px}.features-seven h4{font-weight:700;font-size:18px;margin-bottom:15px}.features-seven i{color:#fff;font-size:25px;width:65px;height:60px;line-height:60px;background:#be7b2e;text-align:center;margin-bottom:20px;border-radius:4px}.features-seven .row+.row{margin-top:30px}.features-six{background:#19233f}.features-six h4{font-weight:600;font-size:17px;margin-bottom:15px}.features-six .main-title{padding-bottom:80px}.features-six .img-content{text-align:center}.features-six .text i{color:#be7b2e;font-size:25px;width:70px;height:70px;line-height:70px;background:#232f52;text-align:center;margin-bottom:25px;z-index:2;border-radius:100%}.features-six .text{margin-top:-55px}.features-six .text-container{border-radius:5px;padding:30px 15px;text-align:center;background:#1c2746;margin:0 10px;border-radius:10px}.features-six .row+.row{padding-top:70px}.features-six .buttons{margin:0 auto;text-align:center;margin-top:60px}.tripple-cols i{font-size:27px;margin:5px 20px 0 0;color:#be7b2e;border:1px solid rgba(206,146,77,.08);width:65px;height:60px;line-height:60px;text-align:center;border-radius:7px;box-shadow:0 0 60px rgba(13,12,24,.25);transition:.1s linear}.tripple-cols h4{font-weight:600}.tripple-cols .text{overflow:hidden}.tripple-cols i:hover{background:#28365c}.faq{background:#1c2746}.accordion a{position:relative;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:10px 0;font-size:18px;font-weight:400;border-bottom:1px solid rgba(229,229,229,.2)}.faq h3{margin-bottom:20px}.accordion a:hover,.accordion a:hover::after{cursor:pointer;color:#be7b2e}.accordion a.active{color:#2955c5}.accordion a::after{font-family:'Font Awesome 5 Free';content:'\f067';position:absolute;float:right;right:0;font-size:15px;color:#be7b2e;padding:5px;width:30px;height:30px;font-weight:900;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center}.accordion a.active::after{font-family:'Font Awesome 5 Free';content:'\f00d';font-weight:900;font-size:15px;color:#2955c5}.accordion .content{opacity:0;padding:0;max-height:0;border-bottom:1px solid rgba(229,229,229,.2);overflow:hidden;clear:both;-webkit-transition:.1s linear;-o-transition:.1s linear;transition:.1s linear}.accordion .content p{font-size:16px}.accordion .content.active{opacity:1;padding:10px 0;max-height:100%;-webkit-transition:.1s linear;-o-transition:.1s linear;transition:.1s linear}.ftr{text-align:center;margin-top:20px}.features-four .text-container{padding:15px;width:100%;height:auto;border-radius:10px;background:#19233f}.features-four .content-top{margin-bottom:30px}.features-four p{font-size:14px}.features-four h4{font-size:16px;font-weight:600}.features-four i{color:#be7b2e;font-size:30px;margin:5px 0 15px}.features-four img{border-radius:7px;margin-left:20px}.features-five{background:#1c2746}.features-five .text-content{padding:25px;box-shadow:0 0 0 rgba(255,255,255,.06);border-radius:10px;background:#1b2642;margin-right:25px;border:1px dashed rgba(255,255,255,.13);transition:.1s linear}.features-five .text-content:hover{box-shadow:0 0 20px rgba(73,61,94,0)}.features-five .text{overflow:hidden}.features-five img{width:45px;margin:5px 15px 0 0}.features-five h4{font-weight:600;font-size:16px}.features-five .column{display:inline-block;margin-bottom:40px}.features-five i{color:#be7b2e;background:#19233f;border:1px dashed rgba(147,190,122,.3);width:55px;height:50px;border-radius:5px;font-size:25px;text-align:center;line-height:50px;margin:5px 15px 0 0}.features-five .no-margin{margin-bottom:0}.features-five .btn{margin:0 auto}.features-five .buttons{margin:50px auto 0;text-align:center;width:200px}.ff-five2{background: linear-gradient(135deg, rgba(33, 28, 59, 0.94) 0%, rgba(33, 28, 59, 0.94)100%), url('../images/other/bg.png') center;background-attachment:fixed}.ff-five2 h4,.ff-five2 .title-white p{color:#fff}.ff-five2 p{color:#c5bedb}.ff-five2 i{background:transparent;border:1px dashed rgba(255,255,255,.2);color:#be7b2e;box-shadow:0 0 40px rgba(255,255,255,.1)}.ff-five2 .text-content{background:rgba(37,16,61,.25);border:1px dashed rgba(255,255,255,.1)}.img-right{background:#f7f9ff}.img-right .text{padding-right:50px;padding-top:20px}.img-right .text i{font-size:20px;color:#be7b2e}.img-right h2{font-size:32px}.img-right h3{margin:30px 0;font-size:22px;color:#aeb8d8;font-weight:300}.img-right p{font-size:16px}.default-header{padding:100px 0;background-size:cover!important}.default-header .btn-green:hover{background:#2955c5}.default-header.wordpress-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/xwordpress.jpeg.pagespeed.ic.tZZ1yqDOZh.jpg) center}.default-header.cloud-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/cloud.jpeg.pagespeed.ce.XkeoHWeSU0.jpg) center}.default-header.shared-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/shared.jpeg.pagespeed.ce.AksQ27suDU.jpg) center}.default-header.dedicated-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/dedicated.jpeg.pagespeed.ce.8rqJOlG6hi.jpg) center}.default-header.about-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/about.jpeg.pagespeed.ce.VrdDKA7TgR.jpg) center}.default-header.contact-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/contact.jpeg) center}.default-header.error-page{background:linear-gradient(to right,rgba(22,21,37,.85) 70%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/error.jpeg.pagespeed.ce.WALdwzaSM-.jpg) center;padding:150px 0}.default-header.domain-page{background:linear-gradient(to right,rgba(22,21,37,.85) 65%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/xdomain.JPEG.pagespeed.ic.xzQvxDVlii.jpg) center;padding:150px 0}.default-header.ssl-page{background:linear-gradient(to right,rgba(22,21,37,.85) 65%,transparent 100%,transparent 100%) , url(https://confiabilidadtrade.com/front/images/headers/xssl.jpeg.pagespeed.ic.YtjK0A3saG.jpg) center;padding:150px 0 250px}.default-header h2,.default-header h3,.default-header h4,.default-header p,.default-header li{color:#fff}.default-header h2{font-weight:800;font-size:40px}.default-header h4{color:#be7b2e}.default-header .buttons{margin-top:30px}.default-header .btn-green{background:#be7b2e}.default-header h4 span{text-decoration:line-through;font-weight:300}.default-header h3{font-size:35px;font-weight:300}.default-header p{font-size:16px;font-weight:300;margin-bottom:30px}.domain-box{background:linear-gradient(to bottom,#1e2947 0%,#1e2947 100%);border-radius:10px;padding:20px;transition:.1s linear}.domain-boxes .row+.row{margin-top:30px}.domain-box h2{font-weight:900}.domain-box h3{margin-bottom:0;font-weight:700;font-size:20px}.domain-box p{font-size:15px}.ltd-price h4{color:#9aa6ca;margin-top:22px;margin-bottom:3px}.com h2{color:#2c59cc}.net h2{color:#3dd656}.org h2{color:#eb9a9a}.online h2{color:#a45eff}.layout-domain h4{font-size:19px;font-weight:500;margin-bottom:7px}.layout-domain .text-container img{width:60px;margin:5px 15px 0}.layout-text.layout-domain .buttons{margin-top:50px}.layout-text.layout-domain .text-content{margin-top:40px}.layout-domain .domain-img img{box-shadow:0 2px 5px rgba(73,61,94,.2)}.search-domain.domain-page .text{margin-left:0}.imgs2-domain .text{padding:70px 30px}.list-features2 li{padding-bottom:15px;color:#9aa6ca;display:flex}.list-features2 li:last-child{padding-bottom:0}.list-features2 li::before{content:"\f067";font-family:"Font Awesome 5 Free";font-weight:900;color:#be7b2e;font-size:10px;padding-right:5px}.call-to-action{background:#1b4cc9;padding:60px 0}.cta-green{background:#be7b2e}.call-to-action p{color:#e8ebf7}.call-to-action .btn-outline{border-color:#fff;color:#fff}.cta-green .btn-outline{border-color:#fff;color:#fff}.cta-green p{color:#f3f3f3}.call-to-action h3{color:#fff;font-size:26px;font-weight:500}.call-to-action .buttons{margin-left:150px;margin-top:15px}.call-to-action p{font-size:16px}.call-to-action2{background:#be7b2e;padding:25px 0 15px;text-align:center}.call-to-action2 h4{font-size:27px;color:#fff;font-weight:700}.layout-text{background:transparent}.gray-layout{background:#1c2746}.right-layout .text-container{margin-left:30px}.layout-text .text-container h3{font-weight:700;font-size:31px}.layout-text .text-container{width:500px}.layout-text img{border-radius:20px}.layout-text .buttons i{color:#fff}.layout-text .buttons{margin-top:30px}.layout-text .text-content{margin-top:30px}.layout-text p{font-size:16px}.layout-text .text{overflow:hidden}.layout-text i{color:#be7b2e;margin:5px 5px 0 0}.colorful-boxes{background:#1c2746}.colorful-boxes i{font-size:65px;margin:50px 0 30px;color:#fff}.colorful-boxes .buttons{margin-top:30px}.colorful-boxes .btn{border-radius:30px;font-size:13px;color:#fff}.colorful-boxes .box-container{text-align:center;padding:0 40px 50px;border-radius:15px;margin:0 15px}.colorful-boxes .box-container h4{color:#fff;font-family:'Overpass';font-size:23px;font-weight:600;margin-bottom:15px}.colorful-boxes .box-container p{color:#fff;font-size:16px;line-height:25px}.colorful-boxes .box1{background:#372fa1}.colorful-boxes .box2{background:#372fa1}.colorful-boxes .box3{background:#372fa1}.testimonials{padding-top:80px;padding-bottom:50px;background:#19233f}.testimonials.white-bg{background:#fff}.testimonials.white-bg .main-title{padding-bottom:30px}.testimonials .text-left{padding-right:30px}.testimonials .text-left h2{font-size:28px;margin-top:60px;font-weight:600}.testimonials .text-left .buttons{margin-top:30px}.quote{color:#be7b2e;text-align:center;opacity:.5;padding-left:5px}#fade-quote-carousel.carousel{padding-bottom:60px}#fade-quote-carousel.carousel .carousel-inner .item{opacity:0;transition:.5s linear}#fade-quote-carousel.carousel .carousel-inner .active{opacity:1}#fade-quote-carousel.carousel .carousel-indicators{bottom:0}#fade-quote-carousel.carousel .carousel-indicators>li{background-color:#be7b2e;border:none;opacity:.8}#fade-quote-carousel blockquote{text-align:left;border:none;font-size:14px;line-height:23px;background:#1c2746;padding:20px;width:auto;margin:0 auto;border-radius:10px}.testimonials.lighter-bg blockquote{background:#19233f!important}.testimonials.white-bg blockquote{background:#f7f9ff!important}#fade-quote-carousel blockquote small{color:#d4c6e7;font-size:13px;padding-top:15px}.carousel-indicators .active{width:30px;height:10px}#fade-quote-carousel .profile-circle img{width:80px;height:80px;margin:0 auto 25px auto;margin-bottom:-25px;box-shadow:0 10px 20px rgba(73,61,94,.3);border-radius:100%}.entry-text h2{font-weight:800;font-size:42px;margin-bottom:20px}.entry-text p{font-size:18px;line-height:30px}.line{width:250px;background:rgba(244,242,252,.2);height:4px;margin:0 auto 20px}.entry-text .text-container{padding:0 30px}.entry-text .buttons{margin-top:40px}@media only screen and (max-width:1200px){.entry-text .text-container{padding:0}}.all-boxes{margin-top:-120px}.all-boxes.no-margin{margin-top:0}.all-boxes .ssl-box{background:linear-gradient(to bottom,#1e2947 0%,#1e2947 100%);border-radius:10px;padding:45px 20px 40px;transition:.1s linear}.all-boxes .box-header i{font-size:70px;margin-bottom:30px;color:rgba(182,195,253,.7)}.all-boxes h2{margin-top:25px;font-weight:900;margin-bottom:0;color:#be7b2e;font-size:35px}.all-boxes p{font-size:16px}.all-boxes .box-description a{margin-top:15px;display:block}.all-boxes .dollar-sign{font-size:24px;position:relative;bottom:10px}.boxes-one{background:#1c2746}.boxes-one h4{font-weight:600}.boxes-one .box{border-radius:2px 2px 10px 10px;text-align:center;margin:0;background:#19233f;border-top:5px solid #be7b2e;padding:40px 30px}.boxes-one.darker-bg .box{background:#1c2746}.boxes-one .box img{width:90px;margin:0 auto 30px auto;opacity:.8!important}.boxes-one .btn{margin-top:30px}.contact-form i{color:#be7b2e}.contact-form iframe{border-radius:15px}.contact-form .fa{padding-right:5px}.contact-form form{display:block}.contact-form .form-control{width:100%;font-size:13px;background:#1c2746;border:0;border-radius:5px;box-shadow:inset 0 0 0;height:47px;transition:.3s linear;margin:10px 0}.has-error .form-control{box-shadow:inset 0 0 0 #fff!important;border:0!important;border-color:#fff!important}.contact-form .form-control::placeholder{color:#9bc5d2}.form-control:focus{border:0 solid #f0f0f0}.form-control{box-shadow:0 0 0!important}.textarea-contact{resize:none}.partners2{padding:10px;border-top:1px solid rgba(240,240,240,.05)}.partners2 .all-partners{border-radius:10px;padding:30px 20px 25px;margin:0 auto;display:table}.partners2 img{width:150px;margin:0 15px;transition:.15s linear}.partners2 img:hover{filter:grayscale(100%)}.partners2 .col-sm-2{border-right:1px solid rgba(240,240,240,.05)}.partners2 .col-sm-2:last-child{border-right:0 solid #ebebeb}.partners3{padding:10px;border-top:1px solid rgba(240,240,240,.05)}.partners3 .all-partners{border-radius:10px;padding:30px 20px 25px;margin:0 auto;display:table}.partners3 img{width:150px;margin:0 15px;transition:.15s linear;opacity:.9}.partners3 img:hover{filter:grayscale(100%);opacity:1}.partners3 .col-sm-2{border-right:1px solid rgba(240,240,240,.05)}.partners3 .col-sm-2:last-child{border-right:0 solid #ebebeb}.boxes-two .box-container{padding:25px 20px;background:#1f2b4b;border:1px dashed rgba(255,255,255,.05);margin:0 20px;border-radius:15px;transition:.2s linear}.boxes-two .box-container:hover{box-shadow:0 20px 30px rgba(73,61,94,0)}.boxes-two .box-title{border-bottom:1px solid rgba(143,148,163,.2);margin-bottom:15px}.boxes-two .box-title h4{font-weight:700;font-size:13px;text-transform:uppercase}.boxes-two .box-title i{font-size:17px;padding-right:5px;color:#be7b2e}.boxes-two .buttons i{font-size:12px}.boxes-two li{line-height:30px;display:flex}.boxes-two li::before{content:"\f067";font-family:"Font Awesome 5 Free";font-weight:900;color:inherit;font-size:10px;padding-right:5px}.boxes-two .buttons{margin-top:20px}.boxes-two .box-container .btn{font-size:13px;padding:7px 20px;border-radius:3px;margin-right:10px}.img-section{background:url(https://confiabilidadtrade.com/front/images/headers/xwordpress.jpeg.pagespeed.ic.tZZ1yqDOZh.jpg) center right;margin-right:auto;margin-left:auto;background-size:cover}.img-section.for-about{margin-right:auto;margin-left:auto;background:url(https://confiabilidadtrade.com/front/images/other/3.jpeg.pagespeed.ce.u9L1U8rSOu.jpg) center left}.img-section .text{width:560px;background:#1c2746;padding:40px 30px;height:auto}.img-section h2{font-size:30px;font-weight:700;margin-bottom:20px}.img-section h3{font-weight:300;font-size:30px;margin:30px 0 0}.img-section i{color:#fff}.img-section p{font-size:16px}.img-section .btn{margin-top:50px}.imgs2{margin-right:auto;margin-left:auto;background:url(https://confiabilidadtrade.com/front/images/other/3.jpeg.pagespeed.ce.u9L1U8rSOu.jpg) center left}.imgs2 .text{background:#be7b2e}.imgs2 .text::after{width:0;height:0;position:absolute;right:270px;top:40%;content:'';border-style:solid;border-width:25px 0 25px 25px;border-color:transparent transparent transparent #be7b2e}.imgs2 h2,.imgs2 p{color:#fff}.imgs2 .btn{color:#fff;border-color:#fff}.team .members{border-radius:10px;border:1px solid rgba(240,240,240,.05)}.team .member-text{padding:20px 15px 30px;background:#1c2746;box-shadow:0 0 40px rgba(73,61,94,.1)}.team .members h4{font-size:18px;font-weight:600;margin-bottom:5px}.team .members h5{font-size:13px;color:#aeb8d8;margin-bottom:15px}.team .social-links{margin:25px 0 0 0}.team .social-links i{background:#19233f;color:#be7b2e;border:1px solid rgba(240,240,240,.2);border-radius:5px;line-height:45px;text-align:center;font-size:13px;width:45px;margin-right:10px;height:45px;transition:.1s linear}.team .social-links i:hover{background:#2955c5;color:#fff}.colorful-section{background:#1c2746}.colorful-section .row+.row{margin-top:50px}.colorful-section .text{overflow:hidden;padding-right:10px}.colorful-section h4{font-weight:600;margin-bottom:10px}.colorful-section i{color:#be7b2e;font-size:22px;text-align:center;border:1px solid rgba(255,255,255,.1);width:55px;height:50px;line-height:50px;border-radius:5px;margin:5px 20px 0 0}.footer-contact{background:#19233f}footer .social-media i{margin:0 2px 0;border:1px solid rgba(255,255,255,.2);width:33px;height:30px;border-radius:3px;line-height:30px;text-align:center}footer .location-info h5{color:#aeb8d8;font-size:13px}footer .location-info i{color:#8adbab;padding-right:3px}.contact-container{border-radius:5px;padding:30px 20px;display:inline-block}.contact-container h3{color:#fff}.contact-container p{color:#fff}.contact-container .call-section{padding-right:70px}.light-footer{padding:30px 0 20px;background:#f7f9ff}.light-footer h4{font-weight:600;font-size:12px;text-transform:uppercase;margin-bottom:20px}.light-footer a{line-height:30px;font-size:13px}footer.dark-footer li::before{content:"\f105";font-family:"Font Awesome 5 Free";font-weight:900;font-size:10px;color:#be7b2e;padding-right:5px}footer .partners{margin-bottom:35px;display:inline-block;padding-bottom:10px;width:100%;border-bottom:1px solid #e0e2ff}footer .partners img{width:120px;transition:.1s linear}footer .partners img:hover{filter:grayscale(100%)}footer .partners-light img{opacity:1}footer.light-footer li::before{content:"\f105";font-family:"Font Awesome 5 Free";font-weight:900;font-size:10px;padding-right:5px}.quick-links{padding-top:25px;border-top:1px solid rgba(255,255,255,.1);margin-top:15px}.quick-links h4{margin-bottom:10px}.quick-links li{display:inline-block;line-height:normal;margin-right:30px}.quick-links li::before{content:none}.dark-footer{background:#161f36;padding:50px 0}.dark-footer h4{color:#f7f9ff}.dark-footer a:hover{color:#fff;transition:.1s linear}.dark-footer .partners{border-bottom:1px solid rgba(255,255,255,.1)}footer .partners{padding-bottom:20px}.dark-footer .partners img{opacity:.8}.under-footer{padding:25px 0 20px;background:#19233f}.under-footer a{display:inline-block;margin-right:25px;font-size:13px}.under-footer .un_img a{margin-right:0;padding:0 10px;position:absolute;margin-top:-5px;width:100px;transition:.1s linear;filter:grayscale(100%)}.under-footer .un_img a:hover{filter:grayscale(0)}.under-footer .right-section{float:right}.under-footer2{border-top:0 solid #f0f0f0;background:#1c2746}.under-footer2 p{font-size:13px;padding:15px 15px;text-align:left}@media screen and (max-width:1500px){.tabs-switcher{bottom:0}.home-carousel{padding:120px 0}.custom-width{width:1170px}.pricing-tables .price{width:180px;font-size:16px}.img-section .text::after{right:212px}}@media screen and (max-width:1400px){.home-title h2{font-size:47px}.aligment-for-home{position:relative;left:80px}.home-carousel img.img-responsive{margin-left:0}nav.bootsnav .megamenu-content{width:80%!important}.custom-width{width:auto;padding:0 50px}.img-section.custom-width{width:1200px;padding:0;margin-right:auto;margin-left:auto}.features-two .main-title{width:auto}.home-carousel .custom-width{margin-left:80px}.img-section .row{margin-right:0;margin-left:0}.img-section .col-sm-8{padding:0}.img-section{margin:0}.img-section .text::after{right:235px}}@media screen and (max-width:1199px){.domain-boxes .margin-bottom{margin-bottom:30px}.ssl-boxes .margin-bottom-sm{margin-bottom:30px}}@media screen and (max-width:1200px){.layout-text .text-container{width:auto}.search-domain .text{margin-right:0}.colorful-section .text{padding-right:0}.layout-text .img-absolute{width:100%}.home-header{padding:130px 0}.table{padding:20px 10px}.pricing-tables .buttons .btn{padding:10px 0}.colorful-boxes .box-container{margin:0;padding:0 15px 50px}.boxes-two .box-container{margin:0}.layout-text.contact-layout img.img-responsive.absolute{display:none}.layout-text.contact-layout img.img-responsive{width:100%;bottom:0}.custom-padding{padding-top:60px}.tabs .tab-lists .host-feature{margin-bottom:20px}.features-two li{padding-bottom:7px}.home-carousel{padding:80px 0}.home-header .btn+.btn{margin-top:0}.custom-pricing .table-list li{padding-left:0;display:flex;text-align:left}.custom-pricing .table{margin:0}.img-section.custom-width{padding:0;width:auto}.btn+.btn{margin-top:10px}.search-domain .domain-input{width:auto}.img-section.custom-width{width:auto}.img-section .text::after{display:none}}@media screen and (max-width:991px){.domain-boxes .xs-margin{margin-bottom:30px}.pricing-tables .price-margin-top{margin-top:30px}.pricing-tables-light .table-content{margin:0 auto 70px}.pricing-tables .last-child{margin-top:30px}.pricing-tables .table-list li{text-align:center}.features-five .text-content{margin-right:0;margin-bottom:10px}.features-five .col-xs-12:last-child .text-content{margin-bottom:0}}@media screen and (max-width:992px){nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover{color:#fff;padding-left:10px}.wrap-sticky nav.navbar.bootsnav{background:#19233f;border-bottom:1px solid rgba(255,255,255,.05)}nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{background:transparent}nav.navbar.bootsnav .navbar-toggle{background:transparent;color:#fff}.pricing-tables .table{margin:0}.features-two .box-shadow{padding:30px 20px 10px 20px}nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{padding:10px;border-bottom:1px solid rgba(240,240,240,.1)}.features-four img{margin-left:0;margin-top:25px}.features-five i{float:none!important;margin:0 0 20px}.pricing-tables-light .col-xs-12:last-child .table-content{margin-bottom:0}.pricing-tables-light .table-content li{display:block;text-align:center}.layout-text.right-layout img{margin-bottom:40px}.layout-text.left-layout img{margin-top:40px}.layout-text.layout-domain .text-container img{margin-top:0;margin-bottom:0}.features-two img{margin-top:40px;margin-bottom:10px}.tripple-cols i{float:none!important;margin:0 0 20px}.features-five .column{margin-bottom:0}.home-carousel .buttons p{margin-left:0;margin-top:20px;display:flex}.features-six .buttons{margin-top:40px}.tabs .text{padding-right:0}.margin-top50{margin-top:50px!important}.layout-text h4{font-size:25px}.home-carousel img.img-absolute{width:100%;left:0;top:0}.colorful-boxes .btn{font-size:13px;padding:10px 15px}.under-footer .un_img a{width:auto}.pricing-tables .price{width:180px;font-size:18px}.margin-bottom50{margin-bottom:50px!important}.tabs .nav-tabs>li{display:inline}.aligment-for-home{left:0}.features-six .text-container{margin:0}nav.navbar.bootsnav .navbar-header{padding-left:0}.tabs .nav-tabs>li>a{padding:20px}.light-footer h4{margin-bottom:10px;margin-top:15px}.tabs .nav-tabs li.active::after{display:none}.padding-top70{padding-top:70px}.padding-bottom70{padding-bottom:70px}.padding-top60{padding-top:60px}.padding-bottom60{padding-bottom:60px}.padding-top50{padding-top:50px}.padding-bottom50{padding-bottom:50px}.padding-top40{padding-top:40px}.padding-bottom40{padding-bottom:40px}.testimonials .text-left h2{font-size:27px}nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content{padding:15px 0}nav.navbar.bootsnav .navbar-nav>li>a{border-bottom:0;border-top:1px solid rgba(240,240,240,.1)}.right-layout .text-container{margin-left:0}.pricing-tables-light .table-content h3{font-size:28px}.pricing-tables-light .table-content li{padding-left:0}.table-content .btn-large{padding:14px 30px 14px;width:100%}nav.navbar.bootsnav .navbar-brand>img{margin:5px 0}.top-bar .left-topbar{left:0}.top-bar .right-topbar{float:none;text-align:right}.under-footer .un_img a{position:relative;margin-top:0;padding:0}footer .location-info h5{display:flex}nav.navbar.bootsnav .navbar-brand>img{left:0}.table-list li{display:block;text-align:left}.table-responsive{overflow:scroll}.search-domain .btn-domain{padding-left:15px;padding-right:15px}.home-carousel .custom-width{margin-left:0}.left-sidebar{display:none}nav.navbar.bootsnav .navbar-toggle{display:inline-block}.navbar-brand{padding:0}.boxes-two .box-title i{font-size:14px}.boxes-two .box-container{margin:0}.custom-width{width:auto;margin:auto;display:block;padding:0 30px}.main-title{width:auto;padding-left:40px;padding-right:40px}.list-features2 li{display:flex}.boxes-one .box{margin-bottom:0}.tabs .tab-lists .host-feature{margin-bottom:20px}.tabs h4{font-size:18px}.search-domain h4{font-size:29px}.light-footer h4{font-size:13px}.search-domain p{font-size:14px}.home-carousel p{font-size:15px}.img-section.custom-width,.img-section.custom-width .col-sm-6{padding:0}.dual-section h4{font-size:17px}.dual-section .main-title{padding-right:30px;padding-left:30px}.dual-section .left-content{border-right:0}.dual-section .right-content{padding-left:0}.tabs img{margin-bottom:20px}.partners3 .col-sm-2{border-right:0}.call-to-action .buttons{margin-left:0}}@media only screen and (max-width:767px){.ssl-boxes .margin-bottom-xs{margin-bottom:30px}.team .members{margin-bottom:30px}.pricing-tables .mobile-margin-top{margin-top:30px}.features-four .text-container{margin-bottom:20px}.features-four .content-top{margin-bottom:0}.team .col-sm-3:last-child .members{margin-bottom:0}.colorful-boxes .box1,.colorful-boxes .box2{margin-bottom:0}.table{padding:20px}.colorful-section .text-content{margin-bottom:25px}.colorful-section .col-lg-4:last-child .text-content{margin-bottom:0}.custom-pricing .table{margin:0 auto 30px;width:400px}.colorful-boxes .box-container{border-radius:0}.features-six .text-container{margin-bottom:35px}.tripple-cols .text{margin-bottom:30px}.boxes-two .box-container{margin-bottom:40px}.pricing-tables .price{width:230px;font-size:22px}.colorful-boxes .btn{padding:12px 40px}.layout-text h4{font-size:21px}.dual-section .left-content{margin-bottom:40px}.pricing-tables .last-child{margin-top:30px}}@media only screen and (max-width:768px){.top-bar .left-topbar{display:none}.colorful-boxes .box-container{box-shadow:0 0 0}.under-footer .un_img a{width:auto}.tripple-cols .col-sm-4:last-child .text{margin-bottom:0}.tabs .tab-title{margin-bottom:40px}.boxes-two .col-sm-4:last-child .box-container{margin-bottom:0}.top-bar .right-topbar{text-align:center}.features-one .text-container{border-right:0;margin-bottom:25px}.contact-container .call-section{padding-right:0}.contact-container .col-sm-6:last-child .call-section{padding-top:25px}.features-content .parttwo{margin-top:0}.home-header .text-container{width:auto}.home-header .btn{display:inline}.home-header .btn+.btn{margin-top:0}.colorful-section .row+.row{margin-top:25px}.btn-large{padding:14px 30px 12px;width:100%}.pricing-tables-light .col-sm-4:last-child .table-content{margin-bottom:0}.features-six .col-sm-3:last-child .text-container{margin-bottom:0}.default-header .btn-large{width:auto}.custom-pricing .col-xs-12:last-child .table{margin-bottom:0}footer .partners{display:inline-block;padding-bottom:30px}.main-title{width:auto;padding-right:15px;padding-left:15px}.custom-width{padding:0 20px}.home-carousel{padding:60px 0}.under_footer_links{display:inline-block;border-bottom:1px solid #f0f0f0;margin-bottom:10px;padding-bottom:20px}.home-carousel img.img-responsive{margin-left:0;width:auto;margin-top:50px;position:relative}.under-footer{padding:20px 0 10px}.features-two ul{margin-bottom:20px}.features-two ul+ul{margin-bottom:0}#fade-quote-carousel .profile-circle img{margin-top:30px}.call-to-action2 h4{font-size:23px}.pricing-tables .col-xs-12:last-child .table{margin-bottom:0}.img-section .text{width:auto}.testimonials .text-left h2{margin-top:0}.search-domain .form-group{margin-top:15px}.table-responsive{border:0}}@media only screen and (max-width:580px){.pricing-tables-light .table-content li{text-align:left}p,li{font-size:15px}.home-header{padding:100px 0}.table-content li,.table-content p,.table-content h4{text-align:left}.tabs-switcher{margin-top:50px}.table-list{margin-left:0}.search-domain .text{margin-left:0;margin-right:0}.nav-tabs>li>a{font-size:15px}.accordion a::after{position:relative}.main-title h2{font-size:35px}.pricing-tables h4{font-size:23px}.features-two .box-shadow{margin-right:0}.home-title h2{font-size:43px;font-weight:800}.under-footer .un_img .col-sm-4:first-child{margin-top:20px}.hidden-small{display:none}.testimonials .text-left h2{font-size:28px}.boxes-one h4{font-size:20px}.features-five h4{font-size:17px}.boxes-two .box-title h4{font-size:14px}.contact-container h3{font-size:20px}.top-bar a{padding-right:10px;margin-right:5px;font-size:11px}.home-header .btn{display:block}.home-header .btn+.btn{margin-left:0;margin-top:20px}footer .partners img{margin-bottom:10px}.tabs .text{padding-right:0}.partners3 img{margin:0 5px 5px 0}.partners3 .all-partners{padding:20px 20px 10px}}@media only screen and (max-width:400px){.pricing-tables .table-list li{text-align:left}}@media only screen and (max-width:350px){.default-header h3{font-size:30px}.pricing-tables .price{width:210px}.btn-medium,.btn-small,.btn-large{padding:12px 15px 12px}.table-list li{display:flex;text-align:left}}