/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
:root {
    --theme-color: #7285f6;
    --title-color: #33334f;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
    box-sizing: border-box;
}

.wrapper {
    width: 75%;
    margin: 0 auto;
}

.wrapper-full {
    width: 95%;
    margin: 0 auto;
}

@media all and (max-width: 1440px) {
    .wrapper {
        width: 85%;
    }
}

@media all and (max-width: 641px) {
    .wrapper {
        width: 90%;
    }
}

@media all and (max-width: 441px) {
    .wrapper, .wrapper-full {
        width: 100%;
        padding: 0 16px;
    }
}

.clear {
    clear: both;
}

.img-responsive, img {
    max-width: 100%;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
select {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

button,
.btn,
select {
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
    text-decoration: none;
}

iframe {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
}

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.w3l-top-menu-4 {
    /*-- Topmenu-4 block --*/
    /*--menu-toggle--*/
    /*--/menu-toggle--*/
    /*-- search popup --*/
    /*-- //popup --*/
    /*-- /Topmenu-4 block --*/
    /*-- responsive design --*/
    /*-- /responsive design --*/
}

    .w3l-top-menu-4 #headers4-block {
        padding: 1.5rem 0;
    }

    .w3l-top-menu-4 ul.top-menu-right li {
        display: inline-block;
        margin: 0 8px;
        color: #afafaf;
        font-size: 15px;
    }

        .w3l-top-menu-4 ul.top-menu-right li a {
            color: #34334e;
            display: block;
        }

            .w3l-top-menu-4 ul.top-menu-right li a span {
                color: #304659;
                font-size: 17px;
            }

        .w3l-top-menu-4 ul.top-menu-right li:last-child {
            margin-right: 0;
        }

    .w3l-top-menu-4 .d-grid {
        display: grid;
    }

    .w3l-top-menu-4 .d-flex {
        display: flex;
    }

    .w3l-top-menu-4 .align-topmenu4 {
        justify-content: space-between;
        align-items: center;
        grid-template-columns: 1fr auto;
    }

    .w3l-top-menu-4 .align-items-menu4 {
        align-items: center;
        grid-template-columns: auto 1fr;
    }

    .w3l-top-menu-4 .top-menu4 {
        width: 100%;
        z-index: 3;
        padding: 1rem 0;
    }

    .w3l-top-menu-4 ul.top-menu-right {
        align-items: center;
        display: grid;
        grid-template-columns: auto auto auto;
    }

    .w3l-top-menu-4 ul.social-icons {
        margin-top: 3px;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .w3l-top-menu-4 ul.social-icons li a {
            display: block;
            text-decoration: none;
        }

        .w3l-top-menu-4 ul.social-icons li {
            display: inline-block;
            margin: 0 10px;
            width: 25px;
            height: 25px;
            text-align: center;
            background: var(--theme-color);
            border-radius: 50%;
        }

            .w3l-top-menu-4 ul.social-icons li a span {
                font-size: 13px;
                color: #fff;
                line-height: 25px;
            }

            .w3l-top-menu-4 ul.social-icons li.facebook {
                background: #3a5998;
            }

            .w3l-top-menu-4 ul.social-icons li.twitter {
                background: #55acee;
            }

            .w3l-top-menu-4 ul.social-icons li.youtube {
                background: #c4342b;
            }

            .w3l-top-menu-4 ul.social-icons li.google {
                background: #dc4e41;
            }

            .w3l-top-menu-4 ul.social-icons li:first-child {
                margin-left: 0px;
            }

    .w3l-top-menu-4 .fullwidth-overlay-menu {
        position: relative;
    }

    .w3l-top-menu-4 .topmenu4-expand {
        cursor: pointer;
    }

    .w3l-top-menu-4 .top-menu4-icon:hover {
        opacity: 0.9;
    }

    .w3l-top-menu-4 .fullwidth-overlay-menu input {
        display: none;
    }

    .w3l-top-menu-4 .top-menu4-icon label.close {
        text-transform: uppercase;
        text-align: center;
    }

        .w3l-top-menu-4 .top-menu4-icon label.close:hover {
            cursor: pointer;
        }

    .w3l-top-menu-4 .expanded-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: 999;
    }

        .w3l-top-menu-4 .expanded-menu label.close {
            width: 4%;
            position: absolute;
            left: 48%;
            top: 11px;
            cursor: pointer;
            z-index: 999;
            color: #fff;
            font-size: 30px;
            text-align: center;
        }

        .w3l-top-menu-4 .expanded-menu nav {
            text-align: center;
            position: relative;
            top: 50%;
            font-size: 54px;
            transform: translateY(-50%);
        }

        .w3l-top-menu-4 .expanded-menu ul {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            display: inline-block;
            position: relative;
        }

            .w3l-top-menu-4 .expanded-menu ul li {
                margin: 20px 0;
                float: left;
                width: 33.333%;
            }

                .w3l-top-menu-4 .expanded-menu ul li a {
                    display: block;
                    color: white;
                    text-decoration: none;
                    transition: color 0.2s;
                    font-size: 20px;
                }

                    .w3l-top-menu-4 .expanded-menu ul li a:hover,
                    .w3l-top-menu-4 .expanded-menu ul li a:focus {
                        opacity: 0.8;
                    }

    .w3l-top-menu-4 .top-menu4-icon ~ .expanded-menu-effect {
        opacity: 0;
        visibility: hidden;
    }

    .w3l-top-menu-4 #view:checked ~ .expanded-menu-effect {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s;
    }

    .w3l-top-menu-4 .expanded-menu-effect nav {
        -moz-perspective: 300px;
    }

        .w3l-top-menu-4 .expanded-menu-effect nav ul {
            opacity: 0.4;
            transform: translateX(-25%) rotateY(85deg);
            transition: transform 0.5s, opacity 0.5s;
        }

    .w3l-top-menu-4 #view:checked ~ .expanded-menu-effect nav ul {
        opacity: 1;
        transform: rotateY(0deg);
    }

    .w3l-top-menu-4 #view:not(:checked) ~ .expanded-menu-effect nav ul {
        transform: translateX(25%) rotateY(-85deg);
    }

    .w3l-top-menu-4 .popup form input[type="search"] {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        border: none;
        height: 50px;
        background: #fff;
        padding-left: 15px;
        width: 100%;
    }

    .w3l-top-menu-4 .popup form button {
        border: none;
        min-width: 113px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: var(--theme-color);
        width: 90px;
        line-height: 35px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-top-menu-4 .popup form button:hover {
            background: #6b7fff;
            transform: translate3d(-5px, 0px, 0);
            -webkit-transform: translate3d(-5px, 0px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-top-menu-4 .popup form input:focus {
        outline: none;
        border: none;
    }

    .w3l-top-menu-4 .pop-overlay {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        transition: opacity 0ms;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.97);
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.85);
        height: 100vh;
    }

        .w3l-top-menu-4 .pop-overlay:target {
            visibility: visible;
            opacity: 1;
        }

    .w3l-top-menu-4 .popup {
        background: #fff;
        margin: 0rem auto;
        padding: 6px 15px;
        max-width: 700px;
        border-radius: 3px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .w3l-top-menu-4 .close {
        position: absolute;
        top: 55px;
        right: 100px;
        transition: all 200ms;
        font-size: 40px;
        text-decoration: none;
        color: #fff;
        opacity: 1;
    }

        .w3l-top-menu-4 .close:hover {
            opacity: 0.8;
        }

@media (max-width: 1024px) {
    .w3l-top-menu-4 .close {
        right: 60px;
    }
}

@media (max-width: 900px) {
    .w3l-top-menu-4 .close {
        right: 55px;
    }
}

@media (max-width: 700px) {
    .w3l-top-menu-4 .popup {
        margin: 0 15px;
    }
}

@media (max-width: 550px) {
    .w3l-top-menu-4 ul.social-icons li {
        margin: 0 5px;
    }

    .w3l-top-menu-4 .close {
        right: 45px;
    }
}

@media (max-width: 480px) {
    .w3l-top-menu-4 .align-items-menu4 {
        grid-template-columns: 1fr;
    }

    .w3l-top-menu-4 .align-topmenu4 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .w3l-top-menu-4 ul.social-icons {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .w3l-top-menu-4 ul.top-menu-right li {
        vertical-align: middle;
        margin: 0 0px;
    }

        .w3l-top-menu-4 ul.top-menu-right li a {
            color: #34334e;
            display: inline-block;
        }
}

@media (max-width: 440px) {
    .w3l-top-menu-4 ul.top-menu-right li:last-child {
        position: absolute;
        top: 14px;
        right: 16px;
    }

    .w3l-top-menu-4 ul.top-menu-right {
        grid-template-columns: auto auto;
    }

    .w3l-top-menu-4 ul.top-menu-right {
        justify-content: space-between;
    }

    .w3l-top-menu-4 .top-menu4 {
        padding: 0.6rem 0 0.3rem 0;
    }

    .w3l-top-menu-4 .close {
        right: 16px;
    }
}

.w3l-header-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.w3l-header-4 {
    /*-- Headers-4 block --*/
    /*-- /Headers-4 block --*/
    /* navbar-start */
    /* navigation */
    /* CSS Document */
    /* Giving a background-color to the nav container. */
    /* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
    /* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
    /* Positioning the navigation items inline */
    /* Styling the links */
    /* Background color change on Hover */
    /* Hide Dropdowns by Default
 * and giving it a position of absolute */
    /* Display Dropdowns on Hover */
    /* Fisrt Tier Dropdown */
    /* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
    /* Change ' +' in order to change the Dropdown symbol */
    /* Media Queries
--------------------------------------------- */
    /* //navigation */
    /* navbar-end */
    /*-- responsive design --*/
    /*-- /responsive design --*/
}

    .w3l-header-4 #headers4-block {
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9;
        border-bottom: 1px solid #eee;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
        margin: 0px auto;
        padding: 10px 0;
    }

    .w3l-header-4 .header-align {
        grid-template-columns: 1fr auto auto;
        align-items: center;
    }

    .w3l-header-4 a.brand-logo {
        color: var(--theme-color);
        font-weight: bold;
        font-size: 40px;
    }

    .w3l-header-4 input#nav {
        display: none;
    }

    .w3l-header-4 label.nav {
        display: none;
    }

    .w3l-header-4 ul.nav-links li {
        display: inline-block;
        font-weight: 400;
    }

        .w3l-header-4 ul.nav-links li:last-child {
            margin-left: auto;
        }

        .w3l-header-4 ul.nav-links li a {
            font-size: 15px;
            color: #3b5266;
            text-decoration: none;
            padding: 0px 17px;
            display: block;
        }

            .w3l-header-4 ul.nav-links li a:hover {
                color: #000000;
            }

    .w3l-header-4 a.actionbg {
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: var(--theme-color);
        width: 90px;
        height: 37px;
        line-height: 35px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-header-4 a.actionbg:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-header-4 .toggle-2,
    .w3l-header-4 .toggle,
    .w3l-header-4 [id^=drop] {
        display: none;
    }

    .w3l-header-4 nav {
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }

    .w3l-header-4 #logo a {
        float: left;
    }

        .w3l-header-4 #logo a img {
            height: 30px;
        }

    .w3l-header-4 nav:after {
        content: "";
        display: table;
        clear: both;
    }

    .w3l-header-4 nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .w3l-header-4 nav ul li {
            display: inline-block;
            margin: 0px 15px;
            position: relative;
        }

            .w3l-header-4 nav ul li:last-child {
                margin-right: 30px;
            }

    .w3l-header-4 nav a {
        font-weight: 400;
        display: inline-block;
        transition: none;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        color: #000;
        text-transform: uppercase;
    }

    .w3l-header-4 .angle-dropdown {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.1em;
        vertical-align: .16em;
        content: "";
        border-top: 0.3em solid #797979;
        border-right: 0.2em solid transparent;
        border-bottom: 0;
        border-left: 0.2em solid transparent;
    }

    .w3l-header-4 .angle-dropdown-sub {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.1em;
        vertical-align: .16em;
        content: "";
        border-top: 0.3em solid #797979;
        border-right: 0.2em solid transparent;
        border-bottom: 0;
        border-left: 0.2em solid transparent;
        transform: rotate(-90deg);
    }

    .w3l-header-4 nav a:hover {
        color: #000;
        opacity: .8;
    }

    .w3l-header-4 nav ul ul {
        display: none;
        position: absolute;
        top: 28px;
        background: #fff;
        z-index: 999;
        border: 1px solid #e4e4e4;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        border-top: 2px solid var(--theme-color);
        border-radius: 3px;
        left: 0;
        width: 170px;
    }

        .w3l-header-4 nav ul ul ul {
            display: none;
            position: absolute;
            top: 0px;
            left: 169px;
            width: 140px;
            background: #fff;
            z-index: 999;
            border: 1px solid #e4e4e4;
            box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
            border-left: 0px solid var(--theme-color);
            border-radius: 3px;
        }

    .w3l-header-4 nav ul li:hover > ul {
        display: inherit;
    }

    .w3l-header-4 nav ul ul li {
        width: 100%;
        float: none;
        display: list-item;
        position: relative;
        margin: 2px 0;
    }

        .w3l-header-4 nav ul ul li a {
            display: block;
            padding: 5px 10px;
        }

    .w3l-header-4 nav a {
        padding: 5px 0;
    }

    .w3l-header-4 nav ul ul li a:hover {
        background: #faf9fe;
        transition: 0.3s ease;
    }

    .w3l-header-4 nav ul ul ul li {
        position: relative;
        top: 0;
        left: 0px;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    .w3l-header-4 li > a:only-child:after {
        content: '';
    }

@media all and (max-width: 992px) {
    .w3l-header-4 {
        /* Hide the navigation menu by default */
        /* Also hide the  */
        /* Stylinf the toggle lable */
        /* Display Dropdown when clicked on Parent Lable */
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
        /* Change menu item's width to 100% */
        /* Hide Dropdowns by Default */
        /* Hide menus on hover */
        /* Fisrt Tier Dropdown */
    }

        .w3l-header-4 .navigation {
            float: none;
        }

        .w3l-header-4 a.actionbg {
            display: none;
        }

        .w3l-header-4 .logo {
            float: left;
        }

        .w3l-header-4 .nav-mobile-block {
            display: block !important;
        }

        .w3l-header-4 nav a.border-left {
            border-left: none !important;
        }

        .w3l-header-4 .toggle + a,
        .w3l-header-4 .menu {
            display: none;
        }

        .w3l-header-4 .toggle {
            display: block;
            text-decoration: none;
            border: none;
            float: right;
            margin-bottom: 0;
            cursor: pointer;
            color: #fff;
            background: #33334f;
            padding: 7px 10px;
            border-radius: 3px;
            margin-top: 7px;
        }

        .w3l-header-4 .menu .toggle {
            float: none;
            margin: auto;
            padding: 5px 0;
            font-weight: normal;
            font-size: 15px;
            background: transparent;
            color: #111;
        }

        .w3l-header-4 .toggle:hover {
            opacity: .8;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

        .w3l-header-4 [id^=drop]:checked + ul {
            display: block;
            padding: 10px 15px;
            background: #fff;
            width: 100%;
            box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
            overflow-y: scroll;
            max-height: 400px;
        }

        .w3l-header-4 nav ul ul::-webkit-scrollbar, .w3l-header-4 ul.menu::-webkit-scrollbar {
            width: 4px;
        }

        .w3l-header-4 nav ul ul::-webkit-scrollbar-track, .w3l-header-4 ul.menu::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px #ffffff;
            border-radius: 5px;
        }

        .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb, .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
            background: rgba(82, 82, 82, 0.4);
        }

        .w3l-header-4 nav ul {
            float: right;
        }

        .w3l-header-4 nav {
            margin: 0 0 0 0px;
            order: 3;
        }

            .w3l-header-4 nav ul li {
                display: block;
                width: 100%;
                margin: 0;
            }

            .w3l-header-4 nav a:hover,
            .w3l-header-4 nav ul ul ul a {
                background-color: transparent;
            }

            .w3l-header-4 nav ul ul {
                float: none;
                position: static;
                color: #ffffff;
                /* has to be the same number as the "line-height" of "nav a" */
            }

                .w3l-header-4 nav ul ul li:hover > ul,
                .w3l-header-4 nav ul li:hover > ul {
                    display: none;
                }

                .w3l-header-4 nav ul ul li {
                    display: block;
                    width: 100%;
                    padding: 0;
                }

                .w3l-header-4 nav ul ul ul li {
                    position: static;
                    /* has to be the same number as the "width" of "nav ul ul li" */
                }

        .w3l-header-4 .navigation nav a {
            margin: 8px 0;
        }

        .w3l-header-4 label.toggle.toogle-2,
        .w3l-header-4 label.toggle.toogle-3,
        .w3l-header-4 label.toggle.toogle-4,
        .w3l-header-4 label.toggle.toogle-5,
        .w3l-header-4 label.toggle.toogle-6 {
            display: inline-block;
            transition: none;
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            line-height: 25px;
            color: #000;
            text-transform: uppercase;
        }

        .w3l-header-4 nav ul ul {
            border-left: 2px solid var(--theme-color);
            border-top: none;
        }

            .w3l-header-4 nav ul ul ul {
                border-left: 2px solid var(--theme-color);
                border-top: none;
                position: static;
            }

            .w3l-header-4 nav ul ul li a {
                padding: 5px 0px;
            }

        .w3l-header-4 .angle-dropdown-sub {
            transform: rotate(0deg);
        }
}

@media (max-width: 800px) {
    .w3l-header-4 .logo,
    .w3l-header-4 .button {
        z-index: 9;
    }

    .w3l-header-4 a.actionbg {
        width: 90px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 440px) {
    .w3l-header-4 #headers4-block {
        padding: 5px 0;
    }

    .w3l-header-4 [id^=drop]:checked + ul {
        max-height: 300px;
    }
}

.w3l-covers-4 {
    /*-- covers4 block --*/
    /* main slider */
    /*-- main-slider responsive --*/
    /*-- main-slider responsive --*/
    /*-- /main-slider --*/
    /* responsive */
    /* //responsive */
}

    .w3l-covers-4 div#covers4-block {
        position: relative;
    }

        .w3l-covers-4 div#covers4-block:before {
            content: '';
            position: absolute;
            width: 474px;
            height: 350px;
            background: rgba(51, 51, 79, 0.03);
            bottom: -150px;
            left: -195px;
            border-radius: 100%;
            z-index: 0;
            pointer-events: none;
        }

    .w3l-covers-4 .slide-right-img img {
        -webkit-animation: float 6s ease-in-out infinite;
        animation: float 6s ease-in-out infinite;
    }

    .w3l-covers-4 .slide-two-col {
        grid-template-columns: 1fr 1.2fr;
        align-items: center;
        grid-column-gap: 60px;
    }

    .w3l-covers-4 .main-slider {
        position: relative;
        z-index: 1;
        background: url("../images/cloud.png");
        background-size: cover;
        -webkit-animation: backgroundScroll 15s linear 1;
        -webkit-animation-fill-mode: forwards;
        animation: backgroundScroll 15s linear 1;
        animation-fill-mode: forwards;
    }

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -180px 0px;
    }
}

@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -180px 0px;
    }
}

.w3l-covers-4 .csslider > ul > li {
    padding: 0px 0;
    min-height: 85vh;
    overflow-y: auto;
}

    .w3l-covers-4 .csslider > ul > li:nth-child(2) {
        background-size: cover;
    }

    .w3l-covers-4 .csslider > ul > li:nth-child(3) {
        background-size: cover;
    }

    .w3l-covers-4 .csslider > ul > li:last-child {
        background-size: cover;
    }

.w3l-covers-4 .slider-info {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .w3l-covers-4 .slider-info h3 {
        font-size: 40px;
        line-height: 45px;
        color: var(--title-color);
    }

.w3l-covers-4 .slide-left-text h6 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #000;
    font-weight: normal;
}

    .w3l-covers-4 .slide-left-text h6 span {
        font-size: 30px;
        color: var(--theme-color);
        font-weight: bold;
    }

.w3l-covers-4 .slider-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #3B5266;
    margin-top: 25px;
    margin-bottom: 30px;
}

.w3l-covers-4 .button-style {
    transition: 0.5s ease-out;
    font-size: 16px;
    text-align: center;
    color: #F5F9FC;
    background: var(--theme-color);
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 5px;
    min-width: 145px;
}

    .w3l-covers-4 .button-style:hover {
        background: #6b7fff;
        transform: translate3d(0, -5px, 0);
        -webkit-transform: translate3d(0, -5px, 0);
        transition: 0.5s ease-out;
    }

@media (max-width: 1440px) {
    .w3l-covers-4 .slider-info {
        width: 85%;
    }
}

@media (max-width: 950px) {
    .w3l-covers-4 .slider-info {
        width: 100%;
        position: static;
        top: 50%;
        left: 50%;
        transform: translate(0%, 0%);
        padding: 3rem 0;
    }

    .w3l-covers-4 .slide-two-col {
        grid-template-columns: 1fr;
    }

    .w3l-covers-4 .slide-right-img {
        position: absolute;
        opacity: 0.2;
        margin-left: 40%;
    }

    .w3l-covers-4 .csslider > ul > li {
        padding: 0px 0;
        overflow-y: hidden;
        min-height: 410px;
    }
}

@media (max-width: 530px) {
    .w3l-covers-4 .slider-info h3 {
        font-size: 38px;
        line-height: 42px;
    }

    .w3l-covers-4 .slide-right-img {
        opacity: 0.3;
        margin-left: 20%;
    }

    .w3l-covers-4 .slider-info {
        padding: 2.5rem 0 4.5rem;
    }
}

@media (max-width: 440px) {
    .w3l-covers-4 .slider-info {
        width: 100%;
    }

    .w3l-covers-4 .slider-info {
        padding: 2rem 0 4.5rem;
    }

        .w3l-covers-4 .slider-info p {
            font-size: 16px;
            line-height: 22px;
            margin-top: 20px;
            margin-bottom: 25px;
        }

        .w3l-covers-4 .slider-info h3 {
            font-size: 34px;
            line-height: 38px;
        }
}

.w3l-covers-4 .csslider > input {
    display: none;
}

    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
        margin-left: -900%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
        margin-left: -800%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
        margin-left: -700%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
        margin-left: -600%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
        margin-left: -500%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
        margin-left: -400%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
        margin-left: -300%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
        margin-left: -200%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
        margin-left: -100%;
    }

    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
        margin-left: 0%;
    }

.w3l-covers-4 .csslider > ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

    .w3l-covers-4 .csslider > ul > li {
        position: relative;
        display: inline-block;
        width: 100%;
        font-size: initial;
        line-height: normal;
        transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
        vertical-align: top;
        box-sizing: border-box;
        white-space: normal;
    }

        .w3l-covers-4 .csslider > ul > li.scrollable {
            overflow-y: scroll;
        }

.w3l-covers-4 .csslider > .navigation {
    position: absolute;
    bottom: 5%;
    left: 34%;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 32%;
}

    .w3l-covers-4 .csslider > .navigation label {
        position: relative;
        display: inline-block;
        cursor: pointer;
        border-radius: 50%;
        margin: 0 5px;
        padding: 4px;
        background: var(--theme-color);
        border: 1px solid #8487f5;
    }

        .w3l-covers-4 .csslider > .navigation label:hover:after {
            opacity: 1;
        }

        .w3l-covers-4 .csslider > .navigation label:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -6px;
            margin-top: -6px;
            background: #fff;
            border-radius: 50%;
            padding: 5px;
            opacity: 0;
            border: 1px solid #6d7d8b;
        }

.w3l-covers-4 .csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3l-covers-4 .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

    .w3l-covers-4 .csslider.inside .navigation label {
        border: 1px solid #7e7e7e;
    }

.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
    opacity: 1;
}

.w3l-covers-4 .csslider > .arrows {
    position: absolute;
    bottom: 50%;
    width: 100%;
    height: 26px;
    z-index: 1;
    box-sizing: content-box;
}

    .w3l-covers-4 .csslider > .arrows label {
        display: none;
        position: absolute;
        padding: 8px;
        box-shadow: inset 2px -2px 0 1px #304659;
        cursor: pointer;
        transition: box-shadow 0.15s, margin 0.15s;
    }

        .w3l-covers-4 .csslider > .arrows label:hover {
            box-shadow: inset 3px -3px 0 2px #000000;
            margin: 0 0px;
        }

        .w3l-covers-4 .csslider > .arrows label:before {
            content: '';
            position: absolute;
            top: -100%;
            left: -100%;
            height: 300%;
            width: 300%;
        }

.w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 5%;
    top: 4px;
    right: auto;
    transform: rotate(45deg);
}

.w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 5%;
    top: 4px;
    left: auto;
    transform: rotate(225deg);
}

.w3l-covers-4 #slider1 > input:nth-of-type(1):checked ~ ul #bg,
.w3l-covers-4 #slider1 > input:nth-of-type(2):checked ~ ul #bg1,
.w3l-covers-4 #slider1 > input:nth-of-type(3):checked ~ ul #bg2,
.w3l-covers-4 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
    width: 100%;
    transition: 0.5s 0.5s;
    text-align: center;
    padding: 0;
    height: 100%;
}

    .w3l-covers-4 #slider1 > input:nth-of-type(1):checked ~ ul #bg div,
    .w3l-covers-4 #slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
    .w3l-covers-4 #slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
    .w3l-covers-4 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
        transform: translate(0);
        transition: 0.5s 0.9s;
    }

@media screen and (max-width: 1280px) {
    .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
        right: 3%;
    }

    .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
        left: 3%;
    }
}

@media screen and (max-width: 900px) {
    .w3l-covers-4 .csslider > .navigation {
        bottom: 8%;
    }
}

@media screen and (max-width: 800px) {
    .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
        right: 5%;
    }

    .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
        left: 5%;
    }
}

@media screen and (max-width: 500px) {
    .w3l-covers-4 .csslider > .arrows {
        bottom: 7%;
    }

    .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
        right: 7%;
    }

    .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
        left: 7%;
    }
}

@media screen and (max-width: 384px) {
    .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
        right: 8%;
    }

    .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
        left: 8%;
    }
}

@media screen and (max-width: 320px) {
    .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
        right: 10%;
    }

    .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
        left: 10%;
    }
}

/*-- /form-7 --*/
.w3l-forms-7 {
    /*--//forms--*/
    /*--/responsive-code--*/
}

    .w3l-forms-7 .forms-main {
        background: #33334f;
        padding: 50px 0;
    }

        .w3l-forms-7 .forms-main h3 {
            font-size: 30px;
            line-height: 35px;
            color: #fff;
        }

        .w3l-forms-7 .forms-main p {
            font-size: 17px;
            line-height: 25px;
            color: #F2F2F2;
            margin-top: 6px;
            font-weight: bold;
        }

            .w3l-forms-7 .forms-main p sub {
                margin-right: 25px;
                margin-left: 3px;
                font-weight: normal;
            }

    .w3l-forms-7 .form-7-gd {
        display: flex;
        flex-wrap: wrap;
    }

        .w3l-forms-7 .form-7-gd input[type="email"] {
            background: #fff;
            padding: 0px 20px;
            font-size: 16px;
            outline: none;
            width: 60%;
            border: none;
            height: 50px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

    .w3l-forms-7 span.input-group-btn {
        width: 15%;
        background: #fff;
    }

    .w3l-forms-7 .form-7-gd button {
        text-align: center;
        width: 143px;
        background: var(--theme-color);
        border: none;
        outline: none;
        color: #fff;
        font-size: 16px;
        padding: 0;
        height: 50px;
        cursor: pointer;
        border: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 25%;
    }

        .w3l-forms-7 .form-7-gd button:hover {
            background: #4c65ff;
            color: #fff;
            transition: 0.3s ease-in;
        }

    .w3l-forms-7 .grid {
        display: grid;
    }

    .w3l-forms-7 .grid-column-2 {
        grid-template-columns: 0.5fr 1fr;
    }

    .w3l-forms-7 .grid-column-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-forms-7 .grid-column-auto-3 {
        grid-template-columns: auto 1fr auto;
    }

    .w3l-forms-7 .column {
        border: none;
        padding: 0px;
        padding-right: 10em;
    }

        .w3l-forms-7 .column:nth-child(2) {
            border: 1px solid none;
            padding: 1em 0;
        }

    .w3l-forms-7 select {
        padding: 0 10px;
        border: none;
        height: 50px;
        border-left: 1px solid #eee;
        background: url(../images/down.png) no-repeat 93% 52%;
        outline: none;
        width: 100%;
        font-size: 15px;
        color: #304659;
        text-align: left;
        -webkit-appearance: none;
        cursor: pointer;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border-radius: 3px;
    }

@media (max-width: 1440px) {
    .w3l-forms-7 .column {
        padding-right: 3em;
    }
}

@media (max-width: 1336px) {
    .w3l-forms-7 .column {
        padding-right: 1em;
    }

    .w3l-forms-7 .forms-main h3 {
        margin-top: 10px;
    }
}

@media (max-width: 900px) {
    .w3l-forms-7 .form-7-gd input[type="email"] {
        width: 50%;
    }

    .w3l-forms-7 span.input-group-btn {
        width: 20%;
    }

    .w3l-forms-7 .form-7-gd button {
        width: 30%;
    }
}

@media (max-width: 800px) {
    .w3l-forms-7 .forms-main {
        padding: 40px 0;
    }

        .w3l-forms-7 .forms-main h3 {
            font-size: 32px;
        }

    .w3l-forms-7 .grid-column-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .w3l-forms-7 .forms-main h3 {
        font-size: 30px;
    }
}

@media (max-width: 736px) {
    .w3l-forms-7 .forms-main h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 600px) {
    .w3l-forms-7 .grid-column-2 {
        grid-template-columns: 1fr;
    }

    .w3l-forms-7 .column:nth-child(2) {
        text-align: left;
        padding: 0em 0;
    }

    .w3l-forms-7 .form-7-gd {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .w3l-forms-7 .forms-main h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .w3l-forms-7 .form-7-gd button {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .w3l-forms-7 .form-7-gd input[type="email"] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 80%;
    }

    .w3l-forms-7 select {
        width: 100%;
    }

    .w3l-forms-7 span.input-group-btn {
        width: 20%;
        display: inline-block;
    }
}

@media (max-width: 414px) {
    .w3l-forms-7 .forms-main p sub {
        margin-right: 15px;
    }
}

@media (max-width: 384px) {
    .w3l-forms-7 .forms-main p sub {
        margin-right: 35px;
    }

    .w3l-forms-7 .form-7-gd input[type="email"] {
        width: 70%;
    }

    .w3l-forms-7 span.input-group-btn {
        width: 30%;
    }
}

@media (max-width: 375px) {
    .w3l-forms-7 .forms-main p sub {
        margin-right: 30px;
    }
}

@media (max-width: 320px) {
    .w3l-forms-7 .forms-main h3 {
        font-size: 26px;
        line-height: 28px;
    }
}

/*--//responsive-code /form-7--*/
.w3l-features-4 {
    /*-- features4 --*/
}

    .w3l-features-4 #features4-block {
        padding: 4.5rem 0;
    }

    .w3l-features-4 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 45px;
    }

    .w3l-features-4 .features4-grids {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .w3l-features-4 .features4-grid {
        text-align: center;
        padding: 30px 30px;
        background: rgba(114, 133, 246, 0.0313);
        box-shadow: 0 0px 1px 0 rgba(77, 77, 119, 0.3);
        border-radius: 5px;
        position: relative;
        overflow: hidden;
    }

        .w3l-features-4 .features4-grid:after {
            content: '';
            position: absolute;
            width: 474px;
            height: 350px;
            background: rgba(51, 51, 79, 0.03);
            bottom: -150px;
            left: -195px;
            border-radius: 100%;
            z-index: 0;
            pointer-events: none;
        }

    .w3l-features-4 .features-icon {
        background: #fff;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        margin: 0 auto;
    }

    .w3l-features-4 .features4-grid span {
        font-size: 30px;
        color: var(--theme-color);
        line-height: 75px;
    }

    .w3l-features-4 .features4-grid:hover div.features-icon {
        background: #FFDE59; /*var(--theme-color);*/
        color: #fff;
        transition: 0.3s ease-in-out;
    }

    .w3l-features-4 .features4-grid:hover span.fa {
        color: #fff;
        transition: 0.3s ease-in-out;
    }

    .w3l-features-4 .features4-grid h5 a {
        font-size: 25px;
        line-height: 30px;
        color: #34334e;
        margin-top: 25px;
        display: block;
    }

    .w3l-features-4 .features4-grid:hover h5 a {
        color: var(--theme-color);
        transition: 0.3s ease-in-out;
    }

    .w3l-features-4 .features4-grid p {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        max-width: 300px;
        margin: 15px auto 30px;
    }

    .w3l-features-4 a.gomore {
        font-size: 17px;
        line-height: 25px;
        color: #7385f6;
        transition: 0.5s ease-out;
        display: block;
    }

        .w3l-features-4 a.gomore:hover {
            color: #7385f6;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.3s ease-out;
            text-decoration: underline;
        }

@media all and (max-width: 991px) {
    .w3l-features-4 .features4-grids {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 60px;
    }
}

@media all and (max-width: 600px) {
    .w3l-features-4 #features4-block {
        padding: 3rem 0;
    }
}

@media all and (max-width: 568px) {
    .w3l-features-4 .features4-grid {
        padding: 20px 20px;
    }

    .w3l-features-4 .features4-grids {
        grid-row-gap: 20px;
        grid-gap: 20px;
    }
}

@media all and (max-width: 500px) {
    .w3l-features-4 .features4-grids {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }

    .w3l-features-4 .features4-grid h5 a {
        margin-top: 15px;
    }

    .w3l-features-4 .features4-grid p {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

.w3l-content-with-photo-4 {
    /*-- content-with-photo4 block --*/
}

    .w3l-content-with-photo-4 #content-with-photo4-block {
        padding: 4.5rem 0 0 0;
        background: url(../images/waves-new.png) no-repeat 0px 0px;
        background-size: cover;
    }

    .w3l-content-with-photo-4 .cwp4-two {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        grid-gap: 3rem;
    }

    .w3l-content-with-photo-4 .cwp4-text {
        align-self: center;
    }

        .w3l-content-with-photo-4 .cwp4-text h4 {
            font-size: 25px;
            line-height: 30px;
            color: var(--title-color);
        }

        .w3l-content-with-photo-4 .cwp4-text p {
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            color: #3B5266;
            margin: 25px 0;
        }

        .w3l-content-with-photo-4 .cwp4-text ul li {
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            color: #3B5266;
            margin: 15px 0;
            margin-left: 18px;
        }

@media all and (max-width: 800px) {
    .w3l-content-with-photo-4 .cwp4-image {
        order: 1;
    }

    .w3l-content-with-photo-4 .cwp4-text {
        order: 2;
    }
}

@media all and (max-width: 500px) {
    .w3l-content-with-photo-4 #content-with-photo4-block {
        padding: 3rem 0;
    }

    .w3l-content-with-photo-4 .cwp4-two {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 2rem;
    }
}

.w3l-pricing-11 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-pricing-11 .pricing11-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px;
    }

    .w3l-pricing-11 .pricing11 {
        padding: 4.5rem 0px;
        background-size: cover;
        background-attachment: fixed;
        background: #f4f3fa;
        background-image: linear-gradient(to right, #f1f1f1, rgba(255, 255, 255, 0)), url(../images/bubbles.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .w3l-pricing-11 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 85px;
    }

    .w3l-pricing-11 .pricing-grid-active {
        transform: scale(1.1);
    }

    .w3l-pricing-11 .pricing-grid {
        padding: 20px 20px 90px;
        transition: 0.3s;
        position: relative;
        margin-bottom: 40px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #f4f3fa;
        box-shadow: 0 0px 1px 0 rgba(77, 77, 119, 0.3);
    }

    .w3l-pricing-11 .pos {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 60%;
        margin: 0 auto;
    }

    .w3l-pricing-11 .pricing-grid h6 {
        font-size: 24px;
        color: #051b35;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        padding: 12px 0;
    }

    .w3l-pricing-11 span.recommend {
        padding: 10px;
        background: #28a745;
        color: #fff;
        border-radius: 45px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .w3l-pricing-11 .pricing-grid p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #989898;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .w3l-pricing-11 .pricing-grid button {
        text-align: center;
        background: #304659;
        border: none;
        outline: none;
        color: #fff;
        width: 100%;
        font-size: 16px;
        padding: 12px 30px;
        cursor: pointer;
        text-decoration: none;
        text-transform: capitalize;
        display: inline-block;
    }

    .w3l-pricing-11 .rate h4 {
        font-size: 25px;
        line-height: 30px;
        color: #000000;
        font-weight: normal;
    }

    .w3l-pricing-11 .rate h5 {
        font-size: 35px;
        line-height: 40px;
        color: var(--theme-color);
    }

        .w3l-pricing-11 .rate h5 span {
            font-size: 15px;
            line-height: 20px;
            color: #8298ab;
            font-weight: normal;
        }

            .w3l-pricing-11 .rate h5 span.top-align {
                display: block;
            }

    .w3l-pricing-11 a.action {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 150px;
        height: 45px;
        line-height: 42px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
        border: 1px solid var(--theme-color);
    }

        .w3l-pricing-11 a.action:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-pricing-11 .rate {
        display: grid;
        grid-auto-flow: column;
        margin-top: 20px;
        align-items: end;
        justify-content: space-between;
    }

    .w3l-pricing-11 ul.points {
        margin-top: 40px;
    }

        .w3l-pricing-11 ul.points li {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #051b35;
            margin: 10px 0;
            display: grid;
            grid-template-columns: 8% auto;
        }

            .w3l-pricing-11 ul.points li img {
                padding-top: 3px;
                vertical-align: middle;
            }

@media (max-width: 1200px) {
    .w3l-pricing-11 span.recommend {
        width: 60%;
    }

    .w3l-pricing-11 ul.points li {
        grid-template-columns: 10% auto;
    }
}

@media (max-width: 992px) {
    .w3l-pricing-11 .pricing11-content {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 40px;
    }

    .w3l-pricing-11 .pricing-grid {
        margin: 0;
    }
}

@media (max-width: 667px) {
    .w3l-pricing-11 .pricing-grid-active {
        transform: scale(1);
    }

    .w3l-pricing-11 .pricing11-content {
        grid-gap: 20px;
    }
}

@media (max-width: 568px) {
    .w3l-pricing-11 .pricing11-content {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }

    .w3l-pricing-11 .pricing11-content {
        grid-column-gap: 15px;
    }

    .w3l-pricing-11 h3.host-title {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .w3l-pricing-11 ul.points {
        margin-top: 30px;
    }
}

/* /features-with-17*/
.w3l-features-with-photo-17 {
    /*--/responsive-code--*/
}

    .w3l-features-with-photo-17 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 45px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur h6 {
        font-size: 28px;
        line-height: 25px;
        color: #304659;
    }

        .w3l-features-with-photo-17 .features-with-17_sur h6 a {
            color: var(--theme-color);
            text-decoration: none;
        }

            .w3l-features-with-photo-17 .features-with-17_sur h6 a:hover {
                color: #7385f6;
            }

    .w3l-features-with-photo-17 .features-with-17-right-tp_sur {
        padding: 25px 20px;
        box-shadow: 0 0px 1px 0 rgba(77, 77, 119, 0.3);
        position: relative;
        overflow: hidden;
        border: 1px solid #f4f3fa;
    }

    .w3l-features-with-photo-17 .features-with-17_sur {
        padding: 80px 0;
    }

    .w3l-features-with-photo-17 .features-with-17-left1 span {
        font-size: 6.5rem;
        color: #051b35;
        opacity: 0.1;
        position: absolute;
        right: -10px;
        bottom: -10px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur p {
        margin: 18px 0 0;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        max-width: 300px;
    }

    .w3l-features-with-photo-17 .features-with-17-top_sur {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .w3l-features-with-photo-17 .features-with-17-right_sur {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        padding-left: 6em;
    }

@media (max-width: 1366px) {
    .w3l-features-with-photo-17 .features-with-17-right_sur {
        padding-left: 2em;
    }
}

@media (max-width: 1024px) {
    .w3l-features-with-photo-17 .features-with-17-right_sur {
        padding-left: 1em;
    }
}

@media (max-width: 992px) {
    .w3l-features-with-photo-17 .features-with-17-top_sur {
        display: grid;
        grid-template-columns: 1fr;
    }

    .w3l-features-with-photo-17 .features-with-17-left_sur {
        margin-bottom: 2em;
    }

    .w3l-features-with-photo-17 .features-with-17-right_sur {
        padding-left: 0em;
    }

    .w3l-features-with-photo-17 .features-with-17-left1 {
        margin-right: 20px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur h6 {
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .w3l-features-with-photo-17 .features-with-17_sur {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .w3l-features-with-photo-17 .features-with-17_sur h2 {
        font-size: 48px;
        line-height: 53px;
    }

    .w3l-features-with-photo-17 .features-with-17-right_sur {
        grid-template-columns: 1fr;
    }

    .w3l-features-with-photo-17 .features-with-17-left_sur {
        margin-bottom: 2em;
    }

    .w3l-features-with-photo-17 h3.host-title {
        font-size: 35px;
        margin-bottom: 0px;
    }
}

@media (max-width: 440px) {
    .w3l-features-with-photo-17 .features-with-17_sur h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 415px) {
    .w3l-features-with-photo-17 .features-with-17_sur {
        padding: 30px 0;
    }
}

@media (max-width: 320px) {
    .w3l-features-with-photo-17 .features-with-17_sur h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur h5 {
        font-size: 23px;
        line-height: 28px;
    }
}

/*--//responsive-code--*/
/* //features-with-17*/
/*-- grids block 5 --*/
.w3l-grids-block-5 {
    /*--/*-- responsive design --*/
    /*-- grids block 5 --*/
}

    .w3l-grids-block-5 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 45px;
    }

    .w3l-grids-block-5 #grids5-block {
        padding: 4.5rem 0;
        background: #faf9fe;
    }

    .w3l-grids-block-5 .align-grids {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
    }

    .w3l-grids-block-5 .grids5-info {
        background: #fff;
    }

    .w3l-grids-block-5 .grid-5-content {
        padding: 20px;
    }

    .w3l-grids-block-5 .grids5-info h4 a {
        font-size: 22px;
        line-height: 28px;
        color: #34334d;
        margin-top: 15px;
        display: block;
    }

        .w3l-grids-block-5 .grids5-info h4 a:hover {
            color: var(--theme-color);
        }

    .w3l-grids-block-5 .grids5-info p {
        color: #7d7d7d;
        margin-top: 15px;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
    }

    .w3l-grids-block-5 .grids5-info h5 {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #949494;
    }

        .w3l-grids-block-5 .grids5-info h5 a {
            color: #949494;
        }

            .w3l-grids-block-5 .grids5-info h5 a:hover {
                color: var(--theme-color);
            }

    .w3l-grids-block-5 .grids5-info img {
        width: 100%;
    }

    .w3l-grids-block-5 .grids5-info h4 a:hover {
        color: var(--theme-color);
    }

@media all and (max-width: 800px) {
    .w3l-grids-block-5 .align-grids {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
    }
}

@media all and (max-width: 568px) {
    .w3l-grids-block-5 .align-grids {
        grid-template-columns: 1fr;
    }

    .w3l-grids-block-5 .align-grids {
        grid-row-gap: 45px;
    }

    .w3l-grids-block-5 .grids5-info h4 a {
        margin-top: 13px;
    }

    .w3l-grids-block-5 .grids5-info p {
        margin-top: 12px;
    }
}

@media all and (max-width: 414px) {
    .w3l-grids-block-5 .grids5-info h4 a {
        font-size: 23px;
    }
}

@media all and (max-width: 384px) {
    .w3l-grids-block-5 .grids5-info h4 a {
        font-size: 22px;
    }
}

/*--//*-- responsive design --*/
/* customers-7 */
.w3l-customers-7 {
    /* responsive code */
}

    .w3l-customers-7 .customers_sur {
        padding: 4.5rem 0;
        /*background: #051B35;*/
        background: linear-gradient(to right, black, rgba(0, 0, 0, 0)), url(../images/subscribe.jpg);
        position: relative;
        overflow: hidden;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }

        .w3l-customers-7 .customers_sur:after {
            content: '';
            position: absolute;
            width: 474px;
            height: 350px;
            background: rgba(255, 255, 255, 0.05);            
            bottom: -150px;
            left: -195px;
            border-radius: 100%;
            z-index: 0;
        }

    .w3l-customers-7 .custo-img-res img {
        border-radius: 50%;
    }

    .w3l-customers-7 .customers_sur h3 {
        font-size: 45px;
        line-height: 50px;
        color: #ffffff;
        text-align: center;
    }

    .w3l-customers-7 .customers_sur h5 {
        font-size: 20px;
        line-height: 25px;
        color: #051b35;
    }

    .w3l-customers-7 .customers_sur span {
        font-size: 15px;
        line-height: 20px;
        color: #8899ff;
        margin-top: 3px;
        display: block;
    }

    .w3l-customers-7 .customers_sur p {
        font-size: 15px;
        line-height: 25px;
        color: #484848;
    }

    .w3l-customers-7 .customers-middle_sur {
        float: left;
        width: 32%;
        margin: 0px 2%;
    }

    .w3l-customers-7 .customers-left_sur {
        float: left;
        width: 32%;
    }

    .w3l-customers-7 .customers-right_sur {
        float: left;
        width: 32%;
    }

    .w3l-customers-7 .customers-top_sur {
        margin-top: 45px;
    }

    .w3l-customers-7 .customers_grid {
        padding: 30px 30px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 3px;       
    }

    .w3l-customers-7 .custo_grid {
        float: left;
        margin-left: 1.2em;
        margin-top: 5px;
    }

    .w3l-customers-7 .custo-img-res {
        float: left;
    }

    .w3l-customers-7 .customers-bottom_sur {
        margin-top: 3em;
    }

@media screen and (max-width: 1280px) {
    .w3l-customers-7 .customers_sur h5 {
        font-size: 18px;
    }

    .w3l-customers-7 .customers_sur span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1190px) {
    .w3l-customers-7 .custo-img-res {
        float: left;
        width: 24%;
    }

    .w3l-customers-7 .custo_grid {
        margin-left: 0.8em;
        margin-top: 3px;
    }

    .w3l-customers-7 .customers_sur span {
        font-size: 14px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 900px) {
    .w3l-customers-7 .customers_sur {
        padding: 50px 0;
    }

        .w3l-customers-7 .customers_sur p {
            font-size: 17px;
            line-height: 26px;
        }

    .w3l-customers-7 .custo_grid {
        margin-left: 0.8em;
        margin-top: 3px;
        width: 69%;
    }

    .w3l-customers-7 .customers_sur span {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .w3l-customers-7 .customers-left_sur {
        width: 100%;
    }

    .w3l-customers-7 .customers-middle_sur {
        width: 100%;
        margin: 5% 0;
    }

    .w3l-customers-7 .customers-right_sur {
        width: 100%;
    }

    .w3l-customers-7 .customers-top_sur {
        margin-top: 3em;
    }

    .w3l-customers-7 .customers_sur h3 {
        font-size: 38px;
        line-height: 40px;
    }

    .w3l-customers-7 .custo-img-res {
        width: 12%;
    }

    .w3l-customers-7 .custo_grid {
        margin-top: 8px;
    }
}

@media screen and (max-width: 667px) {
    .w3l-customers-7 .custo-img-res {
        width: 16%;
    }
}

@media screen and (max-width: 568px) {
    .w3l-customers-7 .custo-img-res {
        width: 18%;
    }
}

@media screen and (max-width: 480px) {
    .w3l-customers-7 .custo-img-res {
        width: 22%;
    }
}

@media screen and (max-width: 415px) {
    .w3l-customers-7 .customers_sur {
        padding: 30px 0;
    }

        .w3l-customers-7 .customers_sur h3 {
            font-size: 34px;
            line-height: 35px;
        }

    .w3l-customers-7 .customers-bottom_sur {
        margin-top: 2em;
    }

    .w3l-customers-7 .customers-top_sur {
        margin-top: 2.3em;
    }
}

@media screen and (max-width: 387px) {
    .w3l-customers-7 .custo-img-res {
        width: 25%;
    }

    .w3l-customers-7 .customers_sur p {
        font-size: 16px;
    }

    .w3l-customers-7 .custo_grid {
        margin-top: 7px;
    }

    .w3l-customers-7 .customers-top_sur {
        margin-top: 2em;
    }
}

@media screen and (max-width: 320px) {
    .w3l-customers-7 .customers_sur p {
        font-size: 15px;
    }

    .w3l-customers-7 .customers_sur h3 {
        font-size: 32px;
    }

    .w3l-customers-7 .customers_grid {
        padding: 25px 25px;
    }

    .w3l-customers-7 .custo_grid {
        width: 64%;
    }

    .w3l-customers-7 .custo-img-res {
        width: 28%;
    }
}

/* //customers-7 */
.w3l-forms-9 {
    /* forms */
    /* button form */
    /* //button form */
    /* //forms */
    /* responsive */
    /* //responsive */
}

    .w3l-forms-9 .main-host {
        padding: 5.5rem 0;
        background: linear-gradient(to right, black, rgba(0, 0, 0, 0)), url(../images/subscribe.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }

    .w3l-forms-9 .grids-forms {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .w3l-forms-9 .main-midd-2 {
        margin-top: 1rem;
    }

    .w3l-forms-9 .grids-forms span {
        color: #fff;
        font-size: 23px;
    }

    .w3l-forms-9 h4.title-head {
        font-size: 25px;
        line-height: 30px;
        color: #ffffff;
    }

    .w3l-forms-9 .main-midd p {
        font-size: 15px;
        line-height: 24px;
        color: #e2e2e2;
        margin-top: 12px;
    }

    .w3l-forms-9 .main-midd {
        max-width: 540px;
    }

    .w3l-forms-9 form.rightside-form input {
        color: #000000;
        background: white;
        padding: 0px 20px;
        font-size: 16px;
        outline: none;
        width: 452px;
        border: none;
        height: 50px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .w3l-forms-9 .rightside-form button {
        font-weight: 600;
        text-align: center;
        width: 143px;
        background: #7385f6;
        outline: none;
        color: #fff;
        font-size: 16px;
        padding: 0;
        height: 50px;
        cursor: pointer;
        border: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .w3l-forms-9 .rightside-form {
        display: flex;
    }

@media (max-width: 900px) {
    .w3l-forms-9 .main-host {
        padding: 3.5rem 0;
    }
}

@media (max-width: 768px) {
    .w3l-forms-9 .main-midd-2 {
        margin-top: 1em;
    }

    .w3l-forms-9 .main-midd {
        max-width: 100%;
    }

    .w3l-forms-9 .rightside-form button {
        width: 30%;
    }
}

@media (max-width: 600px) {
    .w3l-forms-9 form.rightside-form input {
        width: 330px;
    }
}

@media (max-width: 440px) {
    .w3l-forms-9 .rightside-form {
        display: flex;
        flex-wrap: wrap;
    }

    .w3l-forms-9 form.rightside-form input {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
    }

    .w3l-forms-9 .rightside-form button {
        width: 100%;
        margin-top: 1em;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 12px 30px;
    }

    .w3l-forms-9 form.rightside-form input {
        padding: 15px;
    }
}

.w3l-footer-28-main {
    /* //Reset Code */
    /* footer-28 */
    /* //footer-28 */
    /* responsive */
    /* //responsive */
}

    .w3l-footer-28-main .grid-col-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-footer-28-main .grid-col-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-footer-28-main .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-footer-28-main .align-items-center {
        align-items: center;
    }

    .w3l-footer-28-main a.action {
        border: none;
        color: #304659;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        display: inline-block;
    }

        .w3l-footer-28-main a.action img {
            margin-left: 4px;
        }

    .w3l-footer-28-main .actionbg {
        border: none;
        font-weight: 600;
        display: inline-block;
        font-size: 17px;
        line-height: 45px;
        color: #F5F9FC;
        background: #304659;
        width: 103px;
        height: 45px;
        text-align: center;
        cursor: pointer;
    }

    .w3l-footer-28-main .align-center {
        text-align: center;
    }

    .w3l-footer-28-main p.text-tag {
        color: #8298AB;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

    .w3l-footer-28-main p.sub-paragraph {
        color: #3B5266;
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
    }

    .w3l-footer-28-main .footer-28 {
        background: #051B35;
        padding: 4.5rem 0;
        background-image: url(../images/footer-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        border-top: 1px solid #CCC;
    }

    .w3l-footer-28-main .footer-top-28 {
        grid-gap: 40px;
    }

    .w3l-footer-28-main h6.footer-title-28 {
        color: var(--theme-color);
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .w3l-footer-28-main .footer-list-28 ul li,
    .w3l-footer-28-main .midd-footer-28:nth-child(1) .footer-list-28 ul li:last-child {
        list-style: none;
        margin-bottom: 15px;
    }

        .w3l-footer-28-main .footer-list-28 ul li:last-child {
            margin-bottom: 0px;
        }

        .w3l-footer-28-main .footer-list-28 ul li a {
            font-weight: normal;
            font-size: 15px;
            color: #34334e;
        }

    .w3l-footer-28-main .main-social-footer-28 a {
        margin-right: 25px;
    }

        .w3l-footer-28-main .main-social-footer-28 a:last-child {
            margin-right: 0;
        }

    .w3l-footer-28-main .copy-footer-28 {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #8298AB;
    }

        .w3l-footer-28-main .copy-footer-28 a {
            color: var(--theme-color);
            opacity: 0.8;
        }

            .w3l-footer-28-main .copy-footer-28 a:hover {
                text-decoration: underline;
                opacity: 1;
            }

    .w3l-footer-28-main ul.list-btm-28 {
        margin: 25px 0 15px;
    }

    .w3l-footer-28-main .list-btm-28 li {
        list-style-type: none;
        display: inline-block;
    }

    .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
        margin: 0 25px;
    }

    .w3l-footer-28-main .list-btm-28 li a,
    .w3l-footer-28-main .list-btm-28 li select {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #8298AB;
    }

    .w3l-footer-28-main .list-btm-28 li select {
        background: url(../images/down.png) no-repeat 93% 52%;
        outline: none;
        width: 100%;
        font-size: 15px;
        padding: 0px 15px;
        color: #304659;
        height: 45px;
        text-align: left;
        -webkit-appearance: none;
        cursor: pointer;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

    .w3l-footer-28-main .midd-footer-28 {
        margin-top: 5rem;
    }

    .w3l-footer-28-main ul.social-icons {
        margin-top: 3px;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .w3l-footer-28-main ul.social-icons li a {
            display: block;
            text-decoration: none;
        }

        .w3l-footer-28-main ul.social-icons li {
            display: inline-block;
            margin: 0 10px;
            width: 25px;
            height: 25px;
            text-align: center;
            background: var(--theme-color);
            border-radius: 50%;
        }

            .w3l-footer-28-main ul.social-icons li a span {
                font-size: 13px;
                color: #fff;
                line-height: 25px;
            }

            .w3l-footer-28-main ul.social-icons li.facebook {
                background: #3a5998;
            }

            .w3l-footer-28-main ul.social-icons li.twitter {
                background: #55acee;
            }

            .w3l-footer-28-main ul.social-icons li.youtube {
                background: #c4342b;
            }

            .w3l-footer-28-main ul.social-icons li.google {
                background: #dc4e41;
            }

    .w3l-footer-28-main #movetop {
        display: none;
        position: fixed;
        bottom: 75px;
        right: 15px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        width: 36px;
        height: 36px;
        background: #051b35;
        padding: 0;
        line-height: 36px;
        border-radius: 4px;
        transition: 0.5s ease-out;
    }

        .w3l-footer-28-main #movetop:hover {
            background: var(--theme-color);
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

@media (max-width: 1080px) {
    .w3l-footer-28-main .midd-footer-28 {
        margin-top: 6em;
    }
}

@media (max-width: 736px) {
    .w3l-footer-28-main .grid-col-4 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-footer-28-main .footer-28 {
        padding: 3.5rem 0;
    }
}

@media (max-width: 667px) {
    .w3l-footer-28-main .footer-28 {
        padding: 40px 0 50px;
    }

    .w3l-footer-28-main .midd-footer-28 {
        margin-top: 5em;
    }
}

@media (max-width: 600px) {
    .w3l-footer-28-main .footer-top-28 {
        grid-gap: 20px;
    }
}

@media (max-width: 550px) {
    .w3l-footer-28-main ul.social-icons li {
        margin: 0 5px;
    }
}

@media (max-width: 480px) {
    .w3l-footer-28-main .footer-top-28 {
        grid-gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    .w3l-footer-28-main .midd-footer-28 {
        margin-top: 4em;
    }

    .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
        margin: 0 18px;
    }

    .w3l-footer-28-main ul.social-icons {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.w3l-content-23 {
    /*-- Content-23-block --*/
}

    .w3l-content-23 #content23-block {
        padding: 0 0 4rem 0;
    }

    .w3l-content-23 .text-center {
        text-align: center;
    }

    .w3l-content-23 .content23-head {
        max-width: 750px;
        margin: 0 auto 50px;
    }

        .w3l-content-23 .content23-head h3 {
            font-size: 35px;
            line-height: 40px;
            text-align: center;
            color: var(--title-color);
            max-width: 600px;
            margin: 0 auto;
        }

        .w3l-content-23 .content23-head p {
            margin-top: 25px;
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            text-align: center;
            color: #3B5266;
        }

    .w3l-content-23 .d-grid {
        display: grid;
    }

    .w3l-content-23 .content23-col-2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .w3l-content-23 .content23-grid {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .w3l-content-23 .w3l-content-23-bg {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .w3l-content-23 .abt-box {
        background: white;
        padding: 40px;
    }

    .w3l-content-23 .content23-grid h4 a {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: var(--title-color);
        margin-bottom: 20px;
        display: inline-block;
    }

        .w3l-content-23 .content23-grid h4 a:hover {
            opacity: 0.8;
        }

    .w3l-content-23 .content23-grid p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        color: #3B5266;
    }

@media all and (max-width: 900px) {
    .w3l-content-23 .abt-box {
        padding: 15px;
    }
}

@media all and (max-width: 768px) {
    .w3l-content-23 .content23-grid h4 a {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 640px) {
    .w3l-content-23 .content23-col-2 {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 500px) {
    .w3l-content-23 .content23-col-2 {
        grid-template-columns: 1fr;
        grid-row-gap: 5px;
    }

    .w3l-content-23 #content23-block {
        padding: 0 0 3rem 0;
    }

    .w3l-content-23 .content23-head p {
        margin-top: 20px;
    }

    .w3l-content-23 .content23-head {
        margin: 0 auto 30px;
    }
}

@media all and (max-width: 320px) {
    .w3l-content-23 .content23-head h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

.w3l-titles-9 {
    /* title */
    /* //title */
    /* responsive */
    /* //responsive */
}

    .w3l-titles-9 .title h3 {
        font-size: 45px;
        line-height: 1.1;
        color: var(--title-color);
        text-align: center;
        display: inline-block;
        opacity: 0.7;
    }

    .w3l-titles-9 .main-host {
        padding: 2rem 0;
        text-align: center;
    }

@media (max-width: 991px) {
    .w3l-titles-9 .title h3 {
        font-size: 38px;
    }
}

@media (max-width: 800px) {
    .w3l-titles-9 .title h3 {
        font-size: 36px;
    }
}

@media (max-width: 568px) {
    .w3l-titles-9 .title h3 {
        font-size: 32px;
    }
}

@media (max-width: 440px) {
    .w3l-titles-9 .title h3 {
        font-size: 28px;
    }
}

@media (max-width: 384px) {
    .w3l-titles-9 .title h3 {
        font-size: 26px;
    }
}

@media (max-width: 320px) {
    .w3l-titles-9 .title h3 {
        font-size: 24px;
    }
}

.w3l-content-with-photo-13 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-content-with-photo-13 .content-with-photo {
        background: linear-gradient(to right, rgba(114, 133, 246, 0), #000000), url(../images/bubbles.png), url(../images/support-bg.jpg);
        padding: 4.5rem 0;
        background-attachment: fixed;
        background-size: cover;
    }

        .w3l-content-with-photo-13 .content-with-photo h3 {
            font-size: 45px;
            line-height: 50px;
            color: var(--title-color);
            margin-bottom: 30px;
        }

        .w3l-content-with-photo-13 .content-with-photo p {
            font-size: 17px;
            line-height: 25px;
            color: #3a3a3a;
            margin-bottom: 25px;
        }

        .w3l-content-with-photo-13 .content-with-photo a.btn {
            font-weight: 600;
            color: #3b4659;
            text-decoration: none;
            margin-top: 15px;
            display: inline-block;
        }

    .w3l-content-with-photo-13 .grid {
        display: grid;
    }

    .w3l-content-with-photo-13 .grid-column2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px;
    }

    .w3l-content-with-photo-13 .column1 {
        background: #fff;
        padding: 30px;
    }

@media (max-width: 1080px) {
    .w3l-content-with-photo-13 .column1 {
        margin-left: 0px;
    }

    .w3l-content-with-photo-13 .grid-column2 {
        grid-gap: 40px;
    }
}

@media (max-width: 1024px) {
    .w3l-content-with-photo-13 .grid-column2 {
        grid-gap: 30px;
    }

    .w3l-content-with-photo-13 .column1 {
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    .w3l-content-with-photo-13 .content-with-photo h3 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .w3l-content-with-photo-13 .grid-column2 {
        grid-template-columns: 1fr;
    }

    .w3l-content-with-photo-13 .column1 {
        margin-right: 0px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .w3l-content-with-photo-13 .content-with-photo {
        padding: 40px 0 50px;
    }

    .w3l-content-with-photo-13 .column1 {
        margin: 0px;
    }

    .w3l-content-with-photo-13 .content-with-photo h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .w3l-content-with-photo-13 .content-with-photo p {
        margin-bottom: 15px;
    }

    .w3l-content-with-photo-13 .content-with-photo h3 {
        margin-bottom: 20px;
    }

    .w3l-content-with-photo-13 .content-with-photo a.btn {
        margin-top: 10px;
    }
}

.w3l-content-with-photo-8 {
    /*--responsive--*/
}

    .w3l-content-with-photo-8 .content-main {
        padding: 4.5rem 0px;
    }

    .w3l-content-with-photo-8 .content-with {
        float: left;
        width: 50%;
    }

    .w3l-content-with-photo-8 .video {
        float: left;
        width: 50%;
        text-align: right;
    }

    .w3l-content-with-photo-8 p.info {
        width: 75%;
        display: inline-block;
        font-size: 25px;
        line-height: 35px;
    }

    .w3l-content-with-photo-8 p.sub-info2 {
        margin-top: 20px;
    }

    .w3l-content-with-photo-8 p.sub-info4 {
        margin-top: 30px;
    }

    .w3l-content-with-photo-8 p.sub-info3 {
        margin-top: 7px;
    }

    .w3l-content-with-photo-8 .content h3 {
        font-size: 35px;
        margin-top: 8px;
        color: #051b35;
    }

    .w3l-content-with-photo-8 p.sub-info5 {
        margin-top: 7px;
    }

    .w3l-content-with-photo-8 img {
        width: 100%;
    }

@media (max-width: 1440px) {
    .w3l-content-with-photo-8 p.info {
        width: 80%;
    }
}

@media (max-width: 1366px) {
    .w3l-content-with-photo-8 p.info {
        width: 90%;
    }
}

@media (max-width: 1280px) {
    .w3l-content-with-photo-8 p.info {
        width: 95%;
    }

    .w3l-content-with-photo-8 .content h3 {
        font-size: 30px;
    }

    .w3l-content-with-photo-8 p.info {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .w3l-content-with-photo-8 p.sub-info2 {
        margin-top: 15px;
    }

    .w3l-content-with-photo-8 p.sub-info4 {
        margin-top: 25px;
    }

    .w3l-content-with-photo-8 .content h3 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .w3l-content-with-photo-8 .content-with {
        float: none;
        width: 100%;
    }

    .w3l-content-with-photo-8 .video {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .w3l-content-with-photo-8 p.info {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .w3l-content-with-photo-8 .content-main {
        padding: 35px 0px;
    }

    .w3l-content-with-photo-8 .content {
        padding: 20px 0;
    }

        .w3l-content-with-photo-8 .content h3 {
            font-size: 25px;
        }

    .w3l-content-with-photo-8 .content-with {
        padding-top: 0px;
    }
}

/*--//responsive--*/
.w3l-text-28-main {
    /* /text-styles-31*/
    /*--/faq--*/
    /*--//faq--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-text-28-main .text-28 {
        background: #faf9fe;
        padding: 4.5rem 0;
    }

    .w3l-text-28-main .text-styles-top-28 {
        margin: 0 auto;
        width: 80%;
    }

        .w3l-text-28-main .text-styles-top-28 h3 {
            font-size: 35px;
            line-height: 40px;
            color: var(--title-color);
            margin-bottom: 30px;
        }

    .w3l-text-28-main .faq-drawer input[type="checkbox"] {
        display: none;
    }

    .w3l-text-28-main .faq-drawer__title {
        display: block;
        position: relative;
        margin-bottom: 0;
        color: #373737;
        font-weight: 600;
        font-size: 15px;
        border-radius: 8px;
        cursor: pointer;
    }

        .w3l-text-28-main .faq-drawer__title:hover {
            color: #747474;
        }

        .w3l-text-28-main .faq-drawer__title::after {
            content: " ";
            position: absolute;
            width: 0;
            height: 0;
            top: 10px;
            right: 25px;
            float: right;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid currentColor;
            transition: transform 0.2s ease-out;
            /* background-image: url(images/Border.png); */
        }

    .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title::after {
        transform: rotate(-180deg);
    }

    .w3l-text-28-main .faq-drawer__content-wrapper {
        overflow: hidden;
        max-height: 0px;
        font-size: 15px;
        line-height: 23px;
    }

    .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
        max-height: 350px;
    }

    .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .w3l-text-28-main .faq-drawer__content-wrapper .faq-drawer__content {
        padding: 10px 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .w3l-text-28-main .text-title {
        margin-bottom: 35px;
    }

    .w3l-text-28-main .faq-drawer {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 20px;
    }

    .w3l-text-28-main h6.title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #3b5266;
        padding-right: 50px;
    }

    .w3l-text-28-main p.text-text {
        color: #3b5266;
        font-size: 16px;
        line-height: 27px;
    }

@media (max-width: 800px) {
    .w3l-text-28-main .text-styles-top-28 {
        margin: 0 auto;
        width: 90%;
    }

    .w3l-text-28-main .text-28 {
        padding: 50px 0;
    }
}

@media (max-width: 690px) {
    .w3l-text-28-main .text-styles-top-28 {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .w3l-text-28-main p.text-text {
        width: 90%;
    }

    .w3l-text-28-main .text-28 {
        padding: 40px 0;
    }

    .w3l-text-28-main .text-styles-top-28 h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .w3l-text-28-main h6.title {
        font-size: 15px;
        line-height: 25px;
        padding-right: 15px;
    }

    .w3l-text-28-main .faq-drawer__title::after {
        right: 0px;
    }
}

@media (max-width: 320px) {
    .w3l-text-28-main .text-styles-top-28 h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

.w3l-companies-hny-6 {
    /*--//grids--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-companies-hny-6 .companies-layout {
        padding: 40px 0;
    }

        .w3l-companies-hny-6 .companies-layout h2 {
            font-size: 45px;
            line-height: 50px;
            color: var(--title-color);
            margin-bottom: 20px;
        }

    .w3l-companies-hny-6 .company-gd a {
        display: block;
        border: 1px solid #f6f6f6;
        text-align: center;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .w3l-companies-hny-6 .company-gd:hover img {
        opacity: 0.8;
    }

    .w3l-companies-hny-6 p.client-para {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .w3l-companies-hny-6 .column.product-list .product-gd {
        width: 50%;
    }

    .w3l-companies-hny-6 .grid {
        display: grid;
    }

    .w3l-companies-hny-6 .grid-column-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }

@media (max-width: 1080px) {
    .w3l-companies-hny-6 .companies-layout h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 992px) {
    .w3l-companies-hny-6 .grid-column-5 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .w3l-companies-hny-6 .grid-column-5 {
        grid-template-columns: 2fr 2fr;
    }
}

@media (max-width: 480px) {
    .w3l-companies-hny-6 .companies-layout h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .w3l-companies-hny-6 .companies-layout {
        padding: 30px 0;
    }

    .w3l-companies-hny-6 .grid-column-5 {
        grid-gap: 20px;
    }
}

.w3l-service-3 {
    /*--inputs--*/
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-service-3 .service {
        padding: 0 0 4.5rem 0;
    }

    .w3l-service-3 .service-gridbygrid img {
        width: 30%;
    }

    .w3l-service-3 .service-gridbygrid {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .w3l-service-3 .service-gridbygrid a {
            font-size: 20px;
            line-height: 25px;
            display: block;
            color: var(--title-color);
            text-align: center;
            font-weight: bold;
            margin-top: 10px;
        }

            .w3l-service-3 .service-gridbygrid a:hover {
                color: #7385f6;
            }

    .w3l-service-3 .service-grided {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }

@media (max-width: 667px) {
    .w3l-service-3 .service-grided {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-service-3 .service {
        padding-bottom: 60px;
    }
}

@media (max-width: 440px) {
    .w3l-service-3 .service-grided {
        grid-template-columns: 1fr;
    }

    .w3l-service-3 .service-gridbygrid img {
        width: 50%;
    }
}

/* /features-with-17*/
.w3l-features-with-photo-17 {
    /*--/responsive-code--*/
}

    .w3l-features-with-photo-17 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 45px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur h6 {
        font-size: 28px;
        line-height: 25px;
        color: #304659;
    }

        .w3l-features-with-photo-17 .features-with-17_sur h6 a {
            color: var(--theme-color);
            text-decoration: none;
        }

            .w3l-features-with-photo-17 .features-with-17_sur h6 a:hover {
                color: #7385f6;
            }

    .w3l-features-with-photo-17 .features-with-17-right-tp_sur {
        padding: 25px 20px;
        box-shadow: 0 0px 1px 0 rgba(77, 77, 119, 0.3);
        position: relative;
        overflow: hidden;
        border: 1px solid #f4f3fa;
    }

    .w3l-features-with-photo-17 .features-with-17_sur {
        padding: 80px 0;
    }

    .w3l-features-with-photo-17 .features-with-17-left1 span {
        font-size: 6.5rem;
        color: #051b35;
        opacity: 0.1;
        position: absolute;
        right: -10px;
        bottom: -10px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur p {
        margin: 18px 0 0;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        max-width: 300px;
    }

    .w3l-features-with-photo-17 .features-with-17-top_sur {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .w3l-features-with-photo-17 .features-with-17-right_sur {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        padding-left: 6em;
    }

@media (max-width: 1366px) {
    .w3l-features-with-photo-17 .features-with-17-right_sur {
        padding-left: 2em;
    }
}

@media (max-width: 1024px) {
    .w3l-features-with-photo-17 .features-with-17-right_sur {
        padding-left: 1em;
    }
}

@media (max-width: 992px) {
    .w3l-features-with-photo-17 .features-with-17-top_sur {
        display: grid;
        grid-template-columns: 1fr;
    }

    .w3l-features-with-photo-17 .features-with-17-left_sur {
        margin-bottom: 2em;
    }

    .w3l-features-with-photo-17 .features-with-17-right_sur {
        padding-left: 0em;
    }

    .w3l-features-with-photo-17 .features-with-17-left1 {
        margin-right: 20px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur h6 {
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .w3l-features-with-photo-17 .features-with-17_sur {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .w3l-features-with-photo-17 .features-with-17_sur h2 {
        font-size: 48px;
        line-height: 53px;
    }

    .w3l-features-with-photo-17 .features-with-17-right_sur {
        grid-template-columns: 1fr;
    }

    .w3l-features-with-photo-17 .features-with-17-left_sur {
        margin-bottom: 2em;
    }

    .w3l-features-with-photo-17 h3.host-title {
        font-size: 35px;
        margin-bottom: 0px;
    }
}

@media (max-width: 440px) {
    .w3l-features-with-photo-17 .features-with-17_sur h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 415px) {
    .w3l-features-with-photo-17 .features-with-17_sur {
        padding: 30px 0;
    }
}

@media (max-width: 320px) {
    .w3l-features-with-photo-17 .features-with-17_sur h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .w3l-features-with-photo-17 .features-with-17_sur h5 {
        font-size: 23px;
        line-height: 28px;
    }
}

/*--//responsive-code--*/
/* //features-with-17*/
/*--/contacts-5-grid--*/
/* contacts */
.w3l-contacts-5 {
    /* //contacts-5-grid */
    /*--/*--contacts-5-grid responsive design --*/
    /*-- //contacts-5-grid responsive design --*/
}

    .w3l-contacts-5 .w3l-contacts-5-grid-main {
        background: #faf9fe;
    }

    .w3l-contacts-5 .w3l-contacts-5-grid {
        position: relative;
        margin-bottom: 170px;
    }

    .w3l-contacts-5 .map-content-5 {
        background: #fff;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -170px;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .w3l-contacts-5 .contacts-sub-5 iframe {
        width: 100%;
        min-height: 540px;
    }

    .w3l-contacts-5 .d-grid {
        display: grid;
    }

    .w3l-contacts-5 .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 30px;
        padding: 0 90px;
    }

    .w3l-contacts-5 .service-col-4 h6 {
        font-size: 17px;
        line-height: 25px;
        color: #051b35;
        text-align: left;
    }

    .w3l-contacts-5 a.link1 {
        color: #304659;
        font-size: 17px;
        line-height: 25px;
        display: block;
        margin-top: 10px;
        text-align: left;
    }

    .w3l-contacts-5 .service-col-4 h4 a:hover {
        opacity: 0.85;
    }

    .w3l-contacts-5 .service-col-4 p {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        margin-top: 10px;
        text-align: left;
    }

    .w3l-contacts-5 section.tab-content {
        display: none;
        padding: 45px 0 65px 0;
    }

    .w3l-contacts-5 input {
        display: none;
    }

    .w3l-contacts-5 label.tabtle {
        display: inline-block;
        padding: 30px 0;
        font-weight: bold;
        border: 1px solid transparent;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #8298AB;
        margin: 0 15px;
    }

        .w3l-contacts-5 label.tabtle:before {
            font-family: fontawesome;
            font-weight: normal;
            margin-right: 10px;
        }

        .w3l-contacts-5 label.tabtle:hover {
            color: #304659;
            cursor: pointer;
        }

    .w3l-contacts-5 input:checked + label.tabtle {
        border-bottom: 3px solid var(--theme-color);
        line-height: 25px;
        text-align: center;
        color: var(--theme-color);
    }

    .w3l-contacts-5 #tab1:checked ~ #content1,
    .w3l-contacts-5 #tab2:checked ~ #content2,
    .w3l-contacts-5 #tab3:checked ~ #content3,
    .w3l-contacts-5 #tab4:checked ~ #content4 {
        display: block;
        border-top: 1px solid #3b526638;
        box-sizing: border-box;
    }

    .w3l-contacts-5 .button-style {
        font-size: 17px;
        text-align: center;
        color: #F5F9FC;
        background: #304659;
        width: 140px;
        height: 40px;
        display: block;
        line-height: 40px;
        transition: 0.5s ease-out;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-contacts-5 .button-style:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

@media (max-width: 1366px) {
    .w3l-contacts-5 .map-content-5 {
        max-width: 85%;
    }

    .w3l-contacts-5 .map-content-5 {
        bottom: -168px;
    }
}

@media (max-width: 1280px) {
    .w3l-contacts-5 .map-content-5 {
        max-width: 90%;
    }
}

@media (max-width: 1080px) {
    .w3l-contacts-5 .map-content-5 {
        bottom: -192px;
    }
}

@media (max-width: 800px) {
    .w3l-contacts-5 .grid-col-4 {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
    }

    .w3l-contacts-5 .contacts-sub-5 iframe {
        min-height: 500px;
    }

    .w3l-contacts-5 .map-content-5 {
        bottom: -256px;
    }
}

@media (max-width: 667px) {
    .w3l-contacts-5 .grid-col-4 {
        padding: 0 45px;
    }
}

@media (max-width: 600px) {
    .w3l-contacts-5 .grid-col-4 {
        padding: 0 25px;
    }
}

@media (max-width: 568px) {
    .w3l-contacts-5 .grid-col-4 {
        grid-template-columns: 1fr;
    }

    .w3l-contacts-5 .w3l-contacts-5-grid {
        margin-bottom: 250px;
    }

    .w3l-contacts-5 .w3l-contacts-5-grid-main {
        padding-bottom: 250px;
    }

    .w3l-contacts-5 .contacts-sub-5 iframe {
        min-height: 400px;
    }

    .w3l-contacts-5 .map-content-5 {
        bottom: -416px;
    }
}

@media (max-width: 480px) {
    .w3l-contacts-5 label.tabtle {
        margin: 0 8px;
    }

    .w3l-contacts-5 .map-content-5 {
        max-width: 95%;
    }

    .w3l-contacts-5 .w3l-contacts-5-grid-main {
        padding-bottom: 206px;
    }

    .w3l-contacts-5 .w3l-contacts-5-grid {
        margin-bottom: 206px;
    }
}

@media (max-width: 414px) {
    .w3l-contacts-5 .map-content-5 {
        max-width: 93%;
    }

    .w3l-contacts-5 section.tab-content {
        display: none;
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 384px) {
    .w3l-contacts-5 label.tabtle {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .w3l-contacts-5 label.tabtle {
        margin: 0 1px;
    }

    .w3l-contacts-5 label.tabtle {
        font-size: 14px;
    }

    .w3l-contacts-5 .service-col-4 h6 {
        font-size: 15px;
    }

    .w3l-contacts-5 .service-col-4 p {
        font-size: 14px;
    }

    .w3l-contacts-5 a.link1 {
        font-size: 14px;
    }

    .w3l-contacts-5 .button-style {
        font-size: 15px;
    }
}

/*--//contacts-5-grid--*/
.w3l-form-41 {
    /*--/form-41--*/
    /*--/form-41--*
    .form-inner-cont input::-webkit-input-placeholder,.form-inner-cont textarea::-webkit-input-placeholder {
        color: #ddd;
    }
    /*--/form-41--*/
    /* The container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
    /*-- //forms-41 --*/
    /*-- /responsive-start --*/
    /*-- //responsive-end --*/
}

    .w3l-form-41 .w3l-form-41-mian {
        padding: 4.5rem 0;
    }

    .w3l-form-41 .form-inner-cont h3 {
        font-size: 35px;
        line-height: 40px;
        color: #000000;
        margin-bottom: 35px;
    }

    .w3l-form-41 form.signin-form {
        margin: 0 auto;
        width: 32%;
        text-align: left;
    }

    .w3l-form-41 .form-input {
        margin-bottom: 15px;
    }

    .w3l-form-41 .form-inner-cont label {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
        color: #3B5266;
        display: block;
    }

    .w3l-form-41 .form-inner-cont input, .w3l-form-41 .form-inner-cont textarea {
        outline: none;
        width: 100%;
        font-size: 15px;
        padding: 0px 15px;
        margin-bottom: 14px;
        color: #304659;
        height: 45px;
        text-align: left;
        -webkit-appearance: none;
        background: rgba(249, 250, 255, 0.09);
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

    .w3l-form-41 .form-inner-cont textarea {
        height: 125px;
        resize: none;
        padding: 15px 15px;
        background: #f9faff17;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

    .w3l-form-41 .form-inner-cont select {
        background: url(../images/down.png) no-repeat 93% 52%;
        outline: none;
        width: 100%;
        font-size: 15px;
        padding: 0px 15px;
        color: #304659;
        height: 45px;
        text-align: left;
        -webkit-appearance: none;
        cursor: pointer;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

        .w3l-form-41 .form-inner-cont input:focus, .w3l-form-41 .form-inner-cont textarea:focus, .w3l-form-41 .form-inner-cont select:focus {
            border: 1px solid #7385f6;
        }

    .w3l-form-41 button.btn {
        padding: 0px 30px;
        text-decoration: none;
        width: 100%;
        border: none;
        cursor: pointer;
        height: 45px;
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-form-41 button.btn:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-form-41 label.container p {
        color: #3b5266;
        font-size: 15px;
        line-height: 20px;
        display: block;
    }

    .w3l-form-41 label.container {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .w3l-form-41 label.container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .w3l-form-41 .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 21px;
        width: 21px;
        background-color: #E1E9F0;
    }

    .w3l-form-41 label.container:hover input ~ .checkmark {
        background-color: #E1E9F0;
    }

    .w3l-form-41 label.container input:checked ~ .checkmark {
        background-color: var(--theme-color);
    }

    .w3l-form-41 .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .w3l-form-41 label.container input:checked ~ .checkmark:after {
        display: block;
    }

    .w3l-form-41 label.container .checkmark:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

@media all and (max-width: 1590px) {
    .w3l-form-41 form.signin-form {
        width: 35%;
        text-align: left;
    }
}

@media all and (max-width: 1280px) {
    .w3l-form-41 .w3l-form-41-mian {
        padding: 4em 0;
    }
}

@media all and (max-width: 1080px) {
    .w3l-form-41 form.signin-form {
        width: 40%;
    }
}

@media all and (max-width: 1024px) {
    .w3l-form-41 form.signin-form {
        width: 45%;
    }
}

@media all and (max-width: 800px) {
    .w3l-form-41 form.signin-form {
        width: 55%;
    }
}

@media all and (max-width: 590px) {
    .w3l-form-41 form.signin-form {
        width: 100%;
        text-align: left;
    }

    .w3l-form-41 .form-inner-cont h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

/*-- grids block 5 --*/
.w3l-blog-grids {
    /*--/*-- responsive design --*/
    /*-- grids block 5 --*/
}

    .w3l-blog-grids h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 45px;
    }

    .w3l-blog-grids #grids5-block {
        padding: 0 0 4.5rem 0;
    }

    .w3l-blog-grids .align-grids {
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .w3l-blog-grids .grids5-info {
        background: #fff;
    }

    .w3l-blog-grids .grid-5-content {
        padding: 20px;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .w3l-blog-grids .grids5-info h4 a {
        font-size: 32px;
        line-height: 38px;
        color: #000000;
        margin-top: 15px;
        display: block;
    }

        .w3l-blog-grids .grids5-info h4 a:hover {
            color: var(--theme-color);
        }

    .w3l-blog-grids .grids5-info p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        color: #5a5a5a;
        margin-top: 15px;
    }

    .w3l-blog-grids a.continue-read {
        font-size: 17px;
        line-height: 25px;
        color: #7385f6;
        transition: 0.5s ease-out;
        display: block;
        margin-top: 20px;
    }

        .w3l-blog-grids a.continue-read:hover {
            color: #7385f6;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.3s ease-out;
            text-decoration: underline;
        }

    .w3l-blog-grids .grids5-info h5 {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #949494;
    }

        .w3l-blog-grids .grids5-info h5 a {
            color: #949494;
        }

            .w3l-blog-grids .grids5-info h5 a:hover {
                color: var(--theme-color);
            }

    .w3l-blog-grids .grids5-info img {
        width: 100%;
    }

    .w3l-blog-grids .grids5-info h4 a:hover {
        color: var(--theme-color);
    }

    .w3l-blog-grids .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
    }

    .w3l-blog-grids .page-link {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-left: -1px;
        color: #2568EF;
        background-color: #fff;
        border: 1px solid #EAEDF2;
    }

    .w3l-blog-grids .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

    .w3l-blog-grids .page-link:hover {
        z-index: 2;
        color: var(--theme-color);
        text-decoration: none;
        background-color: #EAEDF2;
        border-color: #EAEDF2;
    }

@media all and (max-width: 800px) {
    .w3l-blog-grids .align-grids {
        grid-row-gap: 30px;
    }
}

@media all and (max-width: 568px) {
    .w3l-blog-grids .align-grids {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .w3l-blog-grids .grids5-info h4 a {
        margin-top: 13px;
    }

    .w3l-blog-grids .grids5-info p {
        margin-top: 12px;
    }
}

@media all and (max-width: 414px) {
    .w3l-blog-grids .grids5-info h4 a {
        font-size: 23px;
    }
}

@media all and (max-width: 384px) {
    .w3l-blog-grids .grids5-info h4 a {
        font-size: 22px;
    }
}

/*--//*-- responsive design --*/
/*--/cover 5--*/
.w3l-cover-5 {
    /* responsive */
}

    .w3l-cover-5 .cover {
        background: url(../images/blog-single-main.jpg) no-repeat 0px 0px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        min-height: 550px;
    }

@media (max-width: 667px) {
    .w3l-cover-5 .cover {
        min-height: 320px;
    }
}

@media (max-width: 500px) {
    .w3l-cover-5 .cover {
        min-height: 280px;
    }
}

/*--//cover 5--*/
.w3l-text-32-main {
    /* //Reset Code */
    /* text 32 */
    /* //text 32 */
    /* responsive */
    /* //responsive */
}

    .w3l-text-32-main .grid-col-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-text-32-main .grid-col-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-text-32-main .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-text-32-main .align-items-center {
        align-items: center;
    }

    .w3l-text-32-main a.action {
        border: none;
        color: #304659;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        display: inline-block;
    }

        .w3l-text-32-main a.action img {
            margin-left: 4px;
        }

    .w3l-text-32-main .actionbg {
        border: none;
        font-weight: 600;
        display: inline-block;
        font-size: 17px;
        line-height: 45px;
        color: #F5F9FC;
        background: #304659;
        width: 103px;
        height: 45px;
        text-align: center;
        cursor: pointer;
    }

    .w3l-text-32-main .align-center {
        text-align: center;
    }

    .w3l-text-32-main p.text-tag {
        color: #8298AB;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

    .w3l-text-32-main p.sub-paragraph {
        color: #3B5266;
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
    }

    .w3l-text-32-main .text-32 {
        background: #faf9fe;
        padding: 40px 0;
    }

    .w3l-text-32-main .text-main-9 {
        grid-gap: 10px;
        max-width: 650px;
        margin: 0 auto;
    }

    .w3l-text-32-main .grids-text-32 {
        grid-gap: 10px;
        grid-template-columns: .11fr 1fr;
    }

    .w3l-text-32-main h5.textstyle-text-32 {
        color: #051b35;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 40px;
        font-weight: normal;
    }

    .w3l-text-32-main p.sub-paragraph a {
        color: var(--theme-color);
        font-weight: 600;
    }

    .w3l-text-32-main p.small-pragraph {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #424242;
    }

    .w3l-text-32-main .text-main-9 ul li:last-child {
        margin-bottom: 0;
    }

    .w3l-text-32-main .left-img-32 img {
        border-radius: 50%;
    }

@media (max-width: 568px) {
    .w3l-text-32-main .grids-text-32 {
        grid-template-columns: .14fr 1fr;
    }

    .w3l-text-32-main h5.textstyle-text-32 {
        font-size: 23px;
        line-height: 32px;
    }
}

@media (max-width: 414px) {
    .w3l-text-32-main .grids-text-32 {
        grid-template-columns: .2fr 1fr;
    }
}

.w3l-text-9 {
    /* //Reset Code */
    /* text */
    /* left side content */
    /* //left side content */
    /* right side content */
    /* //right side content */
    /* //text */
    /* responsive */
    /* //responsive */
}

    .w3l-text-9 .d-grid {
        display: grid;
    }

    .w3l-text-9 .grid-col-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-text-9 .grid-col-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-text-9 .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-text-9 a.action {
        border: none;
        color: #304659;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        display: inline-block;
    }

        .w3l-text-9 a.action img {
            margin-left: 4px;
        }

    .w3l-text-9 .align-center {
        text-align: center;
    }

    .w3l-text-9 .text-element-9 {
        padding: 40px 0 50px;
    }

    .w3l-text-9 .left-text-9 {
        padding-top: 70px;
    }

    .w3l-text-9 .right-text-9 {
        max-width: 650px;
        margin: 0 auto;
    }

    .w3l-text-9 h6.text-left-inner-9 a {
        font-size: 15px;
        line-height: 20px;
        color: #304659;
    }

    .w3l-text-9 span.sub-inner-text-9 {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #8298AB;
        margin-top: 6px;
        display: inline-block;
    }

    .w3l-text-9 hr {
        opacity: 0.25;
        border: 1px solid #8298AB;
        margin: 20px 0 14px;
    }

    .w3l-text-9 h4.text-head-text-9 a {
        font-size: 45px;
        line-height: 50px;
        color: var(--title-color);
        margin: 25px 0 40px;
        display: inline-block;
    }

    .w3l-text-9 h5.sub-head-text-9 {
        font-weight: normal;
        font-size: 25px;
        line-height: 35px;
        color: #3B5266;
        margin-bottom: 40px;
    }

    .w3l-text-9 p.text-tag {
        color: var(--theme-color);
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

    .w3l-text-9 p.sub-para {
        color: #3B5266;
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
        margin-top: 20px;
    }

    .w3l-text-9 h6.heading-small-text-9 {
        font-size: 20px;
        line-height: 25px;
        color: #051b35;
    }

@media (max-width: 1080px) {
    .w3l-text-9 h4.text-head-text-9 a {
        font-size: 42px;
        line-height: 46px;
    }

    .w3l-text-9 h5.sub-head-text-9 {
        font-size: 23px;
    }
}

@media (max-width: 1050px) {
    .w3l-text-9 .grid-text-9 {
        grid-template-columns: 190px 107px auto;
    }
}

@media (max-width: 991px) {
    .w3l-text-9 h4.text-head-text-9 a {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .w3l-text-9 .grid-text-9 {
        grid-template-columns: 190px 30px auto;
    }

    .w3l-text-9 .left-text-9 {
        padding-top: 60px;
    }

    .w3l-text-9 h5.sub-head-text-9 {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .w3l-text-9 h4.text-head-text-9 a {
        font-size: 32px;
        line-height: 35px;
        margin: 20px 0 30px;
    }

    .w3l-text-9 h5.sub-head-text-9 {
        font-size: 19px;
        line-height: 28px;
    }

    .w3l-text-9 h6.heading-small-text-9 {
        font-size: 18px;
    }

    .w3l-text-9 p.sub-para {
        margin-top: 15px;
    }
}

@media (max-width: 667px) {
    .w3l-text-9 .grid-text-9 {
        grid-template-columns: 165px auto auto;
    }

    .w3l-text-9 .left-text-9 {
        padding-top: 50px;
    }
}

@media (max-width: 600px) {
    .w3l-text-9 .grid-text-9 {
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-row-gap: 10px;
    }

    .w3l-text-9 .left-text-9 {
        grid-column: column;
        order: 2;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
        padding-top: 40px;
    }

    .w3l-text-9 h4.text-head-text-9 a {
        margin: 10px 0 20px;
    }

    .w3l-text-9 p.sub-para {
        font-size: 16px;
    }

    .w3l-text-9 h5.sub-head-text-9 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .w3l-text-9 hr {
        display: none;
    }
}

@media (max-width: 568px) {
    .w3l-text-9 h6.text-left-inner-9 a {
        font-size: 14.5px;
    }

    .w3l-text-9 span.sub-inner-text-9 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .w3l-text-9 .left-text-9 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .w3l-text-9 .text-element-9 {
        padding: 30px 0 40px;
    }
}

.w3l-text-22 {
    /* //Reset Code */
    /*--text--*/
    /*-- //text --*/
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-text-22 .text {
        padding: 50px 0px;
    }

    .w3l-text-22 .text-txt {
        max-width: 650px;
        margin: 0px auto;
    }

        .w3l-text-22 .text-txt h3 {
            color: #051b35;
            font-size: 25px;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .w3l-text-22 .text-txt p {
            font-size: 17px;
            line-height: 25px;
            color: #3B5266;
        }

    .w3l-text-22 .two-columns {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-top: 50px;
    }

    .w3l-text-22 .right-column p:nth-child(2) {
        margin-top: 15px;
    }

@media (max-width: 1080px) {
    .w3l-text-22 .text {
        padding: 40px 0px;
    }

    .w3l-text-22 .two-columns {
        grid-gap: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .w3l-text-22 .text-txt h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .w3l-text-22 .two-columns {
        margin-top: 30px;
    }
}

.w3l-text-18 .text-main {
    padding: 20px 0;
}

.w3l-text-18 .w3l-text-18-list {
    max-width: 650px;
    margin: 0 auto;
}

.w3l-text-18 ul.text-links li a {
    font-size: 17px;
    line-height: 25px;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    color: #3B5266;
}

.w3l-text-18 ul.text-links {
    margin-top: 20px;
}

    .w3l-text-18 ul.text-links li {
        color: #8298AB;
        list-style-type: none;
    }

.w3l-text-18 h4.text-title {
    font-size: 20px;
    line-height: 25px;
    color: #051b35;
}

.w3l-text-18 ul.share-post li.facebook {
    background: #3a5998;
    width: 25px;
    height: 25px;
    color: #fff;
}

.w3l-text-18 ul.share-post li.twitter {
    background: #55acee;
    width: 25px;
    height: 25px;
    color: #fff;
}

.w3l-text-18 ul.share-post li.google {
    background: #dc4e41;
    width: 25px;
    height: 25px;
    color: #fff;
}

.w3l-text-18 ul.share-post li a span.fa {
    color: #fff;
    font-size: 13px;
}

.w3l-text-18 ul.share-post {
    margin: 30px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .w3l-text-18 ul.share-post li {
        display: inline-block;
        margin: 0px 10px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }

        .w3l-text-18 ul.share-post li.share-text {
            margin-left: 0;
            color: #8a8a8a;
            font-size: 16px;
            font-weight: bold;
        }

/* /text-styles-31*/
.w3l-text-styles-31 {
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-text-styles-31 .text-styles-top-31 {
        max-width: 650px;
        margin: 0 auto;
    }

    .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
        font-size: 45px;
        line-height: 50px;
        color: var(--title-color);
    }

    .w3l-text-styles-31 .w3l-text-styles-31_sur h5 {
        font-size: 25px;
        line-height: 30px;
        color: #304659;
    }

        .w3l-text-styles-31 .w3l-text-styles-31_sur h5 a {
            color: #304659;
            text-decoration: none;
        }

            .w3l-text-styles-31 .w3l-text-styles-31_sur h5 a:hover {
                opacity: 0.8;
            }

    .w3l-text-styles-31 .w3l-text-styles-31_sur {
        padding: 80px 0;
    }

        .w3l-text-styles-31 .w3l-text-styles-31_sur p {
            font-size: 17px;
            line-height: 25px;
            color: #3B5266;
            margin: 16px 0;
        }

        .w3l-text-styles-31 .w3l-text-styles-31_sur span {
            font-size: 15px;
            line-height: 20px;
            color: #8298AB;
        }

    .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-gap: 35px;
        border-top: 1px solid lightgray;
        padding-top: 1.5em;
        margin-top: 1.5em;
    }

    .w3l-text-styles-31 a.reply {
        font-size: 15px;
        color: #7385f6;
        display: block;
        margin-top: 10px;
    }

@media (max-width: 900px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur {
        padding: 50px 0;
    }

        .w3l-text-styles-31 .w3l-text-styles-31_sur h5 {
            font-size: 20px;
            line-height: 25px;
        }

        .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
            font-size: 36px;
            line-height: 41px;
        }
}

@media (max-width: 667px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur {
        padding: 50px 0px;
    }
}

@media (max-width: 480px) {
    .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
        grid-gap: 20px;
    }
}

@media (max-width: 440px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width: 415px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur {
        padding: 30px 0;
    }

    .w3l-text-styles-31 .w3l-text-styles-31-left_sur img {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
        font-size: 28px;
        line-height: 33px;
    }
}

/* //text-styles-31*/
.w3l-forms-29 {
    /* //Reset Code */
    /* form 29 */
    /* //form 29 */
    /* responsive */
    /* //responsive */
}

    .w3l-forms-29 .grid-col-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-forms-29 .grid-col-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-forms-29 .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-forms-29 .align-items-center {
        align-items: center;
    }

    .w3l-forms-29 a.action {
        border: none;
        color: #304659;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        display: inline-block;
    }

        .w3l-forms-29 a.action img {
            margin-left: 4px;
        }

    .w3l-forms-29 .actionbg {
        border: none;
        font-weight: 600;
        display: inline-block;
        font-size: 17px;
        line-height: 45px;
        color: #F5F9FC;
        background: #304659;
        width: 103px;
        height: 45px;
        text-align: center;
        cursor: pointer;
    }

    .w3l-forms-29 p.text-tag {
        color: #8298AB;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

    .w3l-forms-29 p.sub-paragraph {
        color: #3B5266;
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
    }

    .w3l-forms-29 .form-29 {
        background: rgba(51, 51, 79, 0.03);
        padding: 60px 0;
    }

    .w3l-forms-29 .content-29-form {
        max-width: 600px;
        margin: 0 auto;
    }

    .w3l-forms-29 h3.title-cont-foem29 {
        font-size: 45px;
        line-height: 50px;
        color: var(--title-color);
        margin-bottom: 20px;
    }

    .w3l-forms-29 form.w3l-forms-29-form input,
    .w3l-forms-29 textarea {
        outline: none;
        width: 100%;
        font-size: 15px;
        padding: 0px 15px;
        margin-bottom: 14px;
        color: #304659;
        height: 45px;
        text-align: left;
        -webkit-appearance: none;
        background: #f9faff17;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

        .w3l-forms-29 form.w3l-forms-29-form input:focus,
        .w3l-forms-29 textarea:focus {
            border: 1px solid #7385f6;
        }

    .w3l-forms-29 textarea {
        height: 125px;
        resize: none;
        padding: 15px 15px;
        font-family: Arial;
        background: #f9faff17;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

    .w3l-forms-29 button.actionbg {
        width: 100%;
        margin-top: 20px;
        padding: 0px 30px;
        text-decoration: none;
        width: 100%;
        border: none;
        cursor: pointer;
        height: 45px;
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-forms-29 button.actionbg:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-forms-29 form.w3l-forms-29-form {
        margin: 40px 0 0 0;
        max-width: 500px;
    }

@media (max-width: 991px) {
    .w3l-forms-29 h3.title-cont-foem29 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 480px) {
    .w3l-forms-29 h3.title-cont-foem29 {
        font-size: 35px;
        line-height: 40px;
    }

    .w3l-forms-29 .form-29 {
        padding: 40px 0 50px;
    }
}

.w3l-new-block-1 {
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-new-block-1 .new-block {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.33)), url(../images/shared-bg.jpg);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: bottom right, left, right;
        background-attachment: fixed;
    }

    .w3l-new-block-1 .top-bottom {
        padding-top: 10em;
        padding-bottom: 10em;
    }

    .w3l-new-block-1 .middle-section {
        max-width: 650px;
    }

        .w3l-new-block-1 .middle-section h5 {
            font-size: 13px;
            line-height: 28px;
            color: #ffffff;
            text-transform: uppercase;
            padding-bottom: 15px;
        }

        .w3l-new-block-1 .middle-section h2 {
            font-size: 50px;
            color: #ffffff;
            line-height: 60px;
            text-transform: uppercase;
        }

    .w3l-new-block-1 .link-list-menu p {
        font-size: 20px;
        color: #eee;
        line-height: 35px;
        padding-top: 25px;
    }

@media (max-width: 1440px) {
    .w3l-new-block-1 .top-bottom {
        padding-top: 8em;
        padding-bottom: 8em;
    }
}

@media (max-width: 1080px) {
    .w3l-new-block-1 .link-list-menu p {
        font-size: 23px;
        line-height: 32px;
    }

    .w3l-new-block-1 .top-bottom {
        padding-top: 5em;
        padding-bottom: 5em;
    }

    .w3l-new-block-1 .middle-section h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .w3l-new-block-1 .link-list-menu p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 800px) {
    .w3l-new-block-1 .middle-section h2 {
        font-size: 50px;
    }

    .w3l-new-block-1 .middle-section a {
        margin-top: 40px;
    }

    .w3l-new-block-1 .top-bottom {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .w3l-new-block-1 .middle-section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3l-new-block-1 .link-list-menu p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 667px) {
    .w3l-new-block-1 .link-list-menu {
        max-width: 523px;
    }

        .w3l-new-block-1 .link-list-menu p {
            padding-top: 19px;
        }

    .w3l-new-block-1 .middle-section a {
        margin-top: 30px;
    }

    .w3l-new-block-1 .top-bottom {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .w3l-new-block-1 .middle-section h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .w3l-new-block-1 .link-list-menu p {
        font-size: 15px;
        line-height: 22px;
    }
}

.w3l-new-block-1 .middle-section h5 {
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .w3l-new-block-1 .link-list-menu p {
        font-size: 23px;
    }
}

@media (max-width: 600px) {
    .w3l-new-block-1 .middle-section h2 {
        font-size: 38px;
    }

    .w3l-new-block-1 .link-list-menu p {
        padding-top: 13px;
    }

    .w3l-new-block-1 .middle-section h5 {
        padding-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .w3l-new-block-1 .middle-section h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .w3l-new-block-1 .link-list-menu p {
        font-size: 19px;
        line-height: 25px;
    }
}

@media (max-width: 440px) {
    .w3l-new-block-1 .middle-section h2 {
        font-size: 29px;
    }

    .w3l-new-block-1 .top-bottom {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .w3l-new-block-1 .middle-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 384px) {
    .w3l-new-block-1 .link-list-menu p {
        font-size: 18px;
    }

    .w3l-new-block-1 .middle-section a {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    .w3l-new-block-1 .link-list-menu {
        width: 281px;
    }

        .w3l-new-block-1 .link-list-menu p {
            font-size: 20px;
        }

    .w3l-new-block-1 .middle-section h2 {
        font-size: 33px;
    }
}

.w3l-pricing-11 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-pricing-11 .pricing11-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px;
    }

    .w3l-pricing-11 .pricing11 {
        padding: 4.5rem 0px;
        background-size: cover;
        background-attachment: fixed;
        background: #f4f3fa;
        background-image: linear-gradient(to right, #f1f1f1, rgba(255, 255, 255, 0)), url(../images/bubbles.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .w3l-pricing-11 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 85px;
    }

    .w3l-pricing-11 .pricing-grid-active {
        transform: scale(1.1);
    }

    .w3l-pricing-11 .pricing-grid {
        padding: 20px 20px 90px;
        transition: 0.3s;
        position: relative;
        margin-bottom: 40px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #f4f3fa;
        box-shadow: 0 0px 1px 0 rgba(77, 77, 119, 0.3);
    }

    .w3l-pricing-11 .pos {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 60%;
        margin: 0 auto;
    }

    .w3l-pricing-11 .pricing-grid h6 {
        font-size: 24px;
        color: #051b35;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        padding: 12px 0;
    }

    .w3l-pricing-11 span.recommend {
        padding: 10px;
        background: #28a745;
        color: #fff;
        border-radius: 45px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .w3l-pricing-11 .pricing-grid p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #989898;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .w3l-pricing-11 .pricing-grid button {
        text-align: center;
        background: #304659;
        border: none;
        outline: none;
        color: #fff;
        width: 100%;
        font-size: 16px;
        padding: 12px 30px;
        cursor: pointer;
        text-decoration: none;
        text-transform: capitalize;
        display: inline-block;
    }

    .w3l-pricing-11 .rate h4 {
        font-size: 25px;
        line-height: 30px;
        color: #000000;
        font-weight: normal;
    }

    .w3l-pricing-11 .rate h5 {
        font-size: 35px;
        line-height: 40px;
        color: var(--theme-color);
    }

        .w3l-pricing-11 .rate h5 span {
            font-size: 15px;
            line-height: 20px;
            color: #8298ab;
            font-weight: normal;
        }

            .w3l-pricing-11 .rate h5 span.top-align {
                display: block;
            }

    .w3l-pricing-11 a.action {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 150px;
        height: 45px;
        line-height: 42px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
        border: 1px solid var(--theme-color);
    }

        .w3l-pricing-11 a.action:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-pricing-11 .rate {
        display: grid;
        grid-auto-flow: column;
        margin-top: 20px;
        align-items: end;
        justify-content: space-between;
    }

    .w3l-pricing-11 ul.points {
        margin-top: 40px;
    }

        .w3l-pricing-11 ul.points li {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #051b35;
            margin: 10px 0;
            display: grid;
            grid-template-columns: 8% auto;
        }

            .w3l-pricing-11 ul.points li img {
                padding-top: 3px;
                vertical-align: middle;
            }

@media (max-width: 1200px) {
    .w3l-pricing-11 span.recommend {
        width: 60%;
    }

    .w3l-pricing-11 ul.points li {
        grid-template-columns: 10% auto;
    }
}

@media (max-width: 992px) {
    .w3l-pricing-11 .pricing11-content {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 40px;
    }

    .w3l-pricing-11 .pricing-grid {
        margin: 0;
    }
}

@media (max-width: 667px) {
    .w3l-pricing-11 .pricing-grid-active {
        transform: scale(1);
    }

    .w3l-pricing-11 .pricing11-content {
        grid-gap: 20px;
    }
}

@media (max-width: 568px) {
    .w3l-pricing-11 .pricing11-content {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }

    .w3l-pricing-11 .pricing11-content {
        grid-column-gap: 15px;
    }

    .w3l-pricing-11 h3.host-title {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .w3l-pricing-11 ul.points {
        margin-top: 30px;
    }
}

.w3l-call-to-action-11 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-call-to-action-11 .calltoaction-11-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 70px;
        align-items: center;
    }

    .w3l-call-to-action-11 .calltoaction-11 {
        background: #faf9fe;
        padding: 4.5rem 0px;
    }

    .w3l-call-to-action-11 .calltoaction-text-info a span {
        font-size: 20px;
        color: #051b35;
    }

    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 45px;
        line-height: 50px;
        color: var(--title-color);
        margin-bottom: 40px;
    }

    .w3l-call-to-action-11 .calltoaction-text-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

        .w3l-call-to-action-11 .calltoaction-text-info a {
            color: #3b5266;
            font-size: 16px;
            line-height: 20px;
            list-style-type: none;
            display: grid;
            grid-template-columns: 15% 85%;
        }

    .w3l-call-to-action-11 .calltoaction-text {
        align-self: center;
    }

    .w3l-call-to-action-11 .buttons {
        margin-top: 50px;
    }

    .w3l-call-to-action-11 a.actionbg {
        text-decoration: none;
        width: 170px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-call-to-action-11 a.actionbg:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

@media (max-width: 1080px) {
    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .w3l-call-to-action-11 .calltoaction-11-content {
        grid-column-gap: 40px;
    }

    .w3l-call-to-action-11 .calltoaction-text-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .w3l-call-to-action-11 .buttons {
        margin-top: 40px;
    }
}

@media (max-width: 900px) {
    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .w3l-call-to-action-11 .calltoaction-text-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .w3l-call-to-action-11 a.actionbg, .w3l-call-to-action-11 a.actionbg1 {
        width: 140px;
    }

    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 34px;
        line-height: 40px;
    }

    .w3l-call-to-action-11 .calltoaction-text h3 {
        margin-bottom: 30px;
    }

    .w3l-call-to-action-11 .calltoaction-text-info a {
        grid-template-columns: 10% 90%;
    }
}

@media (max-width: 736px) {
    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 668px) {
    .w3l-call-to-action-11 .calltoaction-11-content {
        grid-template-columns: 1fr;
    }

    .w3l-call-to-action-11 .calltoaction-text {
        order: 2;
    }

    .w3l-call-to-action-11 .calltoaction-text-info a {
        grid-template-columns: 5% 90%;
    }

    .w3l-call-to-action-11 .calltoaction-11-content {
        grid-row-gap: 20px;
    }
}

@media (max-width: 600px) {
    .w3l-call-to-action-11 .calltoaction-text-info a {
        grid-template-columns: 7% 93%;
    }
}

@media (max-width: 415px) {
    .w3l-call-to-action-11 .calltoaction-11 {
        padding: 25px 0px 40px;
    }

    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .w3l-call-to-action-11 .buttons {
        margin-top: 30px;
    }

    .w3l-call-to-action-11 .calltoaction-text-info a {
        grid-template-columns: 10% 90%;
    }
}

@media (max-width: 320px) {
    .w3l-call-to-action-11 a.actionbg, .w3l-call-to-action-11 a.actionbg1 {
        width: 128px;
    }

    .w3l-call-to-action-11 .calltoaction-text h3 {
        font-size: 28px;
        line-height: 32px;
    }
}

/*-- features15 block --*/
.w3l-features-15 h3.host-title {
    text-align: center;
    font-size: 45px;
    color: var(--title-color);
    margin-bottom: 45px;
}

.w3l-features-15 #features15-block {
    padding: 4.5rem 0;
}

.w3l-features-15 .features15-col-3 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.w3l-features-15 .features15-col-text {
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
}

.w3l-features-15 .features15-para h4 a {
    font-size: 20px;
    line-height: 25px;
    color: #051B35;
}

.w3l-features-15 .features15-para p {
    font-size: 17px;
    line-height: 25px;
    color: #3B5266;
    margin-top: 10px;
}

.w3l-features-15 .features15-col-text:hover div.features15-para h4 a {
    transition: 0.3s ease-in-out;
    color: var(--theme-color);
}

.w3l-features-15 .features15-para h4 a:hover {
    transition: 0.3s ease-in-out;
    color: var(--theme-color);
}

.w3l-features-15 .features15-info {
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    text-align: center;
}

    .w3l-features-15 .features15-info span {
        font-size: 30px;
        color: #051b35;
        line-height: 70px;
        display: block;
    }

.w3l-features-15 .features15-col-text:hover div.features15-info {
    background: var(--theme-color);
    color: #fff;
    transition: 0.3s ease-in-out;
}

.w3l-features-15 .features15-col-text:hover span.fa {
    color: #fff;
}

@media all and (max-width: 600px) {
    .w3l-features-15 .features15-col-3 {
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
}

@media all and (max-width: 440px) {
    .w3l-features-15 #features15-block {
        padding: 3rem 0;
    }
}

@media all and (max-width: 414px) {
    .w3l-features-15 .features15-col-3 {
        grid-row-gap: 30px;
    }

    .w3l-features-15 .features15-col-text {
        grid-column-gap: 13px;
    }
}

/*-- features15 block --*/
.w3l-pricing-6 {
    /*--/pricing--*/
    /*--/grid-alignment--*/
    /*--//grid-alignment--*/
    /*--//pricing--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-pricing-6 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
    }

    .w3l-pricing-6 p.price-dh {
        width: 80%;
        margin: 10px auto 40px;
        text-align: center;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
    }

    .w3l-pricing-6 .pricing-main {
        padding: 4.5em 0;
        background-color: #f8f8f8;
    }

    .w3l-pricing-6 .pricing h2 {
        font-size: 50px;
        line-height: 50px;
        color: var(--theme-color);
        margin-bottom: 25px;
        text-align: center;
    }

        .w3l-pricing-6 .pricing h2 span {
            font-size: 17px;
            line-height: 25px;
            color: #8298AB;
        }

    .w3l-pricing-6 .pricing h3 {
        font-size: 20px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 20px;
    }

    .w3l-pricing-6 .icon {
        margin-bottom: 20px;
    }

    .w3l-pricing-6 .icon {
        text-align: right;
    }

    .w3l-pricing-6 .pricing-bottom-bottom {
        border-top: 2px solid #d6e1ea;
        margin-top: 30px;
        padding-top: 30px;
    }

    .w3l-pricing-6 .grid {
        display: grid;
    }

    .w3l-pricing-6 .grid-column-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-pricing-6 .grid-column-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-pricing-6 .grid-column-auto-3 {
        grid-template-columns: auto 1fr auto;
    }

    .w3l-pricing-6 .pricing-main .column {
        border: 1px solid #ececec;
        padding: 20px 20px;
        margin: 10px;
        box-shadow: 0 1px 6px 0 rgba(117, 117, 117, 0.25);
        border-radius: 5px;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .w3l-pricing-6 .column:after {
        content: '';
        position: absolute;
        width: 474px;
        height: 350px;
        background: rgba(51, 51, 79, 0.03);
        bottom: -150px;
        left: -195px;
        border-radius: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .w3l-pricing-6 p {
        color: #3B5266;
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: center;
    }

    .w3l-pricing-6 ul.links li {
        list-style: none;
        margin-bottom: 12px;
        color: #304659;
    }

    .w3l-pricing-6 .tick-mark {
        float: left;
        width: 7%;
        margin-right: 1%;
    }

    .w3l-pricing-6 .tick-info {
        float: left;
        width: 92%;
    }

    .w3l-pricing-6 h5.tick-info {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #444;
    }

        .w3l-pricing-6 h5.tick-info b {
            font-weight: bold;
            color: #000;
        }

    .w3l-pricing-6 ul.links img {
        vertical-align: middle;
    }

    .w3l-pricing-6 p a {
        color: #3B5266;
        font-weight: 500;
    }

    .w3l-pricing-6 .includes {
        text-align: center;
    }

    .w3l-pricing-6 .buy-button {
        margin: 2rem 0 1rem;
    }

        .w3l-pricing-6 .buy-button a {
            outline: none;
            cursor: pointer;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            color: #F5F9FC;
            background: #7385f6;
            width: 150px;
            height: 45px;
            line-height: 42px;
            display: inline-block;
            border-radius: 3px;
            transition: 0.5s ease-out;
            border: 1px solid var(--theme-color);
        }

            .w3l-pricing-6 .buy-button a:hover {
                background: #6b7fff;
                transform: translate3d(0, -5px, 0);
                -webkit-transform: translate3d(0, -5px, 0);
                transition: 0.5s ease-out;
            }

@media (max-width: 1280px) {
    .w3l-pricing-6 .pricing-main {
        padding: 3em 0;
    }
}

@media (max-width: 992px) {
    .w3l-pricing-6 .grid-column-3 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-pricing-6 p,
    .w3l-pricing-6 ul.links li {
        font-size: 16px;
    }

    .w3l-pricing-6 .pricing-bottom-bottom {
        margin-top: 20px;
        padding-top: 20px;
    }

    .w3l-pricing-6 .pricing h2 {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .w3l-pricing-6 .pricing h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .w3l-pricing-6 ul.links {
        height: 150px;
    }
}

@media (max-width: 769px) {
    .w3l-pricing-6 p,
    .w3l-pricing-6 ul.links li {
        font-size: 14px;
    }

    .w3l-pricing-6 .pricing-main .column {
        padding: 20px 20px;
    }

    .w3l-pricing-6 .pricing-main {
        padding: 2.5em 0;
    }
}

@media (max-width: 767px) {
    .w3l-pricing-6 .pricing-main {
        padding: 2em 0;
    }
}

@media (max-width: 690px) {
    .w3l-pricing-6 .pricing-bottom-top p {
        padding-right: 0em;
    }

    .w3l-pricing-6 .tick-mark {
        float: left;
        width: 8%;
        margin-right: 2%;
    }

    .w3l-pricing-6 .tick-info {
        float: left;
        width: 90%;
    }
}

@media (max-width: 667px) {
    .w3l-pricing-6 .pricing-main {
        padding: 2em 0;
    }

    .w3l-pricing-6 h3.host-title {
        font-size: 35px;
    }

    .w3l-pricing-6 p.price-dh {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .w3l-pricing-6 .grid-column-2 {
        grid-template-columns: 1fr;
    }

    .w3l-pricing-6 .grid-column-3 {
        grid-template-columns: 1fr;
    }

    .w3l-pricing-6 .buy-button {
        margin: 2em 0 1em;
    }
}

@media (max-width: 320px) {
    .w3l-pricing-6 p,
    .w3l-pricing-6 ul.links li {
        font-size: 14px;
    }
}

.w3l-features-2 .grid {
    display: grid;
}

.w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.w3l-features-2 .feature-main {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.33)), url("../images/features-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.w3l-features-2 .feature-text {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
}

.w3l-features-2 .feature-main {
    text-align: center;
    padding: 70px 0px;
}

.w3l-features-2 .feature p {
    width: 80%;
    margin: 10px auto 50px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #d8d8d8;
}

.w3l-features-2 .grid-column-2 a {
    background: #fff;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #051b35;
    opacity: 0.95;
}

    .w3l-features-2 .grid-column-2 a:hover {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.5);
        opacity: 1;
    }

.w3l-features-2 .feature-img {
    margin: auto;
    margin-top: 50px;
    max-width: 808px;
}

.w3l-features-2 .img1 {
    float: left;
    width: 100%;
    padding: 0px 17px;
    box-sizing: border-box;
}

.w3l-features-2 .feature-icon {
    background: var(--theme-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
}

.w3l-features-2 .img1 span {
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}

.w3l-features-2 .para {
    margin: auto;
    margin-top: 20px;
    line-height: 25px;
    font-size: 17px;
}

@media (max-width: 992px) {
    .w3l-features-2 .grid-column-2 {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
    }

    .w3l-features-2 .feature p {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .w3l-features-2 .feature p {
        width: 100%;
    }

    .w3l-features-2 .feature-text h1 {
        font-size: 50px;
    }
}

@media (max-width: 580px) {
    .w3l-features-2 .feature p {
        width: 100%;
    }

    .w3l-features-2 .feature-text h1 {
        font-size: 39px;
    }
}

@media (max-width: 484px) {
    .w3l-features-2 .img1 {
        width: 100%;
    }

    .w3l-features-2 .feature-text h1 {
        font-size: 35px;
    }

    .w3l-features-2 .grid-column-2 {
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

        .w3l-features-2 .grid-column-2 a {
            padding-top: 35px;
            padding-bottom: 35px;
        }
}

/*-- content-with-photo17 --*/
.w3l-content-with-photo-17 #content-with-photo17_sur {
    padding: 4.5rem 0;
}

.w3l-content-with-photo-17 .cwp17-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.w3l-content-with-photo-17 .cwp17-text h2 {
    font-size: 55px;
    line-height: 60px;
    color: var(--title-color);
}

.w3l-content-with-photo-17 .cwp17-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #3B5266;
    margin: 25px 0;
}

.w3l-content-with-photo-17 .cwp17-text a {
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    color: #7385f6;
    transition: 0.5s ease-out;
    display: block;
}

    .w3l-content-with-photo-17 .cwp17-text a:hover {
        color: #7385f6;
        transform: translate3d(0, -5px, 0);
        -webkit-transform: translate3d(0, -5px, 0);
        transition: 0.3s ease-out;
        text-decoration: underline;
    }

@media all and (max-width: 1280px) {
    .w3l-content-with-photo-17 .cwp17-text h2 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media all and (max-width: 1080px) {
    .w3l-content-with-photo-17 .cwp17-text h2 {
        font-size: 44px;
        line-height: 50px;
    }
}

@media all and (max-width: 900px) {
    .w3l-content-with-photo-17 .cwp17-text h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .w3l-content-with-photo-17 #content-with-photo17_sur {
        padding: 50px 0;
    }
}

@media all and (max-width: 800px) {
    .w3l-content-with-photo-17 .cwp17-image {
        order: 1;
    }

    .w3l-content-with-photo-17 .cwp17-text {
        order: 2;
    }

        .w3l-content-with-photo-17 .cwp17-text h2 {
            font-size: 43px;
            line-height: 52px;
        }
}

@media all and (max-width: 600px) {
    .w3l-content-with-photo-17 .cwp17-two {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

@media all and (max-width: 500px) {
    .w3l-content-with-photo-17 #content-with-photo7_sur {
        padding: 3rem 0;
    }

    .w3l-content-with-photo-17 .cwp17-two {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 2rem;
    }
}

@media all and (max-width: 415px) {
    .w3l-content-with-photo-17 #content-with-photo17_sur {
        padding: 30px 0;
    }
}

@media all and (max-width: 387px) {
    .w3l-content-with-photo-17 .cwp17-text h2 {
        font-size: 38px;
        line-height: 46px;
    }
}

@media all and (max-width: 320px) {
    .w3l-content-with-photo-17 .cwp17-text h2 {
        font-size: 33px;
        line-height: 40px;
    }
}

/*-- \\content-with-photo17 --*/
.w3l-new-block-2 {
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-new-block-2 .cover {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-image: linear-gradient(to right, #7385f6, rgba(255, 255, 255, 0)), url(../images/bubbles.png), url(../images/reseller.jpg);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: bottom right, left, right;
        background-attachment: fixed;
    }

    .w3l-new-block-2 .top-bottom {
        padding-top: 8em;
        padding-bottom: 8em;
    }

    .w3l-new-block-2 .middle-section {
        max-width: 650px;
    }

        .w3l-new-block-2 .middle-section h5 {
            font-size: 13px;
            line-height: 28px;
            color: #ffffff;
            text-transform: uppercase;
            padding-bottom: 15px;
        }

        .w3l-new-block-2 .middle-section h2 {
            font-size: 50px;
            color: #ffffff;
            line-height: 60px;
            text-transform: uppercase;
        }

    .w3l-new-block-2 .link-list-menu p {
        font-size: 20px;
        color: #eee;
        line-height: 35px;
        padding-top: 25px;
    }

@media (max-width: 1080px) {
    .w3l-new-block-2 .link-list-menu p {
        font-size: 23px;
        line-height: 32px;
    }

    .w3l-new-block-2 .top-bottom {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

@media (max-width: 800px) {
    .w3l-new-block-2 .middle-section h2 {
        font-size: 50px;
    }

    .w3l-new-block-2 .middle-section a {
        margin-top: 40px;
    }

    .w3l-new-block-2 .top-bottom {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

@media (max-width: 736px) {
    .w3l-new-block-2 .middle-section h2 {
        font-size: 43px;
    }
}

@media (max-width: 667px) {
    .w3l-new-block-2 .link-list-menu {
        max-width: 523px;
    }

        .w3l-new-block-2 .link-list-menu p {
            padding-top: 19px;
        }

    .w3l-new-block-2 .middle-section a {
        margin-top: 30px;
    }
}

.w3l-new-block-2 .middle-section h5 {
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .w3l-new-block-2 .link-list-menu p {
        font-size: 23px;
    }
}

@media (max-width: 600px) {
    .w3l-new-block-2 .middle-section h2 {
        font-size: 38px;
    }

    .w3l-new-block-2 .link-list-menu p {
        padding-top: 13px;
    }

    .w3l-new-block-2 .middle-section h5 {
        padding-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .w3l-new-block-2 .middle-section h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .w3l-new-block-2 .link-list-menu p {
        font-size: 19px;
        line-height: 25px;
    }
}

@media (max-width: 440px) {
    .w3l-new-block-2 .middle-section h2 {
        font-size: 29px;
    }

    .w3l-new-block-2 .top-bottom {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .w3l-new-block-2 .middle-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 384px) {
    .w3l-new-block-2 .link-list-menu p {
        font-size: 18px;
    }

    .w3l-new-block-2 .middle-section a {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    .w3l-new-block-2 .link-list-menu {
        width: 281px;
    }

        .w3l-new-block-2 .link-list-menu p {
            font-size: 20px;
        }

    .w3l-new-block-2 .middle-section h2 {
        font-size: 33px;
    }
}

/* /pricing-7*/
.w3l-pricing-7 {
    /*.w3l-pricing-7-gd-left.active {
		border: 1px solid #8298AB;
		transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-o-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		z-index:1;
		margin: 0 8px;;
	}*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-pricing-7 .w3l-pricing-7_sur {
        padding: 4.5rem 0;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-pricing-7 .w3l-pricing-7_sur h2 {
        font-size: 35px;
        line-height: 40px;
        color: var(--title-color);
        text-align: center;
        margin-bottom: 2em;
    }

    .w3l-pricing-7 .w3l-pricing-7 h5 {
        font-size: 15px;
        line-height: 20px;
        color: #28a745;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 46px;
    }

    .w3l-pricing-7 .w3l-pricing-7 h6 {
        font-size: 28px;
        line-height: 20px;
        color: var(--title-color);
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .w3l-pricing-7 .w3l-pricing-7 h3 label {
        font-size: 25px;
        vertical-align: text-top;
    }

    .w3l-pricing-7 .w3l-pricing-7 h3 {
        font-size: 45px;
        line-height: 50px;
        color: var(--theme-color);
        margin-bottom: 25px;
        text-align: center;
        font-weight: normal;
    }

        .w3l-pricing-7 .w3l-pricing-7 h3 span {
            font-size: 17px;
            line-height: 25px;
            color: #8298AB;
        }

    .w3l-pricing-7 p.tick-info {
        color: #636363;
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
    }

    .w3l-pricing-7 p.pric-foot {
        text-align: center;
        font-size: 17px;
        line-height: 25px;
        color: #051b35;
        margin-top: 40px;
    }

        .w3l-pricing-7 p.pric-foot a {
            font-size: 17px;
            line-height: 25px;
            font-weight: 700;
            color: #7385f6;
            text-decoration: none;
        }

    .w3l-pricing-7 .pric-foot a:hover {
        text-decoration: underline;
    }

    .w3l-pricing-7 p.pric-foot img {
        vertical-align: middle;
    }

    .w3l-pricing-7 ul.links li {
        list-style: none;
        margin-bottom: 14px;
        color: #304659;
        text-align: center;
    }

    .w3l-pricing-7 p.tick-ssl {
        color: #28a745;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-left {
        padding: 3em .2em 2em;
        border: 1px solid #d4dadf;
        transition: 0.3s;
        background: #fff;
    }

    .w3l-pricing-7 .pric-7-1 {
        padding: 5em .2em;
        border: 1px solid #d4dadf;
    }

    .w3l-pricing-7 .pric-7-2 {
        padding: 5em .2em;
        border: 1px solid var(--theme-color);
        transform: scale(1.05);
        background: #fff;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-left:hover {
        transition: 0.3s;
        border: 1px solid var(--theme-color);
        transform: scale(1.05);
        background: #fff;
    }

    .w3l-pricing-7 .buy-button {
        margin-top: 3.5em;
    }

        .w3l-pricing-7 .buy-button a {
            outline: none;
            cursor: pointer;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            color: #F5F9FC;
            background: #7385f6;
            width: 150px;
            height: 45px;
            line-height: 42px;
            display: inline-block;
            border-radius: 3px;
            transition: 0.5s ease-out;
            border: 1px solid var(--theme-color);
        }

            .w3l-pricing-7 .buy-button a:hover {
                background: #6b7fff;
                transform: translate3d(0, -5px, 0);
                -webkit-transform: translate3d(0, -5px, 0);
                transition: 0.5s ease-out;
            }

@media (max-width: 1080px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .w3l-pricing-7 .pric-7-1, .w3l-pricing-7 .pric-7-2 {
        padding: 5em .2em;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-left {
        padding: 2em .2em 3em;
    }
}

@media (max-width: 900px) {
    .w3l-pricing-7 .w3l-pricing-7_sur {
        padding: 50px 0;
    }

        .w3l-pricing-7 .w3l-pricing-7_sur h2 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 1.5em;
        }
}

@media (max-width: 992px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 768px) {
    .w3l-pricing-7 .pric-7-1 {
        border-right: 1px solid #8298AB;
    }

    .w3l-pricing-7 .pric-7-2 {
        border-left: 1px solid #8298AB;
    }
}

@media (max-width: 600px) {
    .w3l-pricing-7 p.pric-foot {
        margin-top: 25px;
    }
}

@media (max-width: 568px) {
    .w3l-pricing-7 .w3l-pricing-7_sur h2 {
        margin-bottom: 0.5em;
    }
}

@media (max-width: 500px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 415px) {
    .w3l-pricing-7 .w3l-pricing-7_sur {
        padding: 40px 0 50px;
    }
}

/* //pricing-7*/
.w3l-content-with-photo-13 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-content-with-photo-13 .content-with-photo {
        background: linear-gradient(to right, rgba(114, 133, 246, 0), #000000), url(../images/bubbles.png), url(../images/support-bg.jpg);
        padding: 4.5rem 0;
        background-attachment: fixed;
        background-size: cover;
    }

        .w3l-content-with-photo-13 .content-with-photo h3 {
            font-size: 45px;
            line-height: 50px;
            color: var(--title-color);
            margin-bottom: 30px;
        }

        .w3l-content-with-photo-13 .content-with-photo p {
            font-size: 17px;
            line-height: 25px;
            color: #3a3a3a;
            margin-bottom: 25px;
        }

        .w3l-content-with-photo-13 .content-with-photo a.btn {
            font-weight: 600;
            color: #3b4659;
            text-decoration: none;
            margin-top: 15px;
            display: inline-block;
        }

    .w3l-content-with-photo-13 .grid {
        display: grid;
    }

    .w3l-content-with-photo-13 .grid-column2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px;
    }

    .w3l-content-with-photo-13 .column1 {
        background: #fff;
        padding: 30px;
    }

@media (max-width: 1080px) {
    .w3l-content-with-photo-13 .column1 {
        margin-left: 0px;
    }

    .w3l-content-with-photo-13 .grid-column2 {
        grid-gap: 40px;
    }
}

@media (max-width: 1024px) {
    .w3l-content-with-photo-13 .grid-column2 {
        grid-gap: 30px;
    }

    .w3l-content-with-photo-13 .column1 {
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    .w3l-content-with-photo-13 .content-with-photo h3 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .w3l-content-with-photo-13 .grid-column2 {
        grid-template-columns: 1fr;
    }

    .w3l-content-with-photo-13 .column1 {
        margin-right: 0px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .w3l-content-with-photo-13 .content-with-photo {
        padding: 40px 0 50px;
    }

    .w3l-content-with-photo-13 .column1 {
        margin: 0px;
    }

    .w3l-content-with-photo-13 .content-with-photo h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .w3l-content-with-photo-13 .content-with-photo p {
        margin-bottom: 15px;
    }

    .w3l-content-with-photo-13 .content-with-photo h3 {
        margin-bottom: 20px;
    }

    .w3l-content-with-photo-13 .content-with-photo a.btn {
        margin-top: 10px;
    }
}

.w3l-feature-16 {
    /*--/feature-16--*/
    /*--//feature-16--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-feature-16 .w3l-feature-16-main {
        padding: 4.5rem 0;
    }

        .w3l-feature-16 .w3l-feature-16-main h3 {
            text-align: center;
            font-size: 45px;
            color: var(--title-color);
            margin-bottom: 45px;
        }

    .w3l-feature-16 .w3l-feature-16-gd h4 a {
        font-size: 25px;
        line-height: 30px;
        color: #051B35;
    }

        .w3l-feature-16 .w3l-feature-16-gd h4 a:hover {
            color: var(--theme-color);
            transition: 0.3s ease-in-out;
        }

    .w3l-feature-16 .w3l-feature-16-main p {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        margin: 10px 0 0;
        padding-right: 50px;
    }

    .w3l-feature-16 .grid {
        display: grid;
        grid-template-columns: 2fr 2fr;
        grid-gap: 40px;
        margin-top: 20px;
    }

    .w3l-feature-16 .icon span {
        font-size: 40px;
        color: var(--theme-color);
    }

    .w3l-feature-16 .w3l-feature-16-gd {
        display: grid;
        grid-template-columns: 1fr 6fr;
        grid-gap: 10px;
    }

@media screen and (max-width: 1290px) {
    .w3l-feature-16 .w3l-feature-16-inf {
        padding: 3em 3em;
    }
}

@media screen and (max-width: 1080px) {
    .w3l-feature-16 .w3l-feature-16-inf {
        padding: 3em 2em;
    }

    .w3l-feature-16 .w3l-feature-16-main p {
        margin: 20px 0 0 0;
        padding-right: 0px;
    }
}

@media screen and (max-width: 801px) {
    .w3l-feature-16 .grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
        margin-top: 20px;
    }

    .w3l-feature-16 .w3l-feature-16-main p {
        margin: 10px 0 0 0;
        padding-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    .w3l-feature-16 .w3l-feature-16-main {
        padding: 3em 0;
    }

        .w3l-feature-16 .w3l-feature-16-main h3 a {
            font-size: 20px;
        }

    .w3l-feature-16 .grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
}

@media screen and (max-width: 420px) {
    .w3l-feature-16 .w3l-feature-16-main {
        padding: 2em 0;
    }

    .w3l-feature-16 .w3l-feature-16-gd h4 a {
        font-size: 22px;
    }

    .w3l-feature-16 .w3l-feature-16-main h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 384px) {
    .w3l-feature-16 .w3l-feature-16-gd h4 a {
        font-size: 20px;
    }
}

@media screen and (max-width: 321px) {
    .w3l-feature-16 .w3l-feature-16-main h3 {
        font-size: 28px;
    }
}

.w3l-text-28-main {
    /* /text-styles-31*/
    /*--/faq--*/
    /*--//faq--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-text-28-main .text-28 {
        background: #faf9fe;
        padding: 4.5rem 0;
    }

    .w3l-text-28-main .text-styles-top-28 {
        margin: 0 auto;
        width: 80%;
    }

        .w3l-text-28-main .text-styles-top-28 h3 {
            font-size: 35px;
            line-height: 40px;
            color: var(--title-color);
            margin-bottom: 30px;
        }

    .w3l-text-28-main .faq-drawer input[type="checkbox"] {
        display: none;
    }

    .w3l-text-28-main .faq-drawer__title {
        display: block;
        position: relative;
        margin-bottom: 0;
        color: #373737;
        font-weight: 600;
        font-size: 15px;
        border-radius: 8px;
        cursor: pointer;
    }

        .w3l-text-28-main .faq-drawer__title:hover {
            color: #747474;
        }

        .w3l-text-28-main .faq-drawer__title::after {
            content: " ";
            position: absolute;
            width: 0;
            height: 0;
            top: 10px;
            right: 25px;
            float: right;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid currentColor;
            transition: transform 0.2s ease-out;
            /* background-image: url(images/Border.png); */
        }

    .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title::after {
        transform: rotate(-180deg);
    }

    .w3l-text-28-main .faq-drawer__content-wrapper {
        overflow: hidden;
        max-height: 0px;
        font-size: 15px;
        line-height: 23px;
    }

    .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
        max-height: 350px;
    }

    .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .w3l-text-28-main .faq-drawer__content-wrapper .faq-drawer__content {
        padding: 10px 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .w3l-text-28-main .text-title {
        margin-bottom: 35px;
    }

    .w3l-text-28-main .faq-drawer {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 20px;
    }

    .w3l-text-28-main h6.title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #3b5266;
        padding-right: 50px;
    }

    .w3l-text-28-main p.text-text {
        color: #3b5266;
        font-size: 16px;
        line-height: 27px;
    }

@media (max-width: 800px) {
    .w3l-text-28-main .text-styles-top-28 {
        margin: 0 auto;
        width: 90%;
    }

    .w3l-text-28-main .text-28 {
        padding: 50px 0;
    }
}

@media (max-width: 690px) {
    .w3l-text-28-main .text-styles-top-28 {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .w3l-text-28-main p.text-text {
        width: 90%;
    }

    .w3l-text-28-main .text-28 {
        padding: 40px 0;
    }

    .w3l-text-28-main .text-styles-top-28 h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .w3l-text-28-main h6.title {
        font-size: 15px;
        line-height: 25px;
        padding-right: 15px;
    }

    .w3l-text-28-main .faq-drawer__title::after {
        right: 0px;
    }
}

@media (max-width: 320px) {
    .w3l-text-28-main .text-styles-top-28 h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

.w3l-cover-3 {
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-cover-3 .cover {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-image: linear-gradient(to right, #0087ff, rgba(255, 255, 255, 0)), url(../images/bubbles.png), url(../images/domain-transfer.jpg);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: bottom right, left, right;
        background-attachment: fixed;
    }

    .w3l-cover-3 .top-bottom {
        padding-top: 5em;
        padding-bottom: 5em;
    }

    .w3l-cover-3 .middle-section h5 {
        font-size: 13px;
        line-height: 28px;
        color: #ffffff;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .w3l-cover-3 .middle-section h2 {
        font-size: 50px;
        color: #ffffff;
        line-height: 60px;
        text-transform: uppercase;
    }

    .w3l-cover-3 .link-list-menu p {
        font-size: 20px;
        color: #eee;
        line-height: 35px;
        padding-top: 25px;
    }

    .w3l-cover-3 .column form {
        display: flex;
        margin: 20px 0;
    }

    .w3l-cover-3 .column input[type="email"] {
        background: #fff;
        padding: 0px 20px;
        font-size: 16px;
        outline: none;
        width: 70%;
        border: none;
        height: 50px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .w3l-cover-3 .column button {
        text-align: center;
        width: 143px;
        background: #7385f6;
        border: none;
        outline: none;
        color: #fff;
        font-size: 16px;
        padding: 0;
        height: 50px;
        cursor: pointer;
        border: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .w3l-cover-3 .column p {
        color: #fff;
        font-size: 16px;
    }

        .w3l-cover-3 .column p a {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

            .w3l-cover-3 .column p a:hover {
                text-decoration: underline;
            }

@media (max-width: 1080px) {
    .w3l-cover-3 .link-list-menu p {
        font-size: 23px;
        line-height: 32px;
    }
}

@media (max-width: 800px) {
    .w3l-cover-3 .middle-section h2 {
        font-size: 50px;
    }

    .w3l-cover-3 .middle-section a {
        margin-top: 40px;
    }
}

@media (max-width: 736px) {
    .w3l-cover-3 .top-bottom {
        padding-top: 6em;
        padding-bottom: 6em;
    }

    .w3l-cover-3 .middle-section h2 {
        font-size: 43px;
    }
}

@media (max-width: 667px) {
    .w3l-cover-3 .link-list-menu {
        max-width: 523px;
    }

        .w3l-cover-3 .link-list-menu p {
            padding-top: 19px;
        }

    .w3l-cover-3 .middle-section a {
        margin-top: 30px;
    }
}

.w3l-cover-3 .middle-section h5 {
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .w3l-cover-3 .link-list-menu p {
        font-size: 23px;
    }
}

@media (max-width: 600px) {
    .w3l-cover-3 .middle-section h2 {
        font-size: 38px;
    }

    .w3l-cover-3 .top-bottom {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .w3l-cover-3 .link-list-menu p {
        padding-top: 13px;
    }

    .w3l-cover-3 .middle-section h5 {
        padding-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .w3l-cover-3 .middle-section h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .w3l-cover-3 .link-list-menu p {
        font-size: 19px;
        line-height: 25px;
    }

    .w3l-cover-3 .column p a {
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 440px) {
    .w3l-cover-3 .middle-section h2 {
        font-size: 29px;
    }

    .w3l-cover-3 .top-bottom {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .w3l-cover-3 .middle-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 384px) {
    .w3l-cover-3 .link-list-menu p {
        font-size: 18px;
    }

    .w3l-cover-3 .middle-section a {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    .w3l-cover-3 .link-list-menu {
        width: 281px;
    }

        .w3l-cover-3 .link-list-menu p {
            font-size: 20px;
        }

    .w3l-cover-3 .middle-section h2 {
        font-size: 33px;
    }
}

/* /text-styles-31*/
.w3l-text-29-main {
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-text-29-main .text-styles-top-29 {
        margin: 0 auto;
        width: 70%;
    }

    .w3l-text-29-main p.domain-sub-title {
        font-size: 20px;
        color: #b1b1b1;
        line-height: 30px;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .w3l-text-29-main .text-styles-top-29 h3 {
        font-size: 35px;
        line-height: 40px;
        color: var(--theme-color);
    }

    .w3l-text-29-main .text-styles-29-right_content h5 {
        font-size: 20px;
        line-height: 25px;
        color: var(--title-color);
    }

    .w3l-text-29-main .text-styles-29-left_img span {
        border: navajowhite;
        color: #fff;
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        background: var(--theme-color);
        font-weight: bold;
    }

    .w3l-text-29-main .text-29 {
        padding: 4.5rem 0 1rem 0;
    }

    .w3l-text-29-main .text-styles-29-right_content p {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        margin: 8px 0 0px 0;
        font-weight: 400;
    }

    .w3l-text-29-main .text-styles-29-right_content span {
        font-size: 15px;
        line-height: 20px;
        color: #8298AB;
    }

    .w3l-text-29-main .text-info-29-top {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 35px;
        padding: 35px;
        margin-top: 40px;
        border-bottom: 1px solid #eee;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

@media (max-width: 1280px) {
    .w3l-text-29-main .text-styles-top-29 {
        margin: 0 auto;
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .w3l-text-29-main .text-styles-top-29 {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .w3l-text-29-main section.text-styles-29-right_content {
        padding: 50px 0;
    }

    .w3l-text-29-main .text-styles-29-right_content h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .w3l-text-29-main .text-styles-29-right_content h3 {
        font-size: 36px;
        line-height: 41px;
    }
}

@media (max-width: 768px) {
    .w3l-text-29-main .text-styles-top-29 h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 667px) {
    .w3l-text-29-main .text-29 {
        padding: 50px 0px;
    }
}

@media (max-width: 568px) {
    .w3l-text-29-main .text-info-29-top {
        grid-gap: 15px;
    }
}

@media (max-width: 480px) {
    .w3l-text-29-main .text-info-29-top {
        grid-gap: 20px;
        padding: 15px;
    }

    .w3l-text-29-main .text-info-29-top {
        margin-top: 1em;
    }
}

@media (max-width: 440px) {
    .w3l-text-29-main .text-styles-top-29 h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 415px) {
    .w3l-text-29-main .text-29 {
        padding: 30px 0;
    }

    .w3l-text-29-main .text-styles-29-right_content h5 {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 320px) {
    .w3l-text-29-main .text-styles-top-29 h3 {
        font-size: 28px;
        line-height: 33px;
    }
}

.w3l-content-with-photo-3 {
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-content-with-photo-3 .top-bottom {
        background: url(../images/waves-new.png) no-repeat 0px 0px;
        padding: 10rem 0 4.5rem 0;
        background-size: cover;
    }

    .w3l-content-with-photo-3 .left-side h2 {
        font-size: 35px;
        line-height: 40px;
        color: var(--title-color);
    }

    .w3l-content-with-photo-3 .left-side p {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        margin: 20px 0px 45px;
    }

    .w3l-content-with-photo-3 .list-list ul li p {
        font-size: 15px;
        line-height: 25px;
        color: #051b35;
        margin: 0px;
    }

    .w3l-content-with-photo-3 .list-list ul li span img {
        vertical-align: middle;
    }

    .w3l-content-with-photo-3 .list-list ul li {
        display: grid;
        grid-template-columns: auto 1fr;
        margin-bottom: 20px;
        grid-column-gap: 10px;
    }

    .w3l-content-with-photo-3 .tabs-grided {
        grid-template-columns: 1fr 1fr;
        display: grid;
        grid-gap: 20px;
        align-items: center;
    }

@media (max-width: 1080px) {
    .w3l-content-with-photo-3 .top-bottom {
        padding: 50px 0px;
    }

    .w3l-content-with-photo-3 .left-side h2 {
        font-size: 33px;
    }
}

@media (max-width: 991px) {
    .w3l-content-with-photo-3 .left-side p {
        margin: 20px 0px 35px;
    }

    .w3l-content-with-photo-3 .list-list ul li {
        margin-bottom: 17px;
    }
}

@media (max-width: 800px) {
    .w3l-content-with-photo-3 .tabs-grided {
        grid-template-columns: 1fr;
    }

    .w3l-content-with-photo-3 .right-side {
        order: 1;
    }

    .w3l-content-with-photo-3 .left-side {
        order: 2;
    }

    .w3l-content-with-photo-3 .top-bottom {
        padding: 40px 0px;
    }
}

@media (max-width: 568px) {
    .w3l-content-with-photo-3 .list-list ul li {
        margin-bottom: 13px;
    }

    .w3l-content-with-photo-3 .left-side h2 {
        font-size: 31px;
    }

    .w3l-content-with-photo-3 .left-side p {
        margin: 15px 0px 30px;
    }
}

/* /text-styles-34*/
.w3l-text-styles-34 {
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-text-styles-34 .table > tbody > tr > td, .w3l-text-styles-34 .table > tbody > tr > th, .w3l-text-styles-34 .table > tfoot > tr > td, .w3l-text-styles-34 .table > tfoot > tr > th, .w3l-text-styles-34 .table > thead > tr > td, .w3l-text-styles-34 .table > thead > tr > th {
        padding: 12px 20px;
        line-height: 20px;
        vertical-align: middle;
    }

    .w3l-text-styles-34 .table-striped > tbody > tr:nth-of-type(odd) {
        background: rgba(51, 51, 79, 0.03);
    }

    .w3l-text-styles-34 table.table.table-striped {
        width: 100%;
        text-align: left;
        border-collapse: collapse;
        box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.05);
    }

    .w3l-text-styles-34 .text-styles-top-34 {
        overflow: hidden;
        overflow-x: auto;
    }

    .w3l-text-styles-34 td.top_hd {
        font-size: 22px;
        font-weight: bold;
        color: #051b35;
    }

    .w3l-text-styles-34 .w3l-text-styles-34_sur h5 {
        font-size: 35px;
        line-height: 30px;
        color: var(--theme-color);
        margin-bottom: 1.5em;
    }

    .w3l-text-styles-34 .w3l-text-styles-34_sur {
        padding: 80px 0;
    }

    .w3l-text-styles-34 tr {
        border: 1px solid #eee;
    }

    .w3l-text-styles-34 td {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        color: #3B5266;
    }

    .w3l-text-styles-34 th {
        font-size: 18px;
        color: #ffffff;
        background: #051b35;
        text-transform: uppercase;
        font-weight: normal;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .w3l-text-styles-34 td a {
        transition: 0.5s ease-out;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #6b7fff;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border-radius: 5px;
        padding: 0 25px;
    }

        .w3l-text-styles-34 td a:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-text-styles-34 span {
        border: solid #304659;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 2px 4px 4px 2px;
        margin: 3px 3px;
    }

    .w3l-text-styles-34 .right {
        transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
    }

@media (max-width: 900px) {
    .w3l-text-styles-34 .w3l-text-styles-34_sur {
        padding: 50px 0;
    }
}

@media (max-width: 890px) {
    .w3l-text-styles-34 th {
        font-size: 16px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .w3l-text-styles-34 td.top_hd {
        font-size: 18px;
    }

    .w3l-text-styles-34 td {
        font-size: 13px;
    }

        .w3l-text-styles-34 td a {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            overflow: hidden;
        }

    .w3l-text-styles-34 .w3l-text-styles-34_sur h5 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 480px) {
    .w3l-text-styles-34 .table > tbody > tr > td, .w3l-text-styles-34 .w3l-my-pricing-1 .table > tbody > tr > th, .w3l-text-styles-34 .w3l-my-pricing-1 .table > tfoot > tr > td, .w3l-text-styles-34 .w3l-my-pricing-1 .table > tfoot > tr > th, .w3l-text-styles-34 .w3l-my-pricing-1 .table > thead > tr > td, .w3l-text-styles-34 .w3l-my-pricing-1 .table > thead > tr > th {
        padding: 5px 5px;
        line-height: 15px;
    }

    .w3l-text-styles-34 th {
        font-size: 15px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .w3l-text-styles-34 td.top_hd {
        font-size: 16px;
    }

    .w3l-text-styles-34 td {
        font-size: 12px;
    }

        .w3l-text-styles-34 td a {
            font-size: 12px;
            height: 26px;
            line-height: 26px;
            padding: 0 10px;
        }
}

@media (max-width: 415px) {
    .w3l-text-styles-34 .w3l-text-styles-34_sur {
        padding: 30px 0;
    }
}

@media (max-width: 320px) {
    .w3l-text-styles-34 .table > tbody > tr > td, .w3l-text-styles-34 .table > tbody > tr > th, .w3l-text-styles-34 .table > tfoot > tr > td, .w3l-text-styles-34 .table > tfoot > tr > th, .w3l-text-styles-34 .table > thead > tr > td, .w3l-text-styles-34 .table > thead > tr > th {
        padding: 5px;
    }
}

/* //text-styles-34*/
.w3l-form-36 {
    /* The container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-form-36 .w3l-form-36-mian {
        padding: 50px 0px;
    }

    .w3l-form-36 .form-inner-cont {
        max-width: 370px;
        margin: 0px auto;
    }

        .w3l-form-36 .form-inner-cont h3 {
            font-size: 35px;
            line-height: 40px;
            color: var(--title-color);
            margin-bottom: 30px;
        }

    .w3l-form-36 .form-input input[type="email"],
    .w3l-form-36 .form-input input[type="password"] {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        font-size: 15px;
        padding: 0px 12px 0px 0px;
        color: #304659;
        height: 40px;
        -webkit-appearance: none;
    }

    .w3l-form-36 .form-input {
        margin: 20px 0;
        background: rgba(249, 250, 255, 0.09);
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

    .w3l-form-36 .checkbox {
        width: 16px;
        height: 16px;
        color: #F5F9FC;
        background: #304659;
        float: left;
    }

    .w3l-form-36 p.remember {
        font-size: 15px;
        line-height: 20px;
        color: #3B5266;
    }

    .w3l-form-36 .new-signup a {
        font-size: 17px;
        font-weight: bold;
        line-height: 25px;
        margin-top: 25px;
        display: block;
        color: var(--theme-color);
    }

    .w3l-form-36 .social-icons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        align-items: center;
        border-top: 2px solid #8298ab45;
        border-bottom: 2px solid #8298ab45;
        padding: 30px 0px;
        margin-top: 40px;
        position: relative;
    }

    .w3l-form-36 .continue {
        position: absolute;
        z-index: 9;
        top: -15%;
        left: 30%;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 30px;
        background: #F5F9FC;
        color: #8298AB;
        width: 130px;
        height: 30px;
        text-align: center;
    }

    .w3l-form-36 button.btn {
        text-decoration: none;
        text-align: center;
        width: 100%;
        border: none;
        cursor: pointer;
        height: 45px;
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-form-36 button.btn:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-form-36 .facebook span.fa {
        color: #3a5898;
        font-size: 22px;
    }

    .w3l-form-36 .facebook span.social-f {
        color: #3a5898;
        vertical-align: middle;
    }

    .w3l-form-36 .google span.fa {
        color: #dc4e41;
        font-size: 22px;
    }

    .w3l-form-36 .google span.social-g {
        color: #dc4e41;
        vertical-align: middle;
    }

    .w3l-form-36 .form-input span {
        color: #304659;
    }

    .w3l-form-36 .google span.fa,
    .w3l-form-36 .facebook span.fa {
        vertical-align: middle;
    }

    .w3l-form-36 .facebook,
    .w3l-form-36 .google {
        font-size: 17px;
        line-height: 40px;
        color: #304659;
        background: none;
        height: 50px;
        font-weight: bold;
        display: block;
        border: 2px solid #8298ab45;
        text-align: center;
    }

    .w3l-form-36 p.signup {
        color: #3b5266;
        font-size: 17px;
        line-height: 25px;
        display: block;
        margin-top: 25px;
    }

        .w3l-form-36 p.signup a {
            font-weight: bold;
            color: var(--theme-color);
        }

            .w3l-form-36 p.signup a:hover {
                text-decoration: underline;
            }

    .w3l-form-36 .check-remaind input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .w3l-form-36 .check-remaind {
        display: block;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        margin: 25px 0px;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .w3l-form-36 .check-remaind input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .w3l-form-36 .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 21px;
        width: 21px;
        background-color: #E1E9F0;
    }

    .w3l-form-36 .ccheck-remaind:hover input ~ .checkmark {
        background-color: var(--theme-color);
    }

    .w3l-form-36 .check-remaind input:checked ~ .checkmark {
        background-color: var(--theme-color);
    }

    .w3l-form-36 .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .w3l-form-36 .check-remaind input:checked ~ .checkmark:after {
        display: block;
    }

    .w3l-form-36 .check-remaind .checkmark:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

@media (max-width: 1080px) {
    .w3l-form-36 .w3l-form-36-mian {
        padding: 40px 0px;
    }
}

@media (max-width: 414px) {
    .w3l-form-36 .form-inner-cont h3 {
        font-size: 32px;
    }

    .w3l-form-36 .social-icons {
        margin-top: 30px;
    }
}

.w3l-teams-11 {
    /*********************** Demo - 13 *******************/
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-teams-11 .d-grid {
        display: grid;
    }

    .w3l-teams-11 .text-center {
        text-align: center;
    }

    .w3l-teams-11 .grid-columns {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-teams-11 .teams11 {
        padding: 0 0 4.5rem 0;
    }

    .w3l-teams-11 ul.social-icons li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
    }

        .w3l-teams-11 ul.social-icons li a {
            display: block;
        }

            .w3l-teams-11 ul.social-icons li a span {
                color: #fff;
                font-size: 15px;
                line-height: 30px;
            }

        .w3l-teams-11 ul.social-icons li.facebook {
            background: #3a5998;
            transition: 0.3s ease-in-out;
        }

        .w3l-teams-11 ul.social-icons li.twitter {
            background: #55acee;
            transition: 0.3s ease-in-out;
        }

    .w3l-teams-11 .box13 {
        position: relative;
        transition: all .2s ease-out 0s;
    }

        .w3l-teams-11 .box13 .box-content, .w3l-teams-11 .box13:after {
            position: absolute;
            left: 15px;
            right: 15px;
        }

        .w3l-teams-11 .box13:after {
            content: "";
            display: block;
            background: #fff;
            top: 15px;
            bottom: 15px;
            opacity: 0;
            transform: rotate3d(-1, 1, 0, 100deg);
            transition: all .4s ease-in-out 0s;
        }

        .w3l-teams-11 .box13:hover:after {
            opacity: 1;
            transform: rotate3d(0, 0, 0, 0deg);
        }

        .w3l-teams-11 .box13 img {
            width: 100%;
            height: auto;
        }

        .w3l-teams-11 .box13 .box-content {
            top: 50%;
            left: 40px;
            right: 40px;
            opacity: 0;
            z-index: 1;
            transform: translate(10%, -30%);
            transition: all .2s ease-out 0s;
        }

        .w3l-teams-11 .box13:hover .box-content {
            opacity: 1;
            transform: translate(0, -50%);
            transition-delay: .2s;
        }

        .w3l-teams-11 .box13 .title {
            color: var(--title-color);
            font-size: 25px;
            line-height: 30px;
            margin: 10px 0px;
        }

        .w3l-teams-11 .box13 span {
            font-size: 15px;
            line-height: 20px;
            color: var(--theme-color);
        }

        .w3l-teams-11 .box13 .post {
            font-size: 15px;
            line-height: 20px;
            color: #3b5266;
        }

        .w3l-teams-11 .box13 .social-icons {
            padding: 0;
            margin: 0;
            margin-top: 30px;
            list-style: none;
        }

            .w3l-teams-11 .box13 .social-icons li {
                display: inline-block;
                margin-right: 10px;
            }

    .w3l-teams-11 .box14 .icon li, .w3l-teams-11 .box14 .post {
        display: inline-block;
    }

    .w3l-teams-11 .actionlink {
        margin-top: 40px;
    }

    .w3l-teams-11 a.action {
        display: block;
        text-decoration: none;
        color: #304659;
        line-height: 25px;
        font-size: 17px;
        font-weight: 600;
    }

        .w3l-teams-11 a.action span {
            border: solid #304659;
            border-width: 0 1.5px 1.5px 0;
            display: inline-block;
            padding: 2px 4px 4px 2px;
            margin: 1px 3px;
        }

    .w3l-teams-11 .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

@media (max-width: 1080px) {
    .w3l-teams-11 .grid-columns {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 800px) {
    .w3l-teams-11 .grid-columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .w3l-teams-11 .grid-columns {
        grid-template-columns: 1fr;
    }

    .w3l-teams-11 .box13:after {
        transform: rotate3d(0, 1, 0, 100deg);
    }
}

@media (max-width: 415px) {
    .w3l-teams-11 .grids-content {
        grid-template-columns: 1fr;
    }

    .w3l-teams-11 .grids h4 {
        margin-top: 15px;
    }

    .w3l-teams-11 .grids p {
        margin-top: 10px;
    }

    .w3l-teams-11 .teams11 {
        padding: 0 0 35px 0;
    }
}

@media (max-width: 384px) {
    .w3l-teams-11 .feature h3 {
        font-size: 27px;
        line-height: 28px;
        margin-top: 25px;
    }

    .w3l-teams-11 .feature p {
        font-size: 16px;
        margin: 15px auto 0;
    }
}

.w3l-text-14 {
    /*-- Text14-block --*/
}

    .w3l-text-14 #text14-block {
        padding: 0 0 4.5rem 0;
    }

    .w3l-text-14 .d-grid {
        display: grid;
    }

    .w3l-text-14 ul.my-host-info li,
    .w3l-text-14 ul.my-host-info li a {
        list-style: none;
        margin-bottom: 15px;
        font-size: 16px;
        color: #7b7b7b;
    }

        .w3l-text-14 ul.my-host-info li a:hover {
            color: var(--theme-color);
            text-decoration: none;
        }

        .w3l-text-14 ul.my-host-info li:nth-child(7) {
            margin-bottom: 0px !important;
        }

        .w3l-text-14 ul.my-host-info li span {
            display: inline-block;
            font-size: 18px;
            color: #000;
            text-transform: capitalize;
            width: 30%;
        }

    .w3l-text-14 .social-icons li {
        display: inline-block;
        margin-right: 10px;
    }

    .w3l-text-14 h3.host-team-info {
        margin-top: 35px;
        margin-bottom: 20px;
        font-size: 24px;
        color: var(--title-color);
        font-weight: bold;
    }

    .w3l-text-14 .text14-max-align {
        max-width: 751px;
        margin: 0 auto;
    }

    .w3l-text-14 .text14-right {
        float: right;
        max-width: 170px;
        margin: 0px 0 25px 40px;
    }

    .w3l-text-14 h5.text14-heading {
        line-height: 25px;
        margin-bottom: 20px;
        margin-bottom: 30px;
        font-size: 34px;
        color: var(--title-color);
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .w3l-text-14 .text14-left p {
        font-style: normal;
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 20px;
        max-width: 556px;
        font-size: 16px;
        color: #000;
    }

        .w3l-text-14 .text14-left p:last-child {
            margin-bottom: 0;
        }

    .w3l-text-14 .text14-right a:hover {
        opacity: 0.8;
    }

    .w3l-text-14 .social-icons {
        margin-top: 10px;
    }

    .w3l-text-14 ul.social-icons li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
    }

        .w3l-text-14 ul.social-icons li a {
            display: block;
        }

            .w3l-text-14 ul.social-icons li a span {
                color: #fff;
                font-size: 15px;
                line-height: 30px;
            }

        .w3l-text-14 ul.social-icons li.facebook {
            background: #3a5998;
            transition: 0.3s ease-in-out;
        }

        .w3l-text-14 ul.social-icons li.twitter {
            background: #55acee;
            transition: 0.3s ease-in-out;
        }

@media all and (max-width: 440px) {
    .w3l-text-14 .text14-right {
        margin: 0px -15px 20px 25px;
    }

    .w3l-text-14 #text14-block {
        padding: 0 0 2.5rem 0;
    }

    .w3l-text-14 h5.text14-heading {
        font-size: 30px;
    }

    .w3l-text-14 ul.my-host-info li span {
        width: 42%;
    }
}

.w3l-faq-main {
    /* //Reset Code */
    /* teams 28 */
    /* //teams 28 */
    /* responsive */
    /* //responsive */
}

    .w3l-faq-main .grid-col-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-faq-main .grid-col-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-faq-main .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-faq-main .align-items-center {
        align-items: center;
    }

    .w3l-faq-main a.action {
        border: none;
        color: #304659;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        display: inline-block;
    }

        .w3l-faq-main a.action img {
            margin-left: 4px;
        }

    .w3l-faq-main .actionbg {
        border: none;
        font-weight: 600;
        display: inline-block;
        font-size: 17px;
        line-height: 45px;
        color: #F5F9FC;
        background: #304659;
        width: 103px;
        height: 45px;
        text-align: center;
        cursor: pointer;
    }

    .w3l-faq-main .align-center {
        text-align: center;
    }

    .w3l-faq-main p.text-tag {
        color: #8288AB;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

    .w3l-faq-main p.sub-paragraph {
        color: #3B5266;
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
    }

    .w3l-faq-main .teams-28 {
        padding: 80px 0;
    }

    .w3l-faq-main h6 a.title-team-28 {
        color: #304659;
        font-size: 20px;
        line-height: 25px;
    }

    .w3l-faq-main p.sm-text-28 {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #8298AB;
        margin-top: 5px;
    }

    .w3l-faq-main .midd-para-team {
        margin: 10px 0 20px;
    }

    .w3l-faq-main .team-main-19 {
        grid-template-columns: .5fr 1fr;
        display: grid;
        grid-gap: 32px;
        align-items: center;
    }

    .w3l-faq-main .buttons-teams a:first-child {
        margin-right: 5px;
    }

    .w3l-faq-main .sec-tit28 {
        margin-top: 30px;
    }

    .w3l-faq-main .main-contteam-28 {
        grid-gap: 40px;
    }

    .w3l-faq-main .title-teams-28 h4 {
        font-size: 35px;
        line-height: 40px;
        color: #304659;
        margin-bottom: 20px;
    }

    .w3l-faq-main .title-teams-28 {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

@media (max-width: 1280px) {
    .w3l-faq-main .sec-tit28 {
        margin-top: 40px;
    }

    .w3l-faq-main .teams-28 {
        padding: 60px 0;
    }
}

@media (max-width: 1050px) {
    .w3l-faq-main .team-main-19 {
        grid-gap: 20px;
    }

    .w3l-faq-main .team-main-19 {
        grid-template-columns: .8fr 1fr;
    }
}

@media (max-width: 991px) {
    .w3l-faq-main .main-contteam-28 {
        grid-gap: 20px;
    }

    .w3l-faq-main p.sub-paragraph.midd-para-team {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .w3l-faq-main .main-contteam-28 {
        grid-gap: 40px;
    }

    .w3l-faq-main .team-main-19 {
        grid-template-columns: 1fr;
    }

    .w3l-faq-main .title-teams-28 h4 {
        margin-bottom: 10px;
    }

    .w3l-faq-main .teams-28 {
        padding: 40px 0;
    }
}

@media (max-width: 736px) {
    .w3l-faq-main .team-main-19 {
        grid-template-columns: .5fr 1fr;
    }

    .w3l-faq-main .main-contteam-28 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .w3l-faq-main .team-main-19 {
        grid-template-columns: .8fr 1fr;
    }

    .w3l-faq-main .title-teams-28 {
        margin-bottom: 35px;
    }

        .w3l-faq-main .title-teams-28 h4 {
            font-size: 32px;
        }
}

@media (max-width: 384px) {
    .w3l-faq-main .column-19 img {
        height: 58vw;
    }
}

#w3l-timeline {
    /** timeline box structure **/
    /** timeline panels **/
    /** panel arrows **/
    /** timeline circle icons **/
    /** timeline content **/
    /** media queries **/
}

    #w3l-timeline .hoster-timeline {
        padding: 0 0 4.5rem 0;
    }

    #w3l-timeline .page-header h1 {
        font-size: 3.26em;
        text-align: center;
        color: #efefef;
        text-shadow: 1px 1px 0 #000;
    }

    #w3l-timeline .text-muted {
        color: #6c757d;
        margin: 10px 0;
        display: inline-block;
    }

    #w3l-timeline .timeline {
        list-style: none;
        padding: 20px 0 20px;
        position: relative;
    }

        #w3l-timeline .timeline:before {
            top: 0;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 3px;
            background-color: #eee;
            left: 50%;
            margin-left: -1.5px;
        }

        #w3l-timeline .timeline li {
            margin-bottom: 25px;
            position: relative;
        }

            #w3l-timeline .timeline li:before, #w3l-timeline .timeline li:after {
                content: " ";
                display: table;
            }

            #w3l-timeline .timeline li:after {
                clear: both;
            }

            #w3l-timeline .timeline li:before, #w3l-timeline .timeline li:after {
                content: " ";
                display: table;
            }

            #w3l-timeline .timeline li .timeline-panel {
                width: 46%;
                float: left;
                background: #fff;
                border: 1px solid #d4d4d4;
                padding: 20px;
                position: relative;
            }

                #w3l-timeline .timeline li .timeline-panel:before {
                    position: absolute;
                    top: 26px;
                    right: -15px;
                    display: inline-block;
                    border-top: 15px solid transparent;
                    border-left: 15px solid #ccc;
                    border-right: 0 solid #ccc;
                    border-bottom: 15px solid transparent;
                    content: " ";
                }

                #w3l-timeline .timeline li .timeline-panel:after {
                    position: absolute;
                    top: 27px;
                    right: -14px;
                    display: inline-block;
                    border-top: 14px solid transparent;
                    border-left: 14px solid #fff;
                    border-right: 0 solid #fff;
                    border-bottom: 14px solid transparent;
                    content: " ";
                }

                #w3l-timeline .timeline li .timeline-panel.noarrow:before, #w3l-timeline .timeline li .timeline-panel.noarrow:after {
                    top: 0;
                    right: 0;
                    display: none;
                    border: 0;
                }

            #w3l-timeline .timeline li.timeline-inverted .timeline-panel {
                float: right;
            }

                #w3l-timeline .timeline li.timeline-inverted .timeline-panel:before {
                    border-left-width: 0;
                    border-right-width: 15px;
                    left: -15px;
                    right: auto;
                }

                #w3l-timeline .timeline li.timeline-inverted .timeline-panel:after {
                    border-left-width: 0;
                    border-right-width: 14px;
                    left: -14px;
                    right: auto;
                }

            #w3l-timeline .timeline li .tl-circ {
                position: absolute;
                top: 26px;
                left: 50%;
                text-align: center;
                background: var(--theme-color);
                color: #fff;
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin-left: -15px;
                border-top-right-radius: 50%;
                border-top-left-radius: 50%;
                border-bottom-right-radius: 50%;
                border-bottom-left-radius: 50%;
                z-index: 99999;
            }

    #w3l-timeline .tl-heading h4 {
        margin: 0;
        color: #000000;
    }

    #w3l-timeline .tl-body p, #w3l-timeline .tl-body ul {
        margin-bottom: 0;
        font-size: 15px;
        color: #616161;
        line-height: 22px;
    }

    #w3l-timeline .tl-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 991px) {
    #w3l-timeline .timeline li .timeline-panel {
        width: 44%;
    }
}

@media (max-width: 700px) {
    #w3l-timeline .page-header h1 {
        font-size: 1.8em;
    }

    #w3l-timeline ul.timeline:before {
        left: 15px;
    }

    #w3l-timeline .tldate {
        width: 140px;
    }

    #w3l-timeline ul.timeline li .timeline-panel {
        width: calc(100% - 55px);
        width: -webkit-calc(100% - 55px);
    }

    #w3l-timeline ul.timeline li .tl-circ {
        top: 25px;
        left: 0px;
        margin-left: 0;
    }

    #w3l-timeline ul.timeline > li > .tldate {
        margin: 0;
    }

    #w3l-timeline ul.timeline > li > .timeline-panel {
        float: right;
    }

        #w3l-timeline ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        #w3l-timeline ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

@media (max-width: 480px) {
    #w3l-timeline .hoster-timeline {
        padding: 0 0 2.5rem 0;
    }
}

.w3l-error-page {
    /*--responsive--*/
    /*--//responsive--*/
}

    .w3l-error-page .new-block {
        text-align: center;
        height: 80vh;
        background: url(../images/cloud.png);
        background-size: cover;
        -webkit-animation: backgroundScroll 15s linear 1;
        -webkit-animation-fill-mode: forwards;
        animation: backgroundScroll 15s linear 1;
        animation-fill-mode: forwards;
        display: grid;
        align-items: center;
    }

    .w3l-error-page .middle-section h2 {
        font-size: 90px;
        color: #000000;
        line-height: 60px;
        text-transform: uppercase;
        opacity: 0.95;
    }

    .w3l-error-page .link-list-menu p {
        font-size: 20px;
        color: #000000;
        line-height: 35px;
        margin: 10px 0 35px 0;
    }

    .w3l-error-page .button-style {
        transition: 0.5s ease-out;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #6b7fff;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border-radius: 5px;
        min-width: 145px;
    }

        .w3l-error-page .button-style:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

@media (max-width: 992px) {
    .w3l-error-page .new-block {
        height: 70vh;
    }
}

.w3l-galleries-20 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-galleries-20 .d-grid {
        display: grid;
    }

    .w3l-galleries-20 .three-columns {
        grid-template-columns: 1fr 1fr 1fr;
        margin: 40px 0 0px;
    }

    .w3l-galleries-20 .gallery-20 h3 {
        font-size: 40px;
        line-height: 45px;
        color: var(--title-color);
        max-width: 950px;
    }

    .w3l-galleries-20 .gallery-20 h4 {
        font-size: 25px;
        line-height: 30px;
        color: var(--theme-color);
    }

    .w3l-galleries-20 .gallery-20 p {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3b5266;
        margin-top: 5px;
    }

@media (max-width: 1024px) {
    .w3l-galleries-20 .gallery-20 h3 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .w3l-galleries-20 .gallery-20 h3 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 736px) {
    .w3l-galleries-20 .gallery-20 h3 {
        font-size: 29px;
        line-height: 33px;
    }

    .w3l-galleries-20 .gallery-20 h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .w3l-galleries-20 .three-columns {
        margin: 30px 0 40px;
    }
}

@media (max-width: 600px) {
    .w3l-galleries-20 .three-columns {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }
}

@media (max-width: 415px) {
    .w3l-galleries-20 .gallery-20 h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .w3l-galleries-20 .gallery-20 h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .w3l-galleries-20 .gallery-20 {
        padding: 0 0 40px 0;
    }
}

@media (max-width: 384px) {
    .w3l-galleries-20 .gallery-20 h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .w3l-galleries-20 .three-columns {
        grid-column-gap: 10px;
    }

    .w3l-galleries-20 .gallery-20 p {
        font-size: 16px;
        margin-top: 0px;
    }

    .w3l-galleries-20 .three-columns {
        margin: 20px 0 30px;
    }
}

/* specifications-7 */
.w3l-specifications-7 {
    /* responsive code */
}

    .w3l-specifications-7 .w3l-specifications-7_sur {
        padding: 80px 0;
    }

        .w3l-specifications-7 .w3l-specifications-7_sur h4 {
            font-size: 35px;
            line-height: 45px;
            color: var(--title-color);
            font-weight: normal;
        }

        .w3l-specifications-7 .w3l-specifications-7_sur h3 {
            font-size: 55px;
            line-height: 60px;
            color: var(--title-color);
            margin-bottom: 30px;
        }

    .w3l-specifications-7 .w3l-specifications-7-top-left_sur {
        float: left;
        width: 50%;
        padding-right: 6em;
        box-sizing: border-box;
        border-right: 1px solid #8298AB;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-right_sur {
        float: left;
        width: 50%;
        padding-left: 6em;
        box-sizing: border-box;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur h6 {
        font-size: 20px;
        line-height: 30px;
        color: var(--theme-color);
        font-weight: normal;
        margin-bottom: 16px;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur p {
        font-size: 15px;
        line-height: 20px;
        color: #8298AB;
        margin-top: 20px;
    }

    .w3l-specifications-7 .w3l-specifications-7-green {
        background-color: var(--theme-color);
        display: inline-block;
        vertical-align: middle;
    }

    .w3l-specifications-7 .w3l-specifications-7-light-grey span {
        display: inline-block;
        font-size: 25px;
        line-height: 35px;
        color: #3B5266;
        margin-right: 20px;
        vertical-align: middle;
    }

    .w3l-specifications-7 .w3l-specifications-7-grey {
        background-color: #E1E9F0;
        display: inline-block;
        vertical-align: middle;
    }

    .w3l-specifications-7 .speci-tp {
        margin-top: 10px;
    }

@media screen and (max-width: 1366px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media screen and (max-width: 1280px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 48px;
        line-height: 53px;
    }
}

@media screen and (max-width: 1080px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 42px;
        line-height: 50px;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-right_sur {
        padding-left: 3em;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-left_sur {
        padding-right: 3em;
    }
}

@media screen and (max-width: 992px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 41px;
        line-height: 50px;
    }
}

@media screen and (max-width: 900px) {
    .w3l-specifications-7 .w3l-specifications-7_sur {
        padding: 50px 0;
    }

        .w3l-specifications-7 .w3l-specifications-7_sur p {
            font-size: 15px;
            line-height: 23px;
        }

    .w3l-specifications-7 .w3l-specifications-7-top-right_sur {
        padding-left: 3em;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-left_sur {
        padding-right: 3em;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-left_sur {
        padding-right: 0em;
        width: 100%;
        padding-bottom: 3em;
        border: none;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-right_sur {
        padding-left: 0em;
        width: 100%;
        border-left: none;
        padding-top: 3em;
        border-top: 1px solid #8298AB;
    }
}

@media screen and (max-width: 667px) {
    .w3l-specifications-7 .w3l-specifications-7-top-left_sur {
        width: 100%;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-right_sur {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .w3l-specifications-7 .w3l-specifications-7-top-left_sur {
        padding-bottom: 2em;
    }

    .w3l-specifications-7 .w3l-specifications-7-top-right_sur {
        padding-top: 2em;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media screen and (max-width: 440px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .w3l-specifications-7 .w3l-specifications-7-light-grey span {
        font-size: 22px;
        line-height: 32px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 415px) {
    .w3l-specifications-7 .w3l-specifications-7_sur {
        padding: 30px 0;
    }
}

@media screen and (max-width: 384px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 35px;
        line-height: 44px;
    }
}

@media screen and (max-width: 320px) {
    .w3l-specifications-7 .w3l-specifications-7_sur h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .w3l-specifications-7 .w3l-specifications-7_sur h3 {
        font-size: 31px;
        line-height: 34px;
    }

    .w3l-specifications-7 .w3l-specifications-7-light-grey span {
        font-size: 20px;
        line-height: 27px;
        margin-right: 10px;
    }
}

/* //specifications-7 */
.w3l-text-11 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-text-11 .text11 {
        padding: 50px 0px;
    }

    .w3l-text-11 .text11-content {
        max-width: 600px;
        margin: auto;
    }

        .w3l-text-11 .text11-content p {
            font-size: 17px;
            line-height: 25px;
            color: #3B5266;
            margin-top: 30px;
        }

@media (max-width: 480px) {
    .w3l-text-11 .text11-content p {
        margin-top: 15px;
    }

    .w3l-text-11 .text11 {
        padding: 40px 0px;
    }
}

.w3l-text-15 {
    /*-- text15-block --*/
}

    .w3l-text-15 :root {
        --main-bg-color: #F5F9FC;
    }

    .w3l-text-15 #text15-block {
        padding: 0 0 4.5rem 0;
    }

    .w3l-text-15 .d-grid {
        display: grid;
    }

    .w3l-text-15 .text15-max-align {
        max-width: 900px;
        margin: 0 auto;
    }

    .w3l-text-15 h5.text15-heading {
        font-size: 20px;
        line-height: 25px;
        color: var(--theme-color);
        margin-bottom: 20px;
    }

    .w3l-text-15 p.text15-para {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        margin-bottom: 20px;
       /* max-width: 556px;*/
    }

    .w3l-text-15 .text15-left p {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        width: 100%;
    }

    .w3l-text-15 .text15-list li {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
    }

    .w3l-text-15 .text15-list {
        margin-top: 20px;
    }

@media all and (max-width: 667px) {
    .w3l-text-15 .text15-left p {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        width: 100%;
    }
}

@media all and (max-width: 940px) {
    .w3l-text-15 .text15-left p {
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    .w3l-text-15 #text15-block {
        padding: 3rem 0;
    }
}

@media all and (max-width: 384px) {
    .w3l-text-15 h5.text15-heading {
        margin-bottom: 15px;
    }
}

/*-- search results page --*/
.w3l-search-hoster {
    /* responsive code */
    /*-- search results page --*/
}

    .w3l-search-hoster .show-host-search-title h3 {
        font-size: 40px;
        font-weight: 400;
        color: #000;
    }

    .w3l-search-hoster .show-host-search-title {
        padding: 3rem 0;
    }

    .w3l-search-hoster .host-results {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }

    .w3l-search-hoster .show-host-search-title p {
        font-size: 25px;
        color: #808080;
        margin-top: 20px;
    }

    .w3l-search-hoster .host-result p {
        font-size: 15px;
        color: #717171;
        line-height: 24px;
    }

    .w3l-search-hoster .host-result h5 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #000000;
        font-weight: 400;
    }

        .w3l-search-hoster .host-result h5 small {
            text-transform: uppercase;
            color: var(--theme-color);
            font-size: 60%;
            vertical-align: middle;
            font-weight: bold;
        }

    .w3l-search-hoster a.host-result-box {
        display: block;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    }

        .w3l-search-hoster a.host-result-box:hover {
            box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.05);
        }

    .w3l-search-hoster .new-search {
        padding: 3rem 0;
        background: #f9f9f9;
        margin-top: 4rem;
    }

    .w3l-search-hoster .another-search {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .w3l-search-hoster .new-search h5 {
        font-size: 30px;
        font-weight: 400;
        color: #000;
    }

    .w3l-search-hoster .new-search a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: #7385f6;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        transition: 0.5s ease-out;
    }

        .w3l-search-hoster .new-search a:hover {
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

@media screen and (max-width: 850px) {
    .w3l-search-hoster .host-results {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-search-hoster .new-search a {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .w3l-search-hoster .host-results {
        grid-template-columns: 1fr;
    }
}

.w3l-support-page .support {
    padding: 0 0 4.5rem 0;
}

.w3l-support-page .align-support-grids {
    grid-template-columns: 1fr 0.55fr;
    grid-gap: 50px;
}

.w3l-support-page select {
    background: url(../images/down.png) no-repeat 97% 52%;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    color: #304659;
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #bdc7ff;
    border-radius: 3px;
    margin-bottom: 14px;
}

.w3l-support-page input, .w3l-support-page textarea#message {
    background: #E1E9F0;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 14px;
    color: #304659;
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    background: #f9faff17;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #bdc7ff;
    border-radius: 3px;
}

.w3l-support-page textarea#message {
    height: 125px;
    resize: none;
    padding: 15px 15px;
    font-family: Arial;
    background: #f9faff17;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #bdc7ff;
    border-radius: 3px;
}

.w3l-support-page button.submit.btn.btn-primary {
    padding: 0px 30px;
    text-decoration: none;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 45px;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    color: #F5F9FC;
    background: #7385f6;
    display: inline-block;
    border-radius: 3px;
    transition: 0.5s ease-out;
}

    .w3l-support-page button.submit.btn.btn-primary:hover {
        background: #6b7fff;
        transform: translate3d(0, -5px, 0);
        -webkit-transform: translate3d(0, -5px, 0);
        transition: 0.5s ease-out;
    }

.w3l-support-page .my-support ul li {
    margin: 20px 0;
    margin-left: 15px;
    color: #858585;
    font-size: 14px;
    list-style-type: none;
}

.w3l-support-page .my-support {
    padding: 12px 0;
    align-self: start;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

    .w3l-support-page .my-support ul li a.host-faq {
        text-decoration: none;
        font-size: 22px;
        color: #000000;
        text-transform: uppercase;
    }

@media all and (max-width: 900px) {
    .w3l-support-page .align-support-grids {
        grid-gap: 20px;
    }
}

@media all and (max-width: 768px) {
    .w3l-support-page .align-support-grids {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    .w3l-support-page .my-support {
        display: none;
    }
}

/*-- hosting order  page --*/
.w3l-hosting-order {
    /* responsive */
    /*-- hosting order page --*/
}

    .w3l-hosting-order .host-prices {
        padding: 4rem 0;
    }

    .w3l-hosting-order .categories {
        border: 1px solid #eee;
        margin-bottom: 50px;
    }

        .w3l-hosting-order .categories h4 {
            color: #fff;
            background: var(--theme-color);
            padding: 15px 20px;
            font-size: 22px;
            font-weight: normal;
        }

        .w3l-hosting-order .categories ul li {
            list-style-type: none;
        }

            .w3l-hosting-order .categories ul li a {
                color: #000;
                padding: 15px 20px;
                font-size: 15px;
                display: block;
                background: #faf9fe;
            }

                .w3l-hosting-order .categories ul li a.active {
                    background: #33334f;
                    color: #fff;
                }

                .w3l-hosting-order .categories ul li a:hover {
                    background: #33334f;
                    color: #fff;
                }

    .w3l-hosting-order .show-host-search-title h3 {
        font-size: 30px;
        font-weight: 400;
        color: var(--title-color);
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        margin-bottom: 40px;
    }

    .w3l-hosting-order .order-page-align {
        grid-template-columns: 0.3fr 1fr;
        grid-gap: 50px;
    }

    .w3l-hosting-order .order-inner-align {
        grid-template-columns: 1.5fr 1fr;
        align-items: end;
    }

    .w3l-hosting-order ul.plans-list li {
        font-size: 13px;
        color: #191919;
        list-style-type: disc;
        line-height: 25px;
        list-style-position: inside;
    }

    .w3l-hosting-order .host-results {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .w3l-hosting-order .show-host-search-title p {
        font-size: 25px;
        color: #808080;
        margin-top: 20px;
    }

    .w3l-hosting-order .plan-price p {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .w3l-hosting-order .plan-price p small {
            font-size: 60%;
            display: block;
            font-weight: normal;
            margin: 5px 0 15px;
        }

    .w3l-hosting-order .plan-price span {
        font-size: 15px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        height: 32px;
        padding: 0 15px;
        line-height: 32px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-hosting-order .plan-price span:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-hosting-order .host-result h5 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #000000;
        font-weight: 400;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .w3l-hosting-order a.host-result-box {
        display: block;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        background: #fbfbfb;
    }

        .w3l-hosting-order a.host-result-box:hover {
            box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.05);
            background: #fff;
        }

@media (max-width: 992px) {
    .w3l-hosting-order .host-results {
        grid-template-columns: 1fr;
    }

    .w3l-hosting-order .order-page-align {
        grid-template-columns: 0.5fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 568px) {
    .w3l-hosting-order .host-results {
        grid-template-columns: 1fr;
    }

    .w3l-hosting-order .order-page-align {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }

    .w3l-hosting-order .host-order-items {
        order: 1;
    }

    .w3l-hosting-order aside.order-page-sidebar {
        order: 2;
    }

    .w3l-hosting-order .categories:last-child {
        margin-bottom: 0;
    }

    .w3l-hosting-order .host-prices {
        padding: 2rem 0 3rem;
    }

    .w3l-hosting-order .show-host-search-title h3 {
        font-size: 26px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
}

/*-- hosting order  page --*/
.w3l-order-summary {
    /* responsive */
    /*-- hosting order page --*/
}

    .w3l-order-summary .configure {
        padding: 4rem 0;
    }

    .w3l-order-summary .hosting-price-view {
        margin: 0;
        padding: 25px 10px;
        min-height: 100px;
        border-radius: 3px;
        background-color: #f8f8f8;
        font-size: 13px;
    }

    .w3l-order-summary .w3l-order-summary h4 {
        margin: 0;
        padding: 10px;
        color: #ffffff;
        text-align: center;
        font-size: 1.4em;
        background: #051b35;
        font-weight: normal;
    }

    .w3l-order-summary .product-name {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
    }

    .w3l-order-summary .product-group {
        margin: 0 0 5px 0;
        display: block;
        font-style: italic;
    }

    .w3l-order-summary .float-left {
        float: left !important;
    }

    .w3l-order-summary .float-right {
        float: right !important;
    }

    .w3l-order-summary .price-calculator {
        margin: 10px 0;
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 25px;
    }

    .w3l-order-summary a.continue {
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 120px;
        height: 37px;
        line-height: 35px;
        display: block;
        border-radius: 3px;
        transition: 0.5s ease-out;
        margin-top: 2rem;
        margin-left: auto;
    }

        .w3l-order-summary a.continue:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-order-summary .final-price .price {
        font-size: 2.3em;
    }

    .w3l-order-summary .final-price span {
        display: block;
        text-align: right;
    }

    .w3l-order-summary select {
        background: url(../images/down.png) no-repeat 96% 52%;
        border: none;
        outline: none;
        width: 62%;
        font-size: 15px;
        padding: 0px 10px;
        color: #304659;
        height: 40px;
        text-align: left;
        -webkit-appearance: none;
        cursor: pointer;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid #bdc7ff;
        border-radius: 3px;
    }

    .w3l-order-summary .select-bill {
        align-items: center;
        flex-wrap: wrap;
        font-size: 18px;
        justify-content: space-between;
        padding: 1rem 0;
        margin: 1.5rem 0 0 0;
        border-top: 1px solid #eee;
    }

    .w3l-order-summary .sh-list h5 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #000000;
        font-weight: 400;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .w3l-order-summary .sh-list p {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .w3l-order-summary .sh-list ul li {
        font-size: 13px;
        color: #191919;
        list-style-type: disc;
        line-height: 25px;
        list-style-position: inside;
    }

    .w3l-order-summary .categories {
        border: 1px solid #eee;
        margin-bottom: 50px;
    }

        .w3l-order-summary .categories h4 {
            color: #fff;
            background: var(--theme-color);
            padding: 15px 20px;
            font-size: 22px;
            font-weight: normal;
        }

        .w3l-order-summary .categories ul li {
            list-style-type: none;
        }

            .w3l-order-summary .categories ul li a {
                color: #000;
                padding: 15px 20px;
                font-size: 15px;
                display: block;
                background: #faf9fe;
            }

                .w3l-order-summary .categories ul li a.active {
                    background: #33334f;
                    color: #fff;
                }

                .w3l-order-summary .categories ul li a:hover {
                    background: #33334f;
                    color: #fff;
                }

    .w3l-order-summary .show-host-search-title h3 {
        font-size: 30px;
        font-weight: 400;
        color: var(--title-color);
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }

    .w3l-order-summary .order-page-align {
        grid-template-columns: 0.3fr 1fr;
        grid-gap: 50px;
    }

    .w3l-order-summary .order-inner-align {
        grid-template-columns: 1.5fr 1fr;
        align-items: end;
    }

    .w3l-order-summary ul.plans-list li {
        font-size: 13px;
        color: #191919;
        list-style-type: disc;
        line-height: 25px;
        list-style-position: inside;
    }

    .w3l-order-summary .align-sh-order {
        grid-template-columns: 1.8fr 1fr;
        grid-gap: 30px;
    }

    .w3l-order-summary .host-results {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .w3l-order-summary .show-host-search-title p {
        font-size: 25px;
        color: #808080;
        margin-top: 20px;
    }

    .w3l-order-summary .plan-price p {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .w3l-order-summary .plan-price p small {
            font-size: 60%;
            display: block;
            font-weight: normal;
            margin: 5px 0 15px;
        }

    .w3l-order-summary .plan-price span {
        font-size: 15px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        height: 32px;
        padding: 0 15px;
        line-height: 32px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-order-summary .plan-price span:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-order-summary .host-result h5 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #000000;
        font-weight: 400;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .w3l-order-summary a.host-result-box {
        display: block;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        background: #fbfbfb;
    }

        .w3l-order-summary a.host-result-box:hover {
            box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.05);
            background: #fff;
        }

@media (max-width: 992px) {
    .w3l-order-summary .host-results {
        grid-template-columns: 1fr;
    }

    .w3l-order-summary .order-page-align {
        grid-template-columns: 0.5fr 1fr;
        grid-gap: 30px;
    }

    .w3l-order-summary .align-sh-order {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 568px) {
    .w3l-order-summary .host-results {
        grid-template-columns: 1fr;
    }

    .w3l-order-summary .order-page-align {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }

    .w3l-order-summary .host-order-items {
        order: 1;
    }

    .w3l-order-summary aside.order-page-sidebar {
        order: 2;
    }

    .w3l-order-summary .categories:last-child {
        margin-bottom: 0;
    }

    .w3l-order-summary .configure {
        padding: 2rem 0 3rem;
    }

    .w3l-order-summary .show-host-search-title h3 {
        font-size: 26px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .w3l-order-summary select {
        width: 100%;
    }
}

/* Custom Font *
::-moz-selection {
  background: #7285f6;
  /* WebKit/Blink Browsers * }
::selection {
  background: #7285f6;
  /* WebKit/Blink Browsers * }

::-moz-selection {
  background: #7285f6;
  /* Gecko Browsers * }

/* Responsive */
@media only screen and (max-width: 620px) {
    /* Tables
parameters: width, alignment, padding */
    table[class=w3l-scale] {
        width: 100% !important;
    }

    table[class=w3l-scale-remove-border] {
        width: 100% !important;
        border: 0px !important;
    }

    table[class=w3l-scale-remove-border-keep-bottom] {
        width: 100% !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }

    table[class=w3l-scale-300] {
        width: 100% !important;
        height: 300px !important;
    }

    table[class=w3l-scale-90] {
        width: 90% !important;
    }

    table[class=w3l-scale-80] {
        width: 80% !important;
    }

    table[class=w3l-scale-60perc] {
        width: 90% !important;
        margin-bottom: 50px;
    }

    table[class=w3l-scale-30perc] {
        width: 100% !important;
    }
    /* Td */
    td[class=hide] {
        display: none !important;
        height: 0px !important;
        font-size: 0px !important;
    }

    td[class=extraHeight] {
        height: 40px !important;
    }

    td[class=resetHeight] {
        height: 55px !important;
    }

    td[class=w3l-scale-left] {
        width: 100% !important;
        text-align: left !important;
    }

    td[class=w3l-scale-height] {
        height: 70px !important;
    }

    td[class=w3l-scale-left-bottom] {
        width: 100% !important;
        text-align: left !important;
        padding-bottom: 24px !important;
    }

    td[class=w3l-scale-left-padding] {
        width: 100% !important;
        text-align: left !important;
        padding-left: 0px !important;
    }

    td[class=w3l-scale-left-top] {
        width: 100% !important;
        text-align: left !important;
        padding-top: 24px !important;
    }

    td[class=w3l-scale-left-all] {
        width: 100% !important;
        text-align: left !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    td[class=w3l-scale-center] {
        width: 100% !important;
        text-align: center !important;
    }

    td[class=w3l-scale-center-both] {
        width: 100% !important;
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    td[class=w3l-scale-center-both-padding] {
        width: 100% !important;
        text-align: center !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    td[class=w3l-scale-center-bottom] {
        width: 100% !important;
        text-align: center !important;
        padding-bottom: 24px !important;
    }

    td[class=w3l-scale-center-top] {
        width: 100% !important;
        text-align: center !important;
        padding-top: 24px !important;
    }

    td[class=w3l-scale-center-all] {
        width: 100% !important;
        text-align: center !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    td[class=w3l-scale-right] {
        width: 100% !important;
        text-align: right !important;
    }

    td[class=w3l-scale-right-bottom] {
        width: 100% !important;
        text-align: right !important;
        padding-bottom: 24px !important;
    }

    td[class=w3l-scale-right-top] {
        width: 100% !important;
        text-align: right !important;
        padding-top: 24px !important;
    }

    td[class=w3l-scale-right-all] {
        width: 100% !important;
        text-align: right !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    td[class=w3l-scale-center-bottom-both] {
        width: 100% !important;
        text-align: center !important;
        padding-bottom: 24px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    td[class=w3l-scale-center-top-both] {
        width: 100% !important;
        text-align: center !important;
        padding-top: 24px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    td[class=reset] {
        height: 0px !important;
    }

    td[class=w3l-scale-center-topextra] {
        width: 100% !important;
        text-align: center !important;
        padding-top: 84px !important;
    }
    /* Img */
    img[class="reset"] {
        display: inline !important;
    }

    img[class="w3l-scale"] {
        width: 100%;
    }

    img[class="w3l-scale-inline"] {
        display: inline !important;
    }
}

/* /text-styles-34*/
.w3l-my-pricing-1 {
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-my-pricing-1 .table > tbody > tr > td, .w3l-my-pricing-1 .table > tbody > tr > th, .w3l-my-pricing-1 .table > tfoot > tr > td, .w3l-my-pricing-1 .table > tfoot > tr > th, .w3l-my-pricing-1 .table > thead > tr > td, .w3l-my-pricing-1 .table > thead > tr > th {
        padding: 6px 0;
        line-height: 20px;
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .w3l-my-pricing-1 .table-striped > tbody > tr:nth-of-type(even) {
        background: rgba(51, 51, 79, 0.09);
    }

    .w3l-my-pricing-1 table.table.table-striped {
        width: 100%;
        box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.05);
        border-collapse: collapse;
    }

    .w3l-my-pricing-1 td.top_hd {
        font-size: 22px;
        font-weight: bold;
        color: #051b35;
    }

    .w3l-my-pricing-1 .w3l-text-styles-34_sur h5 {
        font-size: 35px;
        line-height: 40px;
        color: var(--title-color);
        margin-bottom: 1em;
        text-align: center;
    }

    .w3l-my-pricing-1 .w3l-text-styles-34_sur {
        padding: 0 0 80px 0;
    }

    .w3l-my-pricing-1 tr {
        border: 1px solid #eee;
        text-align: center;
    }

    .w3l-my-pricing-1 td {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        color: #3B5266;
    }

    .w3l-my-pricing-1 th {
        font-size: 20px;
        color: #ffffff;
        background: #172741;
        font-weight: normal;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        text-align: center;
    }

    .w3l-my-pricing-1 td a {
        transition: 0.5s ease-out;
        font-size: 14px;
        text-align: center;
        color: #F5F9FC;
        background: #6b7fff;
        height: 37px;
        line-height: 37px;
        display: inline-block;
        border-radius: 5px;
        padding: 0 20px;
    }

        .w3l-my-pricing-1 td a:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-my-pricing-1 span {
        border: solid #304659;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 2px 4px 4px 2px;
        margin: 3px 3px;
    }

    .w3l-my-pricing-1 .right {
        transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
    }

@media (max-width: 900px) {
    .w3l-my-pricing-1 .w3l-text-styles-34_sur {
        padding: 0 0 50px 0;
    }
}

@media (max-width: 667px) {
    .w3l-my-pricing-1 th {
        font-size: 16px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .w3l-my-pricing-1 td.top_hd {
        font-size: 18px;
    }

    .w3l-my-pricing-1 td {
        font-size: 13px;
    }

        .w3l-my-pricing-1 td a {
            font-size: 13px;
            height: 30px;
            line-height: 30px;
            padding: 0 15px;
        }

    .w3l-my-pricing-1 .w3l-text-styles-34_sur h5 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 480px) {
    .w3l-my-pricing-1 .table > tbody > tr > td, .w3l-my-pricing-1 .w3l-my-pricing-1 .table > tbody > tr > th, .w3l-my-pricing-1 .w3l-my-pricing-1 .table > tfoot > tr > td, .w3l-my-pricing-1 .w3l-my-pricing-1 .table > tfoot > tr > th, .w3l-my-pricing-1 .w3l-my-pricing-1 .table > thead > tr > td, .w3l-my-pricing-1 .w3l-my-pricing-1 .table > thead > tr > th {
        padding: 5px 5px;
        line-height: 15px;
    }

    .w3l-my-pricing-1 th {
        font-size: 15px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .w3l-my-pricing-1 td.top_hd {
        font-size: 16px;
    }

    .w3l-my-pricing-1 td {
        font-size: 12px;
    }

        .w3l-my-pricing-1 td a {
            font-size: 12px;
            height: 26px;
            line-height: 26px;
            padding: 0 10px;
            overflow: hidden;
        }
}

@media (max-width: 415px) {
    .w3l-my-pricing-1 .w3l-text-styles-34_sur {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 320px) {
    .w3l-my-pricing-1 .table > tbody > tr > td, .w3l-my-pricing-1 .table > tbody > tr > th, .w3l-my-pricing-1 .table > tfoot > tr > td, .w3l-my-pricing-1 .table > tfoot > tr > th, .w3l-my-pricing-1 .table > thead > tr > td, .w3l-my-pricing-1 .table > thead > tr > th {
        padding: 5px;
    }
}

/* //text-styles-34*/
.w3l-pricing-6 {
    /*--/pricing--*/
    /*--/grid-alignment--*/
    /*--//grid-alignment--*/
    /*--//pricing--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-pricing-6 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
    }

    .w3l-pricing-6 p.price-dh {
        width: 80%;
        margin: 10px auto 40px;
        text-align: center;
        font-size: 17px;
        line-height: 25px;
        color: #3B5266;
    }

    .w3l-pricing-6 .pricing-main {
        padding: 4.5em 0;
        background-color: #f8f8f8;
    }

    .w3l-pricing-6 .pricing h2 {
        font-size: 50px;
        line-height: 50px;
        color: var(--theme-color);
        margin-bottom: 25px;
        text-align: center;
    }

        .w3l-pricing-6 .pricing h2 span {
            font-size: 17px;
            line-height: 25px;
            color: #8298AB;
        }

    .w3l-pricing-6 .pricing h3 {
        font-size: 20px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 20px;
    }

    .w3l-pricing-6 .icon {
        margin-bottom: 20px;
    }

    .w3l-pricing-6 .icon {
        text-align: right;
    }

    .w3l-pricing-6 .pricing-bottom-bottom {
        border-top: 2px solid #d6e1ea;
        margin-top: 30px;
        padding-top: 30px;
    }

    .w3l-pricing-6 .grid {
        display: grid;
    }

    .w3l-pricing-6 .grid-column-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-pricing-6 .grid-column-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-pricing-6 .grid-column-auto-3 {
        grid-template-columns: auto 1fr auto;
    }

    .w3l-pricing-6 .pricing-main .column {
        border: 1px solid #ececec;
        padding: 20px 20px;
        margin: 10px;
        box-shadow: 0 1px 6px 0 rgba(117, 117, 117, 0.25);
        border-radius: 5px;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .w3l-pricing-6 .column:after {
        content: '';
        position: absolute;
        width: 474px;
        height: 350px;
        background: rgba(51, 51, 79, 0.03);
        bottom: -150px;
        left: -195px;
        border-radius: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .w3l-pricing-6 p {
        color: #3B5266;
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: center;
    }

    .w3l-pricing-6 ul.links li {
        list-style: none;
        margin-bottom: 12px;
        color: #304659;
    }

    .w3l-pricing-6 .tick-mark {
        float: left;
        width: 7%;
        margin-right: 1%;
    }

    .w3l-pricing-6 .tick-info {
        float: left;
        width: 92%;
    }

    .w3l-pricing-6 h5.tick-info {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #444;
    }

        .w3l-pricing-6 h5.tick-info b {
            font-weight: bold;
            color: #000;
        }

    .w3l-pricing-6 ul.links img {
        vertical-align: middle;
    }

    .w3l-pricing-6 p a {
        color: #3B5266;
        font-weight: 500;
    }

    .w3l-pricing-6 .includes {
        text-align: center;
    }

    .w3l-pricing-6 .buy-button {
        margin: 2rem 0 1rem;
    }

        .w3l-pricing-6 .buy-button a {
            outline: none;
            cursor: pointer;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            color: #F5F9FC;
            background: #7385f6;
            width: 150px;
            height: 45px;
            line-height: 42px;
            display: inline-block;
            border-radius: 3px;
            transition: 0.5s ease-out;
            border: 1px solid var(--theme-color);
        }

            .w3l-pricing-6 .buy-button a:hover {
                background: #6b7fff;
                transform: translate3d(0, -5px, 0);
                -webkit-transform: translate3d(0, -5px, 0);
                transition: 0.5s ease-out;
            }

@media (max-width: 1280px) {
    .w3l-pricing-6 .pricing-main {
        padding: 3em 0;
    }
}

@media (max-width: 992px) {
    .w3l-pricing-6 .grid-column-3 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-pricing-6 p,
    .w3l-pricing-6 ul.links li {
        font-size: 16px;
    }

    .w3l-pricing-6 .pricing-bottom-bottom {
        margin-top: 20px;
        padding-top: 20px;
    }

    .w3l-pricing-6 .pricing h2 {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .w3l-pricing-6 .pricing h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .w3l-pricing-6 ul.links {
        height: 150px;
    }
}

@media (max-width: 769px) {
    .w3l-pricing-6 p,
    .w3l-pricing-6 ul.links li {
        font-size: 14px;
    }

    .w3l-pricing-6 .pricing-main .column {
        padding: 20px 20px;
    }

    .w3l-pricing-6 .pricing-main {
        padding: 2.5em 0;
    }
}

@media (max-width: 767px) {
    .w3l-pricing-6 .pricing-main {
        padding: 2em 0;
    }
}

@media (max-width: 690px) {
    .w3l-pricing-6 .pricing-bottom-top p {
        padding-right: 0em;
    }

    .w3l-pricing-6 .tick-mark {
        float: left;
        width: 8%;
        margin-right: 2%;
    }

    .w3l-pricing-6 .tick-info {
        float: left;
        width: 90%;
    }
}

@media (max-width: 667px) {
    .w3l-pricing-6 .pricing-main {
        padding: 2em 0;
    }

    .w3l-pricing-6 h3.host-title {
        font-size: 35px;
    }

    .w3l-pricing-6 p.price-dh {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .w3l-pricing-6 .grid-column-2 {
        grid-template-columns: 1fr;
    }

    .w3l-pricing-6 .grid-column-3 {
        grid-template-columns: 1fr;
    }

    .w3l-pricing-6 .buy-button {
        margin: 2em 0 1em;
    }
}

@media (max-width: 320px) {
    .w3l-pricing-6 p,
    .w3l-pricing-6 ul.links li {
        font-size: 14px;
    }
}

.w3l-pricing-11 {
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

    .w3l-pricing-11 .pricing11-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px;
    }

    .w3l-pricing-11 .pricing11 {
        padding: 4.5rem 0px;
        background-size: cover;
        background-attachment: fixed;
        background: #f4f3fa;
        background-image: linear-gradient(to right, #f1f1f1, rgba(255, 255, 255, 0)), url(../images/bubbles.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .w3l-pricing-11 h3.host-title {
        text-align: center;
        font-size: 45px;
        color: var(--title-color);
        margin-bottom: 85px;
    }

    .w3l-pricing-11 .pricing-grid-active {
        transform: scale(1.1);
    }

    .w3l-pricing-11 .pricing-grid {
        padding: 20px 20px 90px;
        transition: 0.3s;
        position: relative;
        margin-bottom: 40px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #f4f3fa;
        box-shadow: 0 0px 1px 0 rgba(77, 77, 119, 0.3);
    }

    .w3l-pricing-11 .pos {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 60%;
        margin: 0 auto;
    }

    .w3l-pricing-11 .pricing-grid h6 {
        font-size: 24px;
        color: #051b35;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        padding: 12px 0;
    }

    .w3l-pricing-11 span.recommend {
        padding: 10px;
        background: #28a745;
        color: #fff;
        border-radius: 45px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .w3l-pricing-11 .pricing-grid p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #989898;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .w3l-pricing-11 .pricing-grid button {
        text-align: center;
        background: #304659;
        border: none;
        outline: none;
        color: #fff;
        width: 100%;
        font-size: 16px;
        padding: 12px 30px;
        cursor: pointer;
        text-decoration: none;
        text-transform: capitalize;
        display: inline-block;
    }

    .w3l-pricing-11 .rate h4 {
        font-size: 25px;
        line-height: 30px;
        color: #000000;
        font-weight: normal;
    }

    .w3l-pricing-11 .rate h5 {
        font-size: 35px;
        line-height: 40px;
        color: var(--theme-color);
    }

        .w3l-pricing-11 .rate h5 span {
            font-size: 15px;
            line-height: 20px;
            color: #8298ab;
            font-weight: normal;
        }

            .w3l-pricing-11 .rate h5 span.top-align {
                display: block;
            }

    .w3l-pricing-11 a.action {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 150px;
        height: 45px;
        line-height: 42px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
        border: 1px solid var(--theme-color);
    }

        .w3l-pricing-11 a.action:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-pricing-11 .rate {
        display: grid;
        grid-auto-flow: column;
        margin-top: 20px;
        align-items: end;
        justify-content: space-between;
    }

    .w3l-pricing-11 ul.points {
        margin-top: 40px;
    }

        .w3l-pricing-11 ul.points li {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #051b35;
            margin: 10px 0;
            display: grid;
            grid-template-columns: 8% auto;
        }

            .w3l-pricing-11 ul.points li img {
                padding-top: 3px;
                vertical-align: middle;
            }

@media (max-width: 1200px) {
    .w3l-pricing-11 span.recommend {
        width: 60%;
    }

    .w3l-pricing-11 ul.points li {
        grid-template-columns: 10% auto;
    }
}

@media (max-width: 992px) {
    .w3l-pricing-11 .pricing11-content {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 40px;
    }

    .w3l-pricing-11 .pricing-grid {
        margin: 0;
    }
}

@media (max-width: 667px) {
    .w3l-pricing-11 .pricing-grid-active {
        transform: scale(1);
    }

    .w3l-pricing-11 .pricing11-content {
        grid-gap: 20px;
    }
}

@media (max-width: 568px) {
    .w3l-pricing-11 .pricing11-content {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }

    .w3l-pricing-11 .pricing11-content {
        grid-column-gap: 15px;
    }

    .w3l-pricing-11 h3.host-title {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .w3l-pricing-11 ul.points {
        margin-top: 30px;
    }
}

/* /pricing-7*/
.w3l-pricing-7 {
    /*.w3l-pricing-7-gd-left.active {
		border: 1px solid #8298AB;
		transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-o-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		z-index:1;
		margin: 0 8px;;
	}*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

    .w3l-pricing-7 .w3l-pricing-7_sur {
        padding: 4.5rem 0;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .w3l-pricing-7 .w3l-pricing-7_sur h2 {
        font-size: 35px;
        line-height: 40px;
        color: var(--title-color);
        text-align: center;
        margin-bottom: 2em;
    }

    .w3l-pricing-7 .w3l-pricing-7 h5 {
        font-size: 15px;
        line-height: 20px;
        color: #28a745;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 46px;
    }

    .w3l-pricing-7 .w3l-pricing-7 h6 {
        font-size: 28px;
        line-height: 20px;
        color: var(--title-color);
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .w3l-pricing-7 .w3l-pricing-7 h3 label {
        font-size: 25px;
        vertical-align: text-top;
    }

    .w3l-pricing-7 .w3l-pricing-7 h3 {
        font-size: 45px;
        line-height: 50px;
        color: var(--theme-color);
        margin-bottom: 25px;
        text-align: center;
        font-weight: normal;
    }

        .w3l-pricing-7 .w3l-pricing-7 h3 span {
            font-size: 17px;
            line-height: 25px;
            color: #8298AB;
        }

    .w3l-pricing-7 p.tick-info {
        color: #636363;
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
    }

    .w3l-pricing-7 p.pric-foot {
        text-align: center;
        font-size: 17px;
        line-height: 25px;
        color: #051b35;
        margin-top: 40px;
    }

        .w3l-pricing-7 p.pric-foot a {
            font-size: 17px;
            line-height: 25px;
            font-weight: 700;
            color: #7385f6;
            text-decoration: none;
        }

    .w3l-pricing-7 .pric-foot a:hover {
        text-decoration: underline;
    }

    .w3l-pricing-7 p.pric-foot img {
        vertical-align: middle;
    }

    .w3l-pricing-7 ul.links li {
        list-style: none;
        margin-bottom: 14px;
        color: #304659;
        text-align: center;
    }

    .w3l-pricing-7 p.tick-ssl {
        color: #28a745;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-left {
        padding: 3em .2em 2em;
        border: 1px solid #d4dadf;
        transition: 0.3s;
        background: #fff;
    }

    .w3l-pricing-7 .pric-7-1 {
        padding: 5em .2em;
        border: 1px solid #d4dadf;
    }

    .w3l-pricing-7 .pric-7-2 {
        padding: 5em .2em;
        border: 1px solid var(--theme-color);
        transform: scale(1.05);
        background: #fff;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-left:hover {
        transition: 0.3s;
        border: 1px solid var(--theme-color);
        transform: scale(1.05);
        background: #fff;
    }

    .w3l-pricing-7 .buy-button {
        margin-top: 3.5em;
    }

        .w3l-pricing-7 .buy-button a {
            outline: none;
            cursor: pointer;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            color: #F5F9FC;
            background: #7385f6;
            width: 150px;
            height: 45px;
            line-height: 42px;
            display: inline-block;
            border-radius: 3px;
            transition: 0.5s ease-out;
            border: 1px solid var(--theme-color);
        }

            .w3l-pricing-7 .buy-button a:hover {
                background: #6b7fff;
                transform: translate3d(0, -5px, 0);
                -webkit-transform: translate3d(0, -5px, 0);
                transition: 0.5s ease-out;
            }

@media (max-width: 1080px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .w3l-pricing-7 .pric-7-1, .w3l-pricing-7 .pric-7-2 {
        padding: 5em .2em;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-left {
        padding: 2em .2em 3em;
    }
}

@media (max-width: 900px) {
    .w3l-pricing-7 .w3l-pricing-7_sur {
        padding: 50px 0;
    }

        .w3l-pricing-7 .w3l-pricing-7_sur h2 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 1.5em;
        }
}

@media (max-width: 992px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 768px) {
    .w3l-pricing-7 .pric-7-1 {
        border-right: 1px solid #8298AB;
    }

    .w3l-pricing-7 .pric-7-2 {
        border-left: 1px solid #8298AB;
    }
}

@media (max-width: 600px) {
    .w3l-pricing-7 p.pric-foot {
        margin-top: 25px;
    }
}

@media (max-width: 568px) {
    .w3l-pricing-7 .w3l-pricing-7_sur h2 {
        margin-bottom: 0.5em;
    }
}

@media (max-width: 500px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 415px) {
    .w3l-pricing-7 .w3l-pricing-7_sur {
        padding: 40px 0 50px;
    }
}

/* //pricing-7*/
.w3l-portfolios-4 {
    /*-- Portfolios4-block --*/
    /*-- popup --*/
    /*-- //popup --*/
}

    .w3l-portfolios-4 #portfolios4-block {
        padding: 0 0 4.5rem 0;
    }

    .w3l-portfolios-4 .align-portfolio-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 15px;
    }

    .w3l-portfolios-4 #portfolio {
        position: relative;
    }

    .w3l-portfolios-4 .pop-overlay {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 0ms;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
    }

        .w3l-portfolios-4 .pop-overlay:target {
            visibility: visible;
            opacity: 1;
        }

    .w3l-portfolios-4 .popup {
        background: #fff;
        border-radius: 3px;
        max-width: 530px;
        position: relative;
        margin: 2rem auto;
        padding: 2rem 1rem 1.5rem;
    }

        .w3l-portfolios-4 .popup h4 {
            font-size: 25px;
            line-height: 32px;
            color: #051B35;
            margin-bottom: 15px;
        }

        .w3l-portfolios-4 .popup p {
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            color: #34334e;
            margin-top: 10px;
            margin-bottom: 25px;
        }

    .w3l-portfolios-4 a.action {
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 120px;
        height: 37px;
        line-height: 35px;
        display: inline-block;
        border-radius: 3px;
        transition: 0.5s ease-out;
    }

        .w3l-portfolios-4 a.action:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

    .w3l-portfolios-4 .popup .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        opacity: 0.6;
    }

        .w3l-portfolios-4 .popup .close:hover {
            opacity: 1;
        }

    .w3l-portfolios-4 .one-image-column a img:hover {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
        transition: 0.3s ease;
    }

@media all and (max-width: 991px) {
    .w3l-portfolios-4 .align-portfolio-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 600px) {
    .w3l-portfolios-4 .align-portfolio-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 500px) {
    .w3l-portfolios-4 .popup {
        margin: 2rem 15px;
    }
}

@media all and (max-width: 440px) {
    .w3l-portfolios-4 .align-portfolio-items {
        grid-gap: 8px;
    }

    .w3l-portfolios-4 #portfolios4-block {
        padding: 0 0 3rem 0;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w3l-choose-domain {
    /* responsive */
}

    .w3l-choose-domain .order-page-align {
        grid-template-columns: 0.3fr 1fr;
        grid-gap: 50px;
    }

    .w3l-choose-domain .categories {
        border: 1px solid #eee;
        margin-bottom: 50px;
    }

        .w3l-choose-domain .categories h4 {
            color: #fff;
            background: var(--theme-color);
            padding: 15px 20px;
            font-size: 22px;
            font-weight: normal;
        }

        .w3l-choose-domain .categories ul li {
            list-style-type: none;
        }

            .w3l-choose-domain .categories ul li a.active {
                background: #33334f;
                color: #fff;
            }

            .w3l-choose-domain .categories ul li a {
                color: #000;
                padding: 15px 20px;
                font-size: 15px;
                display: block;
                background: #faf9fe;
            }

    .w3l-choose-domain .categories {
        border: 1px solid #eee;
        margin-bottom: 50px;
    }

    .w3l-choose-domain .show-host-search-title h3 {
        font-size: 30px;
        font-weight: 400;
        color: var(--title-color);
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        margin-bottom: 40px;
    }

    .w3l-choose-domain .w3l-choose-domain-grids {
        padding: 4rem 0;
    }

    .w3l-choose-domain .align-gap {
        grid-gap: 15px;
    }

    .w3l-choose-domain .www-view {
        padding: 0 12px;
        font-size: 14px;
        font-weight: 400;
        color: #051b35;
        text-align: center;
        background-color: #fff;
        border-radius: 0;
        line-height: 47px;
    }

    .w3l-choose-domain .form-view {
        position: relative;
        vertical-align: top;
        padding: 0 10px;
        border: none;
        height: 50px;
        border-left: 1px solid #eee;
        outline: none;
        width: 100%;
        font-size: 15px;
        color: #304659;
        text-align: left;
        -webkit-appearance: none;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border-radius: 0;
    }

    .w3l-choose-domain select.form-view {
        background: #fff url(../images/down.png) no-repeat 93% 52%;
        cursor: pointer;
    }

    .w3l-choose-domain .domain-button button {
        border: none;
        min-width: 113px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 90px;
        display: inline-block;
        border-radius: 0;
        transition: 0.5s ease-out;
        height: 50px;
    }

    .w3l-choose-domain h6.paragraph {
        color: #3B5266;
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
        display: inline;
    }

    .w3l-choose-domain .faq-drawer__title {
        position: relative;
        margin-bottom: 0;
        color: #373737;
        font-weight: 600;
        font-size: 15px;
        border-radius: 8px;
        cursor: pointer;
    }

    .w3l-choose-domain .faq-drawer__trigger:checked + .faq-drawer__title::after {
        transform: rotate(-180deg);
    }

    .w3l-choose-domain .faq-drawer__content-wrapper {
        overflow: hidden;
        max-height: 0px;
        font-size: 15px;
        line-height: 23px;
    }

    .w3l-choose-domain .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
        max-height: 350px;
    }

    .w3l-choose-domain .faq-drawer__trigger:checked + .faq-drawer__title {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .w3l-choose-domain .faq-drawer__content-wrapper .faq-drawer__content {
        padding: 10px 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .w3l-choose-domain .domains-row {
        grid-template-columns: auto auto auto;
        align-items: center;
    }

    .w3l-choose-domain .faq-drawer {
        background-color: #efefef;
        padding: 20px;
        border-radius: 5px;
    }

    .w3l-choose-domain .suggest-domains h4 {
        font-size: 25px;
        font-weight: 400;
        color: var(--theme-color);
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .w3l-choose-domain .domains ul li {
        color: #777;
        list-style-type: none;
        font-size: 17px;
        border: 1px solid #eee;
        display: inline-block;
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        line-height: 1.8;
        width: 120px;
        max-width: 120px;
        background: #fff;
    }

        .w3l-choose-domain .domains ul li a {
            font-size: 15px;
            text-align: center;
            color: #F5F9FC;
            background: #000;
            height: 32px;
            padding: 0 15px;
            line-height: 32px;
            display: inline-block;
            border-radius: 3px;
            transition: 0.5s ease-out;
        }

    .w3l-choose-domain .domains {
        background: #faf9fe;
        margin: 2rem 0;
        padding: 2rem;
    }

    .w3l-choose-domain .suggest-domains ul li {
        display: block;
        font-size: 16px;
        color: #3c3c3c;
        margin: 13px 0;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

        .w3l-choose-domain .suggest-domains ul li b {
            margin: 0 20px;
        }

        .w3l-choose-domain .suggest-domains ul li a {
            font-size: 15px;
            text-align: center;
            color: #F5F9FC;
            background: #000;
            height: 32px;
            padding: 0 15px;
            line-height: 32px;
            display: inline-block;
            border-radius: 3px;
            transition: 0.5s ease-out;
            float: right;
        }

            .w3l-choose-domain .suggest-domains ul li a:hover {
                background: #6b7fff;
                transform: translate3d(0, -5px, 0);
                -webkit-transform: translate3d(0, -5px, 0);
                transition: 0.5s ease-out;
            }

    .w3l-choose-domain a.domain-continue {
        font-size: 18px;
        text-align: center;
        color: #F5F9FC;
        background: #7385f6;
        width: 134px;
        height: 45px;
        line-height: 42px;
        border-radius: 3px;
        transition: 0.5s ease-out;
        margin: 15px auto;
        display: block;
    }

        .w3l-choose-domain a.domain-continue:hover {
            background: #6b7fff;
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.5s ease-out;
        }

@media (max-width: 992px) {
    .w3l-choose-domain .order-page-align {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .w3l-choose-domain .host-order-items {
        order: 1;
    }

    .w3l-choose-domain aside.order-page-sidebar {
        order: 2;
    }

    .w3l-choose-domain .categories:last-child {
        margin-bottom: 0;
    }

    .w3l-choose-domain .w3l-choose-domain-grids {
        padding: 2rem 0 3rem;
    }

    .w3l-choose-domain .show-host-search-title h3 {
        margin-bottom: 25px;
    }
}

@media (max-width: 568px) {
    .w3l-choose-domain .order-page-align {
        grid-gap: 60px;
    }

    .w3l-choose-domain .show-host-search-title h3 {
        font-size: 26px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .w3l-choose-domain .domains-row {
        grid-template-columns: 2.5fr 1fr;
    }
}

@media (max-width: 384px) {
    .w3l-choose-domain .domains-row {
        grid-template-columns: 1fr;
    }
}

.w3l-coming-soon-block {
    /* responsive */
}

    .w3l-coming-soon-block .coming-soon {
        background-image: url("../images/pencil.jpg");
        height: 80vh;
        background-position: center;
        background-size: cover;
        position: relative;
        color: #000;
    }

        .w3l-coming-soon-block .coming-soon h1 {
            font-size: 65px;
        }

    .w3l-coming-soon-block p#demo {
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 40px;
        word-spacing: 50px;
        font-size: 40px;
    }

    .w3l-coming-soon-block .middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .w3l-coming-soon-block small {
        font-size: 50%;
        display: inline-block;
        font-weight: bold;
        color: #000;
        opacity: 0.5;
        color: #051b35;
    }

@media (max-width: 960px) {
    .w3l-coming-soon-block .middle {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .w3l-coming-soon-block .coming-soon h1 {
        font-size: 55px;
    }
}

@media (max-width: 641px) {
    .w3l-coming-soon-block .middle {
        width: 90%;
    }
}

@media (max-width: 568px) {
    .w3l-coming-soon-block p#demo {
        word-spacing: 30px;
    }
}

@media (max-width: 480px) {
    .w3l-coming-soon-block .coming-soon {
        height: 65vh;
    }

        .w3l-coming-soon-block .coming-soon h1 {
            font-size: 45px;
        }

    .w3l-coming-soon-block p#demo {
        padding: 30px 10px;
        font-size: 35px;
        word-spacing: 20px;
    }
}

/*Agregados por Daniel TM*/
.btn-nosotros-saber {
    border: 1px solid #2C6DFF;
    border-radius: 20px;
    position: absolute;
    margin-right: 10px;
    width: 110px;
    padding: 5px;
}
    .btn-nosotros-saber:hover {
        border: 1px solid #FFDE59;
    }
.btn-nosotros-cotiza {
    border: 1px solid #bfbfd9;
    border-radius: 20px;
    position: absolute;
    margin-left: 115px;
    width: 95px;
    padding: 5px;
}
    .btn-nosotros-cotiza:hover {
        border: 1px solid #25D366;
    }

/*# sourceMappingURL=style-freedom.css.map */
