:root {
    --btn-color: #77cabd;
    --icon-color: #ff5722;
    --opposite-color: #ff5722;
    --text-color: #777777;
    --title-color: #000000;
    --white-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

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

* {
    box-sizing: border-box;
}

.wrapper {
    width: 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;
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear: both;
}

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

.d-grid {
    display: grid;
}

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

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

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

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

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

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

iframe {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
}

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

bold {
    font-weight: 700;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

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

a.actionbg.btn, a.actionbg3.btn {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    background: var(--btn-color);
    color: var(--white-color);
    text-align: center;
    padding: 10px 30px;
    border-radius: 0.25rem;
    margin-top: 1.5em;
}

a.actionbg.btn:hover {
    background: var(--opposite-color);
}

a.actionbg2.btn {
    font-weight: 600;
    display: block;
    font-size: 16px;
    color: var(--white-color);
    background: var(--btn-color);
    text-align: center;
    padding: 8px 30px;
    border-radius: 3px;
    margin-top: 1.5em;
}

a.actionbg2.btn:hover, a.actionbg3.btn:hover {
    background: var(--opposite-color);
}

.section-title {
    max-width: 700px;
    margin-bottom: 50px;
}

.section-title h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 20px;
}

p.sub-paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.section-title h3 {
    margin-bottom: 0px;
    color: var(--opposite-color);
}

.section-gap {
    padding: 80px 0;
}

h3.title-top {
    font-size: 40px;
    line-height: 45px;
    max-width: 500px;
    margin-bottom: 40px;
    color: var(--white-color);
}

img:hover {
    opacity: .8;
}

@media all and (max-width: 991px) {
    .section-gap {
        padding: 60px 0;
    }

    a.actionbg.btn {
        margin-top: 1em;
    }
}

@media all and (max-width: 736px) {
    .section-title h4 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media all and (max-width: 600px) {
    .section-gap {
        padding: 40px 0;
    }
}

@media all and (max-width: 440px) {
    .section-title h4 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media all and (max-width: 320px) {
    .section-title h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .cwp14-img {
        min-height: 270px;
    }

    a.actionbg.btn, a.actionbg3.btn {
        margin-top: 1em;
    }
}

/*!
 *  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;
}

.w3l-header-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    background: var(--btn-color);
    z-index: 999;
}

.w3l-header-4 .button span.fa {
    color: var(--white-color);
}

.w3l-header-4 a.brand-logo span.fa {
    color: var(--white-color);
}

.w3l-header-4 #headers4-block {
    margin: 0px auto;
}

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

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

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

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

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

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

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

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

.w3l-header-4 a.actionbg {
    font-size: 16px;
    text-align: center;
    color: var(--btn-color);
    background: var(--white-color);
    width: 90px;
    height: 37px;
    line-height: 35px;
    display: inline-block;
    border-radius: 3px;
}

.w3l-header-4 a.actionbg:hover {
    color: #ffffff;
    background: var(--opposite-color);
}

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

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

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

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

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

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

.w3l-header-4 nav ul ul:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--btn-color);
    border-left: 1px var(--btn-color) solid;
    border-top: 1px var(--btn-color) solid;
    display: block;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -6px;
    left: 25px;
    z-index: 1001;
}

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

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

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

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

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

.w3l-header-4 nav a:hover {
    color: var(--title-color);
}

.w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 64px;
    width: 162px;
    left: 0;
    background: var(--btn-color);
    z-index: 999;
    border: 1px solid var(--btn-color);
    box-shadow: 0 0px 6px 0 rgba(59, 53, 53, 0.1);
    border-top: 2px solid var(--btn-color);
    border-radius: 3px;
}

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

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

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

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

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

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

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

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

@media all and (max-width: 1080px) {
    .w3l-header-4 .header-align {
        grid-gap: 25px;
    }
}

@media all and (max-width: 992px) {
    .w3l-header-4 .navigation {
        float: none;
    }

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

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

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

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

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

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

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

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

    .w3l-header-4 [id^=drop]:checked+ul {
        display: block;
        padding: 10px 15px;
        background: #010101;
        width: 100%;
    }

    .w3l-header-4 ul.menu {
        overflow-y: scroll;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 68px;
        z-index: 9999;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .w3l-header-4 label.toggle.toogle-2:hover,
    .w3l-header-4 label.toggle.toogle-3:hover,
    .w3l-header-4 label.toggle.toogle-4:hover,
    .w3l-header-4 label.toggle.toogle-5:hover,
    .w3l-header-4 label.toggle.toogle-6:hover {
        color: var(--icon-color);
    }

    .w3l-header-4 nav ul ul {
        border: 1px solid #2c2c2c;
        margin-top: 10px;
        background: #2c2c2c !important;
    }

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

    .w3l-header-4 .angle-dropdown-sub {
        transform: rotate(0deg);
        border-top: 0.3em solid #ffffff;
    }

    .w3l-header-4 .button span.fa {
        font-size: 20px;
    }

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

    .w3l-header-4 nav a {
        display: block;
        color: #fff;
    }

    .w3l-header-4 nav a:hover {
        color: var(--icon-color);
    }

    .w3l-header-4 .angle-dropdown {
        border-top: 0.3em solid #fff;
    }

    .w3l-header-4 #headers4-block {
        padding: 10px 0;
        height: 68px;
    }

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

    .w3l-header-4 nav ul ul:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #2c2c2c;
        border-left: 1px #2c2c2c solid;
        border-top: 1px #2c2c2c solid;
        display: block;
        transform: translateX(-50%) rotateZ(45deg);
        position: absolute;
        top: 40px;
        left: 25px;
        z-index: 1001;
    }

    .w3l-header-4 .button {
        position: absolute;
        top: 1.6em;
        right: 14em;
    }
}

@media (max-width: 900px) {
    .w3l-header-4 .button {
        right: 11em;
    }
}

@media (max-width: 800px) {

    .w3l-header-4 .logo,
    .w3l-header-4 .button {
        z-index: 9;
    }

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

    .w3l-header-4 .button {
        right: 8em;
    }
}

@media (max-width: 768px) {
    .w3l-header-4 .button {
        right: 7em;
    }
}

@media (max-width: 736px) {
    .w3l-header-4 .button {
        right: 12em;
    }
}

@media (max-width: 668px) {
    .w3l-header-4 .button {
        right: 10em;
    }
}

@media (max-width: 641px) {
    .w3l-header-4 .button {
        right: 9em;
    }
}

@media (max-width: 601px) {
    .w3l-header-4 .button {
        right: 8em;
    }
}

@media (max-width: 569px) {
    .w3l-header-4 .button {
        right: 6em;
    }
}

@media (max-width: 387px) {
    .w3l-header-4 a.brand-logo {
        font-size: 30px;
    }

    .w3l-header-4 .toggle {
        margin-top: 2px;
    }

    .w3l-header-4 .button {
        right: 5.8em;
        top: 1.2em;
    }

    .w3l-header-4 #headers4-block {
        height: 55px;
    }

    .w3l-header-4 ul.menu {
        top: 55px;
    }
}

@media (max-width: 320px) {
    .w3l-header-4 a.brand-logo {
        font-size: 30px;
    }

    .w3l-header-4 .toggle {
        margin-top: 2px;
    }

    .w3l-header-4 .button {
        right: 5.8em;
        top: 1.2em;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w3l-header-4 .popup form button:hover {
    background: #cc8d04;
}

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

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

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

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

.w3l-header-4 .search-top {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-gap: 30px;
    margin-top: 24px;
}

.w3l-header-4 .search-top h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}

.w3l-header-4 .popup h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 16px;
}

.w3l-header-4 .search-top span.fa {
    color: var(--btn-color);
    padding-right: 10px;
}

.w3l-header-4 .search-top li {
    display: block;
}

.w3l-header-4 .search-top li a {
    font-size: 16px;
    color: var(--text-color);
    line-height: 28px;
}

.w3l-header-4 .search-top li a:hover {
    color: var(--btn-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

    .w3l-header-4 .search-top {
        grid-template-columns: 1fr 1fr;
    }
}

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

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

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

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

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

    .w3l-header-4 .search-top {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .w3l-header-4 .d-flex {
        display: inherit;
        display: inherit;
    }

    .w3l-header-4 .popup form button {
        margin-top: 10px;
        width: 100%;
    }

    .w3l-header-4 .search-top h4 {
        margin-bottom: 12px;
    }

    .w3l-header-4 .popup {
        padding: 40px 30px;
    }

    .w3l-header-4 .popup form input[type="search"] {
        font-size: 16px;
        height: 40px;
    }
}

.w3l-top-menu-1 {
    /*-- Bottom Menu Styling --*/
    /*-- //Bottom Menu Styling --*/
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

.w3l-top-menu-1 .top-hd {
    background: #000000;
    padding: 16px 0px;
}

.w3l-top-menu-1 ul.top-head li a {
    color: #fff;
    font-size: 16px;
}

.w3l-top-menu-1 .top-head li span.fa:hover {
    color: var(--opposite-color);
}

.w3l-top-menu-1 .top-head li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 10px;
    display: inline-block;
}

.w3l-top-menu-1 .top-head li:nth-child(1) {
    margin-left: 0;
}

.w3l-top-menu-1 .accounts li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.w3l-top-menu-1 .accounts li a:hover {
    color: var(--opposite-color);
}

.w3l-top-menu-1 .top-head li span.fa {
    font-size: 16px;
    color: #ffffff;
}

.w3l-top-menu-1 ul li {
    display: inline-block;
}

.w3l-top-menu-1 .accounts li span.fa {
    padding-right: 5px;
}

.w3l-top-menu-1 .accounts {
    text-align: right;
}

.w3l-top-menu-1 .accounts li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.w3l-top-menu-1 .accounts li:nth-child(3) {
    margin-right: 0;
}

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

.w3l-top-menu-1 .grid-columns-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 1024px) {
    .w3l-top-menu-1 .grid-columns-2 {
        grid-template-columns: 1fr 2fr;
    }
}

@media (max-width: 992px) {
    .w3l-top-menu-1 .top-hd {
        display: none;
    }
}

.covers-9-main {
    /* //Reset Code */
    /* covers */
    /* css clider */
    /* .csslider>ul>li {
    min-height: 100vh;
} */
    /* //covers */
    /* responsive */
    /* //responsive */
}

.covers-9-main .d-grid {
    display: grid;
}

.covers-9-main .grid-col-2 {
    grid-template-columns: 1fr 1fr;
}

.covers-9-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.covers-9-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.covers-9-main a.action img {
    margin-left: 4px;
}

.covers-9-main a.actionbg {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--white-color);
    background: var(--btn-color);
    border: 2px solid var(--btn-color);
    text-align: center;
    padding: 12px 30px;
    border-radius: 0.25rem;
}

.covers-9-main a.actionbg:hover {
    background: #cc8d04;
    border: 2px solid #cc8d04;
}

.covers-9-main .align-center {
    text-align: center;
}

.covers-9-main .csslider>ul>li:first-child {
    background: url(../images/banner-1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.covers-9-main .csslider>ul>li:nth-child(2) {
    background: url(../images/banner-2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.covers-9-main .csslider>ul>li:nth-child(3) {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.covers-9-main .csslider>ul>li:nth-child(4) {
    background: url(../images/banner-3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.covers-9-main .csslider>ul>li:before {
    content: "";
    background: rgba(16, 16, 16, 0.4);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
}

.covers-9-main .cover-top-center-9 {
    min-height: 40em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 99;
}

.covers-9-main .w3ls_cover_txt-9 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.covers-9-main h6.tag-cover-9 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #e6e6e6;
}

.covers-9-main h3.title-cover-9 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin: 25px 0;
    display: inline-block;
}

.covers-9-main p.para-cover-9 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #d8d7d7;
}

.covers-9-main .button-cover-9 {
    margin-top: 40px;
    display: inline-block;
}

@media (max-width: 991px) {
    .covers-9-main .cover-top-center-9 {
        min-height: 34em;
    }
}

@media (max-width: 800px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 40px;
        margin: 20px 0;
    }
}

@media (max-width: 667px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 40px;
        line-height: 46px;
    }

    .covers-9-main .cover-top-center-9 {
        min-height: 30em;
    }
}

@media (max-width: 600px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 37px;
        line-height: 44px;
    }
}

@media (max-width: 640px) {
    .covers-9-main .w3ls_cover_txt-9 {
        margin: 0 2em;
    }
}

@media (max-width: 480px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 32px;
        line-height: 35px;
        margin: 15px 0;
    }

    .covers-9-main .cover-top-center-9 {
        min-height: 28em;
    }

    .covers-9-main .w3ls_cover_txt-9 {
        margin: 0 1em;
    }
}

@media (max-width: 440px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 30px;
        margin: 10px 0;
    }

    .covers-9-main h3.title-cover-9 {
        font-size: 28px;
    }
}

@media (max-width: 414px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 28px;
        line-height: 32px;
    }

    .covers-9-main p.para-cover-9 {
        font-size: 15px;
        line-height: 22px;
    }

    .covers-9-main .cover-top-center-9 {
        min-height: 25em;
    }
}

@media (max-width: 384px) {
    .covers-9-main h6.tag-cover-9 {
        font-size: 12px;
    }

    .covers-9-main h3.title-cover-9 {
        font-size: 30px;
        line-height: 35px;
        margin: 18px 0;
    }

    .covers-9-main p.para-cover-9 {
        font-size: 16px;
    }

    .covers-9-main .button-cover-9 {
        margin-top: 30px;
    }

    .covers-9-main .w3ls_cover_txt-9 {
        margin: 0 0em;
    }
}

@media (max-width: 320px) {
    .covers-9-main h3.title-cover-9 {
        font-size: 22px;
        line-height: 26px;
    }
}

.covers-9-main {
    /*#region MODULES */
    /* arrows left and right */
}

.covers-9-main .csslider {
    position: relative;
}

.covers-9-main .csslider>input {
    display: none;
}

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

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

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

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

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

.covers-9-main .csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
    font-size: 15px;
    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;
    z-index: 1;
}

.covers-9-main .csslider>.navigation {
    position: absolute;
    bottom: 9%;
    left: 50%;
    z-index: 99;
    margin-bottom: -10px;
    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;
}

.covers-9-main .csslider>.navigation>div {
    margin-left: -100%;
}

.covers-9-main .csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 4px;
    border: 2px solid #fff;
    background: transparent;
}

.covers-9-main .csslider>.navigation label:hover:after {
    opacity: 1;
}

.covers-9-main .csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    opacity: 0;
}

.covers-9-main .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

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

.covers-9-main .csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.covers-9-main .csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.covers-9-main .csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after {
    opacity: 1;
}

.covers-9-main .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2) {
    display: block;
    left: 0;
    right: auto;
    transform: rotate(45deg);
}

.covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3) {
    display: block;
    right: 0;
    left: auto;
    transform: rotate(225deg);
}

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

.covers-9-main .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

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

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

.covers-9-main .csslider>.arrows {
    position: absolute;
    top: 54%;
    width: 100%;
    height: 26px;
    z-index: 99;
    box-sizing: content-box;
}

.covers-9-main .csslider>.arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 9px;
    box-shadow: inset 2px -2px 0 1px #fff;
    cursor: pointer;
    transition: box-shadow 0.15s, margin 0.15s;
}

.covers-9-main .csslider>.arrows label:hover {
    margin: 0;
    opacity: .8;
}

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

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

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

.covers-9-main #slider1 {
    width: 100%;
}

@media screen and (max-width: 1080px) {

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

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

@media screen and (max-width: 737px) {

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

@media screen and (max-width: 568px) {

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

@media screen and (max-width: 667px) {
    .covers-9-main .csslider>.arrows label {
        padding: 7px;
    }
}

@media screen and (max-width: 480px) {
    .covers-9-main .csslider>.arrows label {
        padding: 6px;
    }

    .covers-9-main .csslider>.navigation {
        bottom: 9%;
    }
}

@media screen and (max-width: 384px) {
    .covers-9-main .csslider>.arrows label {
        padding: 5px;
    }
}

@media screen and (max-width: 375px) {

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

@media screen and (max-width: 320px) {

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

.w3l-features-6 {
    /*--//content--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

.w3l-features-6 .features {
    padding: 80px 0;
}

.w3l-features-6 .fea-gd-vv {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 20px;
}

.w3l-features-6 .features h3 {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-features-6 .icon span.fa {
    font-size: 40px;
    color: #00b89b;
}

.w3l-features-6 .feature-gd {
    grid-template-columns: auto 1fr;
    display: grid;
    grid-gap: 20px;
    background: #bffff5;
    padding: 30px 20px;
    border-radius: 0.25rem;
}

.w3l-features-6 .features p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

@media (max-width: 1080px) {
    .w3l-features-6 .features h3 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .w3l-features-6 .fea-gd-vv {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 30px;
    }

    .w3l-features-6 p {
        font-size: 16px;
        line-height: 25px;
    }

    .w3l-features-6 .features {
        padding: 50px 0;
    }
}

@media (max-width: 667px) {
    .w3l-features-6 .features {
        padding: 45px 0;
    }
}

@media (max-width: 480px) {
    .w3l-features-6 p {
        font-size: 15px;
    }
}

@media (max-width: 387px) {
    .w3l-features-6 .feature-gd {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
}

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

.w3l-content-with-photo-4 #content-with-photo4-block {
    padding: 0 0 5rem;
}

.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: 26px;
    line-height: 32px;
    color: var(--tittle-color);
    font-weight: 700;
}

.w3l-content-with-photo-4 .cwp4-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 25px 0;
}

.w3l-content-with-photo-4 ul.cont-4 li {
    display: block;
}

.w3l-content-with-photo-4 ul.cont-4 li span.fa {
    color: #000000;
    padding-right: 5px;
}

.w3l-content-with-photo-4 .cwp4-text ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 10px 0;
}

@media all and (max-width: 991px) {
    .w3l-content-with-photo-4 .cwp4-two {
        grid-template-columns: 1fr;
    }

    .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: 0 0 3rem 0;
    }

    .w3l-content-with-photo-4 .cwp4-two {
        grid-gap: 2rem;
    }

    .w3l-content-with-photo-4 .cwp4-image img {
        width: 100%;
    }
}

@media all and (max-width: 320px) {
    .w3l-content-with-photo-4 .cwp4-text h4 {
        font-size: 23px;
        line-height: 28px;
    }

    .w3l-content-with-photo-4 #content-with-photo4-block {
        padding: 0 0 2.5rem 0;
    }
}

.w3l-form-12 .form-12-content {
    background: url("../images/banner-2.jpg") no-repeat 0px 0px;
    background-size: cover;
    padding: 4.5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.w3l-form-12 .form-12-content:before {
    content: "";
    background: rgba(16, 16, 16, 0.42);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-form-12 .grid {
    display: grid;
}

.w3l-form-12 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.w3l-form-12 .tagline {
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 39px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
}

.w3l-form-12 .column1 {
    align-self: center;
    background: rgba(255, 255, 255, 0.97);
    padding: 3rem;
}

.w3l-form-12 .form-para {
    margin: 10px 0;
    color: var(--title-color);
    line-height: 35px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
}

.w3l-form-12 .form-input, .w3l-form-12 textarea {
    margin-top: 15px;
    width: 100%;
    height: 45px;
    background: #fff;
    color: #000000;
    border: 1px solid #eee;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}

.w3l-form-12 textarea {
    min-height: 150px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.w3l-form-12 .form-input:focus {
    outline: none;
}

.w3l-form-12 button.btn {
    background: var(--opposite-color);
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 30px;
    padding: 15px 25px;
    border: none;
    display: block;
    width: 100%;
    border-radius: 0.25em;
}

.w3l-form-12 button.btn:hover {
    background: var(--btn-color);
    transition: 0.3s ease-in;
}

@media (max-width: 1080px) {
    .w3l-form-12 .column1 {
        align-self: center;
        background: rgba(255, 255, 255, 0.97);
        padding: 2rem;
    }
}

@media (max-width: 992px) {
    .w3l-form-12 .grid-column-2 {
        grid-template-columns: .5fr 1fr;
    }

    .w3l-form-12 .form-12 {
        padding: 30px 0px;
    }
}

@media (max-width: 736px) {
    .w3l-form-12 .grid-column-2 {
        grid-template-columns: .3fr 1fr;
    }
}

@media (max-width: 480px) {
    .w3l-form-12 .grid-column-2 {
        grid-template-columns: 1fr;
    }

    .w3l-form-12 .tagline {
        line-height: 35px;
        font-size: 30px;
    }
}

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

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

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

.w3l-grids-block-5 .grids5-info h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--tittle-color);
    display: block;
}

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

.w3l-grids-block-5 .grids5-info h6 a {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 600;
}

.w3l-grids-block-5 .grids5-info-top {
    padding: 20px;
}

.w3l-grids-block-5 .grids5-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 16px 0;
}

.w3l-grids-block-5 a.gri-bt {
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-color);
    display: inline-block;
}

.w3l-grids-block-5 a.gri-bt:hover {
    color: #020d26;
}

.w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #020d26;
    margin-top: 10px;
}

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

.w3l-grids-block-5 .grids5-info-bottom {
    display: flex;
    justify-content: space-between;
}

.w3l-grids-block-5 .grids5-info {
    border: 1px solid #f1f1f1;
}

.w3l-grids-block-5 a.grid-btn.btn {
    background: var(--opposite-color);
    padding: 4px 10px;
    color: #ffff;
    font-size: 16px;
    border-radius: 0.25em;
}

.w3l-grids-block-5 .grids5-info-bottom {
    border-top: 1px solid #f1f1f1;
    background: #f9f9f9;
    padding: 20px;
}

@media all and (max-width: 991px) {
    .w3l-grids-block-5 #grids5-block {
        padding: 3rem 0;
    }
}

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

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

    .w3l-grids-block-5 .d-grid {
        grid-row-gap: 30px;
    }

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

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

@media all and (max-width: 414px) {
    .w3l-grids-block-5 .wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .w3l-grids-block-5 .grids5-info h4 a {
        font-size: 23px;
    }
}

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

/*--//*-- responsive design --*/
.w3l-teams-27 .d-grid {
    display: grid;
}

.w3l-teams-27 .grid-col-2 {
    grid-template-columns: 1fr 1fr;
}

.w3l-teams-27 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.w3l-teams-27 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-teams-27 .align-items-center {
    align-items: center;
}

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

.w3l-teams-27 .column-19 img {
    display: block;
}

.w3l-teams-27 .column-19 img:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease;
}

.w3l-teams-27 a.action img {
    margin-left: 4px;
}

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

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

.w3l-teams-27 p.sub-paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-teams-27 .teams27 {
    background: #f7f7f7;
}

.w3l-teams-27 h6 a.title-team-28 {
    color: var(--title-color);
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}

.w3l-teams-27 h6 a.title-team-28:hover {
    color: var(--btn-color);
}

.w3l-teams-27 p.sm-text-28 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--opposite-color);
    margin-top: 5px;
}

.w3l-teams-27 .midd-para-team {
    margin: 10px 0 16px;
}

.w3l-teams-27 .team-main-19 {
    grid-template-columns: .7fr 1fr;
    display: grid;
    align-items: center;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.w3l-teams-27 .right-team-9 {
    align-items: center;
}

.w3l-teams-27 .teams-info {
    padding: 10px 20px;
}

.w3l-teams-27 .buttons-teams a {
    margin-right: 5px;
}

.w3l-teams-27 .buttons-teams a:last-child {
    margin-right: 0px;
}

.w3l-teams-27 .sec-tit28 {
    margin-top: 30px;
}

.w3l-teams-27 .main-contteam-28 {
    grid-gap: 40px;
}

.w3l-teams-27 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px;
}

.w3l-teams-27 .buttons-teams a span.fa-facebook {
    color: #3b5998;
}

.w3l-teams-27 .buttons-teams a span.fa-instagram {
    color: #c13584;
}

.w3l-teams-27 .buttons-teams a span.fa-twitter {
    color: #1da1f2;
}

.w3l-teams-27 .buttons-teams1 a {
    font-size: 16px;
    background: var(--opposite-color);
    padding: 4px 14px;
    border-radius: 0.25em;
    color: #fff;
}

.w3l-teams-27 .buttons-teams1 a:hover {
    background: var(--btn-color);
}

.w3l-teams-27 .buttons-teams1 {
    margin-top: 20px;
}

@media (max-width: 1280px) {
    .w3l-teams-27 .sec-tit28 {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .w3l-teams-27 .team-main-19 {
        grid-template-columns: .75fr 1fr;
    }
}

@media (max-width: 1080px) {
    .w3l-teams-27 .midd-para-team {
        margin: 10px 0 20px;
    }

    .w3l-teams-27 .main-contteam-28 {
        grid-gap: 20px;
    }
}

@media (max-width: 1024px) {
    .w3l-teams-27 .team-links {
        display: grid;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .w3l-teams-27 .main-contteam-28 {
        grid-gap: 20px;
    }

    .w3l-teams-27 p.sub-paragraph.midd-para-team {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .w3l-teams-27 .main-contteam-28 {
        grid-gap: 40px;
    }

    .w3l-teams-27 .grid-col-2 {
        grid-template-columns: 1fr;
    }

    .w3l-teams-27 .team-main-19 {
        grid-template-columns: .5fr 1fr;
        grid-gap: 20px;
    }

    .w3l-teams-27 .title-teams27 h4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 736px) {
    .w3l-teams-27 .team-main-19 {
        grid-template-columns: .5fr 1fr;
        grid-gap: 6px;
    }

    .w3l-teams-27 .main-contteam-28 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .w3l-teams-27 .team-main-19 {
        grid-template-columns: .75fr 1fr;
    }
}

@media (max-width: 480px) {
    .w3l-teams-27 .team-main-19 {
        grid-template-columns: .8fr 1fr;
    }

    .w3l-teams-27 p.sub-paragraph.midd-para-team {
        font-size: 14px;
        line-height: 20px;
    }

    .w3l-teams-27 p.sm-text-28 {
        font-size: 14px;
    }

    .w3l-teams-27 a.link {
        font-size: 16px;
        line-height: 25;
        color: #304659;
    }

    .w3l-teams-27 .team-links {
        display: grid;
        justify-content: center;
        margin-top: 20px;
    }

    .w3l-teams-27 h6 a.title-team-28 {
        font-size: 18px;
        line-height: 20px;
    }

    .w3l-teams-27 .teams-info {
        padding: 10px 12px;
    }

    .w3l-teams-27 p.sm-text-28 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 400px) {
    .w3l-teams-27 p.sub-paragraph.midd-para-team {
        font-size: 14px;
        line-height: 22px;
        height: 41px;
        overflow: hidden;
    }
}

@media (max-width: 384px) {
    .w3l-teams-27 .team-main-19 {
        grid-template-columns: .95fr 1fr;
    }
}

@media (max-width: 320px) {
    .w3l-teams-27 p.sub-paragraph.midd-para-team {
        line-height: 22px;
        height: 24px;
        margin: 10px 0 10px;
    }
}

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

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

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

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

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

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

.w3l-grids-9 .grid-top-9 {
    padding: 60px 0;
}

.w3l-grids-9 .grid-element-9 {
    grid-gap: 20px;
    align-items: center;
}

.w3l-grids-9 h4.text-grid-9 a {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 600;
}

.w3l-grids-9 p.sub-para {
    color: #eee;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.w3l-grids-9 .grid-bg1 {
    background: url(../images/e2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1;
}

.w3l-grids-9 .grid-bg2 {
    background: url(../images/e3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1;
}

.w3l-grids-9 .grid-bg3 {
    background: url(../images/e4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1;
}

.w3l-grids-9 .grid-bg4 {
    background: url(../images/e8.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1;
}

.w3l-grids-9 .grid-bg5 {
    background: url(../images/e12.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1;
}

.w3l-grids-9 .margin-top {
    margin-top: 20px;
}

.w3l-grids-9 .sub-wid-grid-9 span {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 25px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
}

.w3l-grids-9 .left-grid-ele-9:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1;
}

.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: 900px) {
    .w3l-grids-9 .grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }

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

@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-footer-16 .footer-16-main {
    background: #131313;
    padding: 4em 0;
}

.w3l-footer-16 .footer-16-main h3 {
    font-size: 20px;
    line-height: 25px;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}

.w3l-footer-16 .footer-gd-16 li {
    display: block;
    list-style: none;
    margin: 10px 0;
}

.w3l-footer-16 .footer-gd-16 li a {
    color: #828282;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    text-transform: capitalize;
}

.w3l-footer-16 .footer-16-main h3 a:hover, .w3l-footer-16 .footer-gd-16 li a:hover, .w3l-footer-16 .footer-16-main p a:hover {
    color: #aaa;
}

.w3l-footer-16 .footer-16-main p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #828282;
}

.w3l-footer-16 .footer-16-main p a {
    color: #828282;
}

.w3l-footer-16 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    grid-gap: 20px;
}

.w3l-footer-16 form {
    display: flex;
    margin-bottom: 25px;
}

.w3l-footer-16 .subscribe input[type="email"] {
    background: #3a3a3a;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    outline: none;
    width: 85%;
    color: #aaa;
}

.w3l-footer-16 .subscribe button {
    text-align: center;
    background: var(--btn-color);
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 15%;
}

.w3l-footer-16 .subscribe button:hover {
    background: var(--opposite-color);
}

.w3l-footer-16 .subscribe button img {
    vertical-align: middle;
}

.w3l-footer-16 img.logo {
    margin-bottom: 20px;
}

@media screen and (max-width: 1190px) {
    .w3l-footer-16 .subscribe button {
        width: 30%;
    }
}

@media screen and (max-width: 992px) {
    .w3l-footer-16 .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-footer-16 .column4 {
        grid-column: span 2;
    }

    .w3l-footer-16 img.logo {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 801px) {
    .w3l-footer-16 .footer-16-main h3 {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 640px) {
    .w3l-footer-16 .footer-16-main {
        padding: 3em 0;
    }

    .w3l-footer-16 .footer-gd-16 li {
        margin: 5px 0;
    }

    .w3l-footer-16 img.logo {
        margin-bottom: 10px;
    }

    .w3l-footer-16 .column4 {
        grid-column: span 3;
    }
}

@media screen and (max-width: 568px) {
    .w3l-footer-16 .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .w3l-footer-16 .column4 {
        grid-column: span 2;
    }
}

@media screen and (max-width: 420px) {
    .w3l-footer-16 .footer-16-main {
        padding: 2em 0;
    }

    .w3l-footer-16 .grid {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-footer-16 .subscribe button {
        width: 20%;
    }
}

@media screen and (max-width: 375px) {
    .w3l-footer-16 .grid {
        grid-gap: 20px;
    }
}

.w3l-footers-1 #movetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: none;
    background: var(--opposite-color);
    padding: 0px;
    border-radius: 4px;
    transition: all 0.5s ease-out 0s;
}

.w3l-footers-1 .d-grid {
    display: grid;
}

.w3l-footers-1 .grid-columns-2 {
    grid-template-columns: 1fr auto;
    grid-column-gap: 20px;
}

.w3l-footers-1 .align-right {
    text-align: right;
}

.w3l-footers-1 .footer {
    background: #131313;
    padding: 30px 0;
    border-top: 1px solid #222;
}

.w3l-footers-1 .footer-left p {
    font-size: 16px;
    line-height: 25px;
    color: #828282;
}

.w3l-footers-1 .footer-left p a {
    font-size: 16px;
    line-height: 25px;
    color: #aaa;
}

.w3l-footers-1 .footer-left p a:hover {
    color: #fff;
}

.w3l-footers-1 ul.social li {
    display: inline-block;
    margin: 0;
    margin-left: 15px;
}

.w3l-footers-1 ul.social li img {
    width: 23px;
}

.w3l-footers-1 ul.social li span.fa {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.w3l-footers-1 ul.social li span.fa:hover {
    color: var(--opposite-color);
    transition: 0.3s;
}

@media (max-width: 640px) {
    .w3l-footers-1 .grid-columns-2 {
        grid-template-columns: 1fr;
    }

    .w3l-footers-1 .align-right {
        text-align: center;
        margin-top: 10px;
    }

    .w3l-footers-1 .footer-left {
        text-align: center;
    }

    .w3l-footers-1 ul.social li {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .w3l-footers-1 .footer-right {
        margin-top: 5px;
    }

    .w3l-footers-1 ul.social li {
        margin-left: 15px;
    }
}

@media (max-width: 415px) {
    .w3l-footers-1 .footer-left, .w3l-footers-1 .footer-right {
        text-align: center;
    }

    .w3l-footers-1 .grid-columns-2 {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}

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

.w3l-features-17 .features-17_sur h2 {
    font-size: 40px;
    line-height: 45px;
    color: var(--title-color);
}

.w3l-features-17 .features-17-right_sur h5 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-top: 20px;
}

.w3l-features-17 .features-17-right_sur h5 a:hover {
    opacity: 0.8;
}

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

.w3l-features-17 .features-17_sur p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-features-17 .features-17-left_sur {
    padding-right: 5em;
}

.w3l-features-17 .features-17-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.w3l-features-17 .features-17-right_sur {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.w3l-features-17 .features-17-right_sur span.fa {
    font-size: 40px;
    color: var(--icon-color);
}

.w3l-features-17 a.fea_bt {
    cursor: pointer;
    background: var(--btn-color);
    font-size: 16px;
    color: #000000;
    border: 2px solid var(--btn-color);
    font-weight: 600;
    outline: none;
    border-radius: 0px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 24px;
    border-radius: 0.25rem;
}

.w3l-features-17 a.fea_bt:hover {
    background: #ffbf00;
    border: 2px solid #ffbf00;
}

@media (max-width: 1366px) {
    .w3l-features-17 .features-17-left_sur {
        padding-right: 1em;
    }
}

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

    .w3l-features-17 .features-17-left_sur {
        padding-right: 0em;
        margin-bottom: 2em;
    }
}

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

    .w3l-features-17 .features-17_sur h2 {
        font-size: 40px;
        line-height: 45px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .w3l-features-17 .features-17_sur h2 {
        font-size: 36px;
        line-height: 41px;
    }

    .w3l-features-17 .features-17-right_sur h5 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 440px) {
    .w3l-features-17 .features-17-right_sur {
        grid-template-columns: 1fr;
    }

    .w3l-features-17 .features-17-left_sur {
        margin-bottom: 1.5em;
    }
}

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

    .w3l-features-17 .features-17_sur h2 {
        font-size: 28px;
        line-height: 31px;
    }
}

@media (max-width: 320px) {
    .w3l-features-17 .features-17_sur h2 {
        font-size: 27px;
        line-height: 31px;
    }

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

/*--//responsive-code--*/
/* //features-17*/
.w3l-content-23 {
    /*-- Content-23-block --*/
}

#content23-block {
    padding: 0 0 80px;
}

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

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

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

.content23-head p {
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: var(--para-color);
}

.d-grid {
    display: grid;
}

.content23-col-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.content23-grid {
    padding: 50px 30px;
}

.content23-grid {
    background: url("../images/e8.jpg") no-repeat center;
    background-size: cover;
    min-height: 300px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1;
}

.content23-grid1 {
    background: url("../images/e6.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1;
}

.content23-grid:before, .content23-grid1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1;
}

.content23-grid h4 a, .content23-grid1 h4 a {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}

.content23-grid h4 a:hover, .content23-grid1 h4 a:hover {
    opacity: 0.8;
}

.content23-grid p, .content23-grid1 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #eee;
    max-width: 351px;
    margin: 0 auto;
}

@media all and (max-width: 800px) {
    .content23-col-2 {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #content23-block {
        padding: 0 0 60px;
    }
}

@media all and (max-width: 768px) {
    .content23-grid, .content23-grid1 {
        padding: 60px 20px;
    }
}

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

@media all and (max-width: 568px) {
    .content23-grid, .content23-grid1 {
        min-height: 250px;
    }

    #content23-block {
        padding: 0 0 40px;
    }
}

@media all and (max-width: 500px) {
    .content23-head p, .content23-head1 p {
        margin-top: 20px;
    }

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

    .content23-head h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

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

.w3l-specifications-9 {
    /* //Reset Code */
    /* specifications */
    /* //specifications */
    /* responsive */
    /* //responsive */
}

.w3l-specifications-9 .main-w3 {
    background: url(../images/banner-3.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 4.5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.w3l-specifications-9 .main-w3:before {
    content: "";
    background: rgba(16, 16, 16, 0.38);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -9;
}

.w3l-specifications-9 .grids-speci1 span.fa {
    font-size: 30px;
    color: var(--opposite-color);
    margin-bottom: 15px;
}

.w3l-specifications-9 h3.title-spe {
    color: var(--white-color);
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 6px;
}

.w3l-specifications-9 .grids-speci1 p {
    font-size: 18px;
    line-height: 23px;
    color: var(--white-color);
}

.w3l-specifications-9 .main-cont-wthree-fea {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    max-width: 800px;
}

@media (max-width: 1280px) {
    .w3l-specifications-9 h3.title-spe {
        font-size: 56px;
    }
}

@media (max-width: 1080px) {
    .w3l-specifications-9 h3.title-spe {
        font-size: 52px;
    }

    .w3l-specifications-9 .grids-speci p {
        font-size: 19px;
    }

    .w3l-specifications-9 .main-w3 {
        padding: 3rem 0;
    }
}

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

    .w3l-specifications-9 .main-cont-wthree-fea {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 800px) {
    .w3l-specifications-9 h3.title-spe {
        font-size: 46px;
        margin-bottom: 10px;
    }

    .w3l-specifications-9 .grids-speci p {
        font-size: 18px;
    }
}

@media (max-width: 736px) {
    .w3l-specifications-9 .main-w3 {
        padding: 2rem 0;
    }

    .w3l-specifications-9 h3.title-spe {
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .w3l-specifications-9 .grids-speci p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .w3l-specifications-9 h3.title-spe {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .w3l-specifications-9 h3.title-spe {
        font-size: 35px;
    }

    .w3l-specifications-9 .grids-speci p {
        font-size: 15px;
    }
}

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

    .w3l-specifications-9 .main-w3 {
        padding: 1.5rem 0;
    }

    .w3l-specifications-9 .grids-speci {
        padding: 30px 20px;
    }

    .w3l-specifications-9 h3.title-top {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width: 384px) {
    .w3l-specifications-9 .grids-speci {
        padding: 20px 20px;
    }

    .w3l-specifications-9 h3.title-spe {
        font-size: 30px;
        line-height: 30px;
    }
}

.w3l-feature-3 {
    /*-- //Reset-Code --*/
    /*-- //Reset-Code --*/
    /*--responsive--*/
    /*--//responsive--*/
}

.w3l-feature-3 span.number img {
    vertical-align: -webkit-baseline-middle;
}

.w3l-feature-3 .top-bottom {
    padding: 80px 0;
}

.w3l-feature-3 .middle-section {
    display: grid;
}

.w3l-feature-3 .grid-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.w3l-feature-3 .three-grids-columns h4 {
    font-size: 28px;
    color: var(--title-color);
    line-height: 35px;
}

.w3l-feature-3 .three-grids-columns p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-feature-3 .three-grids-columns span.fa {
    font-size: 36px;
    color: var(--btn-color);
}

.w3l-feature-3 a.actionbg {
    font-size: 16px;
    color: var(--white-color);
    margin-top: 25px;
    display: inline-block;
    font-weight: 600;
}

.w3l-feature-3 a.actionbg:hover {
    color: var(--btn-color);
}

.w3l-feature-3 img.arrow-png {
    padding-left: 5px;
}

.w3l-feature-3 a.actionbg:hover {
    opacity: .8;
}

@media (max-width: 1280px) {
    .w3l-feature-3 .top-bottom {
        padding: 40px 0px;
    }
}

@media (max-width: 992px) {
    .w3l-feature-3 .three-grids-columns h4 {
        font-size: 23px;
        line-height: 29px;
    }
}

@media (max-width: 900px) {
    .w3l-feature-3 a.actionbg {
        margin-top: 20px;
    }

    .w3l-feature-3 .three-grids-columns h4 {
        padding-top: 13px;
    }
}

@media (max-width: 800px) {
    .w3l-feature-3 .wrapper {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .w3l-feature-3 .grid-column {
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px;
    }

    .w3l-feature-3 .three-grids-columns h4 {
        padding-top: 7px;
    }

    .w3l-feature-3 a.actionbg {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .w3l-feature-3 .three-grids-columns h4 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .w3l-feature-3 .grid-column {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.inner-banner-main .about-inner {
    background: url(../images/banner.jpg) no-repeat center;
}

.inner-banner-main .about-inner,
.inner-banner-main .banner-9 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 250px;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 1;
    padding-bottom: 30px;
}

.inner-banner-main .banner-9:before,
.inner-banner-main .about-inner:before {
    content: "";
    background: rgba(16, 16, 16, 0.42);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
}

.inner-banner-main ul.breadcrumbs-custom-path li {
    display: inline-block;
}

.inner-banner-main ul.breadcrumbs-custom-path li,
.inner-banner-main ul.breadcrumbs-custom-path li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.inner-banner-main ul.breadcrumbs-custom-path {
    z-index: 9;
    position: relative;
    margin-top: 5em;
}

.inner-banner-main ul.breadcrumbs-custom-path li span {
    margin: 0 10px;
}

.inner-banner-main ul.breadcrumbs-custom-path li.active {
    font-weight: 100;
}

.inner-banner-main .breadcrumbs-custom-path h3 {
    font-size: 30px;
    color: var(--btn-color);
    line-height: 35px;
    margin-bottom: 30px;
}

.inner-banner-main .breadcrumbs-custom-path h3:after {
    content: '';
    left: 0;
    margin-top: 10px;
    width: 72px;
    height: 3px;
    background-color: var(--btn-color);
    display: block;
}

.inner-banner-main ul.breadcrumbs-custom-path p {
    font-size: 18px;
    color: #fff;
    max-width: 500px;
    line-height: 27px;
}

@media (max-width: 1280px) {

    .inner-banner-main .banner-9,
    .inner-banner-main .about-inner {
        min-height: 250px;
    }

    .inner-banner-main ul.breadcrumbs-custom-path {
        margin-top: 4em;
    }
}

@media (max-width: 800px) {

    .inner-banner-main .banner-9,
    .inner-banner-main .about-inner {
        min-height: 220px;
    }
}

@media (max-width: 568px) {

    .inner-banner-main .banner-9,
    .inner-banner-main .about-inner {
        min-height: 180px;
    }

    .inner-banner-main ul.breadcrumbs-custom-path li,
    .inner-banner-main ul.breadcrumbs-custom-path li a {
        font-size: 16px;
    }

    .inner-banner-main ul.breadcrumbs-custom-path li span {
        margin: 0 6px;
    }

    .inner-banner-main ul.breadcrumbs-custom-path p {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-banner-main .breadcrumbs-custom-path h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .inner-banner-main ul.breadcrumbs-custom-path {
        margin-top: 2.5em;
    }
}

/*-- members_single  --*/
.w3l-teams-17 .comments-grids img {
    border-radius: 50%;
}

.w3l-teams-17 .media-border {
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}

.w3l-teams-17 .media {
    display: flex;
    align-items: flex-start;
}

.w3l-teams-17 .media-body {
    flex: 1;
}

.w3l-teams-17 .inner_sec_info {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    display: grid;
}

.w3l-teams-17 .single-w3l p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px;
}

.w3l-teams-17 .single-w3l p a {
    color: var(--text-color);
}

.w3l-teams-17 p.tem-tp {
    margin-bottom: 1.5em;
}

.w3l-teams-17 .about-me span {
    margin-right: 2em;
    width: 23%;
    display: inline-block;
}

.w3l-teams-17 .about-me a:hover {
    color: var(--btn-color);
}

.w3l-teams-17 h3.mem-title {
    font-size: 20px;
    background: var(--btn-color);
    padding: 10px;
    color: #fff;
}

.w3l-teams-17 .about-me h4 {
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 24px;
    color: var(--title-color);
}

.w3l-teams-17 .about-me h5 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.w3l-teams-17 .mem_top1, .w3l-teams-17 .mem_top {
    border: 1px solid #ebeaea;
    padding: 1em 1.5em;
}

.w3l-teams-17 .about-me {
    padding: 1.5em 0;
    border-bottom: 1px solid #dee2e6;
}

.w3l-teams-17 .mem-img img {
    border-radius: 50%;
    padding: 4px;
    border: 2px solid var(--btn-color);
    display: inline;
}

.w3l-teams-17 .mem-img h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.w3l-teams-17 .mem-img {
    margin-bottom: 40px;
}

.w3l-teams-17 .single-w3l {
    padding: 80px 0;
}

.w3l-teams-17 .box13 h3 {
    font-size: 28px;
    color: var(--tittle-color);
    margin: 15px 0 15px 0;
    display: block;
    text-transform: capitalize;
}

.w3l-teams-17 .box13 img {
    display: block;
}

.w3l-teams-17 .box13 h3 a:hover {
    color: var(--btn-color);
    transition: 0.3s ease;
}

.w3l-teams-17 .admin-list {
    padding: 0 0 16px;
    margin: 0 0 20px;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}

.w3l-teams-17 .admin-list li {
    display: inline-block;
    margin: 0 20px 0 0;
    list-style-type: none;
}

.w3l-teams-17 .admin-list li a {
    display: block;
    font-size: 12px;
    color: var(--tittle-color);
    text-transform: capitalize;
}

.w3l-teams-17 .admin-list li a span {
    color: var(--btn-color);
    font-size: 14px;
    margin: 0 6px 0 0;
}

.w3l-teams-17 .box13 p {
    margin: 18px 0 8px 0;
    display: block;
    font-style: normal;
    font-weight: normal;
    color: var(--text-color);
    font-size: 16px;
    line-height: 25px;
}

.w3l-teams-17 .social-share a,
.w3l-teams-17 .social-icons-section a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 10px;
}

.w3l-teams-17 a.facebook {
    background: #3b5998;
}

.w3l-teams-17 a.instagram {
    background: #c13584;
}

.w3l-teams-17 a.pinterest {
    background: #bd081c;
}

.w3l-teams-17 a.twitter {
    background: #1da1f2;
}

.w3l-teams-17 .comments {
    margin-bottom: 30px;
}

.w3l-teams-17 .media {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
    margin-bottom: 30px;
    position: relative;
}

.w3l-teams-17 .comments-grid-right h4 {
    font-size: 17px;
    color: var(--tittle-color);
}

.w3l-teams-17 .comments-grid-right ul li {
    display: inline-block;
    color: #485460;
    font-size: 14px;
}

.w3l-teams-17 .media-body.comments-grid-right ul {
    margin-bottom: 10px;
}

.w3l-teams-17 .media p {
    line-height: 24px;
}

.w3l-teams-17 a.replay {
    display: inline-block;
    color: var(--btn-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
}

.w3l-teams-17 a.replay:hover {
    opacity: 0.9;
}

.w3l-teams-17 .leave-coment-form input,
.w3l-teams-17 .leave-coment-form textarea {
    background: #fff;
    font-size: 16px;
    color: var(--text-color);
    font-weight: normal;
    font-style: normal;
    border: none;
    outline: none;
    padding: 14px 14px;
    border: 1px solid #c8c8c8;
    width: 100%;
}

.w3l-teams-17 .leave-coment-form textarea {
    resize: none;
    font: 400 13.3333px Arial;
    min-height: 150px;
    font-size: 16px;
}

.w3l-teams-17 .leave-coment-form input:focus,
.w3l-teams-17 .leave-coment-form textarea:focus {
    border: 1px solid var(--btn-color);
    box-shadow: none;
}

.w3l-teams-17 .form-group {
    margin-bottom: 20px;
}

.w3l-teams-17 .leave-coment-form button {
    background: var(--btn-color);
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 14px 40px;
    border: none;
    border-radius: 0.25rem;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3l-teams-17 .leave-coment-form button:hover {
    background: var(--opposite-color);
}

.w3l-teams-17 h3.aside-title {
    font-size: 25px;
    margin: 20px 0 30px 0;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--title-color);
}

.w3l-teams-17 .admin-inf {
    font-size: 16px;
    color: var(--btn-color);
    font-weight: bold;
}

.w3l-teams-17 .media.second-part {
    margin-left: 40px;
}

.w3l-teams-17 .media.third-part {
    margin-left: 90px;
}

@media (max-width: 1024px) {
    .w3l-teams-17 .box13 h3 {
        font-size: 28px;
        line-height: 33px;
    }

    .w3l-teams-17 .single-left {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .w3l-teams-17 .single-w3l {
        padding: 60px 0;
    }

    .w3l-teams-17 .grid-columns {
        grid-template-columns: 1fr;
    }

    .w3l-teams-17 .media {
        display: grid;
        grid-auto-flow: column;
        grid-gap: 20px;
        margin-bottom: 50px;
        position: relative;
    }

    .w3l-teams-17 .media.third-part {
        margin-left: 0px;
    }

    .w3l-teams-17 .media.second-part {
        margin-left: 0px;
    }
}

@media (max-width: 900px) {
    .w3l-teams-17 .box13 p {
        margin: 10px 0 20px 0;
    }
}

@media (max-width: 801px) {
    .w3l-teams-17 .blog-post-single-61 {
        padding: 70px 0;
    }
}

@media (max-width: 736px) {
    .w3l-teams-17 .inner_sec_info {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 684px) {
    .w3l-teams-17 .box13 h3 {
        font-size: 25px;
        line-height: 31px;
    }

    .w3l-teams-17 .blog-post-single-61 {
        padding: 60px 0;
    }
}

@media (max-width: 667px) {
    .w3l-teams-17 .box13 h3 {
        font-size: 25px;
        line-height: 31px;
    }

    .w3l-teams-17 .blog-post-single-61 {
        padding: 60px 0;
    }

    .w3l-teams-17 h3.aside-title {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .w3l-teams-17 .single-w3l {
        padding: 40px 0;
    }

    .w3l-teams-17 .blog-post-single-61 {
        padding: 50px 0;
    }
}

@media (max-width: 569px) {
    .w3l-teams-17 .media {
        display: grid;
        grid-auto-flow: row;
        grid-gap: 20px;
        margin-bottom: 50px;
        position: relative;
    }

    .w3l-teams-17 .media-body.comments-grid-right {
        order: 2;
    }
}

@media (max-width: 480px) {
    .w3l-teams-17 .about-me span {
        margin-right: 1em;
        width: 28%;
    }
}

@media (max-width: 384px) {
    .w3l-teams-17 .about-me span {
        margin-right: 0em;
        width: 37%;
    }
}

@media (max-width: 374px) {
    .w3l-teams-17 .about-me span {
        width: 22%;
    }
}

/*-- //members_single  --*/
.w3l-features-12 .featop-1 {
    padding: 80px 0;
}

.w3l-features-12 .feature-heading {
    color: var(--title-color);
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 15px;
}

.w3l-features-12 .column:hover .feature-heading {
    color: #444;
}

.w3l-features-12 .feature-para {
    color: var(--text-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
}

.w3l-features-12 .feature12 span.fa {
    font-size: 64px;
    margin-bottom: 25px;
    color: var(--opposite-color);
}

.w3l-features-12 .feature12 {
    display: grid;
    text-align: left;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    text-align: center;
}

.w3l-features-12 .column {
    background: #fff;
    padding: 60px;
    border: 2px solid #f0f0f0;
}

.w3l-features-12 .text-center {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
}

@media all and (max-width: 1024px) {
    .w3l-features-12 .column {
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .w3l-features-12 .column {
        padding: 30px;
    }

    .w3l-features-12 .featop-1 {
        padding: 60px 0;
    }
}

@media screen and (max-width: 800px) {
    .w3l-features-12 .feature-heading {
        line-height: 25px;
        font-size: 20px;
    }

    .w3l-features-12 .feature12 {
        grid-gap: 15px;
    }

    .w3l-features-12 .column {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .w3l-features-12 .feature12 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 684px) {
    .w3l-features-12 .feature12 {
        grid-template-columns: 1fr;
    }

    .w3l-features-12 .column {
        padding: 30px;
    }

    .w3l-features-12 .featop-1 {
        padding: 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .w3l-features-12 .feature12 span.fa {
        font-size: 54px;
        margin-bottom: 16px;
    }

    .w3l-features-12 .column {
        padding: 20px;
    }
}

.content-with-photo-14 {
    /*-- Content-with-photo14 block --*/
}

.content-with-photo-14 #cwp14-block {
    background-color: #F1F4F7;
}

.content-with-photo-14 .cwp14-img {
    background: url(../images/e12.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 650px;
}

.content-with-photo-14 .d-grid {
    display: grid;
}

.content-with-photo-14 .wrapper-right {
    max-width: 90%;
    margin-right: auto;
}

.content-with-photo-14 .d-grid {
    display: grid;
}

.content-with-photo-14 .cwp14-content {
    grid-template-columns: 1.2fr 1fr;
    grid-column-gap: 6rem;
}

.content-with-photo-14 .cwp14-img {
    position: relative;
}

.content-with-photo-14 ul.con-with-ph-14 li {
    display: block;
    color: var(--text-color);
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}

.content-with-photo-14 .cwp14-text p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.content-with-photo-14 .cwp14-text {
    align-self: center;
}

.content-with-photo-14 ul.con-with-ph-14 li span.fa,
.content-with-photo-14 ul.con-with-ph-14 li {
    color: var(--btn-color) !important;
    border: 1px solid !important;
    border-radius: 50px !important;
    margin-right: 10px !important;
    padding: 8px 8px 8px 8px !important;
}

@media all and (max-width: 1080px) {
    .content-with-photo-14 .cwp14-content {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 3rem;
    }
}

@media all and (max-width: 900px) {
    .content-with-photo-14 .wrapper-right {
        max-width: 100%;
    }

    .content-with-photo-14 .cwp14-content {
        grid-template-columns: 1fr;
    }

    .content-with-photo-14 .cwp14-text {
        padding: 30px 40px;
    }
}

@media all and (max-width: 768px) {
    .content-with-photo-14 .cwp14-img {
        min-height: 430px;
    }

    .content-with-photo-14 .cnt-14 {
        margin-bottom: 0;
    }
}

@media all and (max-width: 500px) {
    .content-with-photo-14 .cwp14-img {
        min-height: 340px;
    }

    .content-with-photo-14 .cwp14-text {
        padding: 30px 16px;
    }
}

.w3l-features-7 {
    /*--//content--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

.w3l-features-7 .features {
    padding: 80px 0;
}

.w3l-features-7 .fea-gd-vv {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 20px;
    grid-row-gap: 40px;
}

.w3l-features-7 .features h5 {
    font-size: 25px;
    line-height: 30px;
    color: var(--tittle-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-features-7 .features h5 a {
    color: var(--tittle-color);
}

.w3l-features-7 .features h5 a:hover {
    color: var(--opposite-color);
}

.w3l-features-7 .icon span.fa {
    font-size: 36px;
    color: var(--opposite-color);
}

.w3l-features-7 .feature-gd {
    grid-template-columns: auto 1fr;
    display: grid;
    grid-gap: 20px;
}

.w3l-features-7 .features p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

@media (max-width: 1080px) {
    .w3l-features-7 .features h3 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .w3l-features-7 .fea-gd-vv {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 0px;
    }

    .w3l-features-7 .float-rt, .w3l-features-7 .float-lt {
        margin-bottom: 2em;
        padding: 0;
    }

    .w3l-features-7 .float-rt {
        border-left: none;
        padding-top: 2em;
    }

    .w3l-features-7 p {
        font-size: 16px;
        line-height: 25px;
    }

    .w3l-features-7 .features {
        padding: 50px 0;
    }
}

@media (max-width: 667px) {
    .w3l-features-7 .features {
        padding: 45px 0;
    }
}

@media (max-width: 480px) {
    .w3l-features-7 p {
        font-size: 15px;
    }
}

.w3l-blog-single .single {
    padding: 80px 0;
}

.w3l-blog-single .grid-colunm-2 {
    grid-template-columns: 2fr .9fr;
    grid-gap: 40px;
}

.w3l-blog-single .w3-blog-info {
    padding: 25px 20px;
    border: 1px solid #eee;
    border-top: none;
}

.w3l-blog-single .w3-blog-info h4 {
    font-size: 22px;
}

.w3l-blog-single .w3-blog-info a.btn {
    background: none;
    color: var(--btn-color);
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 15px;
}

.w3l-blog-single .blog-grid iframe {
    width: 100%;
    height: 200px;
}

.w3l-blog-single .blog .img-thumbnail {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px 15px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.w3l-blog-single .single-left {
    background: #fff;
}

.w3l-blog-single .blog aside {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eee;
}

.w3l-blog-single h3.aside-title {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.w3l-blog-single .form-inline.search-form {
    position: relative;
}

.w3l-blog-single .search-form button.btn.search {
    color: #fff;
    font-size: 16px;
    width: 60px;
    letter-spacing: 0px;
    line-height: 45px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    display: inline-block;
    background: var(--opposite-color);
}

.w3l-blog-single .media img {
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #fff;
}

.w3l-blog-single .media {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
    margin-bottom: 20px;
    background: #f8f9fa;
    padding: 30px;
}

.w3l-blog-single ul.tags-list li {
    display: inline-block;
    margin: 6px 2px 0 0;
}

.w3l-blog-single ul.tags-list li a {
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    background: var(--btn-color);
}

.w3l-blog-single ul.tags-list li a:hover {
    background: var(--opposite-color);
}

.w3l-blog-single ul.category li {
    list-style: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.w3l-blog-single ul.category li a label {
    font-size: 14px;
    margin-left: auto;
}

.w3l-blog-single ul.category li span {
    color: var(--opposite-color);
    margin-right: 10px;
}

.w3l-blog-single ul.category li:last-child a {
    margin-bottom: 0;
}

.w3l-blog-single ul.category li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.w3l-blog-single .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
}

.w3l-blog-single .grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.w3l-blog-single .posts-grid a {
    display: block;
}

.w3l-blog-single .social-share {
    margin: 40px 0;
}

.w3l-blog-single .comments-grid-right p {
    margin-top: 15px;
}

.w3l-blog-single .comments {
    margin-bottom: 40px;
}

.w3l-blog-single .blog .form-control {
    width: 100%;
    color: #333;
    background: #fff;
    padding: 12px 70px 12px 12px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.w3l-blog-single .single-left a.button-eff {
    margin-top: 2em;
}

.w3l-blog-single ul.admin-post li a {
    color: var(--text-color);
}

.w3l-blog-single .single-left a span {
    margin-right: 5px;
    color: var(--opposite-color);
}

.w3l-blog-single .single-left p img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: bottom;
}

.w3l-blog-single p.subscribe-text {
    font-size: 16px;
    margin-top: 10px;
    color: var(--text-color);
    line-height: 25px;
}

.w3l-blog-single p.subscribe-text a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.w3l-blog-single .posts-grid-right h4 {
    line-height: 20px;
}

.w3l-blog-single .posts-grid-right h4 a {
    font-size: 17px;
    font-weight: 700;
    color: var(--title-color);
}

.w3l-blog-single .wthree_courses_events_list li {
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.w3l-blog-single ul.wthree_courses_events_list li span {
    color: #a0a0a0;
}

.w3l-blog-single .posts-grid-right h4 a:hover {
    color: #222;
}

.w3l-blog-single .tags ul li {
    display: inline-block;
}

.w3l-blog-single .tags ul li a.text-bl {
    padding: 9px 10px;
    margin: 0 5px 10px 0;
    display: block;
    text-transform: capitalize;
    color: #777;
    font-size: 16px;
    background: #eee;
}

.w3l-blog-single .tags ul li a.text-bl:hover {
    background: #eaeaea;
    color: #999;
}

.w3l-blog-single .wthree_courses_events_list li a {
    color: #777;
}

.w3l-blog-single .comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
}

.w3l-blog-single .comments-grid-right ul li a {
    color: var(--title-color);
    font-weight: 600;
}

.w3l-blog-single .comments-grid-right ul li a:hover {
    color: #333;
}

.w3l-blog-single .social-share a,
.w3l-blog-single .social-icons-section a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    transition: 0.3s;
    width: 30px;
}

.w3l-blog-single .single-left1 img {
    width: 100%;
}

.w3l-blog-single a.facebook {
    color: #3b5998;
}

.w3l-blog-single a.instagram {
    color: #c13584;
}

.w3l-blog-single a.pinterest {
    color: #bd081c;
}

.w3l-blog-single a.twitter {
    color: #1da1f2;
}

.w3l-blog-single .leave-coment-form input[type="text"],
.w3l-blog-single .leave-coment-form input[type="email"],
.w3l-blog-single .leave-coment-form textarea {
    width: 100%;
    color: #666;
    background: #fff;
    padding: 12px 25px;
    outline: none;
    font-size: 16px;
    border: 2px solid #eee;
    margin-bottom: 20px;
    font-family: inherit;
}

.w3l-blog-single .right-text {
    align-self: center;
}

.w3l-blog-single .admin-post li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.w3l-blog-single .admin-post li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.w3l-blog-single .admin-post {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.w3l-blog-single aside.posts .social-icons-section {
    text-align: center;
}

.w3l-blog-single h4.author {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize;
    color: var(--title-color);
    text-align: center;
}

.w3l-blog-single .single-left2 {
    display: grid;
    grid-template-columns: .8fr 1fr;
    grid-gap: 30px;
    margin: 50px 0;
}

.w3l-blog-single ul.tag-list li {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
    background: #f8f9fa;
}

.w3l-blog-single ul.tag-list li a {
    color: var(--text-color);
    width: auto;
    font-size: 16px;
    height: auto;
    line-height: initial;
    padding: 0 10px;
}

.w3l-blog-single .social-share {
    display: grid;
    grid-template-columns: auto 1fr;
}

.w3l-blog-single .social-icons-section {
    text-align: right;
}

.w3l-blog-single .right-text-list li p {
    margin-bottom: 10px;
}

.w3l-blog-single .right-text-list li p span.fa {
    color: var(--opposite-color);
    width: 22px;
    font-size: 14px;
}

.w3l-blog-single .right-text-list {
    margin: 30px 0;
    border-left: 1px solid #eee;
    padding-left: 25px;
}

.w3l-blog-single .leave-coment-form textarea {
    min-height: 100px;
    resize: none;
    width: 100%;
    border-radius: 50px;
}

.w3l-blog-single .mm_single_submit {
    text-align: left;
}

.w3l-blog-single .leave-coment-form button {
    outline: none;
    border: none;
    background: var(--btn-color);
    border: 2px solid var(--btn-color);
    padding: 12px 35px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    border-radius: 50px;
}

.w3l-blog-single .leave-coment-form button:hover {
    border: 2px solid var(--opposite-color);
    background: transparent;
    color: var(--opposite-color);
}

.w3l-blog-single .single-left1 {
    margin-bottom: 60px;
}

.w3l-blog-single .single-left1 a.blog-btn {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--btn-color);
    background: #fff;
    border: 2px solid var(--btn-color);
    text-align: center;
    padding: 12px 35px;
    border-radius: 35px;
    margin-top: 10px;
    display: inline-block;
}

.w3l-blog-single .blog-btn:hover {
    color: #fff;
    background: var(--opposite-color);
}

.w3l-blog-single .btom-cont {
    border: 1px solid #eee;
    padding: 2em;
}

.w3l-blog-single h5.card-title a,
.w3l-blog-single h5.card-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 700;
}

.w3l-blog-single .single-left1 p a {
    color: var(--title-color);
    font-weight: bold;
}

.w3l-blog-single .comments-grid-right h4 {
    font-size: 20px;
    color: var(--title-color);
    text-transform: uppercase;
}

.w3l-blog-single .comments-grid-right h3 {
    font-weight: normal;
    color: var(--title-color);
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.w3l-blog-single .no-margin {
    margin: 0 !important;
}

.w3l-blog-single .single-left p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
}

.w3l-blog-single p.address {
    margin-top: 5px;
    margin-bottom: 25px;
}

.w3l-blog-single .single-left1 iframe {
    width: 100%;
    height: 350px;
}

.w3l-blog-single .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px;
}

.w3l-blog-single .details-list li strong {
    color: var(--heading-color);
    font-weight: 600;
}

.w3l-blog-single .details-list li {
    color: var(--para-color);
}

.w3l-blog-single .posts-grid-right span {
    color: var(--para-color);
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

.w3l-blog-single .posts-grid-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.w3l-blog-single ul.category li a,
.w3l-blog-single ul.category li {
    margin-bottom: 10px;
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.w3l-blog-single .listings-list li {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.w3l-blog-single .listings-list li a {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
}

.w3l-blog-single .pagination {
    margin-top: 3em;
}

.w3l-blog-single .pagination ul li {
    display: inline-block;
}

.w3l-blog-single .pagination a {
    display: inline-block;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.w3l-blog-single .pagination a span {
    margin: 0;
}

.w3l-blog-single .pagination a.active,
.w3l-blog-single .pagination a:hover {
    background-color: var(--btn-color);
    color: #fff;
}

.w3l-blog-single a.not-allowed {
    cursor: not-allowed;
    color: #c3c2c2;
}

.w3l-blog-single .pagination .not-allowed:hover {
    opacity: 1;
    background: transparent;
    color: #c3c2c2;
}

.w3l-blog-single .main-cont-blog {
    max-width: 950px;
    margin: 0 auto;
}

.w3l-blog-single p.para-top-space {
    margin-top: 20px;
}

.w3l-blog-single blockquote {
    background: var(--btn-color);
    padding: 30px;
    margin: 0;
    text-align: center;
}

.w3l-blog-single p.quote-text {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.w3l-blog-single p.quote-text span {
    font-size: 35px;
    color: #ffffff45;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-left {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-right {
    vertical-align: text-top;
    margin-left: 10px;
}

.w3l-blog-single blockquote p a {
    color: #fff;
    font-weight: bold;
    margin-top: 1em;
    display: block;
    font-size: 20px;
}

@media all and (max-width: 1170px) {
    .w3l-blog-single .posts-grid-right span {
        font-size: 14px;
    }
}

@media all and (max-width: 1080px) {
    .w3l-blog-single .social-share {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .social-icons-section {
        text-align: left;
        margin-top: 10px;
    }
}

@media all and (max-width: 992px) {
    .w3l-blog-single .grid-colunm-2 {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .right-side-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .pagination {
        display: none;
    }

    .w3l-blog-single .single {
        padding: 60px 0;
    }

    .w3l-blog-single .single-left1 {
        margin-bottom: 40px;
    }

    .w3l-blog-single .blog aside {
        margin-bottom: 0;
    }

    .w3l-blog-single .single-left1:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .w3l-blog-single .right-side-bar {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .single {
        padding: 60px 0;
    }

    .w3l-blog-single .details-list {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-blog-single .blog aside {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 568px) {
    .w3l-blog-single .single {
        padding: 50px 0;
    }

    .w3l-blog-single .single-left2 {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }

    .w3l-blog-single .single {
        padding: 40px 0;
    }

    .w3l-blog-single .single-left2 {
        margin: 20px 0;
    }

    .w3l-blog-single .media {
        padding: 15px;
    }

    .w3l-blog-single .media img {
        width: 120px;
    }

    .w3l-blog-single .media {
        grid-gap: 10px;
    }

    .w3l-blog-single .social-share {
        margin: 0px 0 20px;
    }

    .w3l-blog-single .comments-grid-right h4 {
        font-size: 18px;
    }

    .w3l-blog-single h5.card-title a,
    .w3l-blog-single h5.card-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .w3l-blog-single .single-left1 iframe {
        height: 250px;
    }
}

@media all and (max-width: 480px) {
    .w3l-blog-single .btom-cont {
        padding: 1em;
    }
}

@media all and (max-width: 415px) {
    .w3l-blog-single .media {
        grid-gap: 15px;
    }

    .w3l-blog-single .admin-post li {
        margin-right: 10px;
    }

    .w3l-blog-single .grid-col-2 {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .leave-coment-form input[type="text"],
    .w3l-blog-single .leave-coment-form input[type="email"],
    .w3l-blog-single .leave-coment-form textarea {
        margin-bottom: 15px;
    }

    .w3l-blog-single .details-list {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single ul.tag-list li {
        padding: 5px;
    }

    .w3l-blog-single ul.tag-list li a {
        padding: 0 5px;
    }
}

@media all and (max-width: 384px) {

    .w3l-blog-single h5.card-title a,
    .w3l-blog-single h5.card-title {
        font-size: 18px;
    }

    .w3l-blog-single .media {
        grid-auto-flow: row;
    }
}

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

.w3l-text-22 .text-txt {
    max-width: 950px;
    margin: 0 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: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.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-comments-9-main h3.aside-title {
    font-size: 25px;
    margin: 0px 0 30px 0;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--tittle-color);
}

.w3l-comments-9-main .comments-grid-right ul li {
    display: inline-block;
    color: #485460;
    font-size: 14px;
}

.w3l-comments-9-main li {
    display: block;
}

.w3l-comments-9-main .comments {
    max-width: 950px;
    margin: 0 auto;
}

.w3l-comments-9-main .media.second-part {
    margin-left: 40px;
}

.w3l-comments-9-main .media.third-part {
    margin-left: 90px;
}

.w3l-comments-9-main .media {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 50px;
    margin-bottom: 70px;
    position: relative;
}

.w3l-comments-9-main .comments-grid-right h4 {
    font-size: 17px;
    color: var(--tittle-color);
}

.w3l-comments-9-main .media-body.comments-grid-right ul {
    margin-bottom: 10px;
}

.w3l-comments-9-main .media p {
    line-height: 28px;
    font-size: 16px;
}

.w3l-comments-9-main a.replay {
    display: inline-block;
    color: var(--btn-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
}

@media all and (max-width: 900px) {
    .w3l-comments-9-main .media {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 480px) {
    .w3l-comments-9-main .media {
        display: grid;
        grid-auto-flow: row;
        grid-gap: 20px;
    }

    .w3l-comments-9-main .media.second-part {
        margin-left: 0;
    }

    .w3l-comments-9-main .media.third-part {
        margin-left: 0px;
    }
}

.w3l-comments-form-9 .coments-forms-sub {
    padding: 20px 0 80px;
}

.w3l-comments-form-9 .testi-top {
    max-width: 950px;
    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: 16px;
    color: #888;
    border-radius: 4px;
}

.w3l-comments-form-9 .form-commets textarea {
    min-height: 150px;
    margin-bottom: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.w3l-comments-form-9 button.btn.button-eff {
    background: var(--btn-color);
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    height: 40px;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 0.25rem;
    margin-top: 2em;
}

.w3l-comments-form-9 button.btn.button-eff:hover {
    background: var(--opposite-color);
}

@media (max-width: 991px) {
    .w3l-comments-form-9 .coments-forms-sub {
        padding: 40px 0 60px;
    }
}

@media (max-width: 480px) {
    .w3l-comments-form-9 .coments-forms-sub {
        padding: 20px 0 40px;
    }

    .w3l-comments-form-9 .media {
        grid-template-columns: 1fr;
    }

    .w3l-comments-form-9 button.btn.button-eff {
        width: 100%;
        margin-top: 1em;
    }

    .w3l-comments-form-9 h3.title-main2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
}

.w3l-pricing-8 {
    /*resposive*/
}

.w3l-pricing-8 .pricing-main-section {
    padding: 70px 0;
}

.w3l-pricing-8 .triler {
    align-self: end;
}

.w3l-pricing-8 .d-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.w3l-pricing-8 .pricing-ban {
    background: url(../images/e8.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1;
}

.w3l-pricing-8 .pricing-ban1 {
    background: url(../images/e9.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1;
}

.w3l-pricing-8 .pricing-ban2 {
    background: url(../images/e10.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1;
}

.w3l-pricing-8 .pricing-ban:before, .w3l-pricing-8 .pricing-ban1:before, .w3l-pricing-8 .pricing-ban2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1;
}

.w3l-pricing-8 .pric-bottom {
    padding: 30px;
}

.w3l-pricing-8 ul li {
    padding: 0;
    margin: 0;
}

.w3l-pricing-8 ul {
    margin: 0;
    padding: 0;
}

.w3l-pricing-8 h3.praic-title {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
}

.w3l-pricing-8 p.praic-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.w3l-pricing-8 .praic-button {
    align-self: end;
}

.w3l-pricing-8 p.catagiri {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 10px;
}

.w3l-pricing-8 p.praic-list {
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
}

.w3l-pricing-8 span.memo {
    font-size: 20px;
    color: var(--title-color);
    line-height: 30px;
}

.w3l-pricing-8 ul.praic-info {
    margin-top: 20px;
}

.w3l-pricing-8 ul.praic-info li {
    margin-top: 15px;
}

.w3l-pricing-8 .pricing {
    display: grid;
    border: .7px solid #ffff;
    background: #f8f8f8;
    position: relative;
    transition: 0.3s ease;
    transition: 0.3s ease;
}

.w3l-pricing-8 .pricing:hover, .w3l-pricing-8 .pricing.active-top {
    border: 0.7px solid var(--opposite-color);
}

.w3l-pricing-8 p.praic-list span {
    font-size: 16px;
    line-height: 25px;
    color: var(--opposite-color);
    display: inline-block;
    margin-right: 5px;
}

.w3l-pricing-8 a.btn {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
    color: var(--opposite-color);
    border: var(--opposite-color) solid 2px;
    background: transparent;
    margin: 50px 0px 0px;
}

.w3l-pricing-8 h3.praic-cost {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: var(--opposite-color);
}

.w3l-pricing-8 a.btn.btn-active, .w3l-pricing-8 a.btn:hover {
    color: #fff;
    background: var(--opposite-color);
    border: var(--opposite-color) solid 2px;
}

.w3l-pricing-8 ul.praic-info li {
    display: block;
}

@media (max-width: 1280px) {
    .w3l-pricing-8 p.praic-text {
        font-size: 15px;
    }

    .w3l-pricing-8 h3.praic-title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .w3l-pricing-8 .pricing-main-section {
        padding: 50px 0;
    }

    .w3l-pricing-8 .praic-cost {
        font-size: 35px;
        line-height: 45px;
    }

    .w3l-pricing-8 ul.praic-info {
        margin-top: 10px;
    }

    .w3l-pricing-8 ul.praic-info li {
        margin-top: 10px;
    }

    .w3l-pricing-8 h3.praic-cost {
        font-size: 35px;
        line-height: 45px;
    }

    .w3l-pricing-8 .pricing-8 a.btn {
        padding: 10px 30px;
        margin: 40px 0px 0px;
    }

    .w3l-pricing-8 .d-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 768px) {
    .w3l-pricing-8 h3.praic-cost {
        font-size: 30px;
        line-height: 40px;
    }

    .w3l-pricing-8 a.btn {
        padding: 5px 25px;
        margin: 30px 0px 0px;
    }
}

@media (max-width: 767px) {
    .w3l-pricing-8 p.catagiri {
        align-self: center;
    }

    .w3l-pricing-8 ul.praic-info {
        grid-column: span 2;
    }
}

@media (max-width: 667px) {
    .w3l-pricing-8 p.catagiri {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .w3l-pricing-8 .d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 440px) {
    .w3l-pricing-8 .pricing-main-section {
        padding: 40px 0;
    }
}

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

.w3l-content-with-photo-11 .contentwithphoto-11-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
}

.w3l-content-with-photo-11 .img-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin: 30px 0;
}

.w3l-content-with-photo-11 .contentwithphoto-11 {
    padding: 80px 0px;
}

.w3l-content-with-photo-11 .clien-top h4 {
    font-size: 18px;
    line-height: 24px;
    color: var(--tittle-color);
}

.w3l-content-with-photo-11 .contentwithphoto-text h3 {
    font-size: 32px;
    line-height: 40px;
    color: var(--tittle-color);
    margin-bottom: 20px;
    max-width: 600px;
}

.w3l-content-with-photo-11 .clien-top span.fa {
    width: 40px;
    height: 40px;
    background: var(--btn-color);
    color: var(--white-color);
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.w3l-content-with-photo-11 .contentwithphoto-text p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px;
    margin-top: 16px;
}

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

.w3l-content-with-photo-11 .clien-top p {
    margin-top: 5px;
}

.w3l-content-with-photo-11 .contentwithphoto-text-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 40px;
    margin: 40px 0px;
}

.w3l-content-with-photo-11 .contentwithphoto-text-info h4 {
    font-size: 17px;
    line-height: 22px;
    color: var(--tittle-color);
    display: inline-block;
}

.w3l-content-with-photo-11 .contentwithphoto-text-info p {
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
    max-width: 260px;
}

.w3l-content-with-photo-11 .contentwithphoto-text {
    align-self: center;
}

.w3l-content-with-photo-11 .con-bottom {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-top: 30px;
}

.w3l-content-with-photo-11 .con-bottom-right h4 {
    margin-top: 13px;
}

.w3l-content-with-photo-11 .con-bottom p {
    margin-top: 0;
    margin-top: 0;
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px;
}

.w3l-content-with-photo-11 .work {
    margin-top: 40px;
}

.w3l-content-with-photo-11 .work h3 {
    font-size: 32px;
    line-height: 40px;
    color: var(--tittle-color);
    margin-bottom: 20px;
    max-width: 600px;
}

.w3l-content-with-photo-11 .work p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px;
}

.w3l-content-with-photo-11 .con-bottom h4 {
    font-size: 20px;
    color: var(--tittle-color);
    line-height: 24px;
    margin-bottom: 8px;
}

.w3l-content-with-photo-11 .con-bottom span.fa {
    font-size: 36px;
    color: var(--btn-color);
}

@media (max-width: 1280px) {
    .w3l-content-with-photo-11 .wrapper-left {
        max-width: 90.5%;
    }
}

@media (max-width: 1080px) {
    .w3l-content-with-photo-11 .work h3 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .w3l-content-with-photo-11 .contentwithphoto-text h3 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .w3l-content-with-photo-11 .contentwithphoto-11-content {
        grid-column-gap: 40px;
    }
}

@media (max-width: 992px) {
    .w3l-content-with-photo-11 .contentwithphoto-11-content {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }

    .w3l-content-with-photo-11 .contentwithphoto-11 {
        padding: 60px 0px;
    }
}

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

    .w3l-content-with-photo-11 .contentwithphoto-text-info {
        grid-gap: 30px 10px;
    }

    .w3l-content-with-photo-11 .con-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 440px) {
    .w3l-content-with-photo-11 .contentwithphoto-text-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 415px) {
    .w3l-content-with-photo-11 .contentwithphoto-text-info {
        grid-template-columns: 1fr;
        grid-gap: 20px 0px;
    }

    .w3l-content-with-photo-11 .contentwithphoto-text-info p {
        max-width: 360px;
    }

    .w3l-content-with-photo-11 .contentwithphoto-11 {
        padding: 40px 0px;
    }
}

@media (max-width: 384px) {
    .w3l-content-with-photo-11 .contentwithphoto-text h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .w3l-content-with-photo-11 .contentwithphoto-text-info {
        grid-gap: 25px 0px;
    }
}

@media (max-width: 320px) {
    .w3l-content-with-photo-11 .con-bottom h4 {
        font-size: 18px;
        line-height: 23px;
    }
}

/*-- Products4-block --*/
.w3l-products-4 #products4-block {
    padding: 80px 0;
}

.w3l-products-4 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.w3l-products-4 .product a {
    display: block;
}

.w3l-products-4 .product {
    position: relative;
}

.w3l-products-4 .product-details {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.w3l-products-4 .product-details a {
    font-size: 20px;
    line-height: 25px;
    color: #304659;
    margin-bottom: 10px;
    font-weight: bold;
}

.w3l-products-4 .product-details a:hover {
    opacity: 0.8;
}

.w3l-products-4 span.price {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #3B5266;
}

.w3l-products-4 section.tab-content {
    display: none;
    padding: 4em 0 0;
}

.w3l-products-4 label.tabtle {
    display: inline-block;
    text-align: center;
    color: var(--title-color);
    border-radius: 3px;
    float: left;
    margin-right: 12px;
    font-size: 16px;
    background: #ededed;
    padding: 10px 20px;
    font-weight: 600;
}

.w3l-products-4 label.tabtle:before {
    font-family: fontawesome;
    font-weight: normal;
}

.w3l-products-4 label.tabtle:hover {
    color: #304659;
    cursor: pointer;
}

.w3l-products-4 input:checked+label.tabtle {
    color: #fff;
    background: var(--btn-color);
}

.w3l-products-4 #tab1:checked~#content1,
.w3l-products-4 #tab2:checked~#content2,
.w3l-products-4 #tab3:checked~#content3,
.w3l-products-4 #tab4:checked~#content4 {
    display: block;
}

.w3l-products-4 .info-bg {
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
}

.w3l-products-4 .info-bg h5 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.w3l-products-4 .info-bg h5 a:hover {
    color: #000000;
}

.w3l-products-4 .info-bg p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: var(--text-color);
    margin-top: 10px;
    margin-bottom: 20px;
}

.w3l-products-4 .info-bg span.price {
    color: var(--btn-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.w3l-products-4 .info-bg ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    color: var(--btn-color);
}

.w3l-products-4 .info-bg li.margin-effe {
    margin-left: auto;
    margin-right: 1em;
}

.w3l-products-4 .info-bg ul li a span {
    color: var(--btn-color);
    font-size: 14px;
}

@media all and (max-width: 1080px) {
    .w3l-products-4 .grid-col-3 {
        grid-gap: 15px;
    }

    .w3l-products-4 .info-bg h5 a {
        font-size: 19px !important;
    }
}

@media all and (max-width: 1024px) {
    .w3l-products-4 h3.heading-title {
        font-size: 42px !important;
        line-height: 48px;
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 900px) {
    .w3l-products-4 .grid-col-3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }
}

@media screen and (max-width: 800px) {
    .w3l-products-4 label.tabtle:before {
        margin: 0;
        font-size: 18px !important;
    }

    .w3l-products-4 .grid-col-4 {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
    }

    .w3l-products-4 h3.heading-title {
        font-size: 40px !important;
        line-height: 45px;
        margin-bottom: 40px;
    }

    .w3l-products-4 #products4-block {
        padding: 60px 0;
    }

    .w3l-products-4 label.tabtle {
        margin: 0 2px;
    }
}

@media screen and (max-width: 600px) {
    .w3l-products-4 h3.heading-title {
        font-size: 38px !important;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .w3l-products-4 label.tabtle {
        margin: 0 5px;
    }

    .w3l-products-4 .grid-col-3 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .w3l-products-4 #products4-block {
        padding: 50px 0;
    }

    .w3l-products-4 label.tabtle {
        margin: 0 0px;
    }

    .w3l-products-4 label.tabtle {
        padding: 10px 10px;
    }

    .w3l-products-4 section.tab-content {
        padding: 2em 0 0;
    }
}

@media screen and (max-width: 440px) {
    .w3l-products-4 h3.heading-title {
        font-size: 35px !important;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .w3l-products-4 label.tabtle,
    .w3l-products-4 input:checked+label.tabtle {
        margin: 0 0px;
    }

    .w3l-products-4 section.tab-content {
        padding: 28px 0 0;
    }
}

@media screen and (max-width: 414px) {

    .w3l-products-4 label.tabtle,
    .w3l-products-4 input:checked+label.tabtle {
        padding: 6px 15px;
    }

    .w3l-products-4 label.tabtle,
    .w3l-products-4 input:checked+label.tabtle {
        padding: 9px 10px;
    }
}

@media screen and (max-width: 384px) {

    .w3l-products-4 label.tabtle,
    .w3l-products-4 input:checked+label.tabtle {
        padding: 6px 10px;
    }
}

.w3l-timeline-9 .quest-wthree {
    padding: 70px 0;
}

.w3l-timeline-9 .comments {
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 10px 0px 50px;
    border-left: 2px solid var(--opposite-color);
}

.w3l-timeline-9 .comments .time-grids {
    background: #fff;
    position: relative;
    padding: 2em;
    margin-bottom: 1.5em;
    border: 1px solid #ff5722;
    border-radius: 10px;
}

.w3l-timeline-9 .comments .time-grids p {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px;
}

.w3l-timeline-9 .time-grids span {
    color: var(--white-color);
    margin-bottom: 12px;
    font-size: 15px;
    background: #ff5722;
    padding: 2px 20px;
    display: inline-block;
}

.w3l-timeline-9 .comments h5 {
    color: var(--title-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}

.w3l-timeline-9 .comments h5:after {
    content: "";
    background: rgba(255, 255, 255, 0.27);
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.w3l-timeline-9 .comments .time-grids:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    top: 8px;
    left: -62px;
    position: absolute;
    border: 3px solid var(--opposite-color);
}

.w3l-timeline-9 .comments .time-grids:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f2f2f2 #f2f2f2 transparent transparent;
    border-width: 12px;
    position: absolute;
    top: 4px;
    left: -12px;
    transform: rotate(225deg);
}

@media all and (max-width: 736px) {
    .w3l-timeline-9 .comments h5 {
        font-size: 23px;
        line-height: 28px;
    }

    .w3l-timeline-9 .quest-wthree {
        padding: 60px 0;
    }
}

@media all and (max-width: 415px) {
    .w3l-timeline-9 .comments .time-grids {
        padding: 1.5em;
    }

    .w3l-timeline-9 .quest-wthree {
        padding: 40px 0;
    }

    .w3l-timeline-9 .comments h5 {
        font-size: 21px;
        line-height: 28px;
    }

    .w3l-timeline-9 .comments {
        padding: 0px 10px 0px 30px;
        border-left: 2px solid #dbdcdc;
    }

    .w3l-timeline-9 .comments .time-grids::before {
        left: -42px;
    }
}

@media all and (max-width: 375px) {
    .w3l-timeline-9 .comments {
        padding: 0px 10px 0px 30px;
    }

    .w3l-timeline-9 .comments .time-grids:before {
        left: -43px;
    }

    .w3l-timeline-9 .comments h5 {
        font-size: 21px;
        line-height: 26px;
    }
}

.w3l-forms-23 {
    /*-- Forms23 block --*/
}

.w3l-forms-23 #forms23-block {
    background: url(../images/banner.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    z-index: 0;
    padding: 30px 0;
}

.w3l-forms-23 #forms23-block:before {
    content: "";
    background: rgba(16, 16, 16, 0.65);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-forms-23 .logo1 {
    text-align: center;
    margin-bottom: 40px;
}

.w3l-forms-23 .logo1 a {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.w3l-forms-23 .logo1 a span.fa {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}

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

.w3l-forms-23 .forms23-grids {
    grid-template-columns: 1.5fr 2fr;
    background: #fff;
    max-width: 820px;
    margin: 0px auto;
    padding: 50px 50px;
    border-radius: 0.25rem;
}

.w3l-forms-23 .form23 {
    text-align: left;
    padding-left: 40px;
}

.w3l-forms-23 .form23-text {
    border-right: 1px solid #dbdbdb;
    padding-right: 40px;
}

.w3l-forms-23 ul.log-head li span {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    text-align: center;
    color: var(--white-color);
}

.w3l-forms-23 ul.log-head li span.fa.fa-facebook {
    background: #3b5998;
    color: var(--white-color);
}

.w3l-forms-23 ul.log-head li span.fa.fa-google-plus {
    background: #D44638;
    color: var(--white-color);
}

.w3l-forms-23 ul.log-head li {
    display: inline-block;
}

.w3l-forms-23 ul.log-head li:nth-child(1) {
    display: inline-block;
    margin-right: 40px;
}

.w3l-forms-23 ul.log-head {
    margin: 30px 0;
}

.w3l-forms-23 .forms23-grids h6 {
    font-size: 20px;
    line-height: 26px;
    color: var(--tittle-color);
    margin-bottom: 36px;
}

.w3l-forms-23 .signin {
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 3px;
}

.w3l-forms-23 .form23-text span.fa {
    width: 40px;
    font-size: 16px;
    line-height: 40px;
}

.w3l-forms-23 .google-plus {
    background: #dd4b39;
}

.w3l-forms-23 .facebook {
    background: #3a5898;
}

.w3l-forms-23 .twitter {
    background: #55acee;
}

.w3l-forms-23 .linkedin {
    background: #005983;
}

.w3l-forms-23 .form23 form input[type="text"], .w3l-forms-23 .form23 form input[type="email"], .w3l-forms-23 .form23 form input[type="password"] {
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: 40px;
    background: none;
    padding: 0 15px;
    margin-bottom: 16px;
    border-radius: 0.25rem;
}

.w3l-forms-23 .form23 form input[type="text"]:focus, .w3l-forms-23 .form23 form input[type="email"]:focus, .w3l-forms-23 .form23 form input[type="password"]:focus {
    outline: none;
}

.w3l-forms-23 .form23 form button {
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: var(--btn-color);
    height: 40px;
    border: none;
    display: block;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    margin-top: 15px;
    border-radius: 0.25rem;
}

.w3l-forms-23 .form23 form button:hover {
    background: var(--opposite-color);
}

.w3l-forms-23 .form23 form button:focus {
    outline: none;
}

.w3l-forms-23 .form23 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 16px;
}

.w3l-forms-23 .form23 li a {
    font-size: 14px;
    line-height: 32px;
    color: var(--text-color);
    font-weight: bold;
    display: block;
    text-align: center;
}

.w3l-forms-23 .form23 a {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    display: inline-block;
}

.w3l-forms-23 .form23 h5 a {
    color: var(--opposite-color);
}

.w3l-forms-23 .form23 h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}

.w3l-forms-23 .form23-text h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--white-color);
    margin-bottom: 16px;
}

.w3l-forms-23 .form23-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
}

.w3l-forms-23 .frm-tp h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--white-color);
}

.w3l-forms-23 .copy-right {
    text-align: center;
    margin-top: 80px;
}

.w3l-forms-23 .copy-right p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-forms-23 .copy-right p a {
    color: var(--btn-color);
}

@media all and (max-width: 900px) {
    .w3l-forms-23 .form23-text h3 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media all and (max-width: 736px) {
    .w3l-forms-23 .form23 {
        text-align: left;
        border-right: none;
        padding-right: 0;
        padding-bottom: 32px;
    }

    .w3l-forms-23 .forms23-grids {
        grid-template-columns: 1fr;
    }

    .w3l-forms-23 .form23 {
        order: 1;
    }

    .w3l-forms-23 #forms23-block {
        padding: 30px 0;
    }

    .w3l-forms-23 .form23 {
        padding-left: 0px;
    }

    .w3l-forms-23 .form23-text {
        padding-right: 0;
        border-top: 1px solid #dbdbdb;
        padding-top: 40px;
        border-right: none;
    }

    .w3l-forms-23 .frm-tp {
        order: 2;
    }

    .w3l-forms-23 .form23-text {
        margin: 20px 0;
    }
}

@media all and (max-width: 600px) {
    .w3l-forms-23 .form23-text h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .w3l-forms-23 .forms23-grids {
        padding: 30px 30px;
    }
}

@media all and (max-width: 500px) {
    .w3l-forms-23 .form23-text h3 {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 440px) {
    .w3l-forms-23 #forms23-block {
        padding: 2.5rem 0;
    }

    .w3l-forms-23 ul.log-head li:nth-child(1) {
        margin-right: 20px;
    }

    .w3l-forms-23 .copy-right {
        margin-top: 50px;
    }
}

@media all and (max-width: 387px) {
    .w3l-forms-23 ul.log-head li:nth-child(1) {
        margin-right: 10px;
    }
}

@media all and (max-width: 350px) {
    .w3l-forms-23 .form23 h6 {
        font-size: 25px;
        line-height: 30px;
    }

    .w3l-forms-23 ul.log-head {
        text-align: center;
    }

    .w3l-forms-23 ul.log-head li:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.w3l-faq-main h3.title-main2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    color: var(--title-color);
}

.w3l-faq-main .bg-warning {
    background: #ffc107;
    padding: 1rem;
    color: var(--sub-title-color);
}

.w3l-faq-main .about-right-faq p {
    margin-top: 1em;
}

.w3l-faq-main .faq-cont {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.w3l-faq-main .title-w3-ab {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1em;
}

.w3l-faq-main .accordion {
    border: 1px solid white;
    margin: 0 auto;
    list-style: none outside;
}

.w3l-faq-main .accordion>*+* {
    border-top: 1px solid white;
}

.w3l-faq-main .accordion-item-hd {
    display: block;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #333;
    padding: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 15px;
}

.w3l-faq-main li.accordion-item {
    margin-bottom: 1em;
}

.w3l-faq-main .accordion-item-input:checked~.accordion-item-bd {
    max-height: 1000px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5em;
}

.w3l-faq-main .accordion-item-input:checked~.accordion-item-hd>.accordion-item-hd-cta {
    transform: rotate(-60deg);
}

.w3l-faq-main .accordion-item-hd-cta {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 4px);
    /*minus half font-size*/
    right: 0;
    transition: transform .3s ease;
    transform: rotate(-152deg);
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.w3l-faq-main .accordion-item-bd {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.w3l-faq-main .accordion-item-input {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
}

.w3l-faq-main h6.accordion-textm {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.w3l-faq-main .banner-form-w3 h5 {
    color: #333;
    font-size: 20px;
}

.w3l-faq-main .form-commets input, .w3l-faq-main .form-commets textarea {
    outline: none;
    padding: 11px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    color: #888;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.w3l-faq-main .form-commets textarea {
    min-height: 150px;
    margin-bottom: 2em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.w3l-faq-main .button-eff {
    background: var(--btn-color);
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    border: none;
    margin-top: 1em;
}

.w3l-faq-main .testi-top {
    max-width: 700px;
    margin: 60px 0 0px;
}

.w3l-faq-main .faq-sec.sec-padding {
    padding: 80px 0;
}

.w3l-faq-main .media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.w3l-faq-main .button-eff:hover {
    background: var(--opposite-color);
}

@media (max-width: 991px) {
    .w3l-faq-main .faq-cont {
        grid-template-columns: 1fr;
    }

    .w3l-faq-main .faq-sec.sec-padding {
        padding: 60px 0;
    }
}

@media (max-width: 600px) {
    .w3l-faq-main .faq-sec.sec-padding {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .w3l-faq-main .button-eff {
        margin-top: 0em;
        width: 100%;
    }
}

@media (max-width: 440px) {
    .w3l-faq-main .media {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
}

.w3l-error-main .error {
    background: url(../images/banner-2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    z-index: 0;
}

.w3l-error-main .error:before {
    content: "";
    background: rgba(16, 16, 16, 0.65);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-error-main a.time1-bg {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: var(--opposite-color);
    padding: 10px 24px;
    display: inline-block;
    border-radius: 0.25rem;
    margin-top: 1.5em;
}

.w3l-error-main a.time1-bg:hover {
    background: var(--btn-color);
}

.w3l-error-main .sub-wthreess {
    text-align: center;
    padding: 20px 0;
}

.w3l-error-main h3.text-err-wthree {
    color: #fff;
    font-weight: bold;
    font-size: 10em;
}

.w3l-error-main .error h4 {
    color: rgba(251, 165, 5, 0.73);
    margin: 6px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.w3l-error-main .error p {
    color: #eee;
    line-height: 24px;
    font-size: 16px;
}

.w3l-error-main .button-eff {
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 3em;
}

@media all and (max-width: 736px) {
    .w3l-error-main a.logo-2 {
        top: 20px;
    }
}

@media all and (max-width: 600px) {
    .w3l-error-main h3.text-err-wthree {
        font-size: 5em !important;
    }
}

@media all and (max-width: 375px) {
    .w3l-error-main h3.text-err-wthree {
        font-size: 4em !important;
    }

    .w3l-error-main .error h4 {
        font-size: 22px !important;
    }

    .w3l-error-main a.logo-2 {
        top: 20px;
    }
}

.w3l-error-page .covers-main {
    background: url(../images/banner-2.jpg) no-repeat center;
    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;
    text-align: center;
    display: grid;
    z-index: 1;
}

.w3l-error-page h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 300;
}

.w3l-error-page .comingsoon-form .form-control {
    font-size: 16px;
    border: none;
    background: #fff;
    padding: 15px 20px;
    color: #333;
    outline: none;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.w3l-error-page .comingsoon-form {
    display: grid;
    grid-template-columns: 1fr .4fr;
    margin-bottom: 20px;
    margin-top: 40px;
}

.w3l-error-page .comingsoon-form button.btn {
    background: var(--opposite-color);
    outline: none;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.w3l-error-page .comingsoon-form button.btn:hover {
    background: var(--btn-color);
}

.w3l-error-page .countdown {
    margin: auto;
    display: table;
    font-size: 28px;
    font-weight: 500;
}

.w3l-error-page .countdown>div {
    float: left;
    min-width: 100px;
    margin: 15px 0;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.w3l-error-page .countdown span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ddd;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
}

.w3l-error-page .covers-main:before {
    content: "";
    background: rgba(16, 16, 16, 0.75);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-error-page .main-cover {
    text-align: center;
}

.w3l-error-page .d-gird {
    max-width: 500px;
    margin: auto;
}

.w3l-error-page a.logo {
    color: #fff;
    font-size: 40px;
    margin-bottom: 50px;
    display: inline-block;
    font-weight: 600;
}

.w3l-error-page .cover-para {
    color: #fff;
    line-height: 120px;
    font-size: 150px;
    margin-bottom: 50px;
    font-weight: 300;
}

.w3l-error-page p.form-text {
    font-size: 16px;
    line-height: 25px;
    color: #ddd;
}

.w3l-error-page p.page-detail {
    color: #eee;
    font-size: 20px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: .5em;
    display: inline-block;
}

.w3l-error-page p.page-detail:before {
    content: "";
    background: rgba(255, 255, 255, 0.52);
    height: 2px;
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.w3l-error-page p.page-detail:after {
    content: "";
    background: rgba(255, 255, 255, 0.52);
    height: 2px;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

.w3l-error-page a.back-button {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 4em;
}

.w3l-error-page a.back-button:hover {
    border: 2px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 3px 4px 2px rgba(14, 14, 14, 0.04);
}

@media screen and (max-width: 1080px) {
    .w3l-error-page .d-gird {
        grid-template-columns: 1fr 1.5fr;
    }
}

@media screen and (max-width: 900px) {
    .w3l-error-page .d-gird {
        grid-template-columns: 1fr;
        grid-row-gap: 60px;
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .w3l-error-page a.logo {
        font-size: 35px;
    }
}

@media screen and (max-width: 568px) {
    .w3l-error-page a.logo {
        font-size: 30px;
    }

    .w3l-error-page h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .w3l-error-page p.page-detail {
        font-size: 18px;
    }

    .w3l-error-page a.back-button {
        margin-top: 3em;
    }

    .w3l-error-page .cover-para {
        font-size: 100px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .w3l-error-page h2 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (max-width: 440px) {
    .w3l-error-page p.form-text {
        font-size: 16px;
    }

    .w3l-error-page .countdown>div {
        min-width: 90px;
        margin: 5px 0;
    }

    .w3l-error-page .countdown>div {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {
    .w3l-error-page h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .w3l-error-page .countdown>div {
        min-width: 80px;
        margin: 5px 0;
    }

    .w3l-error-page .countdown>div {
        font-size: 35px;
    }
}

/*--logo--*/
.logo h1 {
    margin: 0;
}

.logo h1 a {
    color: var(--white-color);
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.logo h1 a span {
    text-transform: capitalize;
}

.links a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: var(--white-color);
    margin-left: 15px;
}

/* banner */
.heading-section {
    max-width: 450px;
}

.heading-section h4 {
    color: #222527;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

/* layer */
tr.layer-eff {
    background: rgba(0, 0, 0, 0.48);
}

.banner {
    position: relative;
    z-index: 1;
}

.banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    opacity: .3;
    z-index: -1;
}

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

.grids-speci h3 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.grids-speci p {
    color: #137666;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

table.pro1-w3.scale img {
    border: 1px solid #eee;
}

.team-email {
    padding: 0 10px;
}

.team-name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 8px;
    color: var(--title-color);
    text-align: center;
}

.team-designation {
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
    text-align: center;
}

.team-email img {
    border: 2px solid #eee;
}

@media screen and (max-width: 667px) {
    table.scale-90 {
        width: 620px;
        padding: 0 1em;
    }

    td.p {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 640px) {
    .heading-section h4 {
        font-size: 32px;
    }

    .banner-con {
        padding: 0 3em !important;
    }

    .banner {
        padding: 7em 2em 5em !important;
    }

    td.text-services {
        padding-left: 0 !important;
    }

    td.sub-gd {
        width: 100% !important;
        display: block;
    }

    sub-head .name {
        margin: 0;
        font-size: 0.9em;
    }

    table.scale-90 {
        width: 593px;
    }

    .heading-section h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    td.logo.nav-top {
        width: 100%;
        float: left;
    }

    .text-services {
        padding-left: 0;
        text-align: left;
    }

    .banner-con {
        padding: 0 1em !important;
    }

    .w3_banner1_b1 {
        width: 550px;
    }

    .banner_bottom_b1 {
        height: 200px;
    }

    .w3_banner1 {
        width: 100%;
    }

    table.pro1-w3.scale {
        width: 250px !important;
    }

    table.scale-90 {
        width: 100%;
        padding: 0 .5em;
    }

    table.pro1-w3.scale img {
        height: auto !important;
        width: 100% !important;
    }

    td.produ {
        height: 0;
    }

    table.dairy {
        width: 550px;
    }

    td.sub-gd img {
        margin-top: 1em !important;
    }

    .stats-number {
        width: 137px !important;
    }

    .stats-number1 {
        width: 182px !important;
    }
}

@media screen and (max-width: 580px) {
    table {
        width: 100% !important;
    }

    .email-copyright {
        padding: 0 15px;
    }

    table.pro1-w3.scale {
        width: 230px !important;
    }

    .stats-number {
        width: 128px !important;
    }

    .w3_banner1_b1 {
        margin-left: 0;
        padding: 0 1em;
    }

    table.w3_banner2 {
        display: none;
    }

    .banner_bottom_b1 {
        height: 270px;
    }

    .text.banner-con h2 {
        font-size: 1.8em !important;
    }
}

@media screen and (max-width: 568px) {
    .stats-number {
        width: 132px !important;
    }

    .logo h1 a {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .w3_banner1_b1 {
        width: 100%;
    }

    .w3_banner2_height {
        height: 5px;
    }

    .logo {
        width: 55% !important;
    }

    table.pro1-w3.scale {
        width: 100% !important;
    }

    table.pro1-w3.scale img {
        margin-bottom: 15px;
    }

    .w3_banner1_text {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .stats-number {
        width: 50% !important;
    }

    .stats-number:nth-child(1), .stats-number:nth-child(2) {
        margin-bottom: 20px;
    }

    .logo h1 a {
        font-size: 28px;
    }

    .bg_white {
        padding: 1rem 1rem !important;
    }

    .heading-section h4 {
        font-size: 30px;
    }

    td.logo-2 h2 a {
        font-size: 1.2em !important;
    }

    .logo h1 a {
        font-size: 25px;
    }

    .stats-number1 {
        width: 154px !important;
    }
}

@media screen and (max-width: 440px) {
    .stats-number1 {
        width: 140px !important;
    }
}

@media screen and (max-width: 414px) {
    .stats-number1 {
        width: 48% !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 384px) {
    .text.banner-con h2 {
        font-size: 1.7em !important;
    }

    .text.banner-con p {
        font-size: 13px;
    }

    .banner {
        padding: 5em 1em 3em !important;
    }

    .team-email {
        padding: 0 5px;
    }
}

@media screen and (max-width: 320px) {
    .logo h1 a {
        font-size: 25px;
    }
}

/*-- Products4-block --*/
.w3l-products-1 .product img {
    width: 100%;
}

.w3l-products-1 ul.star {
    margin: 10px 0;
}

.w3l-products-1 ul.star span.fa {
    color: var(--opposite-color);
    font-size: 14px;
}

.w3l-products-1 #products1-block {
    padding: 80px 0;
    background-color: var(--main-bg-color);
}

.w3l-products-1 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.w3l-products-1 .product a {
    display: block;
}

.w3l-products-1 .product {
    position: relative;
    border: 1px solid #eeeeee;
}

.w3l-products-1 .product-details {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.w3l-products-1 .product-details a {
    font-size: 20px;
    line-height: 25px;
    color: #304659;
    margin-bottom: 10px;
    font-weight: bold;
}

.w3l-products-1 .product-details a:hover {
    opacity: 0.8;
}

.w3l-products-1 span.price {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #3B5266;
}

.w3l-products-1 section.tab-content {
    display: none;
    padding: 3em 0 0;
}

.w3l-products-1 label.tabtle {
    display: inline-block;
    text-align: center;
    color: var(--title-color);
    margin: 0 10px;
    font-size: 16px;
    background: #ededed;
    padding: 10px 20px;
    font-weight: 600;
}

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

.w3l-products-1 label.tabtle:hover {
    color: #304659;
    cursor: pointer;
}

.w3l-products-1 input:checked+label.tabtle {
    color: #fff;
    background: var(--theme-color-2);
}

.w3l-products-1 #tab1:checked~#content1,
.w3l-products-1 #tab2:checked~#content2,
.w3l-products-1 #tab3:checked~#content3,
.w3l-products-1 #tab4:checked~#content4 {
    display: block;
}

.w3l-products-1 .info-bg {
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
    text-align: left;
}

.w3l-products-1 .info-bg h5 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.w3l-products-1 .info-bg h5 a:hover {
    color: var(--btn-color);
}

.w3l-products-1 .info-bg p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--para-color);
    margin-top: 4px;
    margin-bottom: 20px;
}

.w3l-products-1 .info-bg span.price {
    color: var(--theme-color-1);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.w3l-products-1 .info-bg ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    color: var(--theme-color-2);
}

.w3l-products-1 .info-bg li.margin-effe {
    margin-left: auto;
    margin-right: 1em;
}

.w3l-products-1 .info-bg ul li a span {
    color: var(--btn-color);
    font-size: 23px;
}

@media all and (max-width: 1080px) {
    .w3l-products-1 .grid-col-3 {
        grid-gap: 15px;
    }

    .w3l-products-1 .info-bg h5 a {
        font-size: 19px;
    }
}

@media all and (max-width: 1024px) {
    .w3l-products-1 h3.heading-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 900px) {
    .w3l-products-1 .grid-col-3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    .w3l-products-1 #products1-block {
        padding: 60px 0;
    }
}

@media screen and (max-width: 800px) {
    .w3l-products-1 label.tabtle:before {
        margin: 0;
        font-size: 18px;
    }

    .w3l-products-1 .grid-col-4 {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
    }

    .w3l-products-1 h3.heading-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 40px;
    }

    .w3l-products-1 #products4-block {
        padding: 60px 0;
    }

    .w3l-products-1 label.tabtle {
        margin: 0 2px;
    }
}

@media screen and (max-width: 600px) {
    .w3l-products-1 h3.heading-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .w3l-products-1 label.tabtle {
        margin: 0 5px;
    }

    .w3l-products-1 #products1-block {
        padding: 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .w3l-products-1 #products4-block {
        padding: 50px 0;
    }

    .w3l-products-1 label.tabtle {
        margin: 0 0px;
    }

    .w3l-products-1 label.tabtle {
        padding: 10px 10px;
    }

    .w3l-products-1 section.tab-content {
        padding: 2em 0 0;
    }
}

@media screen and (max-width: 440px) {
    .w3l-products-1 h3.heading-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .w3l-products-1 label.tabtle,
    .w3l-products-1 input:checked+label.tabtle {
        font-size: 15px;
        margin: 0 0px;
    }

    .w3l-products-1 section.tab-content {
        padding: 28px 0 0;
    }

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

@media screen and (max-width: 414px) {

    .w3l-products-1 label.tabtle,
    .w3l-products-1 input:checked+label.tabtle {
        padding: 6px 15px;
    }

    .w3l-products-1 label.tabtle,
    .w3l-products-1 input:checked+label.tabtle {
        padding: 9px 10px;
    }
}

@media screen and (max-width: 384px) {

    .w3l-products-1 label.tabtle,
    .w3l-products-1 input:checked+label.tabtle {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 368px) {

    .w3l-products-1 label.tabtle,
    .w3l-products-1 input:checked+label.tabtle {
        font-size: 13px;
    }
}

.w3l-features-photo-7 .des-bottom li {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-features-photo-7 .des-bottom p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 16px;
}

.w3l-features-photo-7 .des-bottom h5 {
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--title-color);
}

.w3l-features-photo-7 .des-bottom {
    margin-top: 40px;
}

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

.w3l-features-photo-7 .w3l-features-photo-7_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.w3l-features-photo-7 .feat_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 40px;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    margin: 0 0 12px 0;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h5 a:hover {
    opacity: 0.8;
}

.w3l-features-photo-7 .w3l-features-photo-7_top p.para {
    font-size: 17px;
    line-height: 25px;
    color: #555A64;
    margin-bottom: 30px;
}

.w3l-features-photo-7 img {
    width: 100%;
}

.w3l-features-photo-7 a.btn.button-ecom1 {
    border: none;
    background: #9d9d9d;
    color: #fff;
    text-decoration: none;
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
}

.w3l-features-photo-7 a.btn.button-ecom {
    border: none;
    background: var(--btn-color);
    color: #fff;
    text-decoration: none;
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 16px;
}

.w3l-features-photo-7 a.btn.button-ecom:hover, .w3l-features-photo-7 a.btn.button-ecom1:hover {
    opacity: 0.7;
}

.w3l-features-photo-7 .w3l-features-photo-7_top-left li {
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px;
}

.w3l-features-photo-7 ul.star li {
    display: inline-block;
}

.w3l-features-photo-7 span.item_price {
    font-size: 18px;
    color: var(--opposite-color);
    font-weight: bold;
}

.w3l-features-photo-7 .w3l-features-photo-7_top-left p del {
    margin: 0 10px;
}

.w3l-features-photo-7 p.coasts {
    margin: 12px 0;
}

.w3l-features-photo-7 .sec-grid-1 {
    margin-top: 1rem;
}

.w3l-features-photo-7 .sec-grid-1 label {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: #2C3038;
    display: block;
}

.w3l-features-photo-7 .sec-grid-1 select {
    -webkit-appearance: menulist-button;
}

.w3l-features-photo-7 .sec-grid-1 select,
.w3l-features-photo-7 input {
    border: 1px solid rgba(51, 51, 51, 0.25);
    padding: 10px;
    width: 120px;
    font-size: 16px;
    color: #555A64;
    background: transparent;
}

.w3l-features-photo-7 .inline-cont {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.w3l-features-photo-7 .buttons-teams {
    margin-left: 1em;
}

.w3l-features-photo-7 .buttons-teams ul li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}

.w3l-features-photo-7 .buttons-teams li span {
    font-size: 22px;
}

.w3l-features-photo-7 .buttons-teams li span.fa-facebook-square {
    color: #3b5998;
}

.w3l-features-photo-7 .buttons-teams li span.fa-twitter-square {
    color: #00acee;
}

.w3l-features-photo-7 .buttons-teams li span.fa-google-plus-square {
    color: #DD4B39;
}

.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;
}

.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%;
    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 .w3l-features-photo-7_top h4 {
        font-size: 32px;
    }
}

@media screen and (max-width: 992px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
        font-size: 30px;
    }

    .w3l-features-photo-7 .w3l-features-photo-7_sur {
        padding: 60px 0;
    }
}

@media screen and (max-width: 667px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (max-width: 568px) {
    .w3l-features-photo-7 .feat_top {
        grid-template-columns: 1fr;
    }

    .w3l-features-photo-7 .w3l-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 .w3l-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 .w3l-features-photo-7_top p.para {
        font-size: 16px;
    }
}

@media screen and (max-width: 387px) {
    .w3l-features-photo-7 a.btn.button-ecom, .w3l-features-photo-7 a.btn.button-ecom1 {
        width: 150px;
    }
}

@media screen and (max-width: 320px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .w3l-features-photo-7 a.btn.button-ecom, .w3l-features-photo-7 a.btn.button-ecom1 {
        width: 130px;
    }

    .w3l-features-photo-7 .gallery {
        padding: 10px;
    }
}

.w3l-ecom-cart .covers-main {
    padding: 80px 0;
}

.w3l-ecom-cart .product-image {
    float: left;
    width: 16%;
    margin-right: 4em;
}

.w3l-ecom-cart .product-details {
    float: left;
    width: 37%;
}

.w3l-ecom-cart .product-price {
    float: left;
    width: 12%;
    color: #2C3038;
    font-weight: bold;
}

.w3l-ecom-cart .product-quantity {
    float: left;
    width: 15%;
    text-align: center;
}

.w3l-ecom-cart .product-removal {
    float: left;
    width: 9%;
}

.w3l-ecom-cart .product-line-price {
    float: left;
    width: 12%;
    text-align: right;
    color: var(--opposite-color);
    font-weight: bold;
}

.w3l-ecom-cart .group:before,
.w3l-ecom-cart .shopping-cart:before,
.w3l-ecom-cart .column-labels:before,
.w3l-ecom-cart .product:before,
.w3l-ecom-cart .totals-item:before,
.w3l-ecom-cart .group:after,
.w3l-ecom-cart .shopping-cart:after,
.w3l-ecom-cart .column-labels:after,
.w3l-ecom-cart .product:after,
.w3l-ecom-cart .totals-item:after {
    content: '';
    display: table;
}

.w3l-ecom-cart .group:after,
.w3l-ecom-cart .shopping-cart:after,
.w3l-ecom-cart .column-labels:after,
.w3l-ecom-cart .product:after,
.w3l-ecom-cart .totals-item:after {
    clear: both;
}

.w3l-ecom-cart .group,
.w3l-ecom-cart .shopping-cart,
.w3l-ecom-cart .column-labels,
.w3l-ecom-cart .product,
.w3l-ecom-cart .totals-item {
    zoom: 1;
}

.w3l-ecom-cart .product .product-price:before,
.w3l-ecom-cart .product .product-line-price:before,
.w3l-ecom-cart .totals-value:before {
    content: '$';
}

.w3l-ecom-cart label {
    color: #aaa;
}

.w3l-ecom-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600;
}

.w3l-ecom-cart .covers-main h1 {
    margin-bottom: 2.5rem;
}

.w3l-ecom-cart .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.w3l-ecom-cart .product .product-details .product-title a {
    margin-right: 20px;
    font-weight: 600;
    color: #2C3038;
    font-size: 18px;
}

.w3l-ecom-cart .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.w3l-ecom-cart .product .product-quantity input {
    width: 57px;
    border: none;
    padding: 6px 11px;
    background: #eee;
    border: 1px solid #d6d6d6;
}

.w3l-ecom-cart .product .remove-product {
    border: 0;
    padding: 8px 14px;
    background-color: #505050;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.w3l-ecom-cart .product .remove-product:hover {
    background-color: #333;
}

.w3l-ecom-cart .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.w3l-ecom-cart .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.w3l-ecom-cart .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.w3l-ecom-cart .checkout {
    float: right;
    margin-top: 2em;
    background: var(--btn-color);
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    font-weight: 600;
    width: 103px;
    height: 40px;
    border-radius: 0.25rem;
}

.w3l-ecom-cart .checkout:hover {
    background-color: var(--opposite-color);
}

@media screen and (max-width: 991px) {
    .w3l-ecom-cart .covers-main {
        padding: 60px 0;
    }

    .w3l-ecom-cart .product-image {
        margin-right: 2em;
    }

    .w3l-ecom-cart .product-line-price {
        width: 15%;
    }

    .w3l-ecom-cart .product-quantity {
        width: 60%;
    }
}

@media screen and (max-width: 414px) {
    .w3l-ecom-cart .covers-main {
        padding: 40px 0;
    }
}

@media screen and (max-width: 900px) {
    .w3l-ecom-cart .product {
        display: block;
        padding-bottom: 20px;
    }

    .w3l-ecom-cart .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .w3l-ecom-cart .column-labels {
        display: none;
    }

    .w3l-ecom-cart .product-image {
        margin-right: 2em;
        width: 25%;
    }

    .w3l-ecom-cart .product-image img {
        margin-bottom: 10px;
    }

    .w3l-ecom-cart .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .w3l-ecom-cart .product-price {
        clear: both;
        width: 70px;
    }

    .w3l-ecom-cart .product-quantity input {
        margin-left: 20px;
    }

    .w3l-ecom-cart .product-removal {
        width: auto;
    }

    .w3l-ecom-cart .product-line-price {
        float: right;
        width: 70px;
    }
}

@media screen and (max-width: 387px) {
    .w3l-ecom-cart .product-removal {
        float: right;
    }

    .w3l-ecom-cart .product-line-price {
        float: left;
        clear: left;
        width: auto;
        margin-top: 20px;
    }

    .w3l-ecom-cart .product .product-line-price:before {
        content: 'Item Total: $';
    }

    .w3l-ecom-cart .totals .totals-item label {
        width: 60%;
    }

    .w3l-ecom-cart .totals .totals-item .totals-value {
        width: 40%;
    }

    .w3l-ecom-cart .covers-main h1 {
        margin-bottom: 2rem;
    }

    .w3l-ecom-cart .product-quantity {
        width: 53%;
    }
}

.w3l-search-results-1-main .search-results-top {
    background: #f8f8f8;
    padding: 50px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}

.w3l-search-results-1-main .search-results-bottom {
    padding: 60px 0;
}

.w3l-search-results-1-main .search-results-form form {
    max-width: 700px;
    margin: auto;
}

.w3l-search-results-1-main .search-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.w3l-search-results-1-main .search-content-1 a {
    font-size: 19px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0px;
}

.w3l-search-results-1-main .search-content-1 h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.w3l-search-results-1-main .search-results-content select.form-control {
    padding: 0;
    margin-left: auto;
    height: 29px !important;
}

.w3l-search-results-1-main .w3l-search-results-1-main .border-bottom p {
    float: left;
}

.w3l-search-results-1-main .select-right {
    float: right;
    margin-left: 10px;
}

.w3l-search-results-1-main .search-results-bottom h5 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}

.w3l-search-results-1-main span.horizontal-line {
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    margin: 5px 0;
}

.w3l-search-results-1-main .search-grid-1 h4 {
    font-weight: 700;
    margin: 20px 0 5px;
    font-size: 22px;
    line-height: 30px;
}

.w3l-search-results-1-main .search-grid-1 a {
    color: var(--opposite-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
    display: inline-block;
}

.w3l-search-results-1-main .search-grid-1 a:hover {
    text-decoration: underline;
}

.w3l-search-results-1-main .search-grid-1 p {
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
}

@media all and (max-width: 768px) {
    .w3l-search-results-1-main .search-results-form button.btn {
        width: 25%;
    }

    .w3l-search-results-1-main .search-results-form input {
        width: 75%;
    }
}

@media all and (max-width: 600px) {
    .w3l-search-results-1-main .search-results-form button.btn {
        width: 25%;
    }

    .w3l-search-results-1-main .search-results-bottom {
        padding: 40px 0 60px;
    }
}

@media all and (max-width: 480px) {
    .w3l-search-results-1-main .search-grids {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .w3l-search-results-1-main .search-grid-1 h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .w3l-search-results-1-main .search-grid-1 a {
        font-size: 15px;
    }

    .w3l-search-results-1-main .search-results-form button.btn {
        width: 30%;
    }

    .w3l-search-results-1-main .search-results-form input,
    .w3l-search-results-1-main .search-results-form button.btn {
        padding: 13px 20px;
        font-size: 16px;
    }

    .w3l-search-results-1-main .search-results-form input {
        width: 70%;
    }
}

@media all and (max-width: 414px) {
    .w3l-search-results-1-main .search-results-1 .section-title h3 {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .w3l-search-results-1-main .search-results-top {
        padding: 40px 0;
    }
}

.w3l-forms-6 .theme-button {
    min-width: 130px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    background: var(--btn-color);
    padding: 14px 18px;
    border-radius: 0.25em;
    transition: 0.3s ease;
    border: none;
}

.w3l-forms-6 .theme-button:hover {
    background: var(--opposite-color);
}

.w3l-forms-6 .forms-main {
    padding: 50px 0;
}

.w3l-forms-6 .forms-main h1 {
    font-size: 35px;
    line-height: 40px;
    color: var(--theme-color-two);
    margin-top: 10px;
}

.w3l-forms-6 p {
    font-size: 20px;
    line-height: 20px;
    color: #3B5266;
}

.w3l-forms-6 .form-6-gd {
    display: flex;
    justify-content: flex-end;
}

.w3l-forms-6 .form-6-gd input[type="text"] {
    width: 330px;
    outline: none;
    font-size: 16px;
    padding: 15px 15px;
    color: var(--title-color);
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(31, 94, 180, 0.22);
    margin-right: 10px;
    border-radius: 4px;
}

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

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

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

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

.w3l-forms-6 .column {
    border: none;
    padding: 0px;
    margin: 10px;
}

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

@media (max-width: 1080px) {
    .w3l-forms-6 .forms-main h1 {
        font-size: 30px;
    }

    .w3l-forms-6 p {
        font-size: 19px;
    }
}

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

    .w3l-forms-6 .forms-main h1 {
        font-size: 30px;
    }

    .w3l-forms-6 p {
        font-size: 17px;
    }

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

    .w3l-forms-6 .form-6-gd {
        justify-content: flex-start;
    }
}

@media (max-width: 800px) {
    .w3l-forms-6 .column {
        margin: 10px 0 0;
    }

    .w3l-forms-6 .forms-main h1 {
        font-size: 29px;
    }
}

@media (max-width: 600px) {
    .w3l-forms-6 .column:nth-child(2) {
        text-align: left;
        padding: 0em 0;
    }

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

    .w3l-forms-6 .form-6-gd input[type="text"] {
        width: 100%;
    }

    .w3l-forms-6 .form-6-gd button {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .w3l-forms-6 p {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .w3l-forms-6 .forms-main h1 {
        font-size: 28px;
    }
}

@media (max-width: 414px) {
    .w3l-forms-6 .forms-main h1 {
        font-size: 25px;
    }
}

.w3l-contacts-9-main {
    /* contacts */
    /* //contacts */
    /* responsive */
    /* //responsive */
}

.w3l-contacts-9-main .d-grid {
    display: grid;
}

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

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

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

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

.w3l-contacts-9-main .top-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
}

.w3l-contacts-9-main .cont-top {
    display: grid;
    grid-template-columns: auto 2fr;
    grid-column-gap: 30px;
    margin-top: 30px;
}

.w3l-contacts-9-main .cont-details span.fa {
    background: var(--btn-color);
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.w3l-contacts-9-main .cont-details h6 {
    font-size: 22px;
    line-height: 26px;
    color: var(--tittle-color);
    font-weight: 600;
}

.w3l-contacts-9-main .cont-details p, .w3l-contacts-9-main .cont-details p a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-contacts-9-main .cont-details p a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.w3l-contacts-9-main .cont-details address {
    margin: 25px 0;
}

.w3l-contacts-9-main .cont-details address p {
    margin: 5px 0;
}

.w3l-contacts-9-main .map iframe {
    width: 100%;
    min-height: 500px;
}

.w3l-contacts-9-main .contacts-9 {
    padding: 80px 0;
}

.w3l-contacts-9-main .cont-top-1 {
    display: grid;
    grid-template-columns: auto 2fr;
    grid-column-gap: 70px;
}

.w3l-contacts-9-main .top-map h4 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
}

.w3l-contacts-9-main p.cont-para {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 50px;
}

.w3l-contacts-9-main p.sub-para {
    color: #777777;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 40px;
}

.w3l-contacts-9-main .twice-two {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}

.w3l-contacts-9-main .map-content-9 form input,
.w3l-contacts-9-main .map-content-9 form textarea {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #777;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 20px;
}

.w3l-contacts-9-main .map-content-9 h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000;
}

.w3l-contacts-9-main .map-content-9 form textarea {
    resize: none;
    min-height: 140px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.w3l-contacts-9-main .map-content-9 form input:focus,
.w3l-contacts-9-main .map-content-9 form textarea:focus {
    outline: 1px solid var(--btn-color);
}

.w3l-contacts-9-main button {
    background: var(--btn-color);
    border: none;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    width: 103px;
    height: 40px;
    margin: 0 auto;
    border-radius: 0.25rem;
}

.w3l-contacts-9-main button:hover {
    background: #000000;
}

.w3l-contacts-9-main .cont-details h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 45px;
}

.w3l-contacts-9-main .contacts-sub-9 address a {
    display: block;
}

.w3l-contacts-9-main .cont-details h6 a {
    color: var(--tittle-color);
}

@media (max-width: 1080px) {
    .w3l-contacts-9-main .cont-top-1 {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .w3l-contacts-9-main .cont-top {
        grid-template-columns: .5fr 2fr;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .w3l-contacts-9-main .contacts-9 {
        padding: 60px 0;
    }

    .w3l-contacts-9-main .top-map {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .w3l-contacts-9-main .cont-details p, .w3l-contacts-9-main .cont-details p a {
        font-size: 16px;
    }

    .w3l-contacts-9-main .cont-details h5 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media (max-width: 800px) {
    .w3l-contacts-9-main h4.sub-feat-text {
        margin-bottom: 10px;
        font-size: 33px;
    }

    .w3l-contacts-9-main p.sub-para {
        font-size: 15px;
    }
}

@media (max-width: 736px) {
    .w3l-contacts-9-main .top-map {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}

@media (max-width: 640px) {
    .w3l-contacts-9-main .map iframe {
        min-height: 350px;
    }
}

@media (max-width: 600px) {
    .w3l-contacts-9-main .contacts-9 {
        padding: 50px 0;
    }
}

@media (max-width: 568px) {
    .w3l-contacts-9-main .contacts-9 {
        padding: 40px 0;
    }

    .w3l-contacts-9-main .map iframe {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .w3l-contacts-9-main h4.sub-feat-text {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .w3l-contacts-9-main p.sub-para {
        font-size: 14px;
        margin-bottom: 35px;
        line-height: 20px;
    }

    .w3l-contacts-9-main .map iframe {
        min-height: 270px;
    }

    .w3l-contacts-9-main .twice-two {
        grid-template-columns: 1fr;
    }

    .w3l-contacts-9-main button {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .w3l-contacts-9-main .cont-details h4 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 30px;
    }

    .w3l-contacts-9-main .cont-details h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .w3l-contacts-9-main .cont-top {
        grid-template-columns: 1fr 3fr;
        margin-top: 20px;
    }
}

@media (max-width: 384px) {
    .w3l-contacts-9-main h4.sub-feat-text {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 375px) {
    .w3l-contacts-9-main .cont-top {
        grid-template-columns: 1fr 2fr;
        margin-top: 20px;
    }
}

/*# sourceMappingURL=style-freedom.css.map */



/* home service section */
.w3l-servicesblock1 {
    background-color: var(--bg-light);
}

.w3l-servicesblock1 .feature-gd {
    padding: 30px 20px;
    text-align: left;
    border-radius: var(--border-radius);
    padding-left: 40px;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid var(--border-color-light);
    background-color: var(--bg-color);
    transition: all .4s ease-out 0s;
}

.w3l-servicesblock1 .icon-info a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--heading-color);
}

.w3l-servicesblock1 .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    left: -40px;
    background: #ffffff;
    bottom: 29px;
    color: #ff5722;
    box-shadow: 0 0 14px -5px rgb(0 0 0 / 13%);
    border: 1px solid var(--border-color-light);
    transition: .3s ease;
}

.w3l-servicesblock1 .feature-gd:hover .icon {
    background: var(--primary-color);
    color: #fff;
    transition: .3s ease;
}

.w3l-services1 ul.cont-4 li i {
    color: var(--primary-color);
    margin-right: 12px;
    font-size: 13px;
    display: inline-block;
}

.w3l-servicesblock1 {
    background-color: #ffffff;
}

@media only screen and (max-width: 1080px) {
    .w3l-servicesblock1 .feature-gd {
        padding: 30px 15px;
        margin-left: 3%;
        margin-right: 3%;
        padding-left: 40px;
    }

    .w3l-servicesblock1 .icon-info a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 992px) {
    .w3l-servicesblock1 .icon-info a {
        font-size: 19px;
    }

    .w3l-servicesblock1 .feature-gd {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 568px) {
    .w3l-servicesblock1 .feature-gd {
        margin-left: 15%;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .w3l-services1 .cwp4-text ul li {
        font-size: 16px;
        line-height: 26px;
        display: grid;
        grid-template-columns: 30px 1fr;
    }

    .w3l-services1 ul.cont-4 li span.fa {
        margin-top: 5px;
    }

    .icon span.fa {
        font-size: 24px;
    }
}

/* //home service section */


/* qualification section */
.w3l-timeline-1 {
    background: var(--bg-light);
}

.w3l-timeline-1 .timeline {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

.w3l-timeline-1 .timeline:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 55px;
    width: 3px;
    height: calc(100% - 10px);
    background: var(--primary-color);
}

.w3l-timeline-1 .timeline .column {
    margin: 0px 40px 40px 120px;
}

.w3l-timeline-1 h5.sub-title-timeline {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 1em;
    margin-left: 2em;
}

.w3l-timeline-1 h5.sub-title-timeline i {
    color: var(--primary-color);
}

.w3l-timeline-1 .timeline .column .title h2 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    position: relative;
}

.w3l-timeline-1 .timeline .column .title h2:before {
    content: "";
    position: absolute;
    left: -73px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: var(--bg-color);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
}

.description h6 {
    color: var(--primary-color);
    margin-top: 15px;
}

.w3l-timeline-1 .main {
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;
}

.w3l-timeline-1 .main h1 {
    font-size: 80px;
    line-height: 60px;
}

.w3l-timeline-1 .main p {
    font-size: 13px;
    line-height: 20px;
    font-family: serif;
    text-align: right;
}

@media (max-width: 1280px) {}

@media (max-width: 1080px) {}

@media (max-width: 800px) {
    .w3l-timeline-1 .timeline .column {
        margin: 0px 0px 40px 120px;
    }
}

@media (max-width: 568px) {
    .w3l-timeline-1 .timeline .column {
        margin: 0px 0px 40px 60px;
    }

    .w3l-timeline-1 .timeline::before {
        left: 15px;
    }

    .w3l-timeline-1 .timeline .column .title h2:before {
        left: -53px;
        top: 7px;
    }

    .w3l-timeline-1 h5.sub-title-timeline {
        margin-left: .4em;
    }
}

@media (max-width: 400px) {
    .w3l-timeline-1 .timeline .column {
        margin: 0px 0px 40px 40px;
    }

    .w3l-timeline-1 .timeline .column .title h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .w3l-timeline-1 .timeline .column .title h2:before {
        left: -32px;
        top: 4px;
    }
}

/* qualification section */
