
:root {
    --primary: #19487f;
    --secondary: #ff8200;
    --light: #F2F2F2;
    --dark: #1D2833;
}





    /*** Spinner ***/
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }

        #spinner.show {
            transition: opacity .5s ease-out, visibility 0s linear 0s;
            visibility: visible;
            opacity: 1;
        }

    .back-to-top {
        position: fixed;
        display: none;
        right: 45px;
        bottom: 45px;
        z-index: 99;
    }

    .slogan {
        font-size: 7pt;url("../img/logo-dark.png");
        padding: 0px;
        position: relative;
        left: 75px;
        top: -15px
    }

    .logo {
        content: url("../img/logo-dark.png");
    }

    /*** Heading ***/
    h1,
    h2,
    .fw-bold {
        font-weight: 700 !important;
    }

    h3,
    h4,
    .fw-semi-bold {
        font-weight: 600 !important;
    }

    h5,
    h6,
    .fw-medium {
        font-weight: 500 !important;
    }


    /*** Button ***/
    .btn {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        transition: .5s;
    }

        .btn.btn-primary,
        .btn.btn-secondary {
            color: #FFFFFF;
        }

    .btn-square {
        width: 38px;
        height: 38px;
    }

    .btn-sm-square {
        width: 32px;
        height: 32px;
    }

    .btn-lg-square {
        width: 48px;
        height: 48px;
    }

    .btn-square,
    .btn-sm-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        border-radius: 8px;
    }


    /*** Navbar ***/
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        margin-left: 25px;
        padding: 35px 0;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        color: #FFFFFF !important;
        text-transform: uppercase;
        font-weight: 500;
        outline: none;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 20px 0;
        color: var(--dark) !important;
    }

    .sticky-top.navbar-light .slogan {
        left: 65px;
        top: -12px
    }

    .sticky-top.navbar-light .logo {
        content: url("../img/logo-light.png");
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--secondary) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: #FFFFFF;
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 50px;
        margin-top: 5px;
    }

    @media (max-width: 991.98px) {
        .sticky-top.navbar-light {
            position: relative;
            background: #FFFFFF;
        }
        .logo {
            content: url("../img/logo-light.png");
        }


       


       
        .navbar-light .navbar-collapse {
            margin-top: 15px;
            border-top: 1px solid #DDDDDD;
        }

        .navbar-light .navbar-nav .nav-link,
        .sticky-top.navbar-light .navbar-nav .nav-link {
            padding: 10px 0;
            margin-left: 0;
            color: var(--dark) !important;
        }

        .navbar-light .navbar-brand h1 {
            color: var(--primary);
        }

        .navbar-light .navbar-brand img {
            max-height: 45px;
        }
    }

    @media (min-width: 992px) {
        .navbar-light {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 999;
        }

        .sticky-top.navbar-light {
            position: fixed;
            background: #FFFFFF;

        }

            .sticky-top.navbar-light .navbar-brand h1 {
                color: var(--primary);
            }
    }



    /*** Hero Header ***/
    .hero-header {
        background: url(../img/bg-round.png), url(../img/bg-round-2.png), url(../img/bg-square.png), url(../img/bg-line.png), url(../img/bg-bottom-hero.png);
        background-position: 0px 40%, right 0 top 0, left 50% top 0, left 50% top 50%, center bottom -1px;
        background-repeat: no-repeat;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, .5);
    }


    /*** Section Title ***/
    .section-title::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 11px;
        bottom: 0;
        left: 0;
        border-top: 1px solid #5A5A5A;
        border-bottom: 1px solid #5A5A5A;
    }

    .section-title::after {
        position: absolute;
        content: "";
        width: 90px;
        height: 1px;
        bottom: 5px;
        left: 0;
        background: var(--primary);
    }

    .section-title.text-center::before {
        left: 50%;
        margin-left: -30px;
    }

    .section-title.text-center::after {
        width: 120px;
        left: 50%;
        margin-left: -60px;
    }


    /*** Domain Search ***/
    .domain {
        background: url(../img/bg-domain.png) center center no-repeat;
        background-size: contain;
        background-color: var(--primary);
    }


    /*** Comparison ***/
    @media (min-width: 992px) {
        .comparison::after {
            position: absolute;
            content: "";
            width: 1px;
            top: 56px;
            bottom: 20px;
            left: 50%;
            background: #DDDDDD;
        }
    }


    /*** Testimonial ***/
    .testimonial-carousel .owl-item .testimonial-item,
    .testimonial-carousel .owl-item.center .testimonial-item * {
        transition: .5s;
    }

    .testimonial-carousel .owl-item.center .testimonial-item {
        background: var(--primary) !important;
        border-color: var(--secondary) !important;
    }

        .testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
            background: var(--secondary) !important;
        }

        .testimonial-carousel .owl-item.center .testimonial-item * {
            color: #FFFFFF;
        }

        .testimonial-carousel .owl-item.center .testimonial-item h6 {
            color: var(--dark) !important;
        }

    .testimonial-carousel .owl-dots {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        background: #DDDDDD;
        border-radius: 15px;
        transition: .5s;
    }

        .testimonial-carousel .owl-dot.active {
            width: 30px;
            background: var(--primary);
        }


    /*** Team ***/
    .team-item,
    .team-item .bg-primary,
    .team-item .bg-primary i {
        transition: .5s;
    }

        .team-item:hover {
            border-color: var(--secondary) !important;
        }

            .team-item:hover .bg-primary {
                background: var(--secondary) !important;
            }

                .team-item:hover .bg-primary i {
                    color: var(--secondary) !important;
                }


    /*** Footer ***/
    .footer {
        background: url(../img/bg-round.png), url(../img/bg-round-2.png), url(../img/bg-square.png), url(../img/bg-line.png), url(../img/bg-bottom-footer.png);
        background-position: 0px 112px, right 0 bottom 0, left 50% top 80px, left 50% bottom 0, top center;
        background-repeat: no-repeat;
    }

        .footer p {
            font-size: 15px;
        }

        .footer .btn.btn-social {
            margin-right: 5px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--light);
            border: 1px solid #FFFFFF;
            border-radius: 35px;
            transition: .3s;
        }

            .footer .btn.btn-social:hover {
                color: var(--primary);
            }

        .footer .btn.btn-link {
            display: block;
            margin-bottom: 5px;
            padding: 0;
            text-align: left;
            color: #FFFFFF;
            font-size: 15px;
            font-weight: normal;
            transition: .3s;
        }

            .footer .btn.btn-link::before {
                position: relative;
                content: "\f105";
                font-family: "FontAwesome";
                font-weight: 900;
                margin-right: 10px;
            }

            .footer .btn.btn-link:hover {
                letter-spacing: 1px;
                box-shadow: none;
            }

        .footer .copyright {
            padding: 25px 0;
            font-size: 15px;
            border-top: 1px solid rgba(256, 256, 256, .3);
        }

            .footer .copyright a {
                color: var(--light);
            }

        .footer .footer-menu a {
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid rgba(255, 255, 255, .3);
        }

            .footer .footer-menu a:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: none;
            }


    .paymentModal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1500; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(126,126,126,0.7);
        padding-top: 10px;
    }

    .paymentModal-content {
        background-color: #fefefe;
        margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
        width: 80%; /* Could be more or less, depending on screen size */
        padding: 0px;
        height: 85%;
    }

    #shoppingBasketFrame {
        /*zoom: 0.90;
	-moz-transform: scale(0.90);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.90);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.90);
	-webkit-transform-origin: 0 0;*/
        width: 100%;
        height: 100%;
        border: none;
        background: url(../img/ajax-loader.gif) center center no-repeat;
    }

    #PopUpFrame {
        /*zoom: 0.90;
	-moz-transform: scale(0.90);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.90);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.90);
	-webkit-transform-origin: 0 0;*/
        width: 100%;
        height: 100%;
        border: none;
        background: url(../img/ajax-loader.gif) center center no-repeat;
    }

    .close {
        position: absolute;
        right: 35px;
        top: 15px;
        font-size: 40px;
        font-weight: bold;
        color: #f1f1f1;
        cursor: pointer;
    }





    .deletemodal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1500; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(126,126,126,0.7);
        /*padding-top: 100px;*/
    }

    /* Modal Content/Box */
    .deletemodal-content {
        background-color: #fefefe;
        margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
        border: 1px solid #888;
        width: 70%; /* Could be more or less, depending on screen size */
        padding: 30px;
    }

    .success-notification {
        display: block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        color: #637c3b;
        background-color: #def2be;
        padding: 40px;
        align-items: center;
    }

        .success-notification button {
            background-color: #86a751;
            color: #def2be;
            border: none;
            padding: 0.6rem;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 10pt;
            cursor: pointer;
            cursor: hand;
        }

        .success-notification a {
            color: #637c3b;
            text-decoration: none;
            font-size: 11pt;
        }

            .success-notification a:hover {
                color: #637c3b;
            }

            .success-notification a:link {
                color: #637c3b;
            }

            .success-notification a:visited {
                color: #637c3b;
            }

    .error-notification {
        color: #ab6a6a;
        background-color: #ffbbbb;
        display: block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding: 40px;
        align-items: center;
    }

        .error-notification a {
            color: #ab6a6a;
            text-decoration: none;
            font-size: 11pt;
            font-weight: bold;
        }

            .error-notification a:hover {
                color: #ab6a6a;
            }

            .error-notification a:link {
                color: #ab6a6a;
            }

            .error-notification a:visited {
                color: #ab6a6a;
            }

    .warning-notification {
        color: #958552;
        background-color: #ffedb2;
        display: block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding: 40px;
        align-items: center;
    }

        .warning-notification button {
            background-color: #a69251;
            color: #ffedb2;
            border: none;
            padding: 0.6rem;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 10pt;
            cursor: pointer;
            cursor: hand;
        }

        .warning-notification a {
            color: #958552;
            text-decoration: underline;
            font-size: 11pt;
        }

            .warning-notification a:link {
                color: #958552;
            }

            .warning-notification a:visited {
                color: #958552;
            }


    .custom-control {
        position: relative;
        z-index: 1;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
        color-adjust: exact;
    }

    .custom-control-inline {
        display: inline-flex;
        margin-right: 1rem;
    }

    .custom-control-input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;
    }

        .custom-control-input:checked ~ .custom-control-label::before {
            color: #fff;
            border-color: var(--primary);
            background-color: var(--primary);
        }

        .custom-control-input:focus ~ .custom-control-label::before {
            box-shadow: 0 0 0 0.2rem rgba(0, 137, 255, 0.25);
        }

        .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
            border-color: #19487f;
        }

        .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
            color: #fff;
            background-color: #19487f;
            border-color: #19487f;
        }

        .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
            color: #6c757d;
        }

            .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
                background-color: #e9ecef;
            }

    .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
    }

        .custom-control-label::before {
            position: absolute;
            top: 0.25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #adb5bd solid 1px;
        }

        .custom-control-label::after {
            position: absolute;
            top: 0.25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background: no-repeat 50% / 50% 50%;
        }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    }

    .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
        border-color: var(--primary);
        background-color: var(--primary);
    }

    .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
    }

    .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
        background-color: var(--primary);
    }

    .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
        background-color: var(--primary);
    }



    .custom-ddl {
        width: 100%;
        height: 57px;
        background-color: white;
        display: inline-block;
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
        border: 1px solid #ced4da;
        border-radius: 8px;
        appearance: none;
    }

    .custom-select {
        display: inline-block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
        border: 1px solid #ced4da;
        border-radius: 0;
        appearance: none;
    }

        .custom-select:focus {
            border-color: #19487f;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 137, 255, 0.25);
        }

            .custom-select:focus::-ms-value {
                color: #495057;
                background-color: #fff;
            }

        .custom-select[multiple], .custom-select[size]:not([size="1"]) {
            height: auto;
            padding-right: 0.75rem;
            background-image: none;
        }

        .custom-select:disabled {
            color: #6c757d;
            background-color: #e9ecef;
        }

        .custom-select::-ms-expand {
            display: none;
        }

        .custom-select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #495057;
        }

    .custom-select-sm {
        height: calc(1.5em + 0.5rem + 2px);
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.5rem;
        font-size: 0.875rem;
    }

    .custom-select-lg {
        height: calc(1.5em + 1rem + 2px);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        font-size: 1.25rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    /**********************************/
    /************ Cart CSS ************/
    /**********************************/
    .cart-page {
        position: relative;
        padding: 60px 0;
    }

        .cart-page .table {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

            .cart-page .table .thead-dark th {
                text-align: center;
                background: #acacac;
                border-color: #979797;
                vertical-align: middle;
            }

            .cart-page .table td {
                color: #000000;
                font-size: 16px;
                font-weight: 600;
                vertical-align: middle;
            }

            .cart-page .table img {
                max-width: 100px;
                max-height: 100px;
            }

            .cart-page .table .qty {
                display: inline-block;
            }

            .cart-page .table button {
                height: 30px;
                padding: 2px 10px;
                text-align: center;
                color: #000000;
                background: #acacac;
                border: none;
            }

            .cart-page .table input {
                width: 60px;
                height: 30px;
                color: #000000;
                text-align: center;
                background: #c4c4c4;
                border: none;
            }

        .cart-page .coupon {
            position: relative;
            width: 100%;
        }

            .cart-page .coupon input {
                width: calc(100% - 135px);
                height: 50px;
                padding: 0 15px;
                color: #666666;
                background: #ffffff;
                border: 1px solid #3F69AA;
                margin-right: 10px;
            }

            .cart-page .coupon button {
                width: 120px;
                height: 50px;
                padding: 2px 10px;
                text-align: center;
                color: #ffffff;
                background: #acacac;
                border: none;
            }

        .cart-page .cart-summary {
            position: relative;
            width: 100%;
        }

            .cart-page .cart-summary .cart-content {
                padding: 30px;
                background: #acacac;
            }

                .cart-page .cart-summary .cart-content h3 {
                    color: #000000;
                    font-size: 25px;
                    font-weight: 600;
                }

                .cart-page .cart-summary .cart-content p {
                    color: #000000;
                    font-size: 16px;
                    font-weight: 400;
                }

                    .cart-page .cart-summary .cart-content p span,
                    .cart-page .cart-summary .cart-content h4 span {
                        float: right;
                    }

                .cart-page .cart-summary .cart-content h4 {
                    color: #000000;
                    font-size: 20px;
                    font-weight: 600;
                    padding-top: 12px;
                    border-top: 1px solid #000000;
                    margin: 0;
                }

    /* .cart-page .cart-summary .cart-btn button {
            margin-top: 15px;
            width: calc(50% - 15px);
            height: 50px;
            padding: 2px 10px;
            text-align: center;
            color: #ffffff;
            background: #acacac;
            border: none;
        }

            .cart-page .cart-summary .cart-btn button:first-child {
                margin-right: 25px;
                color: #acacac;
                background: #ffffff;
                border: 1px solid #3F69AA;
            }*/



    /**********************************/
    /********** Checkout CSS **********/
    /**********************************/
    .checkout {
        position: relative;
        padding: 20px 0;
    }

        .checkout .billing-address,
        .checkout .shipping-address {
            position: relative;
            width: 100%;
        }

        .checkout .shipping-address {
            display: none;
            margin-top: 30px;
        }

            .checkout .billing-address h2,
            .checkout .shipping-address h2 {
                color: #000000;
                font-size: 30px;
                font-weight: 700;
            }

        .checkout .checkout-summary,
        .checkout .checkout-payment {
            position: relative;
            width: 100%;
        }

        .checkout .checkout-payment {
            margin-top: 30px;
        }

            .checkout .checkout-summary h2,
            .checkout .checkout-payment h2 {
                color: #000000;
                font-size: 30px;
                font-weight: 700;
            }

            .checkout .checkout-summary .checkout-content,
            .checkout .checkout-payment .payment-methods {
                padding: 30px;
                background: #acacac;
            }

                .checkout .checkout-summary .checkout-content h3 {
                    color: #000000;
                    font-size: 25px;
                    font-weight: 600;
                }

                .checkout .checkout-summary .checkout-content p {
                    color: #000000;
                    font-size: 16px;
                    font-weight: 400;
                }

                    .checkout .checkout-summary .checkout-content p.sub-total,
                    .checkout .checkout-summary .checkout-content p.ship-cost {
                        padding-top: 15px;
                        border-top: 1px solid #000000;
                    }

                    .checkout .checkout-summary .checkout-content p span,
                    .checkout .checkout-summary .checkout-content h4 span {
                        float: right;
                    }

                .checkout .checkout-summary .checkout-content h4 {
                    color: #000000;
                    font-size: 20px;
                    font-weight: 600;
                    padding-top: 12px;
                    border-top: 1px solid #000000;
                    margin: 0;
                }

            .checkout .checkout-payment .payment-methods {
                color: #000000;
            }

                .checkout .checkout-payment .payment-methods .payment-content {
                    display: none;
                }

            .checkout .checkout-payment .checkout-btn button {
                margin-top: 15px;
                width: calc(50% - 15px);
                height: 50px;
                padding: 2px 10px;
                text-align: center;
                color: #ffffff;
                background: #3F69AA;
                border: none;
            }


@media (min-width: 350px) {
    .close {
        position: absolute;
        right: 50px;
        top: 40px;
        font-size: 40px;
        font-weight: bold;
        color: #c1c1c1;
        cursor: pointer;
    }

    
}