/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
html {
  scroll-behavior: smooth;
}

:root {
  /*--theme-color-1: #555294;*/
  --theme-color-1: #006fdc;
  --theme-color-2: #fd7979;
  --main-bg-color: #f9f9f9;
  --title-color: #2a2926;
  --para-color: #67696f;
}

body,
html {
  margin: 0;
  padding: 0;
  color: var(--para-color);
}

* {
  box-sizing: border-box;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-family:'Cairo', sans-serif;
}

    .radiobuttonlist {
    }

        .radiobuttonlist td {
            border: 0px solid green !important;
            /*height:50px;
            vertical-align:bottom;*/
            padding: 10px 0px 0px 0px !important;
        }

    .radio-style {
        padding: 0px;
    }

    /*span.radio > input[type="radio"] {
    margin: 8px -5px 7px 0px;
}

span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0px 5px 0px 10px;
}*/


    .wrapper-full {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {
        .wrapper {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .wrapper {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .wrapper {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .wrapper {
            max-width: 1140px;
        }
    }

    .img-responsive {
        max-width: 100%;
        display: block;
    }

    .img-fluid {
        width: 100%;
    }

    .d-grid {
        display: grid;
    }

    .d-flex {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    .text-center {
        text-align: center !important;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    button,
    input,
    select {
        /*-webkit-appearance: none;*/
        outline: none;
    }

    button,
    .btn,
    select {
        cursor: pointer;
    }

    a {
        text-decoration: none;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

    iframe {
        border: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ol {
        margin: 0;
        padding: 0;
    }

    body a:hover,
    body button:hover {
        opacity: .75;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    a {
        color: var(--title-color);
    }

    p {
        color: var(--para-color);
    }

    img {
        opacity: 1;
        transition: .3s ease-in-out;
    }

        img:hover {
            opacity: .8;
        }

    .brk-btn {
        position: relative;
        background: none;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        padding: 10px 22px;
        font-size: 15px;
        display: inline-block;
        border-radius: 40px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .brk-btn-bg {
        color: var(--title-color);
        background: #fff;
    }

    .brk-btn-2 {
        color: var(--title-color);
        border: 2px solid #eee;
        margin-top: 20px;
        font-weight: 600;
        background: #fff;
    }

    .brk-btn-3 {
        color: #fff;
        border: 2px solid var(--theme-color-2);
        background: var(--theme-color-2);
        font-weight: 600;
    }

        .brk-btn-2:hover,
        .brk-btn-3:hover {
            background: var(--theme-color-1);
            border-color: var(--theme-color-1);
            color: #fff;
            opacity: 1;
        }

    .brk-btn::before {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        background: #222;
        height: 0.2em;
        right: 20%;
        top: -0.21em;
        transform: skewX(-45deg);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .brk-btn::after {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        background: #222;
        height: 0.2em;
        left: 20%;
        bottom: -0.21em;
        transform: skewX(45deg);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .brk-btn:hover::before {
        right: 80%;
    }

    .brk-btn:hover::after {
        left: 80%;
    }

    .brk-btn-2::before,
    .brk-btn-2::after,
    .brk-btn-3::before,
    .brk-btn-3::after {
        background: #fff;
    }

    h3.title-main {
        font-size: 35px;
        line-height: 40px;
        color: var(--title-color);
        text-align: center;
        margin-bottom: 50px;
    }

    @media screen and (max-width: 800px) {
        h3.title-main {
            font-size: 32px;
            line-height: 35px;
            margin-bottom: 40px;
        }
    }

    @media screen and (max-width: 415px) {
        h3.title-main {
            font-size: 30px;
            line-height: 32px;
        }
    }

    @media screen and (max-width: 375px) {
        .brk-btn {
            font-size: 13px;
        }
    }

    /*!
 *  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-face {
        font-family: 'FontAwesome';
        src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
        src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.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;
    }

    .fa-lg {
        font-size: 1.33333333em;
        line-height: .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: .14285714em;
        text-align: center;
    }

        .fa-li.fa-lg {
            left: -1.85714286em;
        }

    .fa-border {
        padding: .2em .25em .15em;
        border: solid .08em #eee;
        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;
    }

    .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: #fff;
    }

    .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;
    }

    /* top header */
    .w3l-top-header .top-header-2 {
        background: var(--theme-color-1);
        padding: 10px 0;
    }

    .w3l-top-header .main-top {
        grid-auto-flow: column;
    }

    .w3l-top-header .top-headers li {
        display: inline-block;
    }

        .w3l-top-header .top-headers li a,
        .w3l-top-header .top-headers li,
        .w3l-top-header .social-icons-top a span {
            color: #fff;
            font-size: 15px;
        }

            .w3l-top-header .top-headers li span {
                margin-right: 4px;
            }

    .w3l-top-header .top-headers li {
        margin-right: 1em;
    }

        .w3l-top-header .top-headers li:last-child {
            margin-right: 0em;
        }

    .w3l-top-header .social-icons-top a span {
        margin: 0 4px;
    }

    @media all and (max-width: 760px) {
        .w3l-top-header .top-headers li {
            margin-right: .5em;
        }
    }

    @media all and (max-width: 667px) {
        .w3l-top-header .top-headers.text-right ul li:last-child {
            margin-top: 5px;
        }
    }

    @media all and (max-width: 480px) {
        .w3l-top-header .top-header-2 {
            /*display: none;*/
        }
    }

    /* //top header */
    /* header */
    .w3l-headers-9 {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .w3l-headers-9 {
        /* CSS Document */
        /* Hide Dropdowns by Default
 * and giving it a position of absolute */
        /* Display Dropdowns on Hover */
        /* search */
        /* search form */
        /* //search */
        /* Media Queries
--------------------------------------------- */
        /* navigation */
        /* responsive for header */
        /* //responsive for header */
    }

        .w3l-headers-9 header {
            background: #fff;
            border-bottom: 1px solid #EAEDF2;
        }

        .w3l-headers-9 .header {
            display: flex;
            align-items: center;
            position: relative;
        }

        .w3l-headers-9 .logo {
            color: var(--theme-color-2);
            font-size: 30px;
            display: block;
        }

        .w3l-headers-9 .bottom-menu-content {
            /*margin-left: auto;*/
            margin: auto;
        }

        .w3l-headers-9 .toggle-2,
        .w3l-headers-9 .toggle,
        .w3l-headers-9 [id^=drop] {
            display: none;
        }

        .w3l-headers-9 nav ul {
            position: relative;
        }

            .w3l-headers-9 nav ul li {
                display: inline-block;
                position: relative;
                padding: 0 12px;
                vertical-align: middle;
            }

                .w3l-headers-9 nav ul li ul li {
                    display: inherit;
                    padding: 0;
                }

        .w3l-headers-9 input#nav {
            display: none;
        }

        .w3l-headers-9 ul.menu a.link-nav {
            color: var(--title-color);
            font-weight: 400;
            font-size: 17px;
            line-height: 60px;
        }

        .w3l-headers-9 .dropdown-toggle::after {
            display: none;
        }

        .w3l-headers-9 ul.menu ul:after {
            position: absolute;
            top: -9px;
            left: 0;
            right: 0;
            margin: 0 auto;
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: #fff;
            border-radius: 3px 0 0 0;
            transform: rotate(45deg);
            border-top: 1px solid #EAEDF2;
            border-left: 1px solid #EAEDF2;
        }

        .w3l-headers-9 nav ul ul {
            display: none;
            background: #fff;
            border-radius: 4px;
            border: 1px solid #EAEDF2;
            padding: 1rem;
            min-width: 180px;
            position: absolute;
            top: 55px;
            left: 0;
            box-shadow: 0 0 1px #eee, 0 6px 18px rgba(0, 0, 0, 0.15);
            transform: translateX(-60px);
            z-index: 9;
        }

        .w3l-headers-9 ul.first-dropdwon {
            min-width: 530px;
            -webkit-columns: 3;
            -moz-columns: 3;
            columns: 3;
            transform: translateX(-230px);
        }

        .w3l-headers-9 ul.menu ul li a {
            color: #666;
            font-size: 16px;
            padding: 4px;
            display: block;
        }

        .w3l-headers-9 nav ul li:hover > ul {
            display: inherit;
        }

        .w3l-headers-9 .nav_w3ls nav ul ul li {
            width: 170px;
            float: none;
            display: block;
            position: relative;
            margin: 0;
        }

            .w3l-headers-9 .nav_w3ls nav ul ul li a {
                display: block;
                color: var(--title-color);
                padding: 4px 8px;
                font-size: 16px;
            }

                .w3l-headers-9 .nav_w3ls nav ul ul li a:hover {
                    color: #000;
                    background: #eee;
                    opacity: 1;
                }

        .w3l-headers-9 nav ul ul ul li {
            position: relative;
            top: -60px;
            left: 170px;
        }

        .w3l-headers-9 li.nav-right-sty {
            margin-left: 23em;
        }

        .w3l-headers-9 .overlay-menuv-hny {
            position: relative;
            margin-left: .5em;
            padding-top: 5px;
        }

        .w3l-headers-9 .menuopen {
            cursor: pointer;
        }

        .w3l-headers-9 .side-menu-hny:hover {
            opacity: 0.9;
        }

        .w3l-headers-9 .overlay-menuv-hny input {
            display: none;
        }

        .w3l-headers-9 .side-menu-hny label.menuclose {
            text-transform: uppercase;
            text-align: center;
        }

            .w3l-headers-9 .side-menu-hny label.menuclose:hover {
                cursor: pointer;
            }

        .w3l-headers-9 .overlay-menuv {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.9);
            z-index: 999;
        }

            .w3l-headers-9 .overlay-menuv label.menuclose {
                width: 28px;
                height: 28px;
                position: absolute;
                right: 20px;
                top: 20px;
                background: url(../images/cross.png) no-repeat;
                z-index: 100;
                cursor: pointer;
                z-index: 999;
            }

            .w3l-headers-9 .overlay-menuv nav {
                text-align: center;
                position: relative;
                top: 50%;
                font-size: 54px;
                transform: translateY(-50%);
            }

            .w3l-headers-9 .overlay-menuv ul {
                list-style: none;
                padding: 0;
                margin: 0 auto;
                display: inline-block;
                position: relative;
            }

                .w3l-headers-9 .overlay-menuv ul li {
                    display: block;
                    margin: 20px 0;
                    text-align: left;
                }

                    .w3l-headers-9 .overlay-menuv ul li a {
                        display: block;
                        color: white;
                        text-decoration: none;
                        transition: color 0.2s;
                        font-size: 17px;
                        font-weight: normal;
                    }

        .w3l-headers-9 .side-menu-hny ~ .overlay-menuv-hugeinc {
            opacity: 0;
            visibility: hidden;
        }

        .w3l-headers-9 #op:checked ~ .overlay-menuv-hugeinc {
            opacity: 1;
            visibility: visible;
        }

        .w3l-headers-9 .overlay-menuv-hugeinc nav {
            perspective: 300px;
            max-width: 600px;
            margin: 0 auto;
        }

            .w3l-headers-9 .overlay-menuv-hugeinc nav ul {
                opacity: 0.4;
            }

        .w3l-headers-9 #op:checked ~ .overlay-menuv-hugeinc nav ul {
            opacity: 1;
            transform: rotateX(0deg);
        }

        .w3l-headers-9 #op:not(:checked) ~ .overlay-menuv-hugeinc nav ul {
            transform: translateY(25%) rotateX(-35deg);
        }

        .w3l-headers-9 form.search-head-form input {
            display: block;
            background: #fff;
            border: none;
            padding: 14px 50px 14px 18px;
            font-size: 16px;
            color: #333;
            width: 80%;
            border-radius: 40px;
        }

        .w3l-headers-9 .search-head-form button {
            margin-left: -3em;
            padding: 14px 22px;
        }

        .w3l-headers-9 h6.search-text {
            color: #fff;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 1em;
        }

        .w3l-headers-9 .buttonbg {
            padding: 13px 40px;
        }

        .w3l-headers-9 label.menuopen span {
            color: var(--title-color);
            font-size: 18px;
        }

        .w3l-headers-9 ul.first-dropdwon img:hover {
            opacity: 1;
        }

    @media all and (max-width: 1440px) {
        .w3l-headers-9 li.nav-right-sty {
            margin-left: 16em;
        }
    }

    @media all and (max-width: 1366px) {
        .w3l-headers-9 li.nav-right-sty {
            margin-left: 13em;
        }
    }

    @media all and (max-width: 1280px) {
        .w3l-headers-9 li.nav-right-sty {
            margin-left: 11em;
        }
    }

    @media all and (max-width: 1080px) {
        .w3l-headers-9 li.nav-right-sty {
            margin-left: 7em;
        }

        .w3l-headers-9 nav ul li {
            padding: 0 7px;
        }
    }

    @media all and (max-width: 1024px) {
        .w3l-headers-9 li.nav-right-sty {
            margin-left: 5em;
        }
    }

    @media all and (max-width: 991px) {
        .w3l-headers-9 {
            /* Hide the navigation menu by default */
            /* Also hide the  */
            /* Stylinf the toggle lable */
            /* Display Dropdown when clicked on Parent Lable */
            /* Hide Dropdowns by Default */
            /* Hide menus on hover */
            /* Fisrt Tier Dropdown */
            /* navigation scroll */
            /* //navigation scroll */
            /* //navigation */
            /* responsive design for nav */
            /* //responsive design for nav */
        }

            .w3l-headers-9 header {
                padding: 10px 0;
            }

            .w3l-headers-9 .toggle + a {
                display: none;
            }

            .w3l-headers-9 .toggle {
                display: block;
                padding: 7px 12px;
                font-size: 15px;
                text-decoration: none;
                border: none;
                float: right;
                background-color: #eee;
                color: #333;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -o-border-radius: 4px;
                -ms-border-radius: 4px;
                -moz-border-radius: 4px;
                margin-bottom: 0;
                cursor: pointer;
            }

            .w3l-headers-9 .menu .toggle {
                float: none;
                padding: 0;
                font-weight: normal;
                font-size: 17px;
                background: transparent;
                color: #2C3038;
            }

            .w3l-headers-9 .toggle:hover {
                opacity: .8;
            }

            .w3l-headers-9 .menu .toggle.active {
                font-weight: bold;
            }

            .w3l-headers-9 [id^=drop]:checked + ul {
                display: block;
                padding: 15px 20px;
                /* text-align: center; */
                width: 100%;
                z-index: 99;
            }

            .w3l-headers-9 nav ul li {
                display: block;
                width: 100%;
            }

            .w3l-headers-9 .nav_w3ls nav ul ul {
                float: none;
                position: static;
                color: #ffffff;
                padding: 10px !important;
            }

            .w3l-headers-9 nav ul ul li:hover > ul,
            .w3l-headers-9 nav ul li:hover > ul {
                display: none;
            }

            .w3l-headers-9 nav ul ul li {
                display: block;
                width: 100%;
                padding: 0;
            }

            .w3l-headers-9 nav ul ul ul li {
                position: static;
            }

            .w3l-headers-9 .nav_w3ls nav ul ul li {
                width: 100%;
                padding: 0;
                margin: 0;
            }

            .w3l-headers-9 ul.menu a.link-nav {
                line-height: 20px;
                display: block;
            }

            .w3l-headers-9 a.link-nav.dropdown-toggle {
                display: none !important;
            }

            .w3l-headers-9 ul.menu {
                padding: 0 15px 12px;
            }

                .w3l-headers-9 ul.menu::-webkit-scrollbar {
                    width: 3px;
                }

                .w3l-headers-9 ul.menu::-webkit-scrollbar-track {
                    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
                    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
                }

                .w3l-headers-9 ul.menu::-webkit-scrollbar-thumb {
                    background-color: #d4d4d4;
                }

            .w3l-headers-9 .bottom-menu-content label.menu-bar {
                width: 40px;
                position: absolute;
                top: 10px;
                right: 40px;
                cursor: pointer;
                z-index: 99;
                height: 40px;
            }

                .w3l-headers-9 .bottom-menu-content label.menu-bar:before {
                    content: '';
                    background: var(--title-color);
                    width: 40px;
                    height: 4px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    border-radius: 10px;
                    transition: all 0.5s;
                }

                .w3l-headers-9 .bottom-menu-content label.menu-bar:after {
                    content: '';
                    background: var(--title-color);
                    width: 40px;
                    height: 4px;
                    position: absolute;
                    top: 23px;
                    left: 0px;
                    border-radius: 10px;
                    transition: all 0.5s;
                }

            .w3l-headers-9 .bottom-menu-content input#nav {
                display: block;
            }

            .w3l-headers-9 .bottom-menu-content input#nav {
                height: 0px;
                opacity: 1;
                display: block;
                transition: opacity 0.2s;
            }

                .w3l-headers-9 .bottom-menu-content input#nav:before {
                    content: '';
                    background: var(--title-color);
                    width: 40px;
                    height: 4px;
                    position: absolute;
                    top: 22px;
                    right: 40px;
                    border-radius: 10px;
                    z-index: 50;
                }

                .w3l-headers-9 .bottom-menu-content input#nav:checked {
                    opacity: 0;
                }

                    .w3l-headers-9 .bottom-menu-content input#nav:checked ~ label.menu-bar:before {
                        top: 15px;
                        -webkit-animation: linetop 0.5s linear 0.3s;
                        animation: linetop 0.5s linear 0.3s;
                        -webkit-animation-fill-mode: forwards;
                        animation-fill-mode: forwards;
                    }

                    .w3l-headers-9 .bottom-menu-content input#nav:checked ~ label.menu-bar:after {
                        top: 15px;
                        -webkit-animation: linebottom 0.5s linear 0.3s;
                        animation: linebottom 0.5s linear 0.3s;
                        -webkit-animation-fill-mode: forwards;
                        animation-fill-mode: forwards;
                    }

            .w3l-headers-9 .bottom-menu-content nav {
                position: absolute;
                top: 50px;
                left: 0px;
                width: 100%;
                height: 0%;
                color: #fff;
                overflow-y: auto;
                overflow-x: hidden;
                transition: all 0.3s;
                background: #fff;
                z-index: 999;
            }

            .w3l-headers-9 .bottom-menu-content input#nav:checked ~ nav {
                height: auto;
            }

            .w3l-headers-9 .bottom-menu-content nav > ul {
                transform: translate(0%, 0%);
                transition: 0.2s;
                transition-delay: 0.2s;
                border: 1px solid #ddd;
                border-top: none;
            }

            .w3l-headers-9 .bottom-menu-content input#nav:checked.menu-bar ~ nav > ul {
                opacity: 1;
            }

        @-webkit-keyframes linetop {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(45deg);
            }
        }

        @keyframes linetop {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(45deg);
            }
        }

        @-webkit-keyframes linebottom {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(-45deg);
            }
        }

        @keyframes linebottom {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(-45deg);
            }
        }

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            transform: translateX(0px);
            max-width: 600px;
        }

        .w3l-headers-9 nav ul li {
            display: block;
            width: 100%;
            margin: 10px 0;
            padding: 0;
        }

        .w3l-headers-9 nav ul ul {
            position: static;
            margin-top: 10px;
        }

        .w3l-headers-9 nav ul li ul li {
            margin: 0;
        }

        .w3l-headers-9 ul.menu ul:after {
            right: 88%;
        }

        .w3l-headers-9 li.nav-right-sty {
            margin-left: 0;
            margin-top: 1.5em;
        }
    }

    @media (max-width: 800px) {

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            max-width: 540px;
        }
    }

    @media (max-width: 736px) {

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            min-width: 180px;
            max-width: 490px;
        }

        .w3l-headers-9 ul.first-dropdwon {
            -webkit-columns: 2;
            -moz-columns: 2;
            columns: 2;
        }
    }

    @media (max-width: 667px) {

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            max-width: 450px;
        }
    }

    @media (max-width: 640px) {
        .w3l-headers-9 .overlay-menuv-hugeinc nav {
            margin: 0 .5em;
        }
    }

    @media (max-width: 556px) {
        .w3l-headers-9 form.search-head-form input {
            width: 78%;
        }
    }

    @media (max-width: 490px) {
        .w3l-headers-9 form.search-head-form input {
            width: 75%;
        }
    }

    @media (max-width: 480px) {
        .w3l-headers-9 .overlay-menuv-hny {
            margin-top: 0px;
        }

        .w3l-headers-9 .nav-right-sty {
            grid-gap: 20px;
        }

        .w3l-headers-9 nav.menu-side-over-left {
            grid-template-columns: repeat(auto-fit, minmax(124px, 100px));
        }

        .w3l-headers-9 .bottom-menu-content label.menu-bar:before,
        .w3l-headers-9 .bottom-menu-content label.menu-bar:after,
        .w3l-headers-9 .bottom-menu-content input#nav:before {
            width: 35px;
            height: 3px;
            top: 3px;
        }

        .w3l-headers-9 .logo {
            font-size: 28px;
        }

        .w3l-headers-9 header {
            padding: 8px 0;
        }

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            max-width: 380px;
        }

        .w3l-headers-9 .bottom-menu-content nav {
            top: 40px;
        }

        .w3l-headers-9 .bottom-menu-content label.menu-bar {
            right: 35px;
            top: 8px;
        }

        .w3l-headers-9 .bottom-menu-content input#nav:before {
            top: 20px;
        }

        .w3l-headers-9 .bottom-menu-content label.menu-bar:after {
            top: 20px;
        }
    }

    @media (max-width: 440px) {

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            max-width: 330px;
        }

        .w3l-headers-9 form.search-head-form input {
            width: 100%;
            padding: 14px;
        }

        .w3l-headers-9 .search-head-form button {
            margin-left: 0;
            margin-top: 1.2em;
            width: 100%;
        }
    }

    @media (max-width: 384px) {
        .w3l-headers-9 a.link-nav {
            font-size: 16px;
        }

        .w3l-headers-9 .nav-right-sty {
            grid-gap: 10px;
        }

        .w3l-headers-9 .overlay-menuv ul li a {
            font-size: 16px;
        }

        .w3l-headers-9 .buttonbg {
            padding: 13px 25px;
        }

        .w3l-headers-9 ul.first-dropdwon {
            -webkit-columns: 1;
            -moz-columns: 1;
            columns: 1;
        }

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            max-width: 300px;
        }

        .w3l-headers-9 ul.menu a.link-nav {
            font-size: 16px;
        }

        .w3l-headers-9 .menu .toggle {
            font-size: 16px;
        }
    }

    @media (max-width: 320px) {
        .w3l-headers-9 nav.menu-side-over-left {
            grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
        }

        .w3l-headers-9 ul.first-dropdwon,
        .w3l-headers-9 nav ul ul {
            max-width: 250px;
        }
    }

    /* //header */
    .w3l-hero-headers-20 {
        /*-- banner style --*/
        /*-- //banner style --*/
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .w3l-hero-headers-20 .d-grid {
            display: grid;
        }

        .w3l-hero-headers-20 .grid-columns-2 {
            grid-template-columns: 1fr 1fr;
        }

        .w3l-hero-headers-20 .grid-columns-auto {
            grid-template-columns: .75fr 1fr;
            align-items: center;
        }

        .w3l-hero-headers-20 .grid-columns-3 {
            grid-template-columns: 1fr 1fr .5fr;
        }

        .w3l-hero-headers-20 .align-right {
            text-align: right;
        }

        .w3l-hero-headers-20 .hero-header-20 {
            background: #f5f9fc;
        }

        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 95px;
            line-height: 100px;
            text-align: center;
            color: #fff;
            /*font-style: italic;*/
            font-weight: 700;
        }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            font-style: normal;
            font-weight: normal;
            font-size: 25px;
            line-height: 35px;
            text-align: center;
            color: #eee;
            margin-top: 25px;
            text-align: center;
        }

        .w3l-hero-headers-20 .slider-text-w3ls span {
            font-style: normal;
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            line-height: 20px;
            color: #eee;
            margin-bottom: 50px;
            display: inline-block;
        }

        .w3l-hero-headers-20 .services p.main {
            font-style: normal;
            font-weight: normal;
            font-size: 30px;
            line-height: 40px;
            color: #fff;
            margin-bottom: 35px;
            font-weight: 600;
        }

        .w3l-hero-headers-20 .services-grid p,
        .w3l-hero-headers-20 .services-grid p a {
            font-style: normal;
            font-weight: normal;
            font-size: 25px;
            line-height: 35px;
            color: #fff;
            max-width: 220px;
        }

            .w3l-hero-headers-20 .services-grid p a span {
                display: block;
                font-size: 20px;
                line-height: 32px;
                color: #eee;
            }

            .w3l-hero-headers-20 .services-grid p a label {
                font-weight: bold;
                color: var(--theme-color-2);
                background: #fff;
                display: inline-block;
                padding: 0px 14px;
                font-size: 15px;
            }

        .w3l-hero-headers-20 .services {
            position: absolute;
            width: 50%;
            right: 0;
            bottom: 0;
            padding: 60px;
            z-index: 1;
        }

        .w3l-hero-headers-20 nav {
            display: grid;
            grid-auto-flow: column;
        }

        .w3l-hero-headers-20 input#nav {
            display: none;
        }

    @media (max-width: 1440px) {
        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 85px;
            line-height: 95px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            margin-top: 10px;
        }
    }

    @media (max-width: 1200px) {
        .w3l-hero-headers-20 .services {
            padding: 60px 40px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 75px;
            line-height: 85px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            margin-top: 10px;
            font-size: 23px;
        }
    }

    @media (max-width: 1080px) {
        .w3l-hero-headers-20 .services {
            padding: 60px 20px;
        }
    }

    @media (max-width: 1024px) {

        .w3l-hero-headers-20 .services-grid p,
        .w3l-hero-headers-20 .services-grid p a {
            font-size: 22px;
            line-height: 32px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 70px;
            line-height: 75px;
        }
    }

    @media (max-width: 992px) {
        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 65px;
            line-height: 70px;
        }

        .w3l-hero-headers-20 .services {
            width: 60%;
        }
    }

    @media (max-width: 900px) {
        .w3l-hero-headers-20 .button {
            margin-left: 0px;
        }

        .w3l-hero-headers-20 .quick-links ul li {
            display: inline-block;
            margin-right: 20px;
        }
    }

    @media (max-width: 800px) {
        .w3l-hero-headers-20 .services {
            width: 70%;
        }
    }

    @media (max-width: 768px) {
        .w3l-hero-headers-20 .fake-radio {
            left: 20px;
        }

        .w3l-hero-headers-20 .services {
            width: 70%;
        }

        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 60px;
            line-height: 65px;
        }

        .w3l-hero-headers-20 .services-grid p,
        .w3l-hero-headers-20 .services-grid p a {
            font-size: 20px;
            line-height: 28px;
        }

            .w3l-hero-headers-20 .services-grid p a label {
                margin-top: 4px;
            }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            font-size: 20px;
        }
    }

    @media (max-width: 640px) {
        .w3l-hero-headers-20 .services {
            padding: 40px 20px;
        }
    }

    @media (max-width: 600px) {
        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 45px;
            line-height: 55px;
        }

        .w3l-hero-headers-20 .services {
            width: 90%;
        }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            font-size: 18px;
            line-height: 28px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls span {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 480px) {
        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 40px;
            line-height: 45px;
        }

        .w3l-hero-headers-20 .grid-columns-3 {
            grid-template-columns: 1fr;
            grid-gap: 15px;
        }

        .w3l-hero-headers-20 .services {
            width: 60%;
            padding: 30px 30px;
        }

        .w3l-hero-headers-20 .services-grid p,
        .w3l-hero-headers-20 .services-grid p a {
            text-align: left;
        }

        .w3l-hero-headers-20 .slider-text-w3ls span {
            margin-bottom: 20px;
        }

        .w3l-hero-headers-20 .services p.main {
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 25px;
        }

        .w3l-hero-headers-20 .services-grid p a span {
            font-size: 18px;
            line-height: 28px;
        }
    }

    @media (max-width: 415px) {
        .w3l-hero-headers-20 .services {
            width: 70%;
            padding: 30px 30px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls span {
            margin-bottom: 10px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            margin-top: 4px;
        }
    }

    @media (max-width: 384px) {

        .w3l-hero-headers-20 .services-grid p,
        .w3l-hero-headers-20 .services-grid p a {
            font-size: 18px;
            line-height: 26px;
        }

        .w3l-hero-headers-20 .grid-columns-3 {
            grid-gap: 12px;
        }

        .w3l-hero-headers-20 .services p.main {
            margin-bottom: 20px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 38px;
            line-height: 42px;
        }
    }

    @media (max-width: 320px) {
        .w3l-hero-headers-20 .services {
            padding: 30px 10px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls p {
            font-size: 16px;
            line-height: 22px;
        }

        .w3l-hero-headers-20 .slider-text-w3ls h3 {
            font-size: 30px;
            line-height: 35px;
        }
    }

    .w3l-hero-headers-20 {
        /* Move slides overflowed container */
        /* Color of bullets */
        /* Color of bullets - END */
        /* Text of slides */
        /* Text of slides - END */
        /* Calculate AUTOPLAY for BULLETS */
        /* Calculate AUTOPLAY for BULLETS - END */
        /* Calculate AUTOPLAY for SLIDES */
        /* Calculate AUTOPLAY for SLIDES - END */
        /* //banner slider */
        /* background images for banner */
        /* //background images for banner */
        /* //hero header 20 slider */
    }

        .w3l-hero-headers-20 .radio {
            display: none;
        }

        .w3l-hero-headers-20 .images {
            overflow: hidden;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
        }

        .w3l-hero-headers-20 .images-inner {
            width: 500%;
            transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        }

        .w3l-hero-headers-20 .image-slide {
            width: 20%;
            float: left;
        }

        .w3l-hero-headers-20 .image-slide,
        .w3l-hero-headers-20 .fake-radio,
        .w3l-hero-headers-20 .radio-btn {
            transition: all 0.5s ease-out;
        }

        .w3l-hero-headers-20 .fake-radio {
            text-align: center;
            position: absolute;
            z-index: 1;
            left: 0;
            bottom: 100px;
            transform: rotate(90deg);
        }

        .w3l-hero-headers-20 #slide1:checked ~ .images .images-inner {
            margin-left: 0;
        }

        .w3l-hero-headers-20 #slide2:checked ~ .images .images-inner {
            margin-left: -100%;
        }

        .w3l-hero-headers-20 #slide3:checked ~ .images .images-inner {
            margin-left: -200%;
        }

        .w3l-hero-headers-20 #slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
        .w3l-hero-headers-20 #slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
        .w3l-hero-headers-20 #slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
            background: none;
        }

        .w3l-hero-headers-20 .radio-btn {
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #fff;
            display: inline-block;
            margin: 0px 5px;
            cursor: pointer;
            border: 2px solid #fff;
        }

        .w3l-hero-headers-20 #slide1:checked ~ .labels .label:nth-child(1),
        .w3l-hero-headers-20 #slide2:checked ~ .labels .label:nth-child(2),
        .w3l-hero-headers-20 #slide3:checked ~ .labels .label:nth-child(3) {
            opacity: 1;
        }

        .w3l-hero-headers-20 .label {
            opacity: 0;
            position: absolute;
        }

    @-webkit-keyframes bullet {

        0%, 33.32333333333334% {
            background: none;
        }

        33.333333333333336%, 100% {
            background: #3B5266;
        }
    }

    @keyframes bullet {

        0%, 33.32333333333334% {
            background: none;
        }

        33.333333333333336%, 100% {
            background: #3B5266;
        }
    }

    .w3l-hero-headers-20 #play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
        -webkit-animation: bullet 12300ms infinite -1000ms;
        animation: bullet 12300ms infinite -1000ms;
    }

    .w3l-hero-headers-20 #play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
        -webkit-animation: bullet 12300ms infinite 3100ms;
        animation: bullet 12300ms infinite 3100ms;
    }

    .w3l-hero-headers-20 #play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
        -webkit-animation: bullet 12300ms infinite 7200ms;
        animation: bullet 12300ms infinite 7200ms;
    }

    @-webkit-keyframes slide {

        0%, 25.203252032520325% {
            margin-left: 0;
        }

        33.333333333333336%, 58.53658536585366% {
            margin-left: -100%;
        }

        66.66666666666667%, 91.869918699187% {
            margin-left: -200%;
        }
    }

    @keyframes slide {

        0%, 25.203252032520325% {
            margin-left: 0;
        }

        33.333333333333336%, 58.53658536585366% {
            margin-left: -100%;
        }

        66.66666666666667%, 91.869918699187% {
            margin-left: -200%;
        }
    }

    .w3l-hero-headers-20 .st-slider > #play1:checked ~ .images .images-inner {
        -webkit-animation: slide 12300ms infinite;
        animation: slide 12300ms infinite;
    }

    .w3l-hero-headers-20 .banner-w3ls-1 {
        background: url(../images/banner1.jpg) no-repeat center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    }

    .w3l-hero-headers-20 .banner-w3ls-2 {
        background: url(../images/banner2.jpg) no-repeat center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    }

    .w3l-hero-headers-20 .banner-w3ls-3 {
        background: url(../images/banner3.jpg) no-repeat center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    }

    .w3l-hero-headers-20 .ba-layer:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
         /*#  background: rgba(8, 8, 8, 0.35);*/
        z-index: -1;
    }

    .w3l-hero-headers-20 .ba-layer {
        padding: 40px 0;
        z-index: 0;
        position: relative;
        min-height: 660px;
    }

    .w3l-hero-headers-20 .st-slider {
        position: relative;
    }

    @media (max-width: 1280px) {
        .w3l-hero-headers-20 .ba-layer {
            min-height: 610px;
        }
    }

    @media (max-width: 1024px) {
        .w3l-hero-headers-20 .ba-layer {
            min-height: 570px;
        }
    }

    @media all and (max-width: 600px) {
        .w3l-hero-headers-20 .ba-layer {
            min-height: 470px;
        }
    }

    .w3l-grids-6 {
        /*-- responsive-code --*/
        /*-- //responsive-code --*/
    }

        .w3l-grids-6 .grids-layout {
            padding: 80px 0;
        }

        .w3l-grids-6 .gd-innf h3 a {
            font-size: 25px;
            line-height: 30px;
            color: var(--title-color);
            margin-top: 20px;
            display: inline-block;
        }

        .w3l-grids-6 .grid-column-3 {
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 40px;
        }

    @media (max-width: 1080px) {
        .w3l-grids-6 .gd-innf h3 a {
            font-size: 20px;
            line-height: 25px;
        }
    }

    @media (max-width: 991px) {
        .w3l-grids-6 .grids-layout {
            padding: 60px 0;
        }

        .w3l-grids-6 .grid-column-3 {
            grid-gap: 30px;
        }
    }

    @media (max-width: 768px) {
        .w3l-grids-6 .gd-innf h3 a {
            font-size: 16px;
            margin-top: 14px;
        }

        .w3l-grids-6 .grid-column-3 {
            grid-gap: 20px;
        }
    }

    @media (max-width: 600px) {
        .w3l-grids-6 .gd-innf h3 a {
            font-size: 23px;
        }

        .w3l-grids-6 .grid-column-3 {
            grid-template-columns: 1fr;
        }

        .w3l-grids-6 .grid-column-3 {
            grid-gap: 40px;
        }
    }

    @media (max-width: 480px) {
        .w3l-grids-6 .gd-innf h3 a {
            font-size: 20px;
        }
    }

    @media (max-width: 414px) {
        .w3l-grids-6 .grids-layout {
            padding: 40px 0;
        }
    }

    /* content-with-photo-9 */
    .w3l-content-with-photo-9-main {
        /* //content-with-photo */
        /* responsive */
        /* //responsive */
    }

        .w3l-content-with-photo-9-main .grid-col-2 {
            grid-template-columns: 1fr 1fr;
        }

        .w3l-content-with-photo-9-main .content-with-photo-9 {
            background: url(../images/bg1.jpg) no-repeat top;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
            padding: 80px 0;
        }

        .w3l-content-with-photo-9-main .grid-content-photo-9 {
            grid-gap: 20px;
            align-items: center;
        }

        .w3l-content-with-photo-9-main h4.text-head-contphoto-9 a {
            font-size: 45px;
            line-height: 50px;
            color: #fff;
            margin: 20px 0;
            display: inline-block;
        }

        .w3l-content-with-photo-9-main p.text-tag {
            color: #eee;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            line-height: 20px;
        }

        .w3l-content-with-photo-9-main p.sub-para {
            color: #eee;
            font-size: 17px;
            line-height: 25px;
            font-weight: normal;
        }

        .w3l-content-with-photo-9-main .top-content-anchor {
            margin-top: 30px;
        }

        .w3l-content-with-photo-9-main a.action:nth-child(1) {
            margin-right: 25px;
        }

    @media (max-width: 1080px) {
        .w3l-content-with-photo-9-main h4.text-head-contphoto-9 a {
            font-size: 42px;
            line-height: 46px;
        }
    }

    @media (max-width: 991px) {
        .w3l-content-with-photo-9-main h4.text-head-contphoto-9 a {
            font-size: 38px;
            line-height: 40px;
        }

        .w3l-content-with-photo-9-main .content-with-photo-9 {
            padding: 60px 0;
        }

        .w3l-content-with-photo-9-main .grid-col-2 {
            grid-template-columns: 1fr .5fr;
        }
    }

    @media (max-width: 736px) {
        .w3l-content-with-photo-9-main h4.text-head-contphoto-9 a {
            font-size: 32px;
            line-height: 35px;
        }

        .w3l-content-with-photo-9-main .content-with-photo-9 {
            position: relative;
            z-index: 0;
        }

            .w3l-content-with-photo-9-main .content-with-photo-9:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(8, 8, 8, 0.35);
                z-index: -1;
            }

        .w3l-content-with-photo-9-main .grid-col-2 {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 667px) {
        .w3l-content-with-photo-9-main .grid-content-photo-9 {
            grid-gap: 40px;
            grid-template-columns: 1fr;
        }

        .w3l-content-with-photo-9-main h4.text-head-contphoto-9 a {
            margin: 15px 0;
        }
    }

    @media (max-width: 414px) {
        .w3l-content-with-photo-9-main .content-with-photo-9 {
            padding: 40px 0;
        }
    }

    @media (max-width: 384px) {
        .w3l-content-with-photo-9-main h4.text-head-contphoto-9 a {
            font-size: 30px;
        }
    }

    .w3l-text-6 {
        /*-- responsive-code --*/
        /*-- //responsive-code --*/
    }

        .w3l-text-6 .text-6-mian {
            padding: 80px 0;
        }

        .w3l-text-6 .top-cont-grid {
            grid-template-columns: 1fr 1fr;
            grid-gap: 50px;
            align-items: center;
        }

        .w3l-text-6 .text-6-mian h2 {
            font-size: 45px;
            line-height: 50px;
        }

        .w3l-text-6 .text-6-mian h6 {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 18px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .w3l-text-6 .text-6-mian p {
            font-size: 17px;
            line-height: 25px;
            margin-top: 22px;
        }

    @media screen and (max-width: 991px) {
        .w3l-text-6 .text-6-mian {
            padding: 60px 0;
        }

        .w3l-text-6 .top-cont-grid {
            grid-template-columns: 1fr;
        }

        .w3l-text-6 .text-6-mian h2 {
            font-size: 40px;
            line-height: 45px;
        }
    }

    @media screen and (max-width: 480px) {
        .w3l-text-6 .text-6-mian h2 {
            font-size: 35px;
            line-height: 40px;
        }

        .w3l-text-6 .text-6-mian {
            padding: 40px 0;
        }

        .w3l-text-6 .top-cont-grid {
            grid-gap: 30px;
        }
    }

    @media screen and (max-width: 387px) {
        .w3l-text-6 .text-6-mian h2 {
            font-size: 32px;
            line-height: 37px;
        }

        .w3l-text-6 .text-6-mian p {
            font-size: 16px;
            margin-top: 22px;
            padding-right: 0em;
        }
    }

    @media screen and (max-width: 376px) {
        .w3l-text-6 .text-6-mian h2 {
            font-size: 30px;
            line-height: 37px;
        }
    }

    @media screen and (max-width: 322px) {
        .w3l-text-6 .text-6-mian h2 {
            font-size: 30px;
            line-height: 35px;
        }
    }

    .w3l-teams-4 {
        /*-- Team4-block --*/
    }

        .w3l-teams-4 #team4-block {
            padding: 80px 0;
            background-color: var(--main-bg-color);
        }

        .w3l-teams-4 .team-col-text h3 {
            margin-bottom: 20px;
            font-size: 45px;
            line-height: 50px;
        }

        .w3l-teams-4 .team-col-text p {
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
        }

        .w3l-teams-4 .grid-col-3 {
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 30px;
        }

        .w3l-teams-4 .grid-col-diff-2 {
            grid-template-columns: 1fr 2fr;
            grid-column-gap: 80px;
            align-items: center;
        }

        .w3l-teams-4 .team4 img {
            border-radius: 4px 4px 0 0;
        }

        .w3l-teams-4 .team4-details a {
            font-weight: bold;
            font-size: 20px;
            line-height: 25px;
        }

        .w3l-teams-4 .team4 {
            border: 1px solid #eee;
            background: #fff;
            box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.05);
            border-radius: 4px;
            text-align: center;
        }

            .w3l-teams-4 .team4:hover {
                box-shadow: 1px 4px 6px 1px transparent;
            }

        .w3l-teams-4 .team4-details {
            padding: 15px 10px 20px;
        }

            .w3l-teams-4 .team4-details p {
                font-weight: normal;
                font-size: 15px;
                line-height: 20px;
                margin-top: 5px;
                text-transform: uppercase;
            }

        .w3l-teams-4 .team-col-tabs {
            text-align: center;
        }

        .w3l-teams-4 .team-col-text a {
            margin-top: 3em;
        }

        .w3l-teams-4 section.tab-content {
            display: none;
            padding: 38px 0 0;
        }

        .w3l-teams-4 input {
            display: none;
        }

        .w3l-teams-4 label.tabtle {
            display: inline-block;
            padding: 10px 5px;
            font-weight: bold;
            border: 1px solid transparent;
            margin: 0 15px;
            font-size: 17px;
            line-height: 25px;
            text-align: right;
            opacity: .6;
        }

            .w3l-teams-4 label.tabtle:before {
                font-family: fontawesome;
                font-weight: normal;
                margin-right: 10px;
            }

            .w3l-teams-4 label.tabtle:hover {
                cursor: pointer;
            }

        .w3l-teams-4 input:checked + label.tabtle {
            line-height: 25px;
            text-align: center;
            opacity: 1;
        }

        .w3l-teams-4 #tab1:checked ~ #content1,
        .w3l-teams-4 #tab2:checked ~ #content2,
        .w3l-teams-4 #tab3:checked ~ #content3,
        .w3l-teams-4 #tab4:checked ~ #content4 {
            display: block;
        }

        .w3l-teams-4 .team-btn {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 30px;
        }

        .w3l-teams-4 ul.social-team {
            margin-top: 10px;
        }

            .w3l-teams-4 ul.social-team li {
                display: inline-block;
            }

                .w3l-teams-4 ul.social-team li a {
                    width: 32px;
                    height: 32px;
                    border: 1px solid rgba(68, 68, 68, 0.24);
                    border-radius: 50%;
                    margin: 0 2px;
                    display: inline-block;
                    line-height: 26px;
                    background: #fff;
                }

                    .w3l-teams-4 ul.social-team li a:hover {
                        border: 1px solid var(--theme-color-2);
                        background: var(--theme-color-2);
                        color: #fff;
                        opacity: 1;
                    }

                    .w3l-teams-4 ul.social-team li a span {
                        font-size: 14px;
                        line-height: 26px;
                    }

    @media all and (max-width: 1199px) {
        .w3l-teams-4 .grid-col-diff-2 {
            grid-column-gap: 40px;
        }

        .w3l-teams-4 .team-col-text h3 {
            font-size: 40px;
            line-height: 45px;
        }
    }

    @media all and (max-width: 991px) {
        .w3l-teams-4 .grid-col-diff-2 {
            grid-template-columns: 1fr;
            grid-row-gap: 40px;
        }

        .w3l-teams-4 .team-col-text h3 {
            font-size: 38px;
            margin-bottom: 10px;
        }

        .w3l-teams-4 .team-btn {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media screen and (max-width: 800px) {
        .w3l-teams-4 label.tabtle:before {
            margin: 0;
            font-size: 18px;
        }

        .w3l-teams-4 .grid-col-3 {
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 30px;
        }

        .w3l-teams-4 .team-col-text h3 {
            font-size: 40px;
        }

        .w3l-teams-4 label.tabtle {
            font-size: 18px;
        }

        .w3l-teams-4 #team4-block {
            padding: 60px 0;
        }
    }

    @media screen and (max-width: 768px) {
        .w3l-teams-4 .team-btn {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (max-width: 667px) {
        .w3l-teams-4 h3.name {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 600px) {
        .w3l-teams-4 .grid-col-3 {
            grid-row-gap: 20px;
        }

        .w3l-teams-4 .team-col-text h3 {
            font-size: 38px;
        }

        .w3l-teams-4 label.tabtle {
            font-size: 17px;
            margin: 0 5px;
            padding: 5px 5px;
        }

        .w3l-teams-4 .team-btn {
            grid-gap: 20px;
        }
    }

    @media screen and (max-width: 440px) {
        .w3l-teams-4 .team-col-tabs {
            text-align: left;
        }

        .w3l-teams-4 .grid-col-diff-2 {
            grid-row-gap: 30px;
        }

        .w3l-teams-4 .grid-col-3 {
            grid-row-gap: 10px;
            grid-column-gap: 10px;
        }

        .w3l-teams-4 .team-col-text h3 {
            font-size: 35px;
            line-height: 40px;
        }

        .w3l-teams-4 .team4-details p {
            font-size: 14px;
            line-height: 20px;
            margin-top: 3px;
        }

        .w3l-teams-4 .team4-details {
            padding: 10px 10px 15px;
        }

            .w3l-teams-4 .team4-details a {
                font-size: 18px;
                line-height: 24px;
            }

        .w3l-teams-4 label.tabtle {
            font-size: 16px;
            margin: 0 3px;
            padding: 5px 3px;
        }

        .w3l-teams-4 section.tab-content {
            padding: 28px 0 0;
        }
    }

    @media screen and (max-width: 414px) {
        .w3l-teams-4 label.tabtle {
            font-size: 15.5px;
            margin: 0 0px;
            padding: 4px 5px;
        }

        .w3l-teams-4 #team4-block {
            padding: 40px 0;
        }

        .w3l-teams-4 .team-col-text a {
            margin-top: 2em;
        }
    }

    @media screen and (max-width: 400px) {
        .w3l-teams-4 label.tabtle {
            font-size: 15px;
            margin: 0 0px;
            padding: 4px 4px;
        }

        .w3l-teams-4 .team-btn {
            grid-gap: 15px;
        }
    }

    @media screen and (max-width: 390px) {
        .w3l-teams-4 label.tabtle {
            font-size: 14.5px;
            margin: 0 0px;
            padding: 4px 3px;
        }

        .w3l-teams-4 .team4-details a {
            font-size: 17px;
        }
    }

    /* customers-7 */
    .w3l-customers-7 {
        /* responsive code */
    }

        .w3l-customers-7 .customers_sur {
            padding: 80px 0;
        }

            .w3l-customers-7 .customers_sur h5 {
                font-size: 20px;
                line-height: 25px;
            }

        .w3l-customers-7 .custo_grid span {
            font-size: 15px;
            line-height: 20px;
            color: #333;
            margin-top: 3px;
            display: block;
        }

        .w3l-customers-7 .customers_sur p {
            font-size: 17px;
            line-height: 25px;
        }

        .w3l-customers-7 .customers-top_sur {
            margin-top: 2.5em;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 30px;
        }

        .w3l-customers-7 img.img {
            border-radius: 50%;
        }

        .w3l-customers-7 .customers_grid {
            padding: 30px;
            background: var(--main-bg-color);
            border: 1px solid #eee;
            box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.05);
        }

        .w3l-customers-7 .customers-bottom_sur {
            margin-bottom: 2em;
            display: grid;
            grid-template-columns: 80px 1fr;
            align-items: center;
            grid-gap: 20px;
        }

        .w3l-customers-7 span.fa.fa-quote-left {
            color: var(--theme-color-2);
            font-size: 26px;
            margin-right: 10px;
            vertical-align: super;
        }

    @media screen and (max-width: 1280px) {
        .w3l-customers-7 .customers_sur h5 {
            font-size: 18px;
        }

        .w3l-customers-7 .custo_grid span {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 1190px) {
        .w3l-customers-7 .custo_grid span {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 1080px) {
        .w3l-customers-7 .customers_grid {
            padding: 30px 20px;
        }

        .w3l-customers-7 .customers_sur {
            padding: 60px 0;
        }
    }

    @media screen and (max-width: 991px) {
        .w3l-customers-7 .customers-bottom_sur {
            grid-template-columns: 70px 1fr;
        }
    }

    @media screen and (max-width: 900px) {
        .w3l-customers-7 .customers-top_sur {
            margin-top: 2em;
            grid-template-columns: 1fr;
        }

        .w3l-customers-7 .customers_sur p {
            font-size: 17px;
            line-height: 26px;
        }

        .w3l-customers-7 .customers-bottom_sur {
            grid-template-columns: 80px 1fr;
        }
    }

    @media screen and (max-width: 415px) {
        .w3l-customers-7 .customers_sur {
            padding: 30px 0;
        }

        .w3l-customers-7 .customers-top_sur {
            margin-top: 2.3em;
        }

        .w3l-customers-7 .customers_sur {
            padding: 40px 0;
        }

            .w3l-customers-7 .customers_sur p {
                font-size: 16px;
                line-height: 22px;
            }
    }

    @media screen and (max-width: 387px) {
        .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;
        }
    }

    /* //customers-7 */
    .w3l-forms-9 {
        /* forms */
        /* button form */
        /* //button form */
        /* //forms */
        /* responsive */
        /* //responsive */
    }

        .w3l-forms-9 .main-w3 {
            background: url(../images/bg2.jpg) no-repeat center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
            padding: 80px 0;
            position: relative;
            z-index: 0;
        }

            .w3l-forms-9 .main-w3:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(8, 8, 8, 0.26);
                z-index: -1;
            }

        .w3l-forms-9 .grids-forms {
            display: grid;
            grid-template-columns: auto 1fr .8fr;
            grid-gap: 20px;
            align-items: center;
        }

            .w3l-forms-9 .grids-forms span {
                color: #fff;
                font-size: 40px;
            }

        .w3l-forms-9 h4.title-head {
            font-size: 25px;
            line-height: 30px;
            color: #fff;
        }

        .w3l-forms-9 .main-midd p {
            font-size: 15px;
            line-height: 20px;
            color: #fff;
            margin-top: 8px;
        }

        .w3l-forms-9 .main-midd {
            max-width: 540px;
        }

        .w3l-forms-9 form.rightside-form input {
            background: #fff;
            border: none;
            padding: 14px 50px 14px 14px;
            font-size: 16px;
            color: #333;
            width: 100%;
            border-radius: 40px;
        }

        .w3l-forms-9 .rightside-form button {
            margin-left: -3em;
        }

        .w3l-forms-9 .rightside-form {
            display: flex;
        }

    @media (max-width: 1080px) {
        .w3l-forms-9 .grids-forms {
            grid-template-columns: auto 1fr 1fr;
        }
    }

    @media (max-width: 900px) {
        .w3l-forms-9 .grids-forms {
            grid-template-columns: auto auto auto;
        }

        .w3l-forms-9 .main-w3 {
            padding: 3rem 0;
        }
    }

    @media (max-width: 768px) {
        .w3l-forms-9 .main-midd-2 {
            grid-column: 1 / span 2;
            margin-top: 1em;
        }

        .w3l-forms-9 .grids-forms {
            grid-template-columns: auto 1fr;
        }

        .w3l-forms-9 .main-midd {
            max-width: 100%;
        }

        .w3l-forms-9 .rightside-form button {
            width: 30%;
        }
    }

    @media (max-width: 375px) {
        .w3l-forms-9 .rightside-form {
            flex-wrap: wrap;
        }

        .w3l-forms-9 form.rightside-form input {
            padding: 14px;
        }

        .w3l-forms-9 .rightside-form button {
            width: 100%;
            margin-top: 1em;
            margin-left: 0;
        }
    }

    .w3l-footers-20 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .w3l-footers-20 .grid-col-2 {
            grid-template-columns: 1fr 1fr;
        }

        .w3l-footers-20 .grid-col-4 {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .w3l-footers-20 .footers20 {
            background: #151617;
            padding: 60px 0;
        }

        .w3l-footers-20 .column {
            padding: 0 15px;
            border-right: 1px solid rgba(235, 236, 236, 0.13);
            text-align: center;
        }

            .w3l-footers-20 .column:last-child {
                border-right: 1px solid transparent;
            }

        .w3l-footers-20 .grids-content h4 {
            font-size: 22px;
            line-height: 30px;
            color: #fff;
            text-align: center;
            margin-bottom: 20px;
            font-weight: 600;
            position: relative;
        }

            .w3l-footers-20 .grids-content h4:before {
                content: "";
                position: absolute;
                background: rgba(255, 255, 255, 0.18);
                width: 50px;
                height: 1px;
                bottom: -10px;
                left: 0;
                right: 0;
                text-align: center;
                margin: 0 auto;
            }

        .w3l-footers-20 .grids-content p,
        .w3l-footers-20 .grids-content p a {
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            text-align: center;
            color: #b9b9b9;
        }

        .w3l-footers-20 .column ul li span {
            color: #b9b9b9;
            margin: 0 5px;
        }

        .w3l-footers-20 .column ul li {
            display: inline-block;
        }

        .w3l-footers-20 ul.links li a {
            font-size: 17px;
            line-height: 25px;
            text-align: center;
            color: #b9b9b9;
        }

        .w3l-footers-20 ul.links li,
        .w3l-footers-20 ul.social li {
            display: inline-block;
            margin-right: 15px;
        }

        .w3l-footers-20 .bottom-border {
            border-top: 1px solid rgba(235, 236, 236, 0.13);
            margin-top: 80px;
            padding-top: 40px;
        }

        .w3l-footers-20 .columns p,
        .w3l-footers-20 .columns p a,
        .w3l-footers-20 .columns ul li a {
            font-size: 16px;
            line-height: 20px;
            color: #b9b9b9;
        }

            .w3l-footers-20 .columns p a {
                color: #fff;
            }

        .w3l-footers-20 .columns li select {
            background: none;
            border: none;
            font-size: 16px;
            line-height: 20px;
            color: #b9b9b9;
            cursor: pointer;
            -webkit-appearance: menulist-button;
        }

    @media (max-width: 1280px) {

        .w3l-footers-20 ul.links li,
        .w3l-footers-20 ul.social li {
            margin-right: 10px;
        }
    }

    @media (max-width: 1080px) {
        .w3l-footers-20 .column {
            padding: 0 20px;
        }
    }

    @media (max-width: 1024px) {

        .w3l-footers-20 .columns p,
        .w3l-footers-20 .columns ul li a,
        .w3l-footers-20 .columns li select {
            font-size: 15px;
        }

        .w3l-footers-20 .bottom-border {
            margin-top: 60px;
        }
    }

    @media (max-width: 991px) {
        .w3l-footers-20 .column {
            padding: 0;
        }

        .w3l-footers-20 .grids-content p,
        .w3l-footers-20 .grids-content p a {
            font-size: 16px;
        }

        .w3l-footers-20 .columns.copyright-grid {
            text-align: center;
            margin-top: 15px;
        }

        .w3l-footers-20 .columns.links-grid {
            text-align: center;
        }

        .w3l-footers-20 .grid-col-2 {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 800px) {
        .w3l-footers-20 .grids-content {
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 0px;
        }

        .w3l-footers-20 .grids-content1 {
            grid-template-columns: 1fr;
        }

        .w3l-footers-20 .column:nth-child(2) {
            border-right: 1px solid transparent;
        }

        .w3l-footers-20 .column:nth-child(1),
        .w3l-footers-20 .column:nth-child(2) {
            margin-bottom: 20px;
        }

        .w3l-footers-20 .column {
            padding: 20px;
        }

        .w3l-footers-20 .bottom-border {
            margin-top: 30px;
            padding-top: 30px;
        }
    }

    @media (max-width: 568px) {
        .w3l-footers-20 .footers20 {
            padding: 40px 0;
        }
    }

    @media (max-width: 480px) {

        .w3l-footers-20 .columns p,
        .w3l-footers-20 .columns ul li a,
        .w3l-footers-20 .columns li select {
            font-size: 14px;
        }
    }

    @media (max-width: 415px) {
        .w3l-footers-20 .grids-content {
            grid-template-columns: 1fr;
        }

        .w3l-footers-20 .column {
            border: none;
            padding: 15px 30px 20px;
        }

        .w3l-footers-20 .bottom-border {
            margin-top: 30px;
        }

        .w3l-footers-20 .column:nth-child(1),
        .w3l-footers-20 .column:nth-child(2) {
            margin-bottom: 0;
        }
    }

    @media (max-width: 384px) {
        .w3l-footers-20 .column {
            padding: 10px 30px 18px;
        }

        .w3l-footers-20 .bottom-border {
            margin-top: 25px;
            padding-top: 30px;
        }
    }

    /* move top */
    #movetop {
        display: none;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 99;
        border: none;
        outline: none;
        cursor: pointer;
        width: 36px;
        height: 36px;
        background: #fff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        padding: 0;
    }

        #movetop span.fa {
            line-height: 18px;
            color: #151617;
            font-size: 20px;
        }

    /* //move top */
    .w3l-inner-banner-main .about-inner {
        background-image: linear-gradient(to right, rgba(21 105 202 / 80%), rgb(10 109 224 / 80%)), url(../images/4.jpg);
        background-position: center;
    }

    .w3l-inner-banner-main .inner2 {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        position: relative;
        z-index: 0;
    }

        .w3l-inner-banner-main .inner2:before {
            content: "";
            background: rgba(16, 16, 16, 0.27);
            position: absolute;
            top: 0;
            min-height: 100%;
            left: 0;
            right: 0;
            z-index: -1;
        }

    .w3l-inner-banner-main h4.title {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
    }

    .w3l-inner-banner-main ul.breadcrumbs-custom-path li {
        display: inline-block;
    }

        .w3l-inner-banner-main ul.breadcrumbs-custom-path li,
        .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
            color: #fff;
            font-size: 17px;
            font-weight: 600;
        }

    .w3l-inner-banner-main .seen-w3 {
        padding: 4em 0;
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        justify-content: space-between;
        direction: rtl;
    }

    .w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
        margin: 0 10px;
    }

    .w3l-inner-banner-main ul.breadcrumbs-custom-path li.active {
        font-weight: 100;
    }

    @media (max-width: 991px) {
        .w3l-inner-banner-main .seen-w3 {
            padding: 3em 0;
        }

        .w3l-inner-banner-main h4.title {
            font-size: 35px;
        }

        .w3l-inner-banner-main ul.breadcrumbs-custom-path li,
        .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
            font-size: 16px;
        }
    }

    @media (max-width: 600px) {
        .w3l-inner-banner-main .seen-w3 {
            padding: 2.5em 0;
        }

        .w3l-inner-banner-main h4.title {
            font-size: 30px;
        }
    }

    @media (max-width: 568px) {
        .w3l-inner-banner-main .seen-w3 {
            padding: 2.5em 1em;
        }

        .w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
            margin: 0 6px;
        }
    }

    @media (max-width: 384px) {
        .w3l-inner-banner-main h4.title {
            font-size: 25px;
            line-height: 30px;
        }

        .w3l-inner-banner-main ul.breadcrumbs-custom-path li,
        .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
            font-size: 15px;
        }
    }

    @media (max-width: 370px) {
        .w3l-inner-banner-main .seen-w3 {
            grid-auto-flow: row;
        }

        .w3l-inner-banner-main ul.breadcrumbs-custom-path {
            margin-top: 10px;
        }
    }

    /*-- content-with-photo4 block --*/
    .w3l-content-with-photo-4 #content-with-photo4-block {
        padding: 80px 0;
    }

    .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: 35px;
            line-height: 40px;
        }

        .w3l-content-with-photo-4 .cwp4-text p {
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            margin: 10px 0 25px;
        }

        .w3l-content-with-photo-4 .cwp4-text ul li {
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            margin: 15px 0;
            list-style: none;
        }

        .w3l-content-with-photo-4 .cwp4-text li span {
            color: var(--theme-color-2);
            margin-left: 10px;
        }

    @media all and (max-width: 991px) {
        .w3l-content-with-photo-4 .cwp4-image {
            order: 1;
        }

        .w3l-content-with-photo-4 .cwp4-text {
            order: 2;
        }

        .w3l-content-with-photo-4 #content-with-photo4-block {
            padding: 60px 0;
        }
    }

    @media all and (max-width: 500px) {
        .w3l-content-with-photo-4 #content-with-photo4-block {
            padding: 40px 0;
        }

        .w3l-content-with-photo-4 .cwp4-two {
            grid-gap: 2rem;
        }

        .w3l-content-with-photo-4 .cwp4-text h4 {
            font-size: 30px;
            line-height: 35px;
        }

        .w3l-content-with-photo-4 .cwp4-text p {
            font-size: 16px;
        }

        .w3l-content-with-photo-4 .cwp4-text ul li {
            font-size: 16px;
            margin: 10px 0;
        }
    }

    @media (max-width: 384px) {
        .w3l-content-with-photo-4 .cwp4-two {
            grid-template-columns: 1fr;
        }
    }

    .content-with-photo-11 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .content-with-photo-11 .content-photo-11 {
            padding: 80px 0;
        }

        .content-with-photo-11 .contentwithphoto-11-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 70px;
        }

        .content-with-photo-11 .contentwithphoto-text-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 40px 40px;
        }

            .content-with-photo-11 .contentwithphoto-text-info h4 a {
                margin-bottom: 10px;
                display: inline-block;
                font-size: 25px;
                line-height: 25px;
                font-weight: normal;
                color: #333;
            }

            .content-with-photo-11 .contentwithphoto-text-info p {
                max-width: 260px;
                font-size: 15px;
                line-height: 25px;
            }

        .content-with-photo-11 .contentwithphoto-text {
            align-self: center;
        }

        .content-with-photo-11 .column.contentwithphoto-text h3 {
            text-align: left;
        }

    @media (max-width: 1280px) {
        .content-with-photo-11 .contentwithphoto-11-content {
            grid-column-gap: 40px;
        }
    }

    @media (max-width: 1080px) {
        .content-with-photo-11 .contentwithphoto-text h3 {
            font-size: 29px;
            line-height: 35px;
            margin-bottom: 40px;
        }

        .content-with-photo-11 .contentwithphoto-11-content {
            grid-column-gap: 40px;
        }
    }

    @media (max-width: 991px) {
        .content-with-photo-11 .contentwithphoto-11-content {
            grid-template-columns: 1fr;
            grid-row-gap: 50px;
        }

        .content-with-photo-11 .content-photo-11 {
            padding: 60px 0;
        }

        .content-with-photo-11 .contentwithphoto-text-info p {
            max-width: 100%;
        }
    }

    @media (max-width: 480px) {
        .content-with-photo-11 .contentwithphoto-text {
            padding-right: 6%;
        }

        .content-with-photo-11 .contentwithphoto-11 {
            padding: 40px 0px;
        }

        .content-with-photo-11 .contentwithphoto-text-info {
            grid-gap: 30px 10px;
        }

            .content-with-photo-11 .contentwithphoto-text-info h4 a {
                font-size: 22px;
            }
    }

    @media (max-width: 415px) {
        .content-with-photo-11 .contentwithphoto-text-info {
            grid-template-columns: 1fr;
            grid-gap: 30px 0px;
        }

        .content-with-photo-11 .content-photo-11 {
            padding: 40px 0;
        }

        .content-with-photo-11 .contentwithphoto-11 {
            padding: 40px 0px;
        }

        .content-with-photo-11 .contentwithphoto-11-content {
            grid-row-gap: 30px;
        }
    }

    @media (max-width: 384px) {
        .content-with-photo-11 .contentwithphoto-text h3 {
            font-size: 25px;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .content-with-photo-11 .contentwithphoto-text-info {
            grid-gap: 25px 0px;
        }

        .content-with-photo-11 .contentwithphoto-11-content {
            grid-row-gap: 20px;
        }
    }

    .w3l-features-11 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .w3l-features-11 .features11-content {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 20px;
        }

        .w3l-features-11 .features11 {
            background: var(--theme-color-1);
            padding: 80px 0;
            text-align: center;
        }

            .w3l-features-11 .features11 h4 {
                font-size: 35px;
                line-height: 40px;
                text-align: center;
            }

            .w3l-features-11 .features11 p {
                font-size: 17px;
                line-height: 25px;
                text-align: center;
                margin-top: 10px;
            }

        .w3l-features-11 .feature-bg {
            background: #fff;
            padding: 30px 20px;
            box-shadow: 0px 1px 5px 3px rgba(51, 51, 51, 0.08);
            border: 1px solid #eee;
            border-radius: 4px;
        }

    @media (max-width: 1199px) {
        .w3l-features-11 .feature-bg {
            padding: 30px 10px;
        }
    }

    @media (max-width: 992px) {
        .w3l-features-11 .features11 {
            padding: 60px 0;
        }

            .w3l-features-11 .features11 p {
                line-height: 22px;
            }
    }

    @media (max-width: 800px) {
        .w3l-features-11 .features11 h4 {
            font-size: 30px;
            line-height: 35px;
        }
    }

    @media (max-width: 768px) {
        .w3l-features-11 .features11-content {
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px;
        }

        .w3l-features-11 .feature-bg {
            padding: 30px 20px;
        }
    }

    @media (max-width: 520px) {
        .w3l-features-11 .feature-bg {
            padding: 30px 10px;
        }

        .w3l-features-11 .features11 p {
            line-height: 20px;
            font-size: 16px;
        }
    }

    @media (max-width: 415px) {
        .w3l-features-11 .features11 h4 {
            font-size: 27px;
            line-height: 30px;
        }

        .w3l-features-11 .features11-content {
            grid-gap: 12px;
        }
    }

    @media (max-width: 384px) {
        .w3l-features-11 .features11-content {
            grid-gap: 10px;
        }

        .w3l-features-11 .features11-content {
            grid-template-columns: 1fr;
            grid-gap: 20px;
        }

        .w3l-features-11 .features11 p {
            line-height: 25px;
            font-size: 17px;
        }
    }

    .w3l-feature-16 {
        /*-- feature-16 --*/
        /*-- //feature-16 --*/
        /*-- responsive-code --*/
        /*-- //responsive-code --*/
    }

        .w3l-feature-16 .feature-16-main {
            padding: 80px 0;
        }

            .w3l-feature-16 .feature-16-main h3 {
                font-size: 35px;
                line-height: 40px;
                text-align: center;
                margin-bottom: 60px;
            }

        .w3l-feature-16 .feature-16-gd h4 a {
            font-size: 25px;
            line-height: 30px;
        }

        .w3l-feature-16 .feature-16-main h6 {
            font-size: 13px;
            line-height: 20px;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
        }

        .w3l-feature-16 .feature-16-main p {
            font-weight: normal;
            font-size: 15px;
            line-height: 25px;
            margin: 15px 0 0;
        }

        .w3l-feature-16 .grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 40px;
        }

        .w3l-feature-16 .feature-16-gd {
            display: grid;
            grid-template-columns: 1fr 4fr;
            grid-gap: 20px;
        }

        .w3l-feature-16 .icon img {
            border-radius: 50%;
        }

    @media screen and (max-width: 1290px) {
        .w3l-feature-16 .feature-16-inf {
            padding: 3em 3em;
        }
    }

    @media screen and (max-width: 1080px) {
        .w3l-feature-16 .feature-16-inf {
            padding: 3em 2em;
        }

        .w3l-feature-16 .feature-16-main p {
            margin: 20px 0 0 0;
            padding-right: 0px;
        }
    }

    @media screen and (max-width: 992px) {
        .w3l-feature-16 .feature-16-gd {
            grid-template-columns: 1fr 3fr;
        }

        .w3l-feature-16 .feature-16-main {
            padding: 60px 0;
        }
    }

    @media screen and (max-width: 801px) {
        .w3l-feature-16 .grid {
            grid-template-columns: 1fr;
            margin-top: 20px;
        }

        .w3l-feature-16 .feature-16-main p {
            margin: 10px 0 0 0;
            padding-right: 0px;
        }

        .w3l-feature-16 .feature-16-gd {
            grid-template-columns: 1fr 4fr;
        }

        .w3l-feature-16 .feature-16-main h3 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 40px;
        }

        .w3l-feature-16 .feature-16-gd h4 a {
            font-size: 22px;
            line-height: 28px;
        }
    }

    @media screen and (max-width: 640px) {
        .w3l-feature-16 .feature-16-main {
            padding: 3em 0;
        }

            .w3l-feature-16 .feature-16-main h3 a {
                font-size: 20px;
            }

        .w3l-feature-16 .grid {
            grid-gap: 32px;
        }

        .w3l-feature-16 .feature-16-main {
            padding: 40px 0;
        }
    }

    @media screen and (max-width: 420px) {
        .w3l-feature-16 .feature-16-main {
            padding: 2em 0;
        }

        .w3l-feature-16 .feature-16-gd h4 a {
            font-size: 22px;
        }

        .w3l-feature-16 .feature-16-main h3 {
            font-size: 28px;
            line-height: 30px;
            margin-bottom: 35px;
        }
    }

    @media screen and (max-width: 384px) {
        .w3l-feature-16 .feature-16-gd h4 a {
            font-size: 20px;
        }
    }

    .w3l-services-1 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .w3l-services-1 .services1-content {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 30px;
        }

        .w3l-services-1 .services1 {
            background: var(--main-bg-color);
            padding: 80px 0;
        }

        .w3l-services-1 h3.services-title {
            font-size: 35px;
            line-height: 40px;
            text-align: center;
            margin-bottom: 1.2em;
        }

        .w3l-services-1 .service-info {
            text-align: center;
            padding: 30px 20px 40px;
            border: 1px solid #eee;
            border-width: 0px 1px 1px;
            background: #fff;
        }

            .w3l-services-1 .service-info h4 {
                font-size: 20px;
                line-height: 25px;
            }

            .w3l-services-1 .service-info p {
                font-size: 15px;
                line-height: 20px;
                max-width: 250px;
                margin: auto;
                margin-top: 10px;
            }

        .w3l-services-1 .column a:hover {
            box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.1);
            display: inline-block;
            opacity: 1;
        }

    @media (max-width: 991px) {
        .w3l-services-1 .services1 {
            padding: 60px 0;
        }

        .w3l-services-1 .services1-content {
            grid-gap: 20px;
        }

        .w3l-services-1 .service-info {
            padding: 25px 15px 35px;
        }
    }

    @media (max-width: 800px) {
        .w3l-services-1 .services1-content {
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 30px;
        }

        .w3l-services-1 h3.services-title {
            font-size: 30px;
            line-height: 35px;
        }
    }

    @media (max-width: 600px) {
        .w3l-services-1 .services1 {
            padding: 40px 0;
        }
    }

    @media (max-width: 480px) {
        .w3l-services-1 .services1-content {
            grid-template-columns: 1fr;
        }

        .w3l-services-1 .services-title {
            margin: 0 auto 30px;
        }
    }

    @media (max-width: 415px) {
        .w3l-services-1 .service-info p {
            margin-top: 10px;
        }
    }

    @media (max-width: 384px) {
        .w3l-services-1 .service-info h3 {
            font-size: 27px;
            line-height: 28px;
            margin-top: 25px;
        }

        .w3l-services-1 .service-info p {
            font-size: 16px;
        }
    }

    .w3l-contacts-12 .contact-top {
        padding-top: 80px;
    }

    .w3l-contacts-12 .cont-main-top {
        grid-template-columns: 2fr 1fr;
        grid-gap: 40px;
        align-items: center;
    }

    .w3l-contacts-12 h3.title-main-cont {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .w3l-contacts-12 p.sub-title-cont {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 40px;
    }

    .w3l-contacts-12 .top-inputs {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-bottom: 1.5rem;
    }

    .w3l-contacts-12 form.main-input input,
    .w3l-contacts-12 textarea {
        color: #222;
        font-size: 14px;
        border: none;
        padding: 14px;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 100%;
    }

    .input-style {
        color: #222;
        font-size: 14px;
        border: none;
        padding: 14px;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 100%;
    }



    .w3l-contacts-12 textarea {
        min-height: 140px;
        margin: 1.5rem 0;
    }

    .w3l-contacts-12 .cont-subs {
        border-right: 1px solid #ddd;
        padding: 2em 2em 2em 2em;
    }

    .w3l-contacts-12 .cont-add h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .w3l-contacts-12 .cont-add {
        margin-bottom: 1em;
    }

    .w3l-contacts-12 .contact-text-sub {
        line-height: 25px;
        font-size: 16px;
    }

    .w3l-contacts-12 .social-icons-con {
        margin-top: 2.5em;
    }

        .w3l-contacts-12 .social-icons-con a span {
            font-size: 23px;
            margin: 0 5px;
        }

            .w3l-contacts-12 .social-icons-con a span.fa-facebook-square {
                color: #3b5998;
            }

            .w3l-contacts-12 .social-icons-con a span.fa-twitter-square {
                color: #00acee;
            }

            .w3l-contacts-12 .social-icons-con a span.fa-google-plus-square {
                color: #DD4B39;
            }

    .w3l-contacts-12 .map {
        padding-top: 80px;
    }

        .w3l-contacts-12 .map iframe {
            width: 100%;
            height: 400px;
            display: block;
        }

    @media screen and (max-width: 991px) {

        .w3l-contacts-12 .contact-top,
        .w3l-contacts-12 .map {
            padding-top: 60px;
        }
    }

    @media screen and (max-width: 768px) {
        .w3l-contacts-12 .cont-main-top {
            grid-template-columns: 1fr;
        }

        .w3l-contacts-12 .cont-subs {
            border-top: 1px solid #ddd;
            padding: 2em 0 0;
            border-left: none;
        }

        .w3l-contacts-12 .social-icons-con {
            margin-top: 1.5em;
        }
    }

    @media screen and (max-width: 600px) {
        .w3l-contacts-12 h3.title-main-cont {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 6px;
        }

        .w3l-contacts-12 p.sub-title-cont {
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 30px;
        }

        .w3l-contacts-12 .map iframe {
            height: 350px;
        }
    }

    @media screen and (max-width: 414px) {

        .w3l-contacts-12 .contact-top,
        .w3l-contacts-12 .map {
            padding-top: 40px;
        }

        .w3l-contacts-12 .top-inputs {
            grid-template-columns: 1fr;
            grid-gap: 15px;
            margin-bottom: 1rem;
        }

        .w3l-contacts-12 textarea {
            margin: 1rem 0 1.5rem;
        }
    }

    @media screen and (max-width: 384px) {
        .w3l-contacts-12 .line {
            margin: 3em 0;
        }
    }

    .w3l-grid-8 {
        /*-- resposive --*/
    }

        .w3l-grid-8 .grid-main {
            padding: 80px 0;
        }

        .w3l-grid-8 .d-grid {
            grid-template-columns: 1fr 1fr;
            grid-gap: 30px;
            grid-row-gap: 50px;
        }

        .w3l-grid-8 img.card-img-top {
            border-radius: 4px;
        }

        .w3l-grid-8 h4.card-title {
            font-size: 22px;
            line-height: 25px;
            font-weight: 600;
            display: inline-block;
            margin: 15px 0;
        }

        .w3l-grid-8 p.card-text {
            font-size: 16px;
            line-height: 23px;
            margin-top: 10px;
        }

        .w3l-grid-8 .card-grid-column2 {
            position: absolute;
            bottom: -10px;
            left: 20px;
        }

        .w3l-grid-8 h3.grids-title {
            font-size: 35px;
            line-height: 40px;
            color: #304659;
            margin-bottom: 40px;
        }

        .w3l-grid-8 h4.card-title:hover {
            color: #000;
        }

        .w3l-grid-8 .top-grids {
            margin-top: 2rem;
        }

        .w3l-grid-8 ul.post-meta {
            list-style: none;
        }

            .w3l-grid-8 ul.post-meta li {
                display: inline-block;
                color: var(--para-color);
                font-size: 15px;
            }

                .w3l-grid-8 ul.post-meta li a.clr-1 {
                    color: var(--theme-color-2);
                    font-weight: 600;
                }

                .w3l-grid-8 ul.post-meta li a:hover {
                    color: var(--theme-color-2);
                }

                .w3l-grid-8 ul.post-meta li:nth-child(2) {
                    margin: 0 8px;
                    border-left: 1px solid #eee;
                    border-right: 1px solid #eee;
                    padding: 0 10px;
                }

        .w3l-grid-8 .card {
            position: relative;
            margin-bottom: 1em;
        }

        .w3l-grid-8 ul.image-caption li {
            list-style: none;
            display: inline-block;
        }

            .w3l-grid-8 ul.image-caption li a {
                background: var(--theme-color-2);
                color: #fff;
                padding: 5px 10px;
                font-size: 13px;
                border-radius: 4px;
            }

        .w3l-grid-8 .grid-main-2 {
            padding: 80px 0 20px;
        }

        .w3l-grid-8 .grid-column1.single-blog {
            max-width: 900px;
            margin: 0 auto;
        }

    @media (max-width: 1280px) {
        .w3l-grid-8 .d-grid {
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        }
    }

    @media (max-width: 1024px) {
        .w3l-grid-8 .grid-main {
            padding: 60px 0;
        }

        .w3l-grid-8 .grid-main-2 {
            padding: 60px 0 20px;
        }

        .w3l-grid-8 h3.grids-title {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 900px) {
        .w3l-grid-8 .d-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }

        .w3l-grid-8 h3.grids-title {
            font-size: 30px;
        }

        .w3l-grid-8 p.image-caption {
            margin-top: 12px;
        }

        .w3l-grid-8 .card-grid-column2 {
            text-align: left;
        }
    }

    @media (max-width: 768px) {
        .w3l-grid-8 p.image-caption {
            font-size: 14px;
        }

        .w3l-grid-8 h3.grids-title {
            margin-bottom: 10px;
        }

        .w3l-grid-8 .d-grid {
            grid-gap: 30px;
        }

        .w3l-grid-8 p.card-text {
            margin-top: 5px;
        }
    }

    @media (max-width: 600px) {
        .w3l-grid-8 img.card-img-top {
            margin-top: 0;
        }
    }

    @media (max-width: 414px) {
        .w3l-grid-8 h3.grids-title {
            font-size: 25px;
        }

        .w3l-grid-8 .grid-main {
            padding: 40px 0;
        }

        .w3l-grid-8 .grid-main-2 {
            padding: 40px 0 20px;
        }
    }

    @media (max-width: 375px) {
        .w3l-grid-8 h3.grids-title {
            font-size: 22px;
        }
    }

    .w3l-comments-form-9 .coments-forms-sub {
        padding: 20px 0 80px;
    }

    .w3l-comments-form-9 .testi-top {
        max-width: 900px;
        margin: 0 auto;
    }

    .w3l-comments-form-9 .media {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-comments-form-9 h3.title-main2 {
        font-size: 30px;
        line-height: 40px;
        color: #202428;
        text-align: left;
        margin-bottom: 40px;
        font-weight: 500;
    }

    .w3l-comments-form-9 .form-commets input,
    .w3l-comments-form-9 .form-commets textarea {
        outline: none;
        padding: 11px;
        border: 1px solid #ddd;
        width: 100%;
        font-size: 15px;
        color: #888;
        margin-bottom: 1rem;
        border-radius: 4px;
    }

    .w3l-comments-form-9 .form-commets textarea {
        min-height: 150px;
        margin-bottom: 2em;
    }

    @media (max-width: 991px) {
        .w3l-comments-form-9 .coments-forms-sub {
            padding: 40px 0 60px;
        }
    }

    @media (max-width: 414px) {
        .w3l-comments-form-9 .coments-forms-sub {
            padding: 20px 0 40px;
        }

        .w3l-comments-form-9 .media {
            grid-template-columns: 1fr;
            grid-gap: 0;
        }

        .w3l-comments-form-9 h3.title-main2 {
            font-size: 28px;
            margin-bottom: 24px;
        }
    }

    .w3l-comments-9-main {
        /* responsive*/
        /*-- //responsive --*/
        /*-- //slider --*/
    }

        .w3l-comments-9-main .grid-columns {
            grid-template-columns: 1fr 1fr;
            grid-gap: 80px;
        }

        .w3l-comments-9-main .gallery-32 {
            padding: 40px 0 20px;
        }

        .w3l-comments-9-main .slider-wrap {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .w3l-comments-9-main .slider {
            position: relative;
            width: 500%;
            -webkit-animation: h_slide infinite ease-in-out 40s;
            animation: h_slide infinite ease-in-out 40s;
        }

        .w3l-comments-9-main .slide {
            width: 20%;
            float: left;
            overflow: hidden;
        }

        .w3l-comments-9-main img.img-responsive.rounded-circle {
            border-radius: 50%;
            position: relative;
        }

    @-webkit-keyframes h_slide {
        0% {
            left: 0%;
        }

        20% {
            left: 0%;
        }

        25% {
            left: -100%;
        }

        45% {
            left: -100%;
        }

        50% {
            left: -200%;
        }

        70% {
            left: -200%;
        }

        75% {
            left: -300%;
        }

        95% {
            left: -300%;
        }

        100% {
            left: -400%;
        }
    }

    @keyframes h_slide {
        0% {
            left: 0%;
        }

        20% {
            left: 0%;
        }

        25% {
            left: -100%;
        }

        45% {
            left: -100%;
        }

        50% {
            left: -200%;
        }

        70% {
            left: -200%;
        }

        75% {
            left: -300%;
        }

        95% {
            left: -300%;
        }

        100% {
            left: -400%;
        }
    }

    .w3l-comments-9-main .testi-pos {
        margin-bottom: 1rem;
        display: grid;
        grid-template-columns: 120px auto;
        align-items: center;
    }

    .w3l-comments-9-main h3.title-main2 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 40px;
        font-weight: 500;
    }

    .w3l-comments-9-main .testi-agile p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    .w3l-comments-9-main .testi-pos h4 {
        color: var(--theme-color-2);
        font-size: 18px;
        text-transform: capitalize;
        line-height: 20px;
    }

    .w3l-comments-9-main .testi-pos span {
        font-size: 14px;
        text-transform: capitalize;
    }

    .w3l-comments-9-main .main-cont {
        max-width: 900px;
        margin: 0 auto;
    }

    @media (max-width: 900px) {
        .w3l-comments-9-main .grid-columns {
            grid-gap: 40px;
        }
    }

    @media (max-width: 768px) {
        .w3l-comments-9-main .grid-columns {
            grid-template-columns: 1fr;
            grid-gap: 30px;
        }
    }

    @media (max-width: 414px) {
        .w3l-comments-9-main .gallery-32 {
            padding: 20px 0 20px;
        }

        .w3l-comments-9-main h3.title-main2 {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 384px) {
        .w3l-comments-9-main .gallery14-head h3 {
            font-size: 32px;
            line-height: 36px;
        }

        .w3l-comments-9-main h3.title-main2 {
            font-size: 26px;
        }
    }

    .w3l-price-13 {
        /*-- table --*/
        /*-- responsive --*/
        /*-- //responsive --*/
    }

        .w3l-price-13 td,
        .w3l-price-13 th {
            padding: 15px 25px 15px 0px;
        }

        .w3l-price-13 td,
        .w3l-price-13 th {
            border-bottom: 1px solid rgba(130, 152, 171, 0.35);
            box-sizing: border-box;
            /*width: 25%*/;
            text-align: right;
        }

        .w3l-price-13 .top-title {
            text-align: right;
        }

        .w3l-price-13 .border-none {
            border: none;
        }

        .w3l-price-13 .pricing {
            padding: 80px 0;
        }

            .w3l-price-13 .pricing h3 {
                font-size: 45px;
                line-height: 50px;
                margin-bottom: 50px;
            }

        .w3l-price-13 table.table {
            width: 100%;
            border-spacing: 0px;
        }

        .w3l-price-13 .sub-titles {
            text-align: right;
        }

            .w3l-price-13 .sub-titles th {
                font-size: 20px;
                line-height: 25px;
                font-weight: 600;
            }

        .w3l-price-13 .top-bottom-gap {
            padding: 35px 25px 35px 0px;
        }

        .w3l-price-13 .price span {
            font-size: 35px;
            line-height: 40px;
            font-weight: bold;
            color: var(--title-color);
        }

        .w3l-price-13 .price p {
            margin-top: 12px;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
        }

        .w3l-price-13 .price h6 {
            margin-top: 7px;
            font-size: 15px;
            line-height: 20px;
        }

        .w3l-price-13 .d-grid {
            display: grid;
            grid-auto-flow: column;
            justify-content: space-between;
            align-items: center;
        }

        .w3l-price-13 .grid-class {
            display: grid;
            grid-template-columns: 45% 10%;
            align-items: center;
        }

        .w3l-price-13 h5.sub-titles,
        .w3l-price-13 h6.amount {
            font-size: 17px;
            line-height: 25px;
            font-weight: 600;
        }

        .w3l-price-13 h5.sub-black {
            font-size: 17px;
            line-height: 25px;
        }

        .w3l-price-13 tr.align-top {
            vertical-align: top;
        }

        .w3l-price-13 .align-top p {
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            margin-top: 7px;
        }

        .w3l-price-13 .table-main {
            overflow: hidden;
            overflow-x: auto;
        }

        .w3l-price-13 span.fa.fa-check {
            color: green;
        }

        .w3l-price-13 span.fa.fa-times {
            color: red;
        }

        .w3l-price-13 td.border-none .btn {
            margin-top: 2em;
        }

    @media (max-width: 1080px) {
        .w3l-price-13 .pricing {
            padding: 50px 0px;
        }
    }

    @media (max-width: 992px) {
        .w3l-price-13 .fixed {
            position: -webkit-sticky;
            position: sticky;
            left: 0;
            background: #f9f9f9;
            max-width: 195px;
            box-shadow: 1px 1px 3px 0px #d8d8d8;
            z-index: 9;
        }

        .w3l-price-13 td,
        .w3l-price-13 th {
            padding: 15px 25px 15px 10px;
        }

            .w3l-price-13 th.top-title {
                padding-left: 10px;
            }

        .w3l-price-13 .pricing h3 {
            font-size: 30px;
            margin-bottom: 30px;
        }

        .w3l-price-13 th {
            padding: 15px 25px;
        }
    }

    @media (max-width: 992px) {
        .w3l-price-13 th {
            padding: 15px 75px;
        }
    }

    @media (max-width: 414px) {
        .w3l-price-13 .fixed {
            max-width: 175px;
        }
    }

    @media (max-width: 384px) {
        .w3l-price-13 .pricing h3 {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .w3l-price-13 .pricing {
            padding: 40px 0px;
        }
    }

    /*-- grids block 5 --*/
    .grids-block-5 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .grids-block-5 #grids5-block {
            padding: 80px 0;
            background: var(--main-bg-color);
        }

        .grids-block-5 h3.title-main.text-left {
            text-align: left;
        }

        .grids-block-5 .d-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-column-gap: 30px;
        }

        .grids-block-5 .d-grid1 {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr ;
            grid-column-gap: 30px;
        }

        .grids-block-5 .grids5-info h4 a {
            font-size: 25px;
            line-height: 30px;
            margin-top: 20px;
            display: block;
        }

        .grids-block-5 .grids5-info p {
            font-style: normal;
            font-weight: normal;
            margin-top: 10px;
            font-size: 16px;
            line-height: 25px;
        }

        .grids-block-5 .grids5-info h5 {
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            margin-top: 10px;
            color: var(--theme-color-2);
        }

        .grids-block-5 .grids5-info img {
            width: 100%;
        }

        .grids-block-5 .grids5-info a,
        .grids-block-5 .grids5-info a img {
            display: block;
        }

            .grids-block-5 .grids5-info a:hover {
                opacity: 1;
            }

    @media all and (max-width: 991px) {
        .grids-block-5 #grids5-block {
            padding: 60px 0;
        }

        .grids-block-5 .grids5-info h4 a {
            font-size: 21px;
            margin-top: 10px;
        }
    }

    @media all and (max-width: 800px) {
        .grids-block-5 .d-grid {
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 30px;
        }
    }

    @media all and (max-width: 568px) {
        .grids-block-5 .d-grid {
            grid-template-columns: 1fr;
        }

        .grids-block-5 .d-grid {
            grid-row-gap: 45px;
        }

        .grids-block-5 .grids5-info h4 a {
            margin-top: 13px;
        }

        .grids-block-5 .grids5-info p {
            margin-top: 12px;
        }
    }

    @media all and (max-width: 414px) {
        .grids-block-5 .grids5-info h4 a {
            font-size: 23px;
        }

        .grids-block-5 #grids5-block {
            padding: 40px 0;
        }
    }

    @media all and (max-width: 384px) {
        .grids-block-5 .grids5-info h4 a {
            font-size: 22px;
        }
    }

    .w3l-text-faq-9 {
        /* Accordion */
    }

        .w3l-text-faq-9 .faq-9 {
            padding: 80px 0;
        }

        .w3l-text-faq-9 .main-faqs {
            grid-template-columns: 1fr 1fr;
            grid-gap: 40px;
        }

        .w3l-text-faq-9 h3.title-faq {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 40px;
        }

        .w3l-text-faq-9 .accordion {
            position: relative;
        }

        .w3l-text-faq-9 [id*="open-accordion"],
        .w3l-text-faq-9 [id*="close-accordion"] {
            border-bottom: 1px solid #dcdcdc;
            line-height: 40px;
            height: 40px;
            display: block;
            margin: 0 auto;
            position: relative;
        }

        .w3l-text-faq-9 [id*="close-accordion"] {
            display: none;
        }

        .w3l-text-faq-9 .accordion a {
            color: #2a2926;
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 28px;
            text-decoration: none;
            text-shadow: none;
            padding-left: 35px;
        }

        .w3l-text-faq-9 [id*="open-accordion"]:after,
        .w3l-text-faq-9 [id*="close-accordion"]:after {
            content: "";
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #616067;
            position: absolute;
            left: 10px;
            top: 15px;
            z-index: 999;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-270deg);
        }

        .w3l-text-faq-9 .target-fix {
            display: block;
            top: 0;
            left: 0;
            position: fixed;
        }

        .w3l-text-faq-9 .accordion-content {
            background: #fff;
            height: 0;
            position: relative;
            overflow: hidden;
            transition: all 0.1s ease;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
        }

        .w3l-text-faq-9 .accordion span:target ~ .accordion-content {
            display: block;
            height: auto;
            padding-bottom: 25px;
            padding-top: 10px;
        }

        .w3l-text-faq-9 .accordion span:target ~ [id*="close-accordion"] {
            display: block;
            margin-bottom: 0;
        }

        .w3l-text-faq-9 .accordion span:target ~ [id*="open-accordion"] {
            display: none;
            border-bottom: none;
        }

        .w3l-text-faq-9 .accordion span:target ~ [id*="close-accordion"]:after {
            border-top: 6px solid #333;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            border-bottom: none;
        }

        .w3l-text-faq-9 .accordion-content p {
            line-height: 25px;
            font-size: 17px;
        }

    @media (max-width: 991px) {
        .w3l-text-faq-9 .faq-9 {
            padding: 60px 0;
        }

        .w3l-text-faq-9 .main-faqs {
            grid-template-columns: 1fr;
        }

        .w3l-text-faq-9 h3.title-faq {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 35px;
        }

        .w3l-text-faq-9 .accordion a {
            font-size: 18px;
        }
    }

    @media (max-width: 414px) {
        .w3l-text-faq-9 .faq-9 {
            padding: 40px 0;
        }

        .w3l-text-faq-9 .accordion a {
            font-size: 18px;
            line-height: 22px;
        }

        .w3l-text-faq-9 h3.title-faq {
            font-size: 28px;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .w3l-text-faq-9 .accordion a {
            margin-bottom: 18px;
        }

        .w3l-text-faq-9 [id*="open-accordion"],
        .w3l-text-faq-9 [id*="close-accordion"] {
            height: 50px;
        }
    }

    .w3l-galleries-28 {
        /*-- Gallery28 block --*/
        /* main slider */
        /*-- /main-slider --*/
        /*-- slider responsive --*/
        /*-- //slider responsive --*/
    }

        .w3l-galleries-28 #gallery28-block {
            padding: 80px 0 120px;
        }

        .w3l-galleries-28 .gallery28-align {
            grid-template-columns: 1fr 2fr;
            grid-column-gap: 120px;
        }

        .w3l-galleries-28 .gallery28-img {
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 30px;
        }

        .w3l-galleries-28 .gallery28-head h3 {
            font-size: 35px;
            line-height: 40px;
            font-weight: 600;
        }

        .w3l-galleries-28 .gallery28-head p {
            font-size: 17px;
            line-height: 25px;
            margin-top: 1.5em;
        }

        .w3l-galleries-28 .slider-info a {
            display: block;
            opacity: 1;
        }

        .w3l-galleries-28 .main-slider {
            position: relative;
            z-index: 1;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
            margin-left: -900%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
            margin-left: -800%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
            margin-left: -700%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
            margin-left: -600%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
            margin-left: -500%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
            margin-left: -400%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
            margin-left: -300%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
            margin-left: -200%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
            margin-left: -100%;
        }

        .w3l-galleries-28 .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
            margin-left: 0%;
        }

        .w3l-galleries-28 .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;
            scroll-behavior: smooth;
        }

            .w3l-galleries-28 .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;
                scroll-behavior: smooth;
            }

                .w3l-galleries-28 .csslider > ul > li.scrollable {
                    overflow-y: scroll;
                    scroll-behavior: smooth;
                }

        .w3l-galleries-28 .csslider > .navigation {
            position: absolute;
            bottom: -10%;
            z-index: 10;
            left: 0;
            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;
            scroll-behavior: smooth;
        }

            .w3l-galleries-28 .csslider > .navigation label {
                position: relative;
                display: inline-block;
                cursor: pointer;
                padding: 5px 5px;
                background: #000;
                opacity: 0.7;
                margin: 0 5px;
                border-radius: 50%;
                border: 1px solid #000;
                transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
            }

                .w3l-galleries-28 .csslider > .navigation label:hover:after {
                    opacity: 1;
                }

                .w3l-galleries-28 .csslider > .navigation label:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -6px;
                    margin-top: -6px;
                    background: #f5f9fc;
                    padding: 5px 5px;
                    opacity: 0;
                    border-radius: 50%;
                    border: 1px solid #000;
                }

        .w3l-galleries-28 .csslider > .arrows {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: none;
        }

        .w3l-galleries-28 .csslider.inside .navigation {
            bottom: 10px;
            margin-bottom: 10px;
        }

            .w3l-galleries-28 .csslider.inside .navigation label {
                border: 1px solid #7e7e7e;
            }

        .w3l-galleries-28 .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
        .w3l-galleries-28 .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
            opacity: 1;
        }

        .w3l-galleries-28 .csslider > .arrows {
            position: absolute;
            bottom: -40px;
            width: 100%;
            height: 26px;
            z-index: 1;
            box-sizing: content-box;
        }

            .w3l-galleries-28 .csslider > .arrows label {
                position: absolute;
                padding: 8px;
                box-shadow: inset 2px -2px 0 1px var(--title-color);
                cursor: pointer;
                transition: box-shadow 0.15s, margin 0.15s;
            }

                .w3l-galleries-28 .csslider > .arrows label:hover {
                    opacity: 0.75;
                    margin: 0 0px;
                }

                .w3l-galleries-28 .csslider > .arrows label:before {
                    content: '';
                    position: absolute;
                    top: -100%;
                    left: -100%;
                    height: 300%;
                    width: 300%;
                }

        .w3l-galleries-28 #slider1 > input:nth-of-type(1):checked ~ ul #bg,
        .w3l-galleries-28 #slider1 > input:nth-of-type(2):checked ~ ul #bg1,
        .w3l-galleries-28 #slider1 > input:nth-of-type(3):checked ~ ul #bg2,
        .w3l-galleries-28 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
            width: 100%;
            transition: 0.5s 0.5s;
            text-align: center;
            padding: 0;
            height: 100%;
        }

            .w3l-galleries-28 #slider1 > input:nth-of-type(1):checked ~ ul #bg div,
            .w3l-galleries-28 #slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
            .w3l-galleries-28 #slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
            .w3l-galleries-28 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
                transform: translate(0);
                transition: 0.5s 0.9s;
            }

    @media (max-width: 1050px) {
        .w3l-galleries-28 .gallery28-align {
            grid-column-gap: 70px;
        }
    }

    @media (max-width: 992px) {
        .w3l-galleries-28 .gallery28-head h3 {
            font-size: 30px;
            line-height: 35px;
        }

        .w3l-galleries-28 #gallery28-block {
            padding: 60px 0 100px;
        }

        .w3l-galleries-28 .gallery28-align {
            grid-template-columns: 1fr;
            grid-row-gap: 50px;
        }

        .w3l-galleries-28 .gallery28-head p {
            margin-top: 1em;
        }
    }

    @media (max-width: 500px) {
        .w3l-galleries-28 .gallery28-align {
            grid-row-gap: 30px;
        }
    }

    @media (max-width: 440px) {
        .w3l-galleries-28 #gallery28-block {
            padding: 40px 0 80px;
        }

        .w3l-galleries-28 .gallery28-img {
            grid-column-gap: 15px;
        }

        .w3l-galleries-28 .gallery28-head h3 {
            font-size: 25px;
            line-height: 30px;
        }

        .w3l-galleries-28 .csslider > .navigation {
            bottom: -14%;
        }
    }

    /* team single */
    .w3l-teams-single-9 {
        /* SKILLS BRUNO */
        /*SKILLS*/
        /* //team single */
    }

        .w3l-teams-single-9 .team-single {
            padding: 80px 0;
        }

        .w3l-teams-single-9 .main-grid {
            grid-auto-flow: column;
            grid-gap: 40px;
        }

        .w3l-teams-single-9 h3.title-wthree-tem {
            font-size: 30px;
            margin-bottom: 2px;
        }

        .w3l-teams-single-9 p.para {
            font-size: 17px;
            line-height: 25px;
            margin-top: 15px;
        }

        .w3l-teams-single-9 p.sub-title-top-3 {
            font-size: 18px;
        }

        .w3l-teams-single-9 ul.left-single-team {
            margin: 20px 0 10px;
        }

            .w3l-teams-single-9 ul.left-single-team li {
                list-style-type: none;
                margin-bottom: 4px;
            }

                .w3l-teams-single-9 h6.team-txt,
                .w3l-teams-single-9 ul.left-single-team li span {
                    font-size: 16px;
                    font-weight: 600;
                    color: var(--title-color);
                }

                .w3l-teams-single-9 ul.left-single-team li a {
                    font-size: 16px;
                }

        .w3l-teams-single-9 ul.list-unstyled li {
            display: inline-block;
            margin: 2px 8px 0;
        }

        .w3l-teams-single-9 .team-socials a span {
            font-size: 23px;
        }

            .w3l-teams-single-9 .team-socials a span.fa-facebook-square {
                color: #3b5998;
            }

            .w3l-teams-single-9 .team-socials a span.fa-twitter-square {
                color: #00acee;
            }

            .w3l-teams-single-9 .team-socials a span.fa-google-plus-square {
                color: #DD4B39;
            }

        .w3l-teams-single-9 .footerv4-social.d-flex.align-items-center {
            align-items: center;
        }

        .w3l-teams-single-9 .main-cont {
            grid-template-columns: 2fr 1fr;
            grid-gap: 40px;
            margin-top: 3.5em;
        }

        .w3l-teams-single-9 h4.sub-title {
            font-size: 25px;
            margin-bottom: 10px;
        }

        .w3l-teams-single-9 .team-single img {
            border-radius: 4px;
        }

        .w3l-teams-single-9 h5.title {
            font-weight: 400;
            font-size: 16px;
        }

        .w3l-teams-single-9 div#skills_bruno {
            margin-top: 1.5em;
        }

        .w3l-teams-single-9 #skills_bruno .bar_base {
            width: 100%;
            background: #e1e1e1;
            margin: 4px 0 10px 0;
            border-radius: 10px;
        }

        .w3l-teams-single-9 #skills_bruno .bar {
            height: 16px;
            display: block;
            border-radius: 10px;
        }

        .w3l-teams-single-9 #skills_bruno .percent {
            text-align: right;
            padding-right: 10px;
            font-size: 12px;
            color: #fff;
            font-weight: 600;
        }

        .w3l-teams-single-9 #skills_bruno .bar_base #photoshop {
            width: 90%;
            background: var(--theme-color-1);
        }

        .w3l-teams-single-9 #skills_bruno .bar_base #design {
            width: 80%;
            background: var(--theme-color-1);
        }

        .w3l-teams-single-9 #skills_bruno .bar_base #marketing {
            width: 70%;
            background: var(--theme-color-1);
        }

    @media (max-width: 991px) {
        .w3l-teams-single-9 .main-grid {
            grid-gap: 20px;
        }

        .w3l-teams-single-9 .team-single {
            padding: 60px 0;
        }

        .w3l-teams-single-9 .main-cont {
            grid-template-columns: 1fr;
            margin-top: 2.5em;
        }
    }

    @media (max-width: 800px) {
        .w3l-teams-single-9 .main-grid {
            grid-auto-flow: row;
        }
    }

    @media (max-width: 440px) {
        .w3l-teams-single-9 .team-grids-single img {
            width: 100%;
        }
    }

    @media (max-width: 384px) {
        .w3l-teams-single-9 .team-single {
            padding: 40px 0;
        }

        .w3l-teams-single-9 h3.title-wthree-tem {
            font-size: 28px;
        }
    }

    /* team-single */
    /* timeline */
    .w3l-timeline-19 {
        /* -------------------------------------
   * mobile phones (vertical version only)
   * ------------------------------------- */
    }

        .w3l-timeline-19 .top-timeline-2 {
            padding: 80px 0;
        }

        .w3l-timeline-19 h3.title-text {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 40px;
        }

        .w3l-timeline-19 #timeline {
            list-style: none;
            margin: 50px 0 0 120px;
            padding-left: 30px;
            border-left: 8px solid #eee;
        }

            .w3l-timeline-19 #timeline li {
                margin: 40px 0;
                position: relative;
            }

                .w3l-timeline-19 #timeline li:last-child {
                    margin-bottom: 0;
                }

        .w3l-timeline-19 .date {
            margin-top: -10px;
            top: 45%;
            left: -160px;
            font-size: 18px;
            line-height: 20px;
            position: absolute;
            color: var(--theme-color-1);
            font-weight: 600;
        }

        .w3l-timeline-19 .circle {
            margin-top: -10px;
            top: 50%;
            left: -44px;
            width: 10px;
            height: 10px;
            background: #eee;
            border: 5px solid #eee;
            border-radius: 50%;
            display: block;
            position: absolute;
        }

        .w3l-timeline-19 .content {
            max-height: 20px;
            padding: 50px 20px 20px;
            border-color: transparent;
            border-width: 2px;
            border-style: solid;
            border-radius: 0.5em;
            position: relative;
            margin-top: 8px;
        }

        .w3l-timeline-19 .radio:checked ~ .content:before,
        .w3l-timeline-19 .radio:checked ~ .content:after {
            content: "";
            width: 0;
            height: 0;
            border: solid transparent;
            position: absolute;
            pointer-events: none;
            right: 100%;
        }

        .w3l-timeline-19 .radio:checked ~ .content:before {
            border-right-color: inherit;
            border-width: 20px;
            top: 46%;
            margin-top: -20px;
        }

        .w3l-timeline-19 .radio:checked ~ .content:after {
            border-right-color: #eee;
            border-width: 17px;
            top: 48%;
            margin-top: -17px;
        }

        .w3l-timeline-19 .content p {
            max-height: 0;
            color: transparent;
            word-break: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
            overflow: hidden;
            line-height: 23px;
            font-size: 16px;
            margin-top: 8px;
        }

        .w3l-timeline-19 label {
            font-size: 1.3em;
            position: absolute;
            z-index: 100;
            cursor: pointer;
            top: 20px;
            transition: transform 0.2s linear;
            font-weight: 600;
            color: var(--title-color);
        }

        .w3l-timeline-19 .radio {
            display: none;
        }

            .w3l-timeline-19 .radio:checked + .relative label {
                cursor: auto;
                transform: translateX(42px);
            }

            .w3l-timeline-19 .radio:checked + .relative .circle {
                background: #f98262;
            }

            .w3l-timeline-19 .radio:checked ~ .content {
                max-height: 100%;
                border-color: #eee;
                /* margin-right: 20px; */
                transform: translateX(20px);
                transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
                background: #eee;
                margin-top: 8px;
            }

                .w3l-timeline-19 .radio:checked ~ .content p {
                    max-height: 200px;
                    color: #888;
                    transition: color 0.3s linear 0.3s;
                }

    @media screen and (max-width: 991px) {
        .w3l-timeline-19 .top-timeline-2 {
            padding: 60px 0;
        }
    }

    @media screen and (max-width: 414px) {
        .w3l-timeline-19 .top-timeline-2 {
            padding: 40px 0;
        }
    }

    @media screen and (max-width: 767px) {
        .w3l-timeline-19 #timeline {
            margin-left: 0;
            padding-left: 0;
            border-left: none;
        }

            .w3l-timeline-19 #timeline li {
                margin: 70px 0;
            }

        .w3l-timeline-19 label {
            font-size: 1.2em;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            transform: translateX(18px);
        }

        .w3l-timeline-19 .content {
            padding-top: 45px;
            border-color: #eee;
        }

            .w3l-timeline-19 .content:before,
            .w3l-timeline-19 .content:after {
                border: solid transparent;
                bottom: 100%;
            }

            .w3l-timeline-19 .content:before {
                border-bottom-color: inherit;
                border-width: 17px;
                top: -16px;
                left: 50px;
                margin-left: -17px;
            }

            .w3l-timeline-19 .content:after {
                border-bottom-color: #eee;
                border-width: 20px;
                top: -20px;
                left: 50px;
                margin-left: -20px;
            }

            .w3l-timeline-19 .content p {
                font-size: 15px;
                line-height: 1.4;
            }

        .w3l-timeline-19 .date {
            margin-top: 0;
            top: -30px;
            left: 0;
        }

        .w3l-timeline-19 .circle {
            display: none;
        }
    }

    @media screen and (max-width: 600px) {
        .w3l-timeline-19 .radio:checked ~ .content {
            margin-right: 1.5em;
        }

            .w3l-timeline-19 .radio:checked ~ .content p {
                max-height: 250px;
            }
    }

    @media screen and (max-width: 375px) {
        .w3l-timeline-19 label {
            max-width: 250px;
        }

        .w3l-timeline-19 .radio:checked ~ .content {
            margin-right: 0;
            transform: translateX(0px);
        }

        .w3l-timeline-19 .radio:checked + .relative label {
            transform: translateX(24px);
        }
    }

    /* //timeline */
    .w3l-form1 {
        /* 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 design --*/
        /*-- //responsive design --*/
    }

        .w3l-form1 .form-content {
            display: flex;
        }

        .w3l-form1 .grid-info-form h3 {
            font-size: 40px;
            line-height: 50px;
            color: #fff;
            margin-top: 25px;
            font-weight: 100;
        }

            .w3l-form1 .grid-info-form h3 b {
                display: block;
            }

        .w3l-form1 .grid-info-form h5 {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 13px;
            line-height: 20px;
            color: #eee;
        }

        .w3l-form1 .grid-info-form p {
            max-width: 550px;
            margin: auto;
            margin-top: 25px;
            color: #e6e6e6;
            font-size: 17px;
            line-height: 25px;
        }

        .w3l-form1 .grid-info-form a.btn {
            margin-top: 40px;
        }

        .w3l-form1 .form-left {
            width: 30%;
            float: left;
            padding: 50px 50px;
            background: #fff;
            box-sizing: border-box;
        }

        .w3l-form1 .form-right {
            width: 70%;
            float: left;
            text-align: center;
            padding: 0 80px 0;
            background: #E1E9F0;
            box-sizing: border-box;
            position: relative;
            z-index: 0;
            min-height: 100vh;
            display: grid;
            align-items: center;
            background: url(../images/login.jpg) no-repeat center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
        }

            .w3l-form1 .form-right:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(8, 8, 8, 0.43);
                z-index: -1;
            }

        .w3l-form1 a.brand-logo {
            font-weight: 700;
            line-height: 1;
            color: var(--theme-color-2);
            font-size: 30px;
        }

        .w3l-form1 a.sign-in {
            color: var(--para-color);
            text-decoration: none;
            font-size: 20px;
            font-weight: 200;
            float: left;
            line-height: 1;
        }

        .w3l-form1 .signin-form {
            margin-top: 55px;
            width: 100%;
            overflow: hidden;
        }

        .w3l-form1 .signin-form-2 {
            margin-top: 30px;
            width: 100%;
            overflow: hidden;
        }

        .w3l-form1 .middle {
            margin-top: 100px;
        }

            .w3l-form1 .middle h4,
            .w3l-form1 .middle-2 h4 {
                font-size: 35px;
                line-height: 40px;
            }

            .w3l-form1 .middle p,
            .w3l-form1 .middle-2 P {
                max-width: 100%;
                margin: auto;
                margin-top: 10px;
                font-size: 17px;
                line-height: 25px;
            }

        .w3l-form1 .signin-form label {
            color: #3b5266;
            font-size: 15px;
            line-height: 20px;
            display: block;
        }

        .w3l-form1 label.container a {
            font-weight: 600;
        }

        .w3l-form1 .signin-form .form-input {
            margin-bottom: 15px;
        }

        .w3l-form1 .signin-form input[type="name"],
        .w3l-form1 .signin-form input[type="password"] {
            background: #eae9e9;
            border: none;
            outline: none;
            width: 100%;
            font-size: 16px;
            padding: 10px 15px;
            margin-top: 5px;
            color: #333;
            border: 1px solid #ddd;
            border-radius: 40px;
        }

        .w3l-form1 .signin-form button.btn {
            font-size: 16px;
            width: 100%;
            margin-top: 40px;
        }

        .w3l-form1 .form-content p.agree {
            font-size: 15px;
            line-height: 20px;
            color: #3B5266;
        }

        .w3l-form1 .container {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 0px;
            cursor: pointer;
            font-size: 22px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .w3l-form1 .container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

        .w3l-form1 .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 21px;
            width: 21px;
            background-color: #eae9e9;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .w3l-form1 .container:hover input ~ .checkmark {
            background-color: #eae9e9;
        }

        .w3l-form1 .container input:checked ~ .checkmark {
            background-color: #333;
            border: 1px solid #333;
        }

        .w3l-form1 .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .w3l-form1 .container input:checked ~ .checkmark:after {
            display: block;
        }

        .w3l-form1 .container .checkmark:after {
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .w3l-form1 .middle-2 {
            margin-top: 35px;
        }

    @media (max-width: 1366px) {
        .w3l-form1 .middle {
            margin-top: 60px;
        }
    }

    @media (max-width: 1280px) {
        .w3l-form1 .form-left {
            padding: 40px 40px;
        }
    }

    @media (max-width: 1080px) {
        .w3l-form1 .form-left {
            width: 40%;
        }

        .w3l-form1 .form-right {
            width: 60%;
            padding: 0 40px 0;
        }

        .w3l-form1 .middle {
            margin-top: 80px;
        }

            .w3l-form1 .middle h4,
            .w3l-form1 .middle-2 h4 {
                font-size: 30px;
                line-height: 30px;
            }

        .w3l-form1 .form-content h3 {
            font-size: 45px;
        }

        .w3l-form1 .signin-form {
            margin-top: 45px;
        }

        .w3l-form1 .signin-form-2 {
            margin-top: 25px;
        }

        .w3l-form1 .grid-info-form h3 b {
            display: inline-block;
        }
    }

    @media (max-width: 800px) {
        .w3l-form1 .form-left {
            padding: 40px 35px;
        }

        .w3l-form1 .form-right {
            padding: 0 45px 0;
        }

        .w3l-form1 .form-content h3 {
            font-size: 38px;
            margin-top: 20px;
            line-height: 45px;
        }

        .w3l-form1 .signin-form button.btn {
            margin-top: 20px;
        }

        .w3l-form1 .middle p,
        .w3l-form1 .middle-2 P {
            margin-top: 10px;
        }
    }

    @media (max-width: 736px) {
        .w3l-form1 .signin-form label {
            font-size: 14px;
        }

        .w3l-form1 .signin-form {
            margin-top: 30px;
        }

        .w3l-form1 .middle p,
        .w3l-form1 .middle-2 P {
            font-size: 16px;
        }

        .w3l-form1 .form-left {
            padding: 30px 30px;
        }

        .w3l-form1 a.brand-logo {
            font-size: 24px;
        }

        .w3l-form1 a.sign-in {
            font-size: 20px;
        }

        .w3l-form1 .middle h4,
        .w3l-form1 .middle-2 h4 {
            font-size: 26px;
            line-height: 30px;
        }

        .w3l-form1 .form-right {
            padding: 0 45px 0;
        }

        .w3l-form1 .form-content a.btn {
            margin-top: 30px;
            margin-bottom: 50px;
        }
    }

    @media (max-width: 667px) {
        .w3l-form1 .form-content {
            flex-direction: column;
        }

        .w3l-form1 .form-left {
            padding: 30px 30px;
            width: 100%;
        }

        .w3l-form1 .form-right {
            width: 100%;
        }

        .w3l-form1 .signin-form {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 600px) {
        .w3l-form1 .middle {
            margin-top: 60px;
        }
    }

    @media (max-width: 415px) {
        .w3l-form1 .form-right {
            padding: 0 25px 0;
        }

        .w3l-form1 .form-content h3 {
            font-size: 35px;
        }
    }

    .w3l-search-results-9 .search-results {
        padding: 80px 0;
    }

    .w3l-search-results-9 .search-top {
        margin: 0 auto;
        max-width: 900px;
    }

    .w3l-search-results-9 .search-left-img img {
        border-radius: 50%;
    }

    .w3l-search-results-9 .search-grids {
        max-width: 700px;
    }

    .w3l-search-results-9 h3 {
        font-size: 35px;
        line-height: 40px;
        font-weight: 600;
    }

    .w3l-search-results-9 .search-form {
        margin: 20px 0;
    }

        .w3l-search-results-9 .search-form input {
            color: #333;
            font-size: 16px;
            border: none;
            outline: none;
            display: block;
            padding: 13px 50px 13px 15px;
            background: transparent;
            width: 80%;
            border: 1px solid #ddd;
            border-radius: 25px;
        }

        .w3l-search-results-9 .search-form button {
            font-size: 15px;
            width: 20%;
            margin-left: -3em;
            padding: 13px 22px;
        }

    .w3l-search-results-9 .search-text-info {
        margin-top: 60px;
    }

    .w3l-search-results-9 .search-grid {
        display: grid;
        grid-template-columns: .5fr 4fr;
        grid-gap: 40px;
        margin-top: 30px;
        border-bottom: 1px solid #eee;
    }

        .w3l-search-results-9 .search-grid p {
            line-height: 23px;
            font-size: 16px;
            margin-top: 10px;
        }

    .w3l-search-results-9 hgroup h5 {
        font-size: 1.2em;
        font-weight: 400;
    }

    .w3l-search-results-9 .search-content h4 > a,
    .w3l-search-results-9 .search-content span {
        font-weight: 500;
        font-size: 20px;
    }

    .w3l-search-results-9 .search-right-info.excerpet label {
        color: var(--theme-color-2);
        font-size: 16px;
        font-weight: 600;
        margin-top: 1em;
        display: inline-block;
    }

    @media (max-width: 1280px) {
        .w3l-search-results-9 .search-top {
            margin: 0 auto;
            width: 100%;
        }
    }

    @media (max-width: 990px) {
        .w3l-search-results-9 .search-results {
            padding: 60px 0;
        }

        .w3l-search-results-9 .search-grids {
            grid-template-columns: 1fr;
            grid-gap: 30px;
        }
    }

    @media (max-width: 768px) {
        .w3l-search-results-9 h3 {
            font-size: 30px;
            line-height: 35px;
        }

        .w3l-search-results-9 .search-form button {
            width: 25%;
        }

        .w3l-search-results-9 .search-grid {
            grid-template-columns: .8fr 4fr;
            grid-gap: 20px;
        }
    }

    @media (max-width: 667px) {

        .w3l-search-results-9 .search-content h4 > a,
        .w3l-search-results-9 .search-content span {
            font-size: 18px;
            line-height: 25px;
        }

        .w3l-search-results-9 .search-text-info {
            margin-top: 50px;
        }
    }

    @media (max-width: 480px) {
        .w3l-search-results-9 .search-form button {
            width: 30%;
        }
    }

    @media (max-width: 414px) {
        .w3l-search-results-9 .search-results {
            padding: 40px 0;
        }
    }

    @media (max-width: 384px) {
        .w3l-search-results-9 .search-form button {
            width: 33%;
        }
    }

    @media (max-width: 375px) {
        .w3l-search-results-9 .search-form input {
            width: 100%;
            padding: 13px;
        }

        .w3l-search-results-9 .search-form button {
            width: 100%;
            margin-left: 0;
            margin-top: 15px;
        }
    }

    .w3l-portfolio-2 .grid-column-2 {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }

    .w3l-portfolio-2 .grid-column-3 {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 30px;
    }

    .w3l-portfolio-2 .portfolio-main {
        padding: 80px 0;
    }

    .w3l-portfolio-2 .port1 {
        margin-bottom: 30px;
    }

    @media (max-width: 992px) {
        .w3l-portfolio-2 .portfolio-main {
            padding: 60px 0;
        }
    }

    @media (max-width: 768px) {
        .w3l-portfolio-2 .grid-column-3 {
            grid-template-columns: 1fr;
        }

        .w3l-portfolio-2 .grid-column-2 {
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 15px;
        }

        .w3l-portfolio-2 .port1 {
            margin-bottom: 15px;
            margin-top: 15px;
        }
    }

    @media (max-width: 415px) {
        .w3l-portfolio-2 .portfolio-main {
            padding: 40px 0;
        }
    }

    .w3l-gallery-15 {
        /*-- Gallery-15 block --*/
        /*-- Gallery-15 block --*/
    }

        .w3l-gallery-15 #gallery15-block {
            padding: 80px 0 40px;
        }

        .w3l-gallery-15 .gallery15-images {
            max-width: 900px;
            margin: 0 auto;
        }

        .w3l-gallery-15 .bottom-grid h3 {
            font-size: 25px;
            line-height: 30px;
        }

        .w3l-gallery-15 .bottom-grid {
            margin-top: 30px;
        }

            .w3l-gallery-15 .bottom-grid p {
                font-size: 17px;
                line-height: 25px;
                margin-top: 20px;
            }

    @media all and (max-width: 991px) {
        .w3l-gallery-15 #gallery15-block {
            padding: 60px 0 20px;
        }
    }

    @media all and (max-width: 480px) {
        .w3l-gallery-15 .bottom-grid {
            margin-top: 25px;
        }
    }

    @media all and (max-width: 414px) {
        .w3l-gallery-15 #gallery15-block {
            padding: 40px 0 20px;
        }
    }

    @media all and (max-width: 384px) {
        .w3l-gallery-15 .bottom-grid h3 {
            font-size: 23px;
            line-height: 29px;
        }

        .w3l-gallery-15 .bottom-grid p {
            font-size: 16px;
        }
    }

    .w3l-text-22 {
        /*-- text 22 --*/
        /*-- //text 22 --*/
        /*-- responsive --*/
        /*-- //responsive --*/
    }

        .w3l-text-22 .text {
            padding: 20px 0px;
        }

        .w3l-text-22 .text-txt {
            max-width: 900px;
            margin: 0px auto;
        }

        .w3l-text-22 p.top-para {
            margin-top: 1.5em;
        }

        .w3l-text-22 .text-txt h3 {
            font-size: 25px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        .w3l-text-22 .text-txt p {
            font-size: 17px;
            line-height: 25px;
        }

        .w3l-text-22 .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 30px;
            margin-top: 30px;
        }

        .w3l-text-22 .right-column p:nth-child(2) {
            margin-top: 15px;
        }

    @media (max-width: 1080px) {
        .w3l-text-22 .two-columns {
            grid-gap: 20px;
            margin-top: 40px;
        }
    }

    @media (max-width: 640px) {
        .w3l-text-22 .two-columns {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 600px) {
        .w3l-text-22 .text-txt h3 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        .w3l-text-22 .two-columns {
            margin-top: 30px;
        }
    }

    @media (max-width: 384px) {
        .w3l-text-22 .text-txt p {
            font-size: 16px;
        }

        .w3l-text-22 p.top-para {
            margin-top: 1em;
        }
    }

    .w3l-text-24 {
        /*-- text24-block --*/
    }

        .w3l-text-24 #text24-block {
            padding: 40px 0;
        }

        .w3l-text-24 .text24-max-align {
            max-width: 900px;
            margin: 0 auto;
        }

        .w3l-text-24 .text-price-cont {
            max-width: 100%;
        }

        .w3l-text-24 h5.text24-heading {
            font-size: 25px;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .w3l-text-24 .text24-max-align p {
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 20px;
        }

        .w3l-text-24 .text24-list li {
            font-size: 17px;
            line-height: 25px;
            color: var(--title-color);
            list-style-position: inside;
        }

        .w3l-text-24 .text24-list {
            margin-top: 20px;
        }

        .w3l-text-24 li.gap-list {
            margin: 5px 0;
        }

    @media all and (max-width: 414px) {
        .w3l-text-24 #text24-block {
            padding: 20px 0;
        }
    }

    @media all and (max-width: 384px) {
        .w3l-text-24 h5.text24-heading {
            margin-bottom: 15px;
        }

        .w3l-text-24 .text24-max-align p {
            font-size: 16px;
        }

        .w3l-text-24 .text24-list li {
            font-size: 16px;
        }
    }

    .w3l-grids-9 {
        /* grid-9 */
        /* //grid-9 */
        /* responsive */
        /* //responsive */
    }

        .w3l-grids-9 .grid-top-9 {
            padding: 40px 0 80px;
        }

        .w3l-grids-9 .grid-sec-2 {
            padding: 80px 0;
        }

        .w3l-grids-9 .grid-element-9 {
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px;
            align-items: center;
            max-width: 900px;
            margin: 0 auto;
        }

        .w3l-grids-9 .price-page-content {
            max-width: 100%;
        }

        .w3l-grids-9 h4.text-grid-9 a {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 10px;
            display: inline-block;
            color: #fff;
        }

        .w3l-grids-9 p.sub-para {
            font-size: 17px;
            line-height: 25px;
            font-weight: normal;
            color: #eee;
        }

        .w3l-grids-9 .left-grid-ele-9 {
            background: url(../images/blog3.jpg) no-repeat center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
            padding: 100px 40px 95px;
            position: relative;
            z-index: 0;
        }

            .w3l-grids-9 .left-grid-ele-9:before {
                content: "";
                background: rgba(16, 16, 16, 0.27);
                position: absolute;
                top: 0;
                min-height: 100%;
                left: 0;
                right: 0;
                z-index: -1;
            }

        .w3l-grids-9 .left-grid-ele-9-2 {
            background: url(../images/blog6.jpg) no-repeat center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
        }

        .w3l-grids-9 .sub-wid-grid-9 {
            text-align: center;
        }

    @media (max-width: 1080px) {
        .w3l-grids-9 .left-grid-ele-9 {
            padding: 90px 40px 85px;
        }
    }

    @media (max-width: 991px) {
        .w3l-grids-9 .grid-top-9 {
            padding: 30px 0 60px;
        }

        .w3l-grids-9 .grid-sec-2 {
            padding: 60px 0;
        }
    }

    @media (max-width: 800px) {
        .w3l-grids-9 .left-grid-ele-9 {
            padding: 80px 40px 75px;
        }

        .w3l-grids-9 h4.text-grid-9 a {
            font-size: 33px;
        }
    }

    @media (max-width: 667px) {
        .w3l-grids-9 .left-grid-ele-9 {
            padding: 65px 20px 65px;
        }

        .w3l-grids-9 h4.text-grid-9 a {
            font-size: 30px;
        }
    }

    @media (max-width: 480px) {
        .w3l-grids-9 .grid-element-9 {
            grid-template-columns: 1fr;
        }

        .w3l-grids-9 .grid-top-9 {
            padding: 20px 0 40px;
        }

        .w3l-grids-9 .grid-sec-2 {
            padding: 40px 0;
        }
    }

    .w3l-products-1 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .w3l-products-1 .ecom-page {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 30px;
            text-align: center;
        }

            .w3l-products-1 .ecom-page .column img {
                border: 1px solid #eee;
                padding: 20px;
            }

        .w3l-products-1 .products1 {
            padding: 80px 0;
        }

            .w3l-products-1 .products1 h4 a {
                font-size: 20px;
                line-height: 25px;
                display: block;
                margin: 4px 0 10px;
                font-weight: 600;
            }

            .w3l-products-1 .products1 p {
                font-size: 20px;
                line-height: 25px;
                color: var(--theme-color-2);
                font-weight: 600;
            }

        .w3l-products-1 label.label-tag {
            color: var(--para-color);
            font-size: 14px;
        }

        .w3l-products-1 .top-prts {
            padding: 20px 0 30px;
        }

        .w3l-products-1 .column {
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .w3l-products-1 .column:hover {
                box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.04);
            }

                .w3l-products-1 .column:hover img {
                    border-color: transparent;
                }

        .w3l-products-1 .pagination {
            margin-top: 3em;
            text-align: center;
        }

            .w3l-products-1 .pagination ul li {
                display: inline-block;
            }

            .w3l-products-1 .pagination a {
                display: inline-block;
                color: #333;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
            }

                .w3l-products-1 .pagination a.active,
                .w3l-products-1 .pagination a:hover {
                    background-color: var(--theme-color-1);
                    border-radius: 100%;
                    color: #fff;
                }

        .w3l-products-1 a.not-allowed {
            cursor: not-allowed;
            color: #c3c2c2;
        }

        .w3l-products-1 .pagination .not-allowed:hover {
            opacity: 1;
            background: transparent;
            color: #c3c2c2;
        }

    @media (max-width: 1280px) {
        .w3l-products-1 .products1 h4 a {
            font-size: 18px;
        }
    }

    @media (max-width: 991px) {
        .w3l-products-1 .products1 {
            padding: 60px 0;
        }

        .w3l-products-1 .ecom-page {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media (max-width: 768px) {
        .w3l-products-1 .ecom-page {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 480px) {
        .w3l-products-1 .ecom-page {
            grid-gap: 20px;
        }
    }

    @media (max-width: 415px) {
        .w3l-products-1 .products1 {
            padding: 40px 0;
        }
    }

    @media (max-width: 384px) {
        .w3l-products-1 .ecom-page {
            grid-gap: 15px;
        }

            .w3l-products-1 .ecom-page .column img {
                margin: 0 auto;
            }

        .w3l-products-1 .products1 h4 a {
            font-size: 17px;
            margin: 0px 0 10px;
        }

        .w3l-products-1 .pagination a {
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
        }

        .w3l-products-1 .pagination {
            margin-top: 2em;
        }
    }

    @media (max-width: 320px) {
        .w3l-products-1 .ecom-page {
            grid-template-columns: 1fr;
        }
    }

    .w3l-features-photo-7 {
        /* responsive code */
    }

        .w3l-features-photo-7 .features-photo-7_sur {
            padding: 80px 0;
        }

        .w3l-features-photo-7 .features-photo-7_top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 40px;
        }

        .w3l-features-photo-7 .feat_top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 30px;
            margin-top: 40px;
        }

        .w3l-features-photo-7 .features-photo-7_top h4 {
            margin-bottom: 20px;
            font-size: 32px;
            line-height: 40px;
            font-weight: 600;
        }

        .w3l-features-photo-7 .features-photo-7_top p.para {
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 30px;
        }

        .w3l-features-photo-7 ul.star li {
            display: inline-block;
        }

            .w3l-features-photo-7 ul.star li span {
                color: #ffcf29;
            }

            .w3l-features-photo-7 ul.star li:last-child {
                margin-left: .5em;
            }

        .w3l-features-photo-7 span.item_price {
            font-size: 18px;
            font-weight: bold;
            color: var(--title-color);
        }

        .w3l-features-photo-7 .features-photo-7_top-left p del {
            margin: 0 10px;
            font-size: 14px;
        }

        .w3l-features-photo-7 p.coasts {
            margin: 10px 0 20px;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 20px;
        }

        .w3l-features-photo-7 .sec-grid-2 label {
            font-size: 16px;
            margin-bottom: 10px;
            display: inline-block;
            font-weight: 600;
            color: var(--title-color);
            display: block;
        }

        .w3l-features-photo-7 .sec-grid-2 select {
            -webkit-appearance: menulist-button;
        }

        .w3l-features-photo-7 .sec-grid-2 select,
        .w3l-features-photo-7 input {
            border: 1px solid rgba(51, 51, 51, 0.25);
            padding: 10px;
            width: 120px;
            font-size: 16px;
            background: transparent;
        }

        .w3l-features-photo-7 .sec-grid-2 {
            grid-template-columns: 140px auto;
            margin-bottom: 20px;
        }

            .w3l-features-photo-7 .sec-grid-2 ul li {
                margin-bottom: 8px;
                list-style: inside;
            }

        .w3l-features-photo-7 .sec-grid-3 ul li {
            list-style: none;
        }

            .w3l-features-photo-7 .sec-grid-3 ul li span {
                margin-right: 10px;
                color: var(--theme-color-2);
            }

        .w3l-features-photo-7 .inline-cont {
            margin-top: 3rem;
        }

        .w3l-features-photo-7 .gallery-7_sur {
            padding: 70px 0;
            background: #F5F9FC;
        }

        .w3l-features-photo-7 .galleryContainer {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-content: center;
            position: relative;
        }

        .w3l-features-photo-7 .gallery {
            position: relative;
            display: flex;
            justify-content: center;
            align-content: center;
            border: 1px solid #eee;
            padding: 20px;
        }

            .w3l-features-photo-7 .gallery input {
                display: none;
            }

        .w3l-features-photo-7 .galleryImage {
            transition: opacity 0.25s ease-out;
            overflow: hidden;
            position: absolute;
            top: 0;
            opacity: 0;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .w3l-features-photo-7 .gallery > img:first-of-type {
            position: relative !important;
            display: flex !important;
            top: 0 !important;
            left: 0 !important;
            z-index: 10;
        }

        .w3l-features-photo-7 .gallery > img:nth-child(2) {
            margin: 0 auto;
        }

        .w3l-features-photo-7 .arrowsContainer {
            position: absolute;
            bottom: 0px;
            left: 0px;
            height: 100%;
            display: none;
            justify-content: space-between;
            align-items: flex-end;
            width: 100%;
            z-index: 20;
            overflow: hidden;
        }

            .w3l-features-photo-7 .arrowsContainer img {
                width: 100px;
                background: white;
                opacity: 0.4;
                padding-bottom: 20px;
                transition: 0.1s ease;
            }

        .w3l-features-photo-7 .leftArrow {
            border-top-right-radius: 10px;
            position: absolute;
            bottom: -20px;
            left: -30px;
            padding-left: 40px;
            padding-right: 15px;
        }

        .w3l-features-photo-7 .rightArrow {
            border-top-left-radius: 10px;
            position: absolute;
            bottom: -20px;
            right: -30px;
            padding-right: 40px;
            padding-left: 15px;
        }

            .w3l-features-photo-7 .leftArrow:active,
            .w3l-features-photo-7 .rightArrow:active {
                transform: scale(0.95, 0.95);
            }

        .w3l-features-photo-7 .thumbnails {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            height: 5%;
            z-index: 30;
            margin-top: 10px;
            /*border-left: 6px solid black;*/
            scroll-snap-type: mandatory;
            -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }

        .w3l-features-photo-7 .thumbnailImage img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border: 1px solid #eee;
            padding: 10px;
        }

        .w3l-features-photo-7 .thumbnailImage {
            margin: 0 5px;
            -moz-scroll-snap-align: start;
            -ms-scroll-snap-align: start;
            scroll-snap-align: start;
        }

            .w3l-features-photo-7 .thumbnailImage:first-child {
                margin-left: 0px;
            }

            .w3l-features-photo-7 .thumbnailImage:last-child {
                margin-right: 0px;
            }

        .w3l-features-photo-7 #c1:checked + #i1 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c2:checked + #i2 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c3:checked + #i3 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c4:checked + #i4 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c5:checked + #i5 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c6:checked + #i6 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c7:checked + #i7 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c8:checked + #i8 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c9:checked + #i9 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c10:checked + #i10 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c11:checked + #i11 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c12:checked + #i12 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c13:checked + #i13 {
            opacity: 1;
        }

        .w3l-features-photo-7 #c1:checked + #i1 + #arrows1 {
            display: flex;
        }

        .w3l-features-photo-7 #c2:checked + #i2 + #arrows2 {
            display: flex;
        }

        .w3l-features-photo-7 #c3:checked + #i3 + #arrows3 {
            display: flex;
        }

        .w3l-features-photo-7 #c4:checked + #i4 + #arrows4 {
            display: flex;
        }

        .w3l-features-photo-7 #c5:checked + #i5 + #arrows5 {
            display: flex;
        }

        .w3l-features-photo-7 #c6:checked + #i6 + #arrows6 {
            display: flex;
        }

        .w3l-features-photo-7 .thumbnails label,
        .w3l-features-photo-7 .arrowsContainer label {
            cursor: pointer;
            overflow: hidden;
        }

            .w3l-features-photo-7 .thumbnails label img {
                transition: 0.3s ease;
            }

                .w3l-features-photo-7 .thumbnails label img:hover {
                    transform: scale(1.2, 1.2);
                }

        .w3l-features-photo-7 label:focus {
            box-shadow: 0px 0px 7px 1px white;
        }

    @media screen and (max-width: 1440px) {

        .w3l-features-photo-7 #c4:checked + #i4,
        .w3l-features-photo-7 #c5:checked + #i5,
        .w3l-features-photo-7 #c3:checked + #i3 {
            width: 100%;
        }
    }

    @media screen and (max-width: 1280px) {
        .w3l-features-photo-7 .features-photo-7_top h4 {
            font-size: 32px;
        }
    }

    @media screen and (max-width: 992px) {
        .w3l-features-photo-7 .features-photo-7_top {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 30px;
        }

        .w3l-features-photo-7 .inline-cont {
            grid-template-columns: .3fr 1fr;
        }

        .w3l-features-photo-7 .features-photo-7_top h4 {
            font-size: 30px;
        }

        .w3l-features-photo-7 .features-photo-7_sur {
            padding: 60px 0;
        }
    }

    @media screen and (max-width: 667px) {
        .w3l-features-photo-7 .features-photo-7_top h4 {
            font-size: 28px;
            line-height: 32px;
        }
    }

    @media screen and (max-width: 600px) {
        .w3l-features-photo-7 .inline-cont {
            grid-template-columns: .5fr 1fr;
        }
    }

    @media screen and (max-width: 568px) {
        .w3l-features-photo-7 .feat_top {
            grid-template-columns: 1fr;
        }

        .w3l-features-photo-7 .features-photo-7_top h4 {
            font-size: 25px;
            line-height: 30px;
        }

        .w3l-features-photo-7 .gallery {
            overflow: hidden;
        }
    }

    @media screen and (max-width: 415px) {
        .w3l-features-photo-7 .features-photo-7_sur {
            padding: 40px 0;
        }

        .w3l-features-photo-7 .thumbnailImage img {
            padding: 5px;
        }

        .w3l-features-photo-7 .thumbnailImage {
            margin: 0 2px;
        }

        .w3l-features-photo-7 .features-photo-7_top p.para {
            font-size: 16px;
        }

        .w3l-features-photo-7 .inline-cont {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (max-width: 384px) {
        .w3l-features-photo-7 .galleryImage {
            width: 100%;
        }
    }

    @media screen and (max-width: 320px) {
        .w3l-features-photo-7 .features-photo-7_top h4 {
            font-size: 22px;
            line-height: 28px;
        }

        .w3l-features-photo-7 .gallery {
            padding: 10px;
        }

        .w3l-features-photo-7 .inline-cont {
            grid-template-columns: 1fr;
        }
    }

    .w3l-cart-page-19 {
        /*-- quantity-starts --*/
        /*-- //quantity-end --*/
        /*-- payment button --*/
        /*-- //payment button --*/
        /*-- responsive-code --*/
    }

        .w3l-cart-page-19 .top-sec {
            padding: 80px 0;
        }

        .w3l-cart-page-19 .checkout-right h4 {
            font-size: 27px;
            margin-bottom: 30px;
        }

        .w3l-cart-page-19 table.timetable_sub {
            width: 100%;
            margin: 0 auto;
        }

        .w3l-cart-page-19 .timetable_sub th {
            color: var(--title-color);
            font-weight: 600;
            font-size: 17px;
            padding: 10px;
            letter-spacing: 0px;
            text-align: left;
        }

            .w3l-cart-page-19 .timetable_sub th.text {
                text-align: right;
            }

        .w3l-cart-page-19 .timetable_sub td {
            padding: 10px;
            font-size: 14px;
            border-bottom: 1px solid #eee;
        }

        .w3l-cart-page-19 td.product-name {
            color: var(--title-color);
        }

        .w3l-cart-page-19 .section-title-cart h3 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 40px;
        }

        .w3l-cart-page-19 td.product-name a {
            font-size: 18px;
            max-width: 350px;
            font-weight: 600;
            color: var(--title-color);
        }

        .w3l-cart-page-19 td.product-name span {
            color: var(--title-color);
            font-size: 15px;
            display: block;
            font-weight: normal;
        }

        .w3l-cart-page-19 td.product-name li {
            list-style-type: none;
            font-weight: normal;
            color: var(--para-color);
            margin-top: 5px;
            font-size: 16px;
        }

            .w3l-cart-page-19 td.product-name li a {
                font-weight: 600;
                font-size: 16px;
            }

                .w3l-cart-page-19 td.product-name li a:hover {
                    color: #222;
                }

        .w3l-cart-page-19 td.price {
            color: var(--theme-color-1);
            font-size: 16px;
            font-weight: 600;
            text-align: right;
        }

        .w3l-cart-page-19 .rem {
            position: relative;
        }

        .w3l-cart-page-19 h5.mt-3 {
            font-size: 18px;
            font-weight: 600;
        }

        .w3l-cart-page-19 .close1,
        .w3l-cart-page-19 .close2,
        .w3l-cart-page-19 .close3 {
            cursor: pointer;
            font-size: 16px;
            color: #666;
            transition: color 0.2s ease-in-out;
        }

        .w3l-cart-page-19 .value-minus,
        .w3l-cart-page-19 .value-plus {
            height: 40px;
            line-height: 24px;
            width: 40px;
            display: inline-block;
            cursor: pointer;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            border: none;
            vertical-align: bottom;
        }

        .w3l-cart-page-19 .quantity-select .entry.value-minus:before,
        .w3l-cart-page-19 .quantity-select .entry.value-plus:before {
            content: "";
            width: 10px;
            height: 2px;
            background: #777;
            left: 40%;
            top: 50%;
            position: absolute;
        }

        .w3l-cart-page-19 .table-responsive {
            overflow-x: inherit;
        }

        .w3l-cart-page-19 .quantity-select .entry.value-plus:after {
            content: "";
            height: 10px;
            width: 2px;
            background: #777;
            left: 50%;
            top: 40%;
            position: absolute;
        }

        .w3l-cart-page-19 .value {
            cursor: default;
            width: 40px;
            height: 40px;
            padding: 8px 0px;
            color: #333;
            line-height: 24px;
            border: 1px solid #E5E5E5;
            background-color: #fff;
            display: inline-block;
            margin-right: 3px;
            text-align: center;
        }

        .w3l-cart-page-19 h5.quantity {
            margin-top: 5px !important;
        }

        .w3l-cart-page-19 .quantity-select .entry.value-minus {
            margin-left: 0;
        }

        .w3l-cart-page-19 .address_form_agile {
            text-align: right;
        }

        .w3l-cart-page-19 .cart-page-1 h5 {
            font-size: 20px;
            line-height: 25px;
            font-weight: 600;
            color: var(--para-color);
        }

        .w3l-cart-page-19 .checkout-right-basket {
            margin-top: 50px;
        }

            .w3l-cart-page-19 .checkout-right-basket a.proceed {
                margin-left: 5px;
            }

    @media (max-width: 991px) {
        .w3l-cart-page-19 .top-sec {
            padding: 60px 0;
        }
    }

    @media (max-width: 800px) {
        .w3l-cart-page-19 td.product-name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 160px;
        }

        .w3l-cart-page-19 .checkout-right-basket {
            margin-top: 30px;
        }

        .w3l-cart-page-19 .value {
            width: 36px;
            height: 36px;
            line-height: 20px;
        }
    }

    @media (max-width: 668px) {
        .w3l-cart-page-19 .checkout-right tr {
            padding-bottom: 1em;
            margin-bottom: 1em;
            border-bottom: 1px solid #eee;
            display: grid;
            grid-template-columns: 30% auto;
        }

        .w3l-cart-page-19 .timetable_sub td {
            padding: 5px 15px;
            display: block;
        }

            .w3l-cart-page-19 .timetable_sub td.invert {
                display: inline-block;
                padding: 5px 15px;
                align-self: center;
            }

        .w3l-cart-page-19 td.product-name {
            max-width: 400px;
        }

        .w3l-cart-page-19 .checkout-left {
            margin-top: 0px;
        }

        .w3l-cart-page-19 .timetable_sub th {
            font-size: 16px;
        }

        .w3l-cart-page-19 td.product-name {
            max-width: 430px;
        }

        .w3l-cart-page-19 thead {
            display: none;
        }

        .w3l-cart-page-19 .checkout-right h4 {
            font-size: 23px;
        }

        .w3l-cart-page-19 .cart-page-1 {
            padding: 40px 0;
        }

        .w3l-cart-page-19 .timetable_sub td {
            border-bottom: none;
        }
    }

    @media (max-width: 530px) {
        .w3l-cart-page-19 .checkout-right tr {
            grid-template-columns: 33% auto;
        }

        .w3l-cart-page-19 .checkout-right-basket {
            margin-top: 0px;
        }
    }

    @media (max-width: 490px) {
        .w3l-cart-page-19 .checkout-right tr {
            grid-template-columns: 35% auto;
        }
    }

    @media (max-width: 480px) {
        .w3l-cart-page-19 .timetable_sub td.invert-image {
            padding: 5px 0px;
        }

        .w3l-cart-page-19 .timetable_sub td.invert {
            padding: 5px 5px;
        }

        .w3l-cart-page-19 .quantity-select .entry.value-minus::before,
        .w3l-cart-page-19 .quantity-select .entry.value-plus::before {
            left: 39%;
        }
    }

    @media (max-width: 415px) {
        .w3l-cart-page-19 .cart-page-1 h5 {
            font-size: 15px;
        }

        .w3l-cart-page-19 .top-sec {
            padding: 40px 0;
        }
    }

    @media (max-width: 400px) {
        .w3l-cart-page-19 .checkout-right tr {
            grid-template-columns: 37% auto;
        }

        .w3l-cart-page-19 .timetable_sub td.invert {
            padding: 5px 0;
        }
    }

    @media (max-width: 365px) {
        .w3l-cart-page-19 .checkout-right tr {
            grid-template-columns: auto auto;
        }
    }

    .w3l-error-9 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .w3l-error-9 .error-page {
            background: url(../images/error.jpg) no-repeat top;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
            position: relative;
            z-index: 0;
            min-height: 100vh;
            align-items: center;
            display: grid;
            padding: 20px 0;
        }

            .w3l-error-9 .error-page:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(8, 8, 8, 0.35);
                z-index: -1;
                background: linear-gradient(to bottom, transparent, rgba(8, 8, 8, 0.47));
            }

        .w3l-error-9 .main-content {
            text-align: center;
            padding-top: 18em;
        }

            .w3l-error-9 .main-content h2 {
                color: #fff;
                font-size: 7em;
                /* text-transform: uppercase; */
                font-weight: 600;
            }

            .w3l-error-9 .main-content h4 {
                font-size: 25px;
                line-height: 25px;
                color: #eee;
                font-weight: 400;
            }

            .w3l-error-9 .main-content p {
                font-size: 17px;
                line-height: 25px;
                color: #c5c5c5;
                margin-top: 15px;
                max-width: 550px;
                margin: 10px auto 0;
            }

        .w3l-error-9 .buttons {
            margin-top: 2em;
        }

        .w3l-error-9 .bottom-header {
            margin-top: 7.5em;
            align-items: center;
        }

            .w3l-error-9 .bottom-header .logo {
                color: #fff;
                font-size: 30px;
            }

        .w3l-error-9 .copyrights p {
            color: #d2d2d2;
            font-size: 15px;
            text-align: center;
        }

            .w3l-error-9 .copyrights p a {
                color: #fff;
            }

    @media (max-width: 1440px) {
        .w3l-error-9 .main-content h2 {
            font-size: 6em;
        }

        .w3l-error-9 .main-content {
            padding-top: 15em;
        }

        .w3l-error-9 .bottom-header {
            margin-top: 6.5em;
        }
    }

    @media (max-width: 1280px) {
        .w3l-error-9 .main-content {
            padding-top: 13em;
        }

            .w3l-error-9 .main-content h2 {
                font-size: 5.5em;
            }
    }

    @media (max-width: 736px) {
        .w3l-error-9 .main-content {
            padding-top: 11em;
        }

            .w3l-error-9 .main-content h2 {
                font-size: 4.5em;
            }
    }

    @media (max-width: 500px) {
        .w3l-error-9 .copyrights p {
            line-height: 22px;
        }
    }

    @media (max-width: 375px) {
        .w3l-error-9 .main-content h2 {
            font-size: 4em;
        }

        .w3l-error-9 .main-content h4 {
            font-size: 22px;
        }

        .main-content p {
            font-size: 16px;
        }
    }

    .w3l-coming-soon-19 {
        /*-- //responsive design --*/
    }

        .w3l-coming-soon-19 .coming-page {
            position: relative;
        }

        .w3l-coming-soon-19 #myVideo {
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
        }

        .w3l-coming-soon-19 .coming-video {
            position: relative;
            background: #06060680;
            top: 0;
            bottom: 0;
            min-height: 100vh;
            display: grid;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .w3l-coming-soon-19 .main-content {
            max-width: 650px;
            padding-left: 3em;
        }

            .w3l-coming-soon-19 .main-content h2 {
                color: #fff;
                font-size: 7em;
                /* text-transform: uppercase; */
                font-weight: 600;
                letter-spacing: -11px;
                font-style: italic;
            }

            .w3l-coming-soon-19 .main-content h4 {
                font-size: 25px;
                line-height: 25px;
                color: #eee;
                font-weight: 400;
                margin-top: 8px;
            }

            .w3l-coming-soon-19 .main-content p {
                font-size: 17px;
                line-height: 25px;
                color: #e4e4e4;
                margin-top: 15px;
                max-width: 550px;
                margin: 30px 0 0;
            }

        .w3l-coming-soon-19 form.forms-28-form {
            margin: 20px 0 0;
            max-width: 500px;
            grid-template-columns: 2fr 1fr;
        }

            .w3l-coming-soon-19 form.forms-28-form input {
                background: transparent;
                border: none;
                border: 2px solid #fff;
                padding: 14px 50px 14px 14px;
                font-size: 16px;
                color: #fff;
                border-radius: 40px;
                margin-right: -3em;
            }

        .w3l-coming-soon-19 button.btn {
            opacity: 1;
        }

        .w3l-coming-soon-19 ::-webkit-input-placeholder {
            color: #fff;
            opacity: .8;
            /* Firefox */
        }

        .w3l-coming-soon-19 ::-moz-placeholder {
            color: #fff;
            opacity: .8;
            /* Firefox */
        }

        .w3l-coming-soon-19 :-ms-input-placeholder {
            color: #fff;
            opacity: .8;
            /* Firefox */
        }

        .w3l-coming-soon-19 ::-ms-input-placeholder {
            color: #fff;
            opacity: .8;
            /* Firefox */
        }

        .w3l-coming-soon-19 ::placeholder {
            color: #fff;
            opacity: .8;
            /* Firefox */
        }

        .w3l-coming-soon-19 :-ms-input-placeholder {
            color: #fff;
        }

        .w3l-coming-soon-19 ::-ms-input-placeholder {
            color: #fff;
        }

        .w3l-coming-soon-19 .logo {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            font-style: italic;
        }

        .w3l-coming-soon-19 .social-coming-icons {
            position: absolute;
            bottom: 30px;
            right: 20px;
        }

            .w3l-coming-soon-19 .social-coming-icons a {
                background: #fff;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                text-align: center;
                display: inline-block;
                margin-right: 5px;
            }

                .w3l-coming-soon-19 .social-coming-icons a span {
                    color: #333;
                    font-size: 14px;
                    line-height: 35px;
                }

        .w3l-coming-soon-19 a.back-icon span {
            color: #fff;
            font-size: 22px;
            width: 45px;
            height: 45px;
            border: 2px solid rgba(255, 255, 255, 0.29);
            border-radius: 50%;
            line-height: 45px;
            margin-top: 1.5em;
            box-shadow: 3px 1px 1px rgba(247, 247, 247, 0.35);
            text-align: center;
        }

    @media (max-width: 1440px) {
        .w3l-coming-soon-19 .main-content h2 {
            font-size: 6em;
        }
    }

    @media (max-width: 1280px) {
        .w3l-coming-soon-19 .main-content h2 {
            font-size: 5em;
        }

        .w3l-coming-soon-19 .main-content h4 {
            font-size: 22px;
        }
    }

    @media (max-width: 600px) {
        .w3l-coming-soon-19 .main-content h2 {
            font-size: 4.5em;
            letter-spacing: -6px;
        }

        .w3l-coming-soon-19 .main-content {
            padding-left: 0;
        }
    }

    @media (max-width: 480px) {
        .w3l-coming-soon-19 .main-content h2 {
            font-size: 4em;
            line-height: 80px;
        }

        .w3l-coming-soon-19 .main-content p {
            font-size: 16px;
            margin-top: 15px;
            margin: 25px auto 0;
        }

        .w3l-coming-soon-19 form.forms-28-form input {
            padding: 13px 50px 13px 14px;
        }
    }

    @media (max-width: 384px) {
        .w3l-coming-soon-19 .main-content h2 {
            font-size: 3.5em;
        }

        .w3l-coming-soon-19 button.brk-btn.brk-btn-bg {
            margin-top: 20px;
        }

        .w3l-coming-soon-19 form.forms-28-form input {
            padding: 13px;
            margin-right: 0;
        }

        .w3l-coming-soon-19 form.forms-28-form {
            grid-template-columns: 1fr;
        }
    }

    .bg_white {
        background: #ffffff;
    }

    .bg_light {
        background: #F7F9FC;
    }

    .bg_black {
        background: #031427;
    }

    table img {
        max-width: 100%;
    }

    table p {
        font-size: 15px;
        line-height: 22px;
    }

    .email-section-tem {
        padding: 2.5em;
    }

    .logo h1 {
        margin: 0;
    }

        .logo h1 a {
            color: var(--theme-color-2);
            font-size: 30px;
        }

    .cen-ban {
        margin: auto;
    }

    .email-tem {
        position: relative;
        z-index: 0;
    }

    .overlay-banner {
        background: rgba(16, 16, 16, 0.4);
        z-index: 9;
        padding: 3em 0;
    }

    .email-tem .text h2 {
        font-size: 40px;
    }

    .email-grids-sec {
        padding: 2em;
    }

    .email-ser {
        padding: 3em;
    }

    .scale-2 {
        padding: 0 1em;
    }

    img.icon.img-responsive {
        border-radius: 50%;
    }

    td.sub-gd.img-ab {
        padding-right: 2%;
    }

    img.margin-left {
        padding-left: 2em;
    }

    img.margin-right {
        padding-right: 2em;
    }

    p.mr-top {
        margin-top: 15px;
    }

    /*--/headings--*/
    .heading-section h4 {
        color: #323538;
        font-size: 25px;
        margin-top: 0;
        line-height: 30px;
    }

    h3.title-heading {
        color: var(--title-color);
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 35px;
        text-align: center;
    }

    .heading-section-white {
        color: rgba(255, 255, 255, 0.8);
    }

        .heading-section-white h2 {
            line-height: 1;
            padding-bottom: 0;
        }

        .heading-section-white h2 {
            color: #ffffff;
        }

    /*--//headings--*/
    @media screen and (max-width: 736px) {
        .email-section-tem {
            padding: 2em;
        }
    }

    @media screen and (max-width: 667px) {
        .w3l-email-wrapper {
            width: 600px;
        }

        h3.name {
            font-size: 16px;
        }

        table.scale-2.img-resp-ser-2 {
            width: 190px;
        }

        table.scale.img-resp-ser {
            width: 55px;
        }

        table.scale.grid-template {
            width: 250px;
        }

        .email-ser {
            padding: 2em;
        }

        h3.title-heading {
            font-size: 28px;
        }

        td.sub-head {
            padding-top: 10px !important;
        }

        table.scale.content-email-2 {
            width: 380px;
        }

        table.scale.content-email {
            width: 150px;
        }
    }

    @media screen and (max-width: 640px) {
        .email-tem .text h2 {
            font-size: 2em !important;
            margin-bottom: 0;
        }

        .heading-section h4 {
            font-size: 18px;
            line-height: 23px;
        }

        .email-section-tem {
            padding: 2em;
        }

        p.ban-text {
            padding: 0 !important;
            font-size: 0.9em !important;
        }
    }

    @media screen and (max-width: 600px) {
        .overlay-banner {
            padding: 2em 0;
        }

        .w3l-email-wrapper {
            width: 580px;
        }

        table.scale.content-email-2 {
            width: 360px;
        }

        td.sub-head {
            padding-top: 0px !important;
        }
    }

    @media screen and (max-width: 580px) {
        table {
            width: 100% !important;
        }

        .email-tem .text h2 {
            font-size: 1.7em !important;
            margin-bottom: 0;
        }

        .w3l-email-wrapper {
            width: 100% !important;
        }

        td.header-email {
            padding: .2em 1em .5em !important;
        }

        table.scale-2.img-resp-ser-2 {
            width: 400px !important;
        }

        table.scale.img-resp-ser {
            width: 70px !important;
        }

        td.height-cls {
            height: 0;
        }

        table.scale.grid-template {
            margin-top: 20px;
        }

        .read-more {
            margin-top: 15px !important;
        }

        table.scale.content-email-2 {
            margin-top: 15px;
        }

        img.margin-left {
            padding-left: 0;
        }

        h3.title-heading {
            margin-bottom: 20px;
        }

        img.margin-right {
            padding-right: 0;
        }
    }

    @media screen and (max-width: 480px) {
        table.scale-2.img-resp-ser-2 {
            width: 320px !important;
        }

        td.sub-gd.ab-gd {
            width: 100%;
            display: block;
            padding: 0;
            margin-top: 10px;
        }

        td.sub-gd {
            display: block;
            width: 100%;
            padding-right: 0;
        }

        h3.name {
            font-size: 20px;
        }

        td.footer-gd {
            width: 100%;
            display: block;
            padding: 0;
        }

        td.res-padd {
            padding: 0 !important;
            margin-top: 20px;
            display: inline-block;
        }
    }

    @media screen and (max-width: 440px) {
        table.scale-2.img-resp-ser-2 {
            width: 282px !important;
        }
    }

    @media screen and (max-width: 414px) {
        table.scale-2.img-resp-ser-2 {
            width: 260px !important;
        }
    }

    @media screen and (max-width: 384px) {
        table.scale-2.img-resp-ser-2 {
            width: 220px !important;
        }
    }

    @media screen and (max-width: 375px) {
        .email-section-tem {
            padding: 1.5em;
        }

        .overlay-banner {
            padding: 1.5em 0;
        }

        .logo h1 a {
            font-size: 28px;
        }
    }

    @media (max-width: 320px) {
        table.scale-2.img-resp-ser-2 {
            width: 100% !important;
        }

        table.scale-2.img-resp-ser-2 {
            width: 100% !important;
            margin-top: 14px;
            text-align: center;
        }

        table.scale.img-resp-ser {
            width: 100% !important;
        }

        img.icon.img-responsive {
            width: 100%;
        }
    }

    /*# sourceMappingURL=style-freedom.css.map */