/* --------------------
 CSS TABLE OF CONTENT 
 ----------------------

  Template Name: Bluerack - Powerful web hosting template with WHMCS Theme

  -About Author:
  * Author Name: Pleurat
  * Team: ThemeKolor
  * Author URL: http://www.themekolor.com
  * ThemeForest author profile: https://themeforest.net/themekolor

--------------------------------------------------------------------

    *TYPOGRAPHY
    Main fonts:Open Sans and ;
    Paragraph(p) and lists: Open Sans;
    -Font Size:
     p - 14px - 18px
     h2,h3 - 30px - 45px
     h4,h5 - 18px - 29px
    -Font Weight
     Headings: 600-800
     P,li: 400

    *Background Colors
    Green: #14d468;
    Blue: #4270e4; 

    Font Colors:
    p: #9aa6ca
    h2,h3: #101663
    h3,h4: #101663

--------------------------------- CSS Table of content  -------------------------------------

**************
BODY STYLE
**************
    Fonts for (p,h2,h3,h4,h5,li)
    Colors
    Links
    Headings (h2,h3,h4,h5)
    Paddings - Default Padding for all divs
    Animations
    Circles
    Div with background colors
    Forms and Inputs

**************
NAVBAR CUSTOMIZATION
**************
    Topbar content
    LOGO
    NAVBAR LINKS
    MEGAMENU
    Sidebar left
    Sidebar right
    
**************
PAGE HEADERS
**************
    Wordpress Hosting Page Header
    Cloud Hosting Page Header
    Shared Hosting Page Header
    Dedicated Hosting Page Header
    About us Page Header
    Contact Us Page Header
    Error 404 Page Header

**************
HOMEPAGE CAROUSEL - Slider
**************
   Wordpress Content
   Cloud Content
   Shared Hosting content

**************
TITLES
**************
   Main Title
   Title centered
   Title Left
   Title dark and light

**************
Layouts ( section and divs )
**************
    Sections and divs: Domain search form
    Sections and divs: Main Features
    Sections and divs: Pricing TABLES
    Sections and divs: Dual Section
    Sections and divs: Tab Swircher
    Sections and divs: Boxes style one
    Sections and divs: Partners
    Sections and divs: Features one
    Sections and divs: Features two
    Sections and divs: Features three
    Sections and divs: Features four
    Sections and divs: Features five
    Sections and divs: Features six
    Sections and divs: Layout text left
    Sections and divs: Layout text right
    Sections and divs: Features2
    Sections and divs: Section with bg image
    Sections and divs: Section with bg image style 2
    Sections and divs: Boxes Style one
    Sections and divs: Call to action
    Sections and divs: Footer dark
    Sections and divs: Footer light

**************
Footer
**************
    Footer Partners
    Footer Links
    Under Footer
    Under footer two

================ 
TABLE OF CONTENT ENDS HERE:
 =================*/

/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Overpass:100,200,300,400,600,700,800,900');

/*  General Style */
body {
    font-family: 'Open Sans';
}
 .list-style li{
                             
    color: #818cad;
    font-size: 17px;
    line-height: 26px;
    transition: .2s linear;
    font-family: 'Open Sans';
    margin-bottom: 0;
    font-weight: 400;
                             }
 .default-header .paragraph{
        font-size: 17px;
line-height: 26px;
color: #ffffff;
font-family: 'Overpass';
font-weight: 600;
margin-top: 0;
        }

                   
.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: 900;
}

/* COLORS */
.green-color {
    color: #14d468;
}

.blue-color {
    color: #4270e4;
}

.green-bg {
    background: #14d468;
}

.gray-bg {
    background: #F7F9FF;
}

.white-bg {
   /* background: #fff !important;  */
}

/* FONTS */
h2,
h3 {
    color: #101663;
    font-family: 'Overpass';
    font-weight: 600;
    margin-top: 0;
}

h4,
h5,
h6 {
    color: #101663;
    font-family: 'Overpass';
    margin-top: 0;
    font-weight: 500;
}

p,
li,
a {
    /*color: #9aa6ca;*/
    color: #818cad;
    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: #fff transparent transparent transparent;
    position: absolute;
}

.down-arrow2.gray-arrow {
    border-color: #F7F9FF 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: #3d69da transparent transparent transparent;
}
.border-top {
    border-top: 1px solid #f0f0f0;
}
.no-shadow {
    box-shadow: 0 0 0 !important;
    border: 0 !important;
}
/* Padding and spacing */

.padding-top70 {
    padding-top: 100px;
}

.padding-top100 {
    padding-top: 100px;
}

.padding-top60 {
    padding-top: 70px;
}

.padding-bottom60 {
    padding-bottom: 70px;
}

.padding-top50 {
    padding-top: 60px;
}
.padding-top140 {
    padding-top: 140px;
}
.padding-bottom50 {
    padding-bottom: 60px;
}

.padding-top40 {
    padding-top: 50px;
}

.padding-bottom40 {
    padding-bottom: 50px;
}

.padding-top30 {
    padding-top: 40px;
}

.padding-bottom30 {
    padding-bottom: 40px;
}

.margin-top50 {
    margin-top: 60px !important;
}

.margin-bottom50 {
    margin-bottom: 60px !important;
}

/* Main Title */
.main-title {
    width: 750px;
    margin: 0 auto;
    padding:0 0 60px;
}

.title-line {
    width: 150px;
    border-bottom: 2px dotted #14d468;
    opacity: .5;
    margin: 20px auto 5px;
}

.main-title p {
    font-size: 18px;
}

.main-title h2 {
    font-size: 36px;
    font-weight: 900;
    color: #101663;
}

.main-title.title-white h2 {
    color: #ffffff;
}

.main-title.title-white p {
    color: #e0e2ff;
}

/* BUTTONS */
.buttons {
    display: block;
}
.btn-shadow {
    box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
}
.btn {
    padding: 10px 35px;
    font-size: 14px;
    transition: .1s linear;
    border-radius: 3px;
    color: #838eb1;
}

.btn:hover {
    background: #4270e4;
    color: #ffffff;
}

.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: #14d468;
    color: #ffffff;
}

.btn-green:hover {
    background: #08bd56;
}

.btn-gray {
    background: #f5f8ff;
    color: #a086c0;
}

.btn-blue {
    background: #4270e4;
    color: #ffffff;
}
.btn-white {
    background: #6d69aa;
    color: #fff;
    font-weight: bold;
}
.btn-blue:hover {
    background: #1b4cc9;
}

.btn-outline {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-outline:hover {
    background: #4270E4;
    border: 1px solid #4270E4 !important;
}
.outline-dark {
    color: #9ea5bd;
    border: 1px solid #cfd2db;
    background: #ffffff;
}


.seperator {
    height: 15px;
}

/* customization animations */
.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
}

/* customization animations ends here*/

/* preloader configuration */

.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;
    background-color: #4270E4;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-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);
    }
}

/* preloader configuration ends here */
/*  General Style ends here */

/* navbar customization */
.top-bar {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.top-bar.margin-for-home {
    margin-bottom: 10px;
}
.top-bar a {
    font-size: 12px;
    margin-right: 25px;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}

.top-bar a:hover {
    color: #14d468;
}

.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: 40% !important;
    margin: 0 auto;
}

nav.navbar.bootsnav ul.nav>li>a.active {
    color: #14d468;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a.active {
    color: #14d468;
}

.navbar-brand>img {
    width: 200px;
    margin: 13px 0 0;
}

.navbar-brand {
    padding: 0;
}

a.navbar-btn {
    color: #ffffff;
}

.navbar-btn {
    background: #4270E4;
    border-radius: 3px;
    color: inherit;
    padding: 10px 30px;
    display: inline-block;
}

.navbar .menu-price {
    font-weight: 500;
    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;
    box-shadow: 0 0 40px rgba(73, 61, 94, 0.15);
    border-radius: 10px;
    margin-top: -5px;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    z-index: 22;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 15px !important;
}

.navbar-btn:hover {
    background: #14d468 !important;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #9b89b3;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
    color: #4270E4;
    padding-left: 1px;
}

nav.navbar.bootsnav .title {
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

nav.navbar.bootsnav .title i {
    color: #8adbab;
    padding-right: 4px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 25px 25px;
    color: #00032d;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    color: #9b89b3;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #14d468;
}

.attr-nav>ul>li>a:hover {
    color: #4270E4;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(73, 61, 94, 0.09);
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    border: 0;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
    background: #4270E4;
    color: #ffffff;
}

.attr-nav>ul>li>a span.badge {
    background: #14d468;
    padding-top: 2px;
}

.attr-nav i.fa.fa-shopping-bag {
    color: #bdbfd6;
}

.attr-nav>ul>li>a {
    color: #00032d;
}

.badge-link {
    position: relative;
    margin-left: 5px;
    bottom: 1px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1px 7px;
    background: #14d468;
    border-radius: 20px;

}

/* Home header */
.home-header {
    padding: 180px 0;
    background: linear-gradient(to right, rgba(18, 9, 39, 0.9) 0%, transparent 92%, transparent 100%), url(../images/headers/dedicated.jpeg) center;
    background-size: cover;
}

.home-header .text-container {
    width: 600px;
}

.home-header .home-title h2 a {
    color: #14d468;
    font-size: 28px;
    font-weight: 300;
}

.home-header .btn+.btn {
    margin-left: 20px;
}

.home-header .text-container h2 {
    color: #ffffff;
}

.home-header .text-container h3 {
    font-weight: 300;
    font-size: 33px;
    color: #ffffff;
    margin: 40px 0;
}

.home-header p {
    font-size: 17px;
    color: #c5cee6;
}

/* Home header ends here */

/* Home Page Slider */
.home-carousel {
    padding: 80px 0 0px;
}

.carousel-list i {
    padding-right: 5px;
}

.home-carousel img.img-responsive {
    margin-left: 30px;
    max-height: 422px;
    padding-left: 20px;
}
.home-carousel img.img-absolute {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -80px;
    opacity: .095;
    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: 30px;
    font-weight: 200;
    margin: 15px 0 15px;
}

.home-title h2 {
    font-size: 49px;
    margin-bottom: 5px;
    color: #101663;
    font-weight: 600;
}

.home-carousel .btn>i {
    font-size: 11px;
}

/* home tabs switcher */
.tabs-switcher {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-top: 5px;
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
    text-align:center;
    font-weight: 600;
    margin-left: 45px;
}
.tabs-switch .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 #ffffff transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    border-radius: 10px;    
    color: #14d468;
    background: #ffffff;
}

.nav-tabs>li>a {
    border: 0;
    padding: 20px 30px;
}

.nav-tabs>li>a:hover {
    background: transparent;
    color: #8568a8;
}

.nav-tabs {
    border-bottom: 0;
}

/* leftsidebar customization */
.left-sidebar {
    width: 55px;
    min-height: 850px;
    height:100%;
    position: fixed;
    background: #F7F9FF;
    box-shadow: 0 0px 20px rgba(56, 27, 105, 0);
    top: 0;
    left: 0;
    z-index: 99;
}

.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: #ffffff;
    position: absolute;
    right: 10px;
    top: 27%;
    text-align: center;
    background: #14d468;
}

.left-sidebar .link-style i {
    display: grid;
    text-align: center;
    color: #7f42c5;
    opacity: 0.4;
    margin-bottom: 25px;
    font-size: 17px;
    transition: .2s linear;
}

.fadeInOut {
    animation-duration: .1s !important;
}

.left-sidebar .link-style i:hover {
    opacity: 0.8;
}

/* home page modal */
.modal-contact {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: inline-block;
    background: #F7F9FF;
    text-align: center;
    padding: 15px;
}

.modal-contact i {
    color: #8adbab;
    font-size: 30px;
    margin-bottom: 15px;
}

#myModal .modal-footer button {
    display: block;
    width: 100%;
}

/* Search domain section */
.search-domain {
    background: #00032D;
    padding: 60px 0 50px;
    z-index: 2;
    position: relative;
}

.search-domain h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Overpass';
}

.search-domain p {
    color: #f4f5fc;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
.search-domain .green-color {
    color: #fff;
    font-weight: 600;
}
.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;
    border: 0;
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.2);
}

.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: #14d468;
    padding-top: 13px;
    color: #ffffff;
    font-size: 14px;
}

.search-domain .text {
    margin-right: 20px;
    margin-left:50px;
}

.search-domain .ltds {
    position: relative;
    margin-left: 10px;
}

.search-domain .ltds p {
    word-spacing: 40px;
    font-size: 13px;
    padding-left: 10px;
}

/* Search Domain ends here */

/* Pricing table switcher */
/* toggle pricing */

.toggle,
.toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.toggler {
    color: #ddd;
    transition: .2s;
    font-weight: bold;
}

.toggler--is-active {
    color: #14d468;
}

.pricing-section .b {
    display: block;
}

.toggle {
    position: relative;
    width: 90px;
    height: 30px;
    border-radius: 100px;
    background-color: #14d468;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 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: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.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: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-section {
    width: 100%;
    text-align: center;
}
.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: #fff;
    position: relative;
    color: #4F2B44;
    padding: 14px;
    border-right: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    width: 100%;
    border-radius:10px;
}

.pricing-columns #pricing-chart .plan:first-child,
.pricing-columns-both #pricing-chart .plan:first-child {
    border-left: 1px solid #f0f0f0 !important;
}

.pricing-columns #pricing-chart .plan:before,
.pricing-columns-both #pricing-chart .plan:before {
    content: "";
    position: absolute;
    height: 3px;
    left: -0px;
    top: 0;
    background-color: #b8e9cd;
    width: 100%;
}
.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: #101663;
    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: #14d468;
}

.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: #14d468;
    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;
}
/* default pricing tables */
.pricing-tables {
    background: #F7F9FF;
}
.pricing-tables.white-bg .table {
    background: #ECF0FD;
}
.pricing-tables.white-bg .table .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 10px rgba(54, 46, 97, 0.02);
}
.table {
    transition: .1s linear;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 0 rgba(53, 45, 97, 0.059);
    border: 1px solid #f5f1ff;
    padding: 20px;
    width: auto;
    text-align: center;
    margin: 0 5px;
}

.custom-pricing .table-list li {
    padding-left: 25px;
}

.custom-pricing .table {
    margin: 0 20px;
}

.table-responsive {
    overflow: hidden;
    padding: 10px;
}

.pricing-tables .table-content p {
    font-size: 16px;
}

.less-opacity {
    opacity: 0.9;
}

.table-list {
    margin: 35px 0;
    margin-left: 0px;
}

.table-list i {
    color: #14d468;
    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: #FFFFFF;
    color: #a495b8;
    box-shadow: 0 -5px 30px rgba(54, 46, 97, 0.08);
    max-width: 270px;
    width: 200px;
    font-weight: 600;
    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: #14d468;
    color: #ffffff;
}

.pricing-tables .buttons .btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px 40px;
    border: 1px solid #f5f1ff;
    box-shadow: 0 0 0 rgba(54, 46, 97, 0.03);
}

.pricing-tables h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Overpass';
    margin-top: 30px;
    color: #6d69aa;
}

/* pricing tables style 2 */
.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: #ffffff;
    border-top: 7px solid #14d468;
    box-shadow: 0 0 20px rgba(54, 46, 97, 0.04);
    padding: 0 15px 35px 15px;
}

.table-circle {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    background: #14d468;
    line-height: 100px;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    bottom: 50px;
}

.table-circle.blue-bg {
    background: #4270E4;
}

.pricing-tables-light .table-content.blue-border {
    border-color: #4270E4;
}

.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: 30px;
    font-weight: 400;
    margin: 30px 0;
}

.pricing-tables-light .table-content .price p {
    color: #ffffff;
    font-weight: 300;
    font-family: 'Nunito';
    font-size: 14px;
}

.pricing-tables-light {
    background: #F7F9FF;
}

.pricing-tables-light small {
    color: #9BC5D2;
    opacity: .9;
}

.pricing-tables-light .table-content img {
    width: 320px;
    padding: 30px 0;
}

/* pricing tables ends here */

/* default pricing table ends here */

/* dedicated server pricing table */
.dedicated-pricing {
    background: #fff;
}

.dedicated-pricing .main-title {
    padding-bottom: 30px;
}

.dedicated-pricing table {
    width: 100%;
}

.custab {border: 0;box-shadow: none;}

.dedicated-pricing h3 {
    display: inline-block;
    box-shadow: 0 0 20px rgba(56, 27, 105, 0.09);
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 15px;
}

.table>thead>tr>th {
    border-bottom: 0px;
    padding: 15px 13px 15px 30px;
    color: #6763a0;
    background: #ffffff;
}

.table>tbody>tr>td {
    padding: 12px 15px 12px 30px;
    position: relative;
    border-top: 0;
    text-align: center;
    color: #101663;
    font-weight: 600;
}

.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: #6e7cac !important;
}

.table>tbody>tr>td:first-child {
    color: #4270e4;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #F7F9FF;
}


/* pricing table */

/* Seperated Section */
.dual-section {
    background: linear-gradient(45deg, #4270e4 0%, #2c59cc 100%);
}

.dual-section .text {
    overflow: hidden;
}

.dual-section .features {
    margin-bottom: 45px;
}
.dual-section .features:last-child {
    margin-bottom: 0;
}
.dual-section h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}

.dual-section p {
    color: rgb(237, 240, 250);
}

.dual-section i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 55px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    margin: 3px 15px 0;
}

.dual-section .features:last-child {
    margin-bottom: 0;
}
.dual-section .left-content {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
}

.dual-section .right-content {
    padding-left: 20px;
}


/* Tab Switcher */
section.tab-area {
    position: relative;
    z-index: 0;
    padding: 70px 0px 70px 0px;
}
.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover {
    border-radius: 0;
}
.tabs .tab-content {
    margin-top: 35px;
}
.tabs .text {
    padding-right: 50px;
}

.tabs .tab-lists .host-feature {
    margin-bottom: 20px;
}
.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: 900;
    color: #101663;
}

.tabs .tab-title p {
    font-size: 15px;
}

.tabs .tab-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaebfd;
}

.tabs h4 {
    font-size: 20px;
    font-weight: 400;
}

.tabs .hosting-tabs {
    background-color: #eaebfd;
}

.tabs ul.nav.nav-tabs {
    margin-top: 0 !important;
}

.tabs .nav-tabs>li {
    display: inline-block;
    float: none;
}

.tabs .nav-tabs>li>a {
    padding: 35px 50px;
    font-size: 16px;
    font-weight: 400;
    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: #F7F9FF;
    line-height: 20px;
}

.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: #F7F9FF transparent transparent transparent;
}

.tabs .text {
    overflow: hidden !important;
}

.tabs .tab-lists {
    display: grid;
}

.tabs .tab-lists i {
    width: 40px;
    height: 40px;
    background: #14d468;
    border-radius: 100%;
    border: 3px solid #ffffff;
    color: #ffffff;
    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: #14d468;
    margin: 10px 0 17px;
    font-size: 35px;
}

/* tabs section ends here */

/*----------  Entry Text  ----------*/
.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: #f4f2fc;
    height: 5px;
    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;
    }
}
/*----------  Entry Text ends here  ----------*/

/*----------  SSL BOXES  ----------*/
.all-boxes {
    margin-top: -120px;
}
.all-boxes.no-margin {
    margin-top: 0 ;
}
.all-boxes .ssl-box {
    background: linear-gradient(to bottom, #3a67db 0%,#322a57 100%);
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
    border-radius: 10px;
    padding: 45px 20px 40px;
    transition: .1s linear;
}
.all-boxes .box-header i {
    font-size: 70px;
    margin-bottom: 30px;
    color: rgba(80, 96, 168, 0.18);
}
.all-boxes h2 {
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 25px;
}
.all-boxes p {
    font-size: 16px;
}
.all-boxes .box-description a {
    
   display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #4270e4;
    margin-top: 20px;
    background-color:  #4270e4;
    font-weight: bold;
    color: #fff;
    
}
.all-boxes .box-description a:hover{
    
     background-color: #fff;
     color: #4270e4;
     border: 1px solid #fff;
     
    
    }
.all-boxes .dollar-sign {
    font-size: 24px;
    position: relative;
    bottom: 10px;
}
/*----------  SSL BOXES ends here  ----------*/

/* features style one */
.features-one i {
    font-size: 35px;
    margin: 5px 20px 0 0;
    color: #ffffff;
}

.features-one .features-content {
    box-shadow: 0 0 40px rgba(73, 61, 94, 0.09);
    border-radius: 20px;
    background: #00032d;
    display: inline-block;
    padding: 45px 25px 40px;
}

.features-content .parttwo {
    display: inline-block;
    margin-top: 50px;
}

.features-one h2,
.features-one p {
    color: #ffffff;
}

.features-one .main-title p {
    color: #ffffff;
}

.features-one .text-container h2 {
    font-weight: 700;
    font-size: 17px;
}

.features-one .main-title {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.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 style one ends here */

/* features style two */
.features-two h4 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    text-align: left;
}

.features-two .main-title {
    padding-bottom: 40px;
    padding-left: 0;
    width: auto;
}
.features-two .main-title h2 {
    font-size: 34px;
}
.features-two li {
    padding-bottom: 13px;
    display: flex;
}

.features-two .box-shadow {
    display: grid;
    background: url(../images/png-images/world.png) top;
    background-size: cover;
    box-shadow:  0 0 80px rgba(35, 29, 68, 0.085);
    padding: 30px 20px 10px 30px;
    border-radius: 10px;
    margin-right: 20px;
}

.features-two img {
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(24, 21, 39, 0.15);
}

.features-two i {
    font-size: 13px;
    color: #14d468;
    padding-right: 8px;
    padding-top: 5px;
}

.features-two .buttons {
    margin: 7px 0 20px;
}

.features-two .buttons i {
    color: inherit;
}

/* features style two ends here */

/* Features Seven */

.features-seven .img-content {
    text-align: center;
}

.features-seven .text-container {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 30px 15px;
}

.features-seven {
    background: #ffffff;
}

.features-seven .text {
    text-align: center;
    padding: 0 20px;
}


.features-seven h4 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}


.features-seven  i {
    color: #ffffff;
    font-size: 25px;
    width: 65px;
    height: 60px;
    line-height: 60px;
    background: #14d468;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

.features-seven .row+.row {
    margin-top: 30px;
}

/* Features style six */

.features-six h4 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}

.features-six .main-title {
    padding-bottom: 70px;
}

.features-six .img-content {
    text-align: center;
}

.features-six .text i {
    color: #ffffff;
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #4ce28d;
    text-align: center;
    margin-bottom: 25px;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 0 4px 10px rgba(54, 46, 97, 0.07);
}

.features-six .text {
    margin-top: -55px;
}

.features-six .text-container {
    border-radius: 5px;
    padding: 30px 15px;
    text-align: center;
    margin: 0 10px;
    background: #F7F9FF;
    border: 1px solid #f5f1ff;
    border-top: 5px solid #dee9dc;
}

.features-six .row+.row {
    padding-top: 50px;
}

.features-six .buttons {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

/* Features style six ends here */

/* Tripple cols */
.tripple-cols .tripple   i {
    background: #14d468;
    font-size: 27px;
    margin: 5px 20px 0 0;
    color: #fff;
    border: 1px solid rgba(206, 146, 77, 0.1);
    width: 65px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tripple-cols    i {
    font-size: 20px;
    margin: 15px 0px 0 0;
    color: #14d468;
    text-align: center;
}
.tripple-cols .img-uk{
    margin-bottom:20px;
    
    }
.tripple-cols h4 {
    font-weight: 600;
    font-family: 'Overpass';
    font-size: 19px;
}
.tripple-cols .text {
    overflow: hidden;
}
/* Tripple cols ends here */

/* FAQ */

.accordion a.accordion-link {
    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 #e5e5e5;
}

.faq h3 {
    margin-bottom: 20px;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #14d468;
}
.accordion .content a{ color:#4270E4;}

.accordion a.accordion-link.active {
    color: #4270E4;
}

.accordion a.accordion-link::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    position: absolute;
    float: right;
    right: 0;
    font-size: 15px;
    color: #14d468;
    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: #4270E4;
}

.accordion .content {
    opacity: 0;
    padding: 0;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    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;
}

/* FAQ */

/* features style four */
.features-four {
    background: #F7F9FF;
}

.features-four .text-container {
    padding: 15px;
     margin: 15px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(54, 46, 97, 0.04);
}

.features-four .content-top {
    margin-bottom: 30px;
}

.features-four p {
    font-size: 14px;
}

.features-four h4 {
    font-size: 18px;
    font-weight: 500;
}

.features-four i {
    color: #14d468;
   /* font-size: 14px;*/
    margin: 5px 0 15px;
}

.features-four img {
    border-radius: 7px;
    margin-left: 20px;
}

/* features style four ends here */

/* features style five*/
.features-five {
    background: url(../images/other/geometry.png) center;
}

.features-five .text-content {
    padding: 25px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: #ffffff;
    margin-right: 25px;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    transition: .1s linear;
}

.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: #14d468;
    background: #ffffff;
    border: 1px dashed rgba(147, 190, 122, 0.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(56, 48, 109, 0.97
    ) 0%, rgba(56, 48, 109, 0.8
    )100%), url(../images/other/datacenter.jpg) center;
    background-attachment: fixed;   
}
.ff-five2 .buttons .btn {
    border-color: rgba(255, 255, 255, 0.5);
}
.ff-five2 h4 {
    color: #ffffff;
    font-size: 18px;
}

.ff-five2 p {
    color: #c5bedb;
}

.ff-five2 i {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    color: #3dd656;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.ff-five2 .text-content {
    background: rgba(49, 28, 73, 0.4);
    border: 1px dashed rgba(255, 255, 255, 0.1);

}

/* features style four ends here*/

/* img right section */
.img-right {
    background: #F7F9FF;
}

.img-right .text {
    padding-right: 50px;
    padding-top: 20px;
}

.img-right .text i {
    font-size: 20px;
    color: #14d468;
}

.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;
}

/* img right section ends here */

/* PAGE HEADERS */
.default-header {
    padding: 100px 0;
    background-size: cover !important;
}

.default-header .btn-green:hover {
    background: #4270E4;
}

/* background pages */
.default-header.wordpress-page {
    background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/headers/wordpress.jpg) center;
}

.default-header.cloud-page {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 100%), url(../images/headers/cloud.jpeg) center;
}

.default-header.shared-page {background: url("../images/headers/hero-shape-1.png");padding: 70px 0;}

.default-header.dedicated-page {
    background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/headers/dedicated.jpg) center;
}

.default-header.about-page {
   /* background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/headers/about.jpg) center;*/
}

.default-header.contact-page {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 100%), url(../images/contact/contact.jpg) center;
}

.default-header.error-page {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 100%), url(../images/headers/error.jpeg) center;
    padding: 150px 0;
}
.default-header.domain-page {
   
    padding: 150px 0;
}
.default-header.contact-page {
    background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/contact/contact.jpg) center;
    padding: 150px 0 250px;
}
/* background pages ends here*/
.default-header h2,
.default-header h3,
.default-header h4,
.default-header p,
.default-header li {
    color: #ffffff;
}

.default-header h2 {
    font-weight: 700;
    font-size: 42px;
    font-family: 'Overpass';
}

.default-header h4 {
    color: #14d468;
}

.default-header .buttons {
    margin-top: 30px;
}

.default-header .btn-green {
    background: #14d468;
}

.default-header h4 span {
    text-decoration: line-through;
    font-weight: 300;
}

.default-header h3 {
    font-size: 35px;
    font-weight: 300;
}

/* PAGE HEADER STYLE ENDS HERE */

/* list features */
.list-features2 {
    background: linear-gradient(45deg, #4270e4 0%, #2c59cc 100%);
}

.list-features2 li {
    padding-bottom: 15px;
    color: #ffffff;
    display: flex;
    font-size: 15px;
}

.list-features2 li::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
}
.list-features2 li:last-child {
    padding-bottom: 0;
}
.list-features2 .col-sm-4:last-child .left-lists {
    border-right: 0;
}
/* list features ends here */

/* call to action */
.call-to-action {
    background: #4270e4;
    padding: 60px 0;
}

.cta-green {
    background: #14d468;
}
.call-to-action p {
    color: #E8EBF7;
}

.cta-green p {
    color: #fff;
}

.call-to-action h3 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
}

.call-to-action .buttons {
    margin-left: 150px;
    margin-top: 15px;
}

.call-to-action p {
    font-size: 16px;
}

.call-to-action2 {
    background: #14d468;
    padding: 25px 0 15px;
    text-align: center;
}

.call-to-action2 h4 {
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
}

/* call to action section ends here */

/* Text layouts */
.gray-layout {
    background: #F7F9FF;
}

.right-layout .text-container {
    margin-left: 30px;
}
.layout-text .text-container h3 {
    font-weight: 900;
    font-size: 31px;
}
.layout-text h4 {
    font-weight: 200;
    margin: 35px 0 0;
    font-size: 29px;
}
.layout-text h4 i {
font-size: 23px;
margin-right: 10px;
}
.layout-text .buttons {
    margin-top: 35px;
}

.layout-text .text-container {
   
}
.layout-text .img-absolute{
    position: absolute;
    top: -30PX;
    left: -50px;
    width: 110%;
   opacity: .13 !important;
    border: 0;
    z-index: -12;
}
.layout-text img.white-bg {
    padding: 10px;
}
.layout-text img {
    border-radius: 10px;
}
.layout-text .img-shadow {
    box-shadow: 0 0 50px rgba(53, 45, 97, 0.09);
    padding: 0;
}

.layout-text .buttons i {
    color: #ffffff;
}
.layout-text .buttons .btn {
    box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
}
.layout-text .text-content {
    margin-top: 20px;
}

.layout-text p {
    font-size: 16px;
    line-height: 25px;
}

.layout-text .text {
    overflow: hidden;
}

.layout-text .text-content i {
    color: #14d468;
    margin: 5px 8px 0 0;
    font-size: 15px;
}

/* Texting Layouts ends here */

/* Colorful boxes */
.colorful-boxes {
    background: url(../images/other/geometry.png) center;
    background-size: contain;
}

.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;
}
.colorful-boxes .box-container {
    text-align: center;
    padding: 0 40px 50px;
    border-radius: 15px;
    box-shadow: 0 5px 40px rgba(18, 9, 39, 0.15);
    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: #31d377;
}
.colorful-boxes .box2 {
    background: #3dd656;
}
.colorful-boxes .box3 {
    background: #4270E4;
}
/* Colorful boxes ends here */

/* testimonials */
.testimonials {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #F7F9FF;
}

.testimonials.white-bg {
    background: #ffffff;
}

.testimonials.white-bg .main-title {
    padding-bottom: 30px;
}

.testimonials .text-left {
    padding-right: 30px;
}

.testimonials .text-left h2 {
    font-size: 26px;
    margin-top: 60px;
    font-weight: 700;
}

.testimonials .text-left .buttons {
    margin-top: 30px;
}

.quote {
    color: #14d468;
    text-align: center;
    opacity: 0.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: #14d468;
    border: none;
    opacity: 0.8;
}

#fade-quote-carousel blockquote {
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    background: #ffffff;
    padding: 20px;
    width: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.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, 0.3);
    border-radius: 100%;
}

/* testimonials ends here */

/* Boxes style one */
.boxes-one {
    background: #F7F9FF;
}
.boxes-one .box {
    background: #fff;
    box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06);
    border-radius:2px 2px 8px 8px;
    text-align: center;
    margin: 0;
    border-top: 5px solid #5E58AA;
    padding: 40px 30px;
}
.boxes-one h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.boxes-one .box img {
    width: 90px;
    margin: 0 auto 30px auto;
}

.boxes-one .btn {
    margin-top: 30px;
}

/* Box one ends here */
/* contact form */
.contact-form {
    background: #F7F9FF;
}

.contact-form i {
    color: #14d468;
}

.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: #ffffff;
    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: 1px solid #f0f0f0;
}

.textarea-contact {
    resize: none
}

/* Conatct end */
/* Partners */
.partners2 {
    padding: 10px;
    border-top: 1px solid #f0f0f0;
}

.partners2 .all-partners {
    border-radius: 10px;
    background: #ffffff;
    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 #f0f0f0;
}

.partners2 .col-sm-2:last-child {
    border-right: 0 solid #ebebeb;
}

/* Partners */
.partners3 {
    padding: 10px;
    border-top: 1px solid #f0f0f0;
}

.partners3 .all-partners {
    border-radius: 10px;
    background: #ffffff;
    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 #f0f0f0;
}

.partners3 .col-sm-2:last-child {
    border-right: 0 solid #ebebeb;
}

/* Partners Section */

/*Boxes style two*/
.boxes-two {
    background: #ffffff;
}

.boxes-two .box-container {
    padding: 25px 20px;
    background: #ffffff;
    border: 1px dashed rgba(75, 55, 189, 0.1);
    margin: 0 8px;
    box-shadow: 0  5px 30px rgba(73, 61, 94, 0.07);
    border-radius: 15px;
    transition: .2s linear;
}

.boxes-two .box-container:hover {
    border: 1px solid rgba(75, 55, 189, 0.05);
}

.boxes-two .box-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

.boxes-two .box-title h4 {
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
}

.boxes-two .box-title i {
    font-size: 17px;
    padding-right: 5px;
    color: #14d468;
}

.boxes-two .buttons i {
    font-size: 12px;
}

.boxes-two li {
    line-height: 30px;
    display: flex;
    font-size: 15px;
}

.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;
}

/*Boxes style two ends here */

/* Section with image bg */
.img-section {
    background: url(../images/other/2.jpg) center left;
    margin-right: auto;
    margin-left: auto;
}

.img-section.for-about {
    margin-right: auto;
    margin-left: auto;
    background: url(../images/other/3.jpeg) center left;
}

.img-section .text {
    width: 550px;
    background: #F7F9FF;
    padding: 40px 30px;
    height: auto;
}

.img-section .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 #F7F9FF;

}

.img-section h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.img-section h3 {
    font-weight: 300;
    font-size: 30px;
    margin: 30px 0 0;
}

.img-section i {
    color: #14d468;
}

.img-section p {
    font-size: 16px;
}

.img-section .btn {
    margin-top: 30px;
}

.imgs2 {
    margin-right: auto;
    margin-left: auto;
    background: url(../images/other/3.jpeg) center left;
}

.imgs2 .text {
    background: #14d468;
}

.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 #14d468;

}

.imgs2 h2,
.imgs2 p {
    color: #ffffff;
}

/* img section ends here */

/* Domain boxes */
.domain-box  {
    background: linear-gradient(to bottom, #f8fcff 0%,#ebf8ff 100%);
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
    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: 400;
    font-size: 20px;
}
.layout-domain h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 7px;
}
.domain-box p {
    font-size: 15px;
}
.ltd-price h4 {
   /* color: #9aa6ca;*/
     color: #818cad;
    margin-top: 22px;
    margin-bottom: 3px;
}
.com h2 {
    color: #2c59cc;
}
.net h2 {
    color: #3dd656;
}
.org h2 {
    color: #eb9a9a;
}
.online h2{
    color: #a45eff;
}

.layout-domain .text-container img {
    width: 60px;
    margin: 30px 15px 0;
}
.domain-boxes .domain-box:hover {
    box-shadow: 0 5px 8px rgba(73, 61, 94, 0.25);
}
.layout-domain .domain-img img {
    box-shadow: 0 2px 5px rgba(73, 61, 94, 0.2);
}
.search-domain.domain-page .text {
    margin-left: 0;
}
.imgs2-domain .text {
    padding: 70px 30px;
}
/* Domain Boxes style ends here */

/* team members */
.team .member-text {
    padding: 20px 15px 30px;
    background: #ffffff;
    box-shadow: 0 0 40px rgba(73, 61, 94, 0.1);
    border-radius: 0 0 10px 10px;
}

.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: #ffffff;
    color: #14d468;
    border: 1px solid #f0f0f0;
    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: #4270E4;
    color: #ffffff;
}

/* Colorful section */
.colorful-section {
    background: #00032d;
}

.colorful-section .row+.row {
    margin-top: 50px;
}

.colorful-section .text {
    overflow: hidden;
    padding-right: 10px;
}

.colorful-section h4 {
    color: #ffffff;
    font-weight:600;
    margin-bottom: 10px;
}

.colorful-section p {
    color: #f3edfd;
}

.colorful-section i {
    color: #1AD9FF;
    font-size: 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 55px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 5px 20px 0 0;
}

/* Colorful section ends here */

/* ==== FOOTER STYLE ==== */
.footer-contact {
    background: #4270e4;
}
footer h5 {
    font-family: 'Open Sans';
}
footer .social-media i {
    margin: 0 2px 0;
    border: 1px solid rgba(255, 255, 255, 0.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: #ffffff;
}

.contact-container p {
    color: #ffffff;
}

.contact-container .call-section {
    padding-right: 70px;
}

/* Light Footer */
.light-footer {
    padding: 60px 0 40px;
    background: #F7F9FF;
}

.light-footer h4 {
    font-weight: 600;
    font-size: 15px;
    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: #1AD9FF;
    padding-right: 5px;
}

footer .partners {
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #e0e2ff;
}

footer .partners img {
    width: 100px;
    transition: .1s linear;
}
footer .partners img:hover {
    filter: grayscale(0);
}
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, 0.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 */
.dark-footer {
    background: #030520;
}

.dark-footer h4 {
    color: #F7F9FF;
}

.dark-footer a:hover {
    color: #ffffff;
    transition: .1s linear;
}

.dark-footer .partners {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

footer .partners {
    padding-bottom: 10px;
    display: inline-block;
}

.dark-footer .partners img {
    opacity: 0.7;
    width: 150px;
}

/* under footer */
.under-footer {
    padding: 25px 0 20px;
    background: #ffffff;
}

.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;
}

.under-footer .right-section {
    float: right;
}

.under-footer2 {
    border-top: 1px solid #f0f0f0;
}

.under-footer2 p {
    font-size: 13px;
    padding: 15px 15px;
    text-align: left;
}
/************************************************************************** modifs*******************************/
.box-title.pack-title img {
    max-width: 25%;
    margin-bottom: 15px;
}

.box-title.pack-title {
    text-align: center;
}

article.tbl-comparison {
  width:100%;
  margin:0 auto;
  position:relative;
}
article.tbl-comparison ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
article.tbl-comparison li {
  list-style:none;
  flex:1;
}
article.tbl-comparison li:last-child {
  border-right:1px solid #DDD;
}
article.tbl-comparison button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
article.tbl-comparison li.active button {
  background:#F5F5F5;
  color:#000;
}
article.tbl-comparison table { border-collapse:collapse; table-layout:fixed; width:100%; }
article.tbl-comparison th {background: #ffffff;display:none;color: #3d3063;}
article.tbl-comparison td, th {
  height:53px
}
article.tbl-comparison td,th {border: 1px solid #e0e0e0;padding:10px;empty-cells:show;background: #f7f9ff;}
article.tbl-comparison td,th {
  text-align:center;
}
article.tbl-comparison td+td, th+th {
  text-align:center;
  display:none;
}
article.tbl-comparison td.default {
  display:table-cell;
}
article.tbl-comparison .bg-purple {
  border-top: 3px solid #433b74;
}
article.tbl-comparison .bg-blue {
  border-top:3px solid #0097CF;
}
article.tbl-comparison .sept {
  background: #101663;
  font-weight:bold;
  color: #fff;
}
article.tbl-comparison .txt-l {font-size:28px;font-weight:bold;color: #14d468;}
article.tbl-comparison .txt-top { position:relative; top:-9px; left:-2px; }
article.tbl-comparison .tick {font-size:18px;color: #14d468;}
article.tbl-comparison .hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {
  article.tbl-comparison ul {
    display:none;
  }
 article.tbl-comparison  td,th {
    display:table-cell !important;
  }
 article.tbl-comparison  td,th {
    width: 330px;
  
  }
 article.tbl-comparison  td+td, th+th {
    width: auto;
  }
}
.btn-purchase-tbl{padding: 5px !important;


    position: relative;
    z-index: 0;
    padding: 120px 0px 20px 0px;
}

/********** custom tabs***/
.tab-area {
    position: relative;
    z-index: 0;
    padding: 120px 0px 20px 0px;
}
ul.tab-links {
    margin: 20px 0px 0px 0px;
    width: 58%;
    text-align: left;
    box-shadow: none;
    position: absolute;
    margin-left: 42%;
    border-bottom: 4px solid #e1e6ff;
    z-index: 99;
    transition: .3s;
    padding: 0;
    list-style: none;
}
ul.tab-links li {
    display: inline-block;
}
ul.tab-links li a {
    display: block;
    padding: 40px 40px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #626d92;
    text-decoration: none;
    transition: .3s;
}
ul.tab-links li a {
    padding: 26px 13px;
    font-size: 18px;
    font-weight: 500;
    color: #3a4368;
}
ul.tab-links li.active a {
    color: #4270e4;
}

ul.tab-links li.active a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #3464e0;
    content: "";
    transition: .3s;
}
ul.tab-links li.active a:after {
    height: 4px;
    bottom: -10px;
}
.tab{display: none;}
.tab.active {
    display: block;
}
.blog-slider {
    width: 99%;
    position: relative;
    max-width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 35, 37, 0.15); 
    padding: 25px;
    border-radius: 25px;
    height: 480px;
    transition: all .3s;
    margin-left: 10%;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 200px 0px 0px 0px;
    width: 100%;
}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 400px;
  flex-shrink: 0;
  height: 403px;
 /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
 /* box-shadow: 0px 15px 30px 0px rgba(0, 35, 137, 0.15); */
  border-radius: 50px;
  transform: translateX(-110px);
  overflow: hidden;
  display: table;
  margin: 0 auto;
  background-color: #ffffff;
  border:2px solid #e1e6ff;
}
.BG_Shape_Hover__copy {
  border-radius: 50px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 15px 30px 0px rgb( 0, 35, 137 );
  position: absolute;
  left: 375px;
  top: 2675px;
  width: 400px;
  height: 403px;
  z-index: 283;
}

.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: auto;
  height: auto;
  object-fit: cover;
  display: initial;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}
.blog-slider__img-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 100%;
    transform: translateY(-35%);
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
    padding-right: 187px;
    margin: -58px;
    margin-top: -47px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -150px;
    text-align: left;
    padding: 0 70px;
    margin: -30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
    margin: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #3e445b;
  margin-bottom: 20px;
  line-height: 34px;
}
.blog-slider__text {
  color: #3e445b;
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 16px;
}
.blog-slider__button {
  display: inline-flex;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 15px 36px;
  background-color: #14d468;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  /* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);*/
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
}
.blog-slider__button:hover{
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: auto;
    margin-bottom: 30px;
}
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px !important;
  left: auto;
  width: 100%;
}
.blog-slider__pagination {  
    position: absolute;
  transform: translateX(-50%);
    left: auto !important;
    top: auto !important;
    right: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    bottom: 60px;
    z-index: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    bottom: 60px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 80% !important;
    top: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 8px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 13px 6px;
    padding: 8px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3464e0;
  height: 11px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
    outline: none;
  }
}

@media only screen and (max-width: 767px) {
.tab-area .tab-links {
    width: 100%;
    margin-left: 0;
    position: inherit;
}
.tab-links {
    margin: 0 0 40px;
    width: 80%;
    text-align: center;
    box-shadow: 0px 7px 30px rgba(77, 131, 173, 0.12);
    position: relative;
    margin-left: 10%;
}
ul.tab-links li a {
    padding: 17px 8px;
    font-size: 16px;
}

}

@media screen and (max-width: 768px){
.blog-slider {
    min-height: 500px;
    height: auto;
    margin: 200px 0px 0px 0px;
    width: 100%;
}
.blog-slider__item {
    flex-direction: column;
}
}

@media screen and (max-width: 992px){
.blog-slider {
    max-width: 680px;
    height: auto;
}
}

.pg-services-ssl .default-header h2,.pg-services-ssl .default-header h3, .pg-services-ssl .default-header h4, .pg-services-ssl .default-header p {
    color: #101663;
}
.all-boxes .ssl-box h4,.all-boxes .ssl-box h2, .all-boxes .ssl-box p, .all-boxes .ssl-box i, .all-boxes .ssl-box a {
    color: #fff;
}

/****** blog***/
.publicaciones-blog-home {
    padding-bottom: 50px;
	background: url("") no-repeat fixed center center;
    background-size: 100% auto;
	background-color: #f1f1f1;
}
.publicaciones-blog-home h2 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 44px;
	padding-top: 50px;
}
.publicaciones-blog-home h2 b {
	color: #4270e4;
}
.publicaciones-blog-home .fondo-publicacion-home {
	background: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	height: 400px;
	margin-bottom: 20px;
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}
.publicaciones-blog-home .fondo-publicacion-home:hover h3 {
	color: #2BBCDE;
/*    box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.08);*/
}
.publicaciones-blog-home .fondo-publicacion-home:hover .mascara-enlace-blog-home {
    height: 400px;
    width: 100%;
    color: #aaa;
    background-color: #4270e4;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.publicaciones-blog-home .black {
	background: #4270e4;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
	display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
	height: 100%;
    width: auto;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 20px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home {
    padding: 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-home  {
    overflow: hidden;
    max-height: 180px;
}
.mascara-enlace-blog-home {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #4270e4;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 160px;
}
.mascara-enlace-blog-home span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.publicaciones-blog-home .todas-las-publicaciones-home {
    background: #2BBCDE;
    height: 400px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
}
.publicaciones-blog-home .todas-las-publicaciones-home span {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .publicaciones-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px;
    }
    .publicaciones-blog-home .fondo-publicacion-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
    height: auto;
    width: 100%;
    }
    .publicaciones-blog-home .black {
    background: #fff;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    }
    .publicaciones-blog-home .todas-las-publicaciones-home {
    background: #2BBCDE;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    }
}
.default-header.shared-page h2, .default-header.shared-page h3, .default-header.shared-page p {
    color: #101663;
}
.content.singlepost-content img {
    max-width: 100%;
}
/*==========================

            Features area

      ==========================*/
.tw-features-area:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    background-image: url(../images/features/wave.png);
    z-index: -1;
}
.tw-features-area {
  z-index: 1;
  padding: 100px 0;
    position: relative;
}

.tw-features-area .column-title {
  margin-right: -32px;
  margin-top: -4px;
}

.tw-features-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  background-image: url("../images/features/wave.png");
  z-index: -1;
}

.features-text {
  position: relative;
}

.features-text:after {
  position: absolute;
  left: -48px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background: #14d468;
}

.features-box {
  text-align: center;
  background: #fff;
  padding: 32px 44px 32px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
  min-height: 315px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-box .features-icon {
  margin-bottom: 26px;
  width: 100%;
  height: 50px;
}

.features-box .features-icon-inner {
  vertical-align: middle;
}

.features-box h3 {
  font-size: 24px;
  color: #2f2c2c;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-box p {
  margin-bottom: 5px;
}

.features-box a {
  margin-top: 10px;
}

.features-box:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tw-mb-65 {
    margin-bottom: 65px;
}

@media (max-width: 767px){
  /* Features */
    .tw-features-area .column-title {
        text-align: center;
    }
    .features-text {
        padding-left: 10px;
    }
    .features-text:after {
        left: -10px;
    }  
}
 /*======================================
   16.  Pricing Plan CSS
========================================*/
.pricing-section{
    background-image:url('../images/pricing-bg.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}
.pricing-section .single-pricing {
    text-align: center;
    border: 1px dashed #322a57;
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 8px;
}
.pricing-section .single-pricing:hover,
.pricing-section .single-pricing.active{
    border-color: #14d468;
    -webkit-box-shadow: 0px 30px 60px #00000024;
    -moz-box-shadow: 0px 30px 60px #00000024;
    box-shadow: 0px 30px 60px #00000024;
}
.pricing-section .single-pricing .small-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.pricing-section .single-pricing i {
    font-size: 45px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 142px;
    width: 150px;
    line-height: 142px;
    background-image: url('../images/pricing-icon1.png');
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-right: 5px;
    margin-bottom: 0px;
}
.pricing-section .single-pricing:hover i{
    background-image: url('../images/pricing-icon2.png');
    color:#fff;
}
.pricing-section .single-pricing.active i{
    background-image: url('../images/pricing-icon2.png');
    color:#fff;
}
.pricing-section .single-pricing .price {
    font-size: 38px;
    font-weight: 800;
    margin: 30px 0;
}
.pricing-section .single-pricing .list li{
    display:block;
    margin-bottom:15px;
}
.pricing-section .single-pricing .list li:last-child{
    margin-bottom:0;
}
.pricing-section .single-pricing .button2 {
    display: block;
    margin-top:30px;
}

.pricing-section .title-bg {
    color: #eee;
    font-size: 60px;
    line-height: initial;
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    opacity: 0.9;
    font-weight: 900;
    z-index: -1;
    text-transform: uppercase;
}
.pricing-section .section-title.index2 {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pricing-section .section-title h1 {
    font-size: 40px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    font-weight: 900;
    line-height: 42px;
}
.pricing-section .section-title h1 span {
    display: block;
    font-size: 18px;
    color: #1308a3;
    font-weight: 600;
    text-transform: capitalize;
}
.why-use-us2 {
    padding: 60px;
}
.why-use-us.service-sr {
    padding: 60px 0;
}
.use-service li {
    padding: 22px;
    position: relative;
    margin-bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#f06234)";
    -moz-box-shadow: 0 0 6px 1px rgba(240,98,52,0.4);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px 1px #322a5757;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#f06234);
}
.use-service.left-list li {
    text-align: right;
    padding-right: 115px;
}
.use-service.right-list li {
    text-align: left;
    padding-left: 115px;
}
.use-service.left-list li img {
    position: absolute;
    right: 22px;
    top: 20px;
}
.use-service li h4 {
    font-weight: 500;
    font-size: 18px;
}
.use-service li p {
    font-size: 14px;
    padding-top: 4px;
}
.use-service.right-list li img {
    position: absolute;
    left: 22px;
    top: 20px;
}
@media only screen and (max-width: 767px){
    .use-img {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
}
}


/*------------------
How work section
------------------*/
.iq-works .iq-way {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 92%;
	height: 227px;
	z-index: 0;
}

.iq-workinfo {
	z-index: 9;
	position: relative;
}

.iq-work {
	margin-top: 120px;
	transform: scale(1);
	z-index: 1;
	background: #fff;
	position: relative;
}

.work-content {
	box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
	margin: 0 15px;
}

.iq-work-detail {
	padding: 30px 15px;
}

.iq-work-detail img {
	width: 70%;
}

.iq-work .readmore {
	display: block;
	padding: 15px 30px;
	border-top: 1px solid #ebebeb;
	color: #1b0e3d;
}

.iq-work .readmore span {
	font-size: 24px;
	line-height: 24px;
}

.iq-work .readmore:hover {
	color: #33e2a0;
}

.iq-work-id {
	font-size: 20px;
	line-height: 50px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px -2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px -2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px -2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -120px;
	height: 50px;
	width: 50px;
	border-radius: 90px;
	background: #ffffff;
	color: #1b0e3d;
	z-index: 9;
}

.iq-work:hover .iq-work-id {
	background: #33e2a0;
	color: #ffffff;
}

.iq-works .iq-way-top {
	position: absolute;
	top: 0;
	margin: auto;
	width: 100%;
	height: 75px;
	z-index: 0;
}

.way-one {
	left: 17%;
	position: absolute;
}

.way-two {
	left: 51%;
	position: absolute;
}

.work-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.iq-workinfo .service-shap {
	border: 10px solid #7c60d5;
	background: #ffffff;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: one-animated 10s infinite;
	margin: 0 auto;
}

.iq-work:after {
	content: ' ';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #ffffff;
	top: -95px;
	right: 0;
	background-image: linear-gradient(to right, silver 50%, transparent 0%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: 0% bottom;
	animation-name: iq-work-before;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.iq-work:before {
	content: ' ';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #ffffff;
	top: -95px;
	left: 0;
	background-image: linear-gradient(to right, silver 50%, transparent 0%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: 0% bottom;
	animation-name: iq-work-before;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.iq-work.first-line:before {
	content: none;
}

.iq-work.last-line:after {
	content: none;
}

@keyframes iq-work-before {
	0% {
		background-position: 0% bottom;
	}

	100% {
		background-position: 100% bottom;
	}

}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
section.iq-works {
    position: relative;
    padding: 70px 0;
}
@media (max-width: 992px){
  .iq-works .iq-way-top {
		display: none;
	}

	.iq-work-id {
		margin: 50px auto;
	}

	#iq-tab li.nav-item .nav-link {
		padding: 30px 15px;
		font-size: 16px;
	}  
        .iq-work:after {
		content: none;
	}

	.iq-work:before {
		content: none;
	}
}
.default-header.seo-header h2,.default-header.seo-header h4, .default-header.seo-header p {
    color: #322a57;
}
.seo-header h3,.ecom-header h3{color:#14d468;}
.seo-header{
   /* background-image: linear-gradient(0deg, #ffffff 0%, #deebff 100%);*/
   background: url(../images/headers/hero-shape-1.png) center center/cover no-repeat local;
}

.default-header.ecom-header {
    background: url(../images/headers/hero-shape-1.png) center center/cover no-repeat local;
}
.ecom-header h2,.ecom-header h4, .ecom-header p {
    color: #322a57;
}

.default-header.plate-forme-header {
   background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/plateforme/datacenter.webp) center;
   padding: 150px 0;
}
.default-header.service-args {
    background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/headers/service-arg.jpg) center;
    padding: 150px 0;
}
.default-header.iso-page-header {
    background: linear-gradient(to right, rgb(50, 42, 87) 0%, transparent 80%, transparent 100%), url(../images/headers/iso-header.jpg) center;
    padding: 150px 0;
}
.overlay-bg {
    position: relative;
    z-index: 0;
}
.bg-light {
    background-color: #f3f5ff !important;
}
.sp-100-70 {
    padding-top: 80px;
    padding-bottom: 50px;
}
@media (min-width: 992px){
    .sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
}

@media (min-width: 576px){
   .sp-100-70 {
    padding-top: 85px;
    padding-bottom: 55px;
} 
}
.overlay-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-overlay.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.mb-30 {
    margin-bottom: 30px;
}
.service-box {
    padding: 35px 35px 20px;
    margin-right: 30px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px dashed #4e63d7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.service-box .icon-box {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: #fff;
    background-color: #4e63d7;
    text-align: center;
    z-index: 2;
}
.service-box .icon-box:after, .service-box .icon-box:before {
    opacity: 0.1;
    position: absolute;
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100px;
    width: 100px;
    border: 10px solid #4e63d7;
    border-radius: 100%;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box .icon-box i {
    font-size: 45px;
    line-height: 80px;
}
.service-box .icon-box:after, .service-box .icon-box:before {
    opacity: 0.1;
    position: absolute;
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100px;
    width: 100px;
    border: 10px solid #4e63d7;
    border-radius: 100%;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box .btm-sep {
    padding-bottom: 15px;
}
.btm-sep {
    position: relative;
}
.service-box .btm-sep::after {
    width: 40px;
}
.btm-sep:after {
    position: absolute;
    background-color: #4e63d7;
    height: 3px;
    width: 40px;
    content: '';
    bottom: 0;
    left: 0;
}


/*** iso page***/

.container.about-features {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 10px #f1f1f1;
    box-shadow: 0 5px 10px #afbfd0;
    margin-bottom: 100px;
    margin-top: -69px;
    position: relative;
    z-index: 8;
}
.single-features {
    padding: 40px 20px;
}
.features-icon {
    color: #4270e4;
    font-size: 48px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-features h3 {
    font-size: 18px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-features .read-more {
    color: #4270e4;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
}
.single-features .read-more i {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.content.singlepost-content {
    font-size: 15px;
    line-height: 25px;
}

.content.singlepost-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.content.singlepost-content li {
    list-style: disc;
    margin-left: 20px;
}
body.pg-creation-site-web .img-container img {
    background: #fff;
    padding: 6px;
    box-shadow: 0 -3px 50px rgb(94, 88, 170);
    border-radius: 6px;
}
section.g-videos {
    padding: 90px 0;
}
.snip1560 {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 10px;
  width: 100%;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: none !important;
  position: relative;
  padding: 10px;
  border: 2px solid #101663;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1560:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.snip1560 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1560 img {
  max-width: 100%;
  vertical-align: top;
  background-image: linear-gradient(#000000, #ffffff);
}

.snip1560 figcaption,
.snip1560 .link {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.snip1560 h2 {
  color: #ffffff;
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.snip1560 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560 h2 span {
  color: #e8b563;
}


.snip1560:hover img,
.snip1560.hover img {
  opacity: 0.35;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

/*=========================================
            19. NETWORK MAP CSS
============================================*/
.network-map-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.network-map-wrap ul li {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: -6px;
    background-color: #0073ec;
    border-radius: 50%
}

.network-map-wrap ul li span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: .5s linear;
    border-radius: 50%;
}

/*circle wave*/
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

.offer-block{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.offer-block:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url('../img/offer-bg.png')no-repeat center center / cover;
}

.vps-hosting-pricing-table {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-collapse: unset;
    border-spacing: 0 10px;
    background: transparent !important;
}

.vps-hosting-pricing-table > thead {
    background-color: transparent;
}

.vps-hosting-pricing-table.vps-hosting-pricing-table-two {
    border-collapse: collapse;
}

.vps-hosting-pricing-table > thead > tr > th {
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    background: #101663;
    color: #fff;
}

.vps-pricing-row {
    text-align: left;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    border: solid 1px #ebebeb;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.vps-pricing-row > td:first-child {
    border-left: 2px solid transparent;
    border-radius: 4px 0 0 4px;
}

.vps-pricing-row > td:last-child {
    border-right: 2px solid transparent;
    border-radius: 0 4px 4px 0;
    text-align: right;
}

.vps-hosting-pricing-table > tbody > tr.vps-pricing-row:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.vps-hosting-pricing-table-two > thead {
    background: #0073ec;
    color: #ffffff;
}

.vps-hosting-pricing-table-two > thead > tr > th:last-child {
    border-right: 1px solid #0073ec;
}

.vps-hosting-pricing-table-two .vps-pricing-row > td:first-child {
    border-left: initial;
}

.vps-hosting-pricing-table-two .vps-pricing-row > td:last-child {
    border-right: initial;
}

.vps-hosting-pricing-table-two > tbody > tr.vps-pricing-row:hover {
    background: #f5f5f5;
    border: none;
}

.vps-hosting-pricing-table > tbody > tr > td {
    padding: 20px 20px;
    border-right: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.vps-pricing-row > td {
    border: none;
}

.vps-hosting-pricing-table .rate {
    font-size: 20px;
    font-weight: 700;
    color: #0073ec;
    font-family: 'Montserrat', sans-serif;
}

.vps-hosting-pricing-table .rate span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    opacity: 0.8;
    color: #757575;
}

.vps-hosting-pricing-table .score-bar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vps-hosting-pricing-table .geekbench-score {
    font-weight: 400;
    margin-right: 15px;
}

.vps-hosting-pricing-table .score-bar-wrap .score-bar-item {
    min-width: 40px;
    height: 10px;
    font-size: 10px;
    border-radius: 10px;
    background-color: #ebebeb;
    position: relative;
}

.vps-hosting-pricing-table .pricing-onsale, .vps-hosting-pricing-table .cpu-core {
    display: block;
    font-size: 14px;
    color: #757575;
    margin-top: 4px;
    font-weight: 400;
}

.vps-hosting-pricing-table > tbody > tr > td:first-child::before {
    content: attr(data-value);
    display: none;
    width: initial;
    height: initial;
    background-color: transparent;
    position: relative;
    left: initial;
    top: initial;
    opacity: 1;
}

.vps-pricing-row > td:before {
    content: attr(data-value);
    display: none;
}

table > tbody > tr > td:first-child:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #0073ec;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .vps-hosting-pricing-table > thead {
        display: none;
    }

    .vps-pricing-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 4px;
        width: 45%;
        float: left;
        margin: 0 15px 28px 15px;
    }
    .vps-hosting-pricing-table > tbody > tr{
        padding: 15px;
    }
    .vps-hosting-pricing-table > tbody > tr > td {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .vps-pricing-row:hover.border-accent-primary > td:first-child {
        margin-bottom: 0;
        border-radius: 0;
        border-left: none;
    }

    .vps-pricing-row > td:first-child {
        border-left: none;
        border-radius: 0;
    }

    .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
        display: block;
        width: 45%;
    }

    .vps-pricing-row > td:before {
        display: block;
        width: 45%;
    }

    .vps-hosting-pricing-table > tbody > tr > td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
   .layout-text .call-phone{
       color: #101663;
       font-family: 'Overpass';
       font-size: 25px;
       
       }
    .vps-pricing-row > td:last-child::before {
        display: none;
    }

    .vps-pricing-row > td:last-child {
        text-align: center !important;
        margin: auto;
    }
.display p{
   display: inline-block;
    
    
    }
}

@media (max-width: 768px) {
    .vps-pricing-row {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-bottom: 15px;
    }
    table.table.vps-hosting-pricing-table {
    width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px){
    .vps-pricing-row td a.primary-solid-btn{
        padding: 8px 12px !important;
    }
}
   .code-poromo{
      /*  text-align:cebter;*/
        }
    .promo{
       text-align: center;
background-color: #14d468;
color: white;
padding-top: 25px;
width: 90%;
padding-top: 7px;
padding-bottom: 7px;
border: 1px solid #14d468;
border-radius: 2px;
margin: 0 auto;
display: block;
width: 90%;
margin: 20px auto;
border-radius: 4px;
padding: 10px 56px;
top: 20px;
        
        }

.old-price{
     text-decoration: line-through;
     font-size:14px;
    
    
    }
    .th-plan{
        display:block;
        
        }
        
        
.color-white{
    font-size:16px;
    }
.color-white:hover{
    text-decoration: none;
    cursor:pointer;
}
 .buttons-blue{
        margin-top:15px;
        }
.fa-circle{
    font-size:7px;
    
    }

  .icone-green{
        margin-bottom:30px;
        font-size:100px;
        color:#1AD56C;
        
        }
    .icone-check{
        
        margin-right:5px;
        color:#4270E4;
        }
        
        
   .color-lien{
   color:#14d468;
   }
   
.display{
visibility:collapse;
}
.p-lien a{
    
    color:#4270E4;
    }
.custom-width .chevron-color{
    color: #08BD56;
    }
.pricing-tables .price.green-bg p{
    
    color:#fff;
    font-size:14px;
    
    }
   .new-nav>li a{
     color: #fff;
    background: #6f4d9b;
    border-radius: .25rem;
    margin-right:20px;
       padding: 1.5rem 2rem;
       
       }
    .new-nav>li.active>a:hover{
       
    color: #fff;
    background: #14d468;
       
       }
         .new-nav>li.active>a{
       
    color: #fff;
    background: #14d468;
       
       }
        .new-nav>li.active>a:focus{
       
    color: #fff;
    background: #14d468;
       
       }
      .custom-width .center{
           text-align:center;
           padding-bottom:20px;
           }
           .network-map-section{
               padding-top:50px;
                padding-bottom:50px;
               }
         .reference{
             font-weight: bolder;
             }
             .padding-top-30{
                 
                 margin-top:15px;
                 }
                   .margin-bottom-30{
                 
                 margin-bottom:15px;
                 }
                  .padding-top-100{
                 
                 margin-top:100px;
                 }
                  .padding-top-45{
                 
                 margin-top:45px;
                 }
               .boxes-two  .h4{
                  color: #101663;
                  font-family: 'Overpass';
                  font-size: 30px;
                  font-weight: 200;
                     }
              .padding-top-40{
                   margin-top:34px;
                  
                  }       
                     
                      .padding-left-45{
                   margin-left:45px;
                  
                  }       
                      
.charte-quality-h3{
    
     font-weight: 800;
    font-size: 31px;
    padding-top:15px;

    }
   .souligne{
       
       text-decoration-line: line-through;
       }
    .color-display{
    height: 456px;
    width: 100%;
    background-color: rgba(22, 21, 37, 0.75);
    position: absolute;
    opacity: 0.8;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    
    
    
           }
           .grey .container{
               background-color:#14D468;
               padding-left:20px;
               width: 1250px;
               
               }
               .grey .text-container h4{
                   color:#FFFFFF;
                   font-size: 30px;
                   font-weight: 800;
                   margin-bottom: 10px;
               }
                    .grey .container p{
                   color:#FFFFFF;}
                   
                   
                .list-style{
                    font-size: 16px;
                    font-weight: 300;
                    }   
                   
                    .list-style i{
                        color:#08bd56;
                        
                        }
                        
                   
              .accordion-item .faq-fras{
                  color:#4270E4;
                  }     
                   
                   
                .padding-paragraph{
                    
                    margin:15px 15px 15px 0px;
                    }
                   
                    .margin-b-5{
                       
                      margin-bottom:20px
                       }
                   .image-size{
                       
                       max-width:70%;
                       margin-bottom:50px;
                       }
                  
.single-slide-boxes {
    position: relative;
    padding: 15px 0;
}              
.domains-box {
    height: 100px;
    outline: none!important;
    padding-right: 95px !important;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
    text-align: left!important;
    border-radius: 10px;
    position: relative!important;
    display: block!important;
    transition: .4s;
    padding: 14px 10px;
    background: #fff;
}
.domains-box img {
    height: 18px;
}
.text-12 {
    font-size: 12px;
    line-height: 1.53;
    margin-top: 9px!important;
    font-weight: 600;
}
.domains-box .sold-side-domain {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    padding: 9px 5px;
    text-align: center;
    color: #fff;
    width: 90px;
    font-weight: 700!important;
    font-size: 14px;
    letter-spacing: -.2px;
    line-height: 1.71;
}
.coodiv-text-9 {
    /* font-size: 1.0625rem; */
    /* letter-spacing: -.2px; */
    /* line-height: 1.71; */
}
.badge-danger {
    color: #fff;
    background-color: #f64b4b;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-success {
    color: #212529;
    background-color: #68d585;
}
.badge-warning {
    color: #212529;
    background-color: #f7e36d;
}
.badge-primary {
    color: #fff;
    background-color: #473bf0;
}
.domains-box .sold-side-domain i {
    font-weight: 100;
    font-style: inherit;
    display: block;
    background: rgb(51 51 51/9%);
    height: 53px;
    border-radius: 10px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 15px;
    line-height: 53px;
}
.single-slide-boxes-slider .single-slide {
    margin: 0 15px;
    padding: 36px 0;
}
table.custab tbody td:first-child{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
table.custab tbody td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

table.custab tbody tr {
  background-color: #EBF5FB;
    border-radius: 8px;
    border:4px solid #fff;
} 

table.custab tbody tr:hover {
  background-color: #00032d;
    border-radius: 8px;
    border:4px solid #fff;
} 
.table>tbody>tr:hover td{
    color: #fff;
}
table.table.custab th {
    border: 0;
    color: #101663;
}
/***************/
.bg-grey{
    
    background-color:#F7F9FF;
    }
.bg-perpel{
    background-color:#333;
    }
.show-features {
    text-align: center;
    margin: 40px 0;
}
.show-features a {
    font-size: 18px;
    font-weight: 700;
    color: #101663;
}
.show-features a:after {
    content: "\25BE";
    position: relative;
    left: 7px;
}
.features-five-r {
    background: #00032d;
}

.features-five-r h2 {
    color: #fff;
}
ul.nav.nav-tabs.hosting-tabs-nav a {padding: 15px 20px;border-radius: 3px;margin: 6px;}

ul.nav.nav-tabs.hosting-tabs-nav a:hover {background:#F7F9FF; color:#14d468;}

ul.nav.nav-tabs.hosting-tabs-nav {
    background: #00032d;
}
a.more-servers {
    color: #101663;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: block;
}
a.more-servers.hide-more {
    display: none;
}