:root {
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Open Sans', sans-serif;
    --primary-color: 255, 209, 0; /*Yellow #FFD100*/
    --secondary-color: 39, 39, 39; /*Dark #272727*/
    --brand-color: 0, 139, 208; /*Blue #008BD0*/
    --text-color: 6, 7, 51; /*blue #060733*/
}


body {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    color: rgb(var(--text-color));
    overflow-x: hidden;
}

p {
    margin-bottom: 20px;
}

img {
  border-style: none;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--secondary-font);
    font-weight: 700;
    color: rgb(var(--secondary-color));
}

h1,
.h1 {
    font-size: 90px;
    line-height: 1.1;
    position:  relative;
}

.h2,
h2 {
    font-size: 50px;
    line-height: 1.2;
}

.h3,
h3 {
    font-size: 46px;
    line-height: 1.25;
}

.h4,
h4 {
    font-size: 40px;
    line-height: 1.3;
}

.hh4{
    font-size: 36px;
}

.h5,
h5 {
    font-size: 28px;
    line-height: 1.35;
}

.h6,
h6 {
    font-size: 26px;
    line-height: 1.4;
}

.hh6{
    font-size: 24px;
}

.hh5{
    font-size: 22px;
}

.h7{
    font-size: 20px;
}


.p {
    font-size: 17px;
    line-height: 1.8;
}

.p1 {
    font-size: 12px;
    line-height: 1.2;
}


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

    h1,
    .h1 {
        /*margin: 0 0 15px;*/
        /*font-size: 55px;*/
    }

    .entry-content h1 {
        /*font-size: 32px;*/
    }

    /*
    .h2,
    h2 {
        font-size: 30px;
    }

    .entry-content h2 {
        font-size: 26px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }
    .entry-content h3 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    .h5,
    h5 {
        font-size: 16px;
    }

    .h6,
    h6 {
        font-size: 15px;
    }*/
}

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

    h1,
    .h1 {
        /*margin: 0 0 15px;*/
        font-size: 55px;
    }

    .entry-content h1 {
        /*font-size: 32px;*/
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .entry-content h2 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 35px;
    }

    .hh4 {
        font-size: 27px;
    }

    /*
    .entry-content h3 {
        font-size: 20px;
    }


    .h5,
    h5 {
        font-size: 16px;
    }

    .h6,
    h6 {
        font-size: 15px;
    }*/
}

a {
    transition: .3s;
    font-family: var(--primary-font);
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.container {
    max-width: 1510px;
}


/*.header-btn {
    border: 2px solid#FFD100;
    border-radius: 35px;
}*/

.custom-html a {
    border: 3px solid#272727 !important;
    background-color: transparent;
}

.custom-html a:hover {
    border: 3px solid#272727 !important;
}

.btn {
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    position: relative;
    padding: 12px 44px;
    border-radius: 50px;
    color: rgb(var(--secondary-color)) !important;
    border: 3px solid #fff;
    transition: .5s;
    box-shadow: none;
    text-transform: uppercase;
    background-color: rgb(var(--primary-color));
}

.btn:hover {
    background-color: rgb(var(--primary-color));
    border-color: #fff;
}

.btn.border-dark {
    border-color: rgb(var(--secondary-color)) !important;
}

.btn-primary {
    background: rgb(var(--primary-color));
    color: rgb(var(--text-color)) !important;
    border-color: #fff !important;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: rgb(var(--primary-color)) !important;
    color: rgb(var(--text-color)) !important;
    border-color: #fff !important;
    outline: none;
}

.btn-secondary {
    background: rgb(var(--secondary-color)) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.btn-secondary:hover {
    background: rgb(var(--secondary-color));
    color: #fff;
}

.wp-block-button.btn .wp-block-button__link {
    background: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: inherit;
    text-align: inherit;
}

.c20_social_component {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.c20-btn-group .btn:not(:last-child) {
    margin-right: 10px;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-900 {
    font-weight: 900 !important;
}


.font-primary {
    font-family: var(--primary-font) !important;
}

.font-secondary {
    font-family: var(--secondary-font) !important;
}


/* Reusable Classes*/

.c20-sec {
  position: relative;
  background-color: #fff;
    padding: 50px 0;
}

@media screen and (min-width:991px) {
    .c20-sec {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1600px) {
    .c20-sec {
        padding: 80px 0;
    }
}

.c20-sec-parallax {
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 85vh !important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.has-bg-image,
.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.has-overlay {
    position: relative;
}

.has-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
}

.bg-grey,
.bg-gray {
  background-color: #FCFCFE;
}

.bg-primary {
    background-color: rgb(var(--primary-color)) !important;
}

.bg-secondary {
    background-color: rgb(var(--secondary-color)) !important;
}

.bg-brand {
    background-color: rgb(var(--brand-color)) !important;
}

.bg-light-grey,
.bg-light-gray {
    background-color: #F7FDFF;
}

.c20-heading {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.c20-heading .c20-title {
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
}

.c20-heading .c20-subheading {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 24px;
}

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

    .c20-heading {
        margin-bottom: 40px;
    }

    .c20-heading .c20-title {
        font-size: 36px;
    }

}

.bg-light,
.bg-white {
    background-color: #ffff !important;
}

.bg-dark,
.bg-black {
    background-color: #000 !important;
}

.text-white a:not(.btn),
.text-light a:not(.btn),
.text-white,
.text-light {
  color: #ffffff !important;
}

.text-gray a:not(.btn),
.text-gray,
.text-grey a:not(.btn),
.text-grey {
    color: #040707 !important;
}

.text-black a:not(.btn),
.text-dark a:not(.btn),
.text-black,
.text-dark {
    color: #333333 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.text-primary {
  color: rgb(var(--primary-color)) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
.text-secondary {
    color: rgb(var(--secondary-color)) !important;
}

a.text-brand:hover,
a.text-brand:focus,
.text-brand {
    color: rgb(var(--brand-color)) !important;
}

.text-color {
    color: rgb(var(--text-color)) !important;
}

.phone-lg {
    font-size: 32px;
    line-height: 1.2;
    text-decoration: none !important;
}

/*Social*/
.c20_social {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: center;
    padding: 0;
}

.align-left .c20_social {
    justify-content: flex-start;
}

.align-right .c20_social {
    justify-content: flex-end;
}

.main-sidebar .c20_social {
    border: 1px solid #ddd;
    justify-content: center;
    padding: 20px 0;
}

.c20_social li {
    width: 34px;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    transition: .3s;
}

.c20_social li.icon-facebook:hover {
    background: #3B5998;
}

.c20_social li.icon-twitter:hover {
    background: #1DA1F2;
}

.c20_social li.icon-youtube:hover {
    background: #FF0000;
}

.c20_social li.icon-instagram:hover {
    background: #405de6;
}

.c20_social li.icon-linkedin:hover {
    background: #0077b5;
}

.c20_social li:not(:last-child) {
    margin-right: 15px;
}

.c20_social li a {
    width: 100%;
    height: 100%;
    display: flex;
}

.c20_social li img {
    width: auto;
    margin: auto;
    /*max-width: 50%;*/
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.c20_social li.icon-facebook img {
    /*max-width: 30%;*/
}

/*Header*/
.site-header {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;    
}

.main-header {
    display: flex;
    justify-content: flex-start;
}

.main-header-left {
    min-width: 550px;
    padding-right: 10px;
}

.main-header-right {
    width: 100%;
}

.header-top {
    background-color: rgb(var(--primary-color));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 34px;
}


.element-external-btn .btn {
    font-size: 18px;
    padding: 10px 20px;
}

.element-icon-text {
    font-size: 17px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
    color: rgb(var(--secondary-color));
}

.element-icon-text a {
    color: rgb(var(--secondary-color));
    text-decoration: none;
}

.element-review-status {
    background-image: url(../img/star.png);
}

.element-icon-hand {
    background-image: url(../img/hand.png);
}

.element-icon-headphone {
    background-image: url(../img/headphone.png);
}

.element-header-contact {
    padding-right: 5px;
}

.element-header-contact a {
    text-decoration: none;
    text-align: left;
    display: block;
    line-height: 1;
    padding-left: 37px;

    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../img/call.png);
    font-size: 20px;
}

.element-header-contact a span {
    display: block;
    font-size: 28px;
}

.header-btn .btn {
  font-family: "Roboto Condensed";
  font-weight: 700;
}

/*Mobile Header*/

.mobile-header {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    left: 0;
    z-index: 101;
    bottom: 0;
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,0.4);
}

.mobile-header-icon {
    flex: 1;
    text-align: center;
}

.mobile-header-icon img {
    width: 28px;
}

/*.mobile-header-icon:last-child img {
    filter: brightness(0%);
}*/

.mobile-header-icon > * {
    background: rgb(var(--secondary-color));
    border: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    transition: .3s;
}

.mobile-header-icon > *:focus,
.mobile-header-icon > *:hover {
    background:rgb(var(--secondary-color));
    color: #fff;
    outline: none;
    box-shadow: none;
}

.mobile-header-icon:nth-child(even) > * {
    background: rgb(var(--primary-color));
    color: #000;
}

.mobile-header-icon:nth-child(even) img {
    filter: brightness(0%);
}


.mobile-header-icon span {
    font-family: var(--primary-font);
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}

body {
    padding-bottom: 80px;
}


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

    .site-header .container {
        min-width: 100%;
    }

}


@media screen and (min-width: 769px) {

    .mobile-header {
        display: none !important;
    }

    body {
        padding-bottom: 0;
    }
}


/*Fix Header*/

.fix-header {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: -200px;
    z-index: 10;
    transition: .4s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

.enable-sticky-header .fix-header {
    top: 0;
}

body.admin-bar.enable-sticky-header .fix-header {
    top: 32px;
}

/*End Fix Header*/

.header-bottom {
    padding-right: 40px;
    /*padding-left: 12px;*/
    display: flex;
    justify-content: flex-start;
}

.navbar-brand {
    padding: 0;
    z-index: 1;
    height: auto;
    margin: 0;
}

/*.navbar-brand img {
    width: 170px;
}*/

.header-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-btn .element-external-btn {
    display: none;
}

/*Adjust header*/

#c20-desktop-menu {
    margin: auto;
    display: flex;
}

.mobile-menu-wrap {
    display: none;
}

.navbar-default {
    justify-content: flex-start;
}

.navbar {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    position: static;
}

.navbar-nav {
    padding: 0;
}

#c20-desktop-menu .navbar-nav {
    flex-direction: row;
}

.navbar ul li {
    list-style: none;
    position: relative;
}

.navbar ul li a {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: rgb(var(--secondary-color));
    text-decoration: none;
    padding: 12px 10px;
    white-space: nowrap;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar .navbar-nav .nav-arrow {
    z-index: 1;
}

.navbar .navbar-nav li:not(.menu-item-has-children) > span > .nav-arrow {
    display: none !important;
}

.navbar .navbar-nav > li {
    padding: 0;
}
.navbar .navbar-nav > li > span {
    display: block;
    position: relative;
    transition: .3s;
}

.navbar .navbar-nav > li > span > a {
    color: #fff;
    padding: 38px 25px;
    font-weight: bold;
    z-index: 1;
    font-size: 20px;
    text-transform: uppercase;
}

.navbar .navbar-nav > li:hover > span {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--secondary-color));
}
.navbar .navbar-nav > li:hover > span > a {
    color: rgb(var(--secondary-color));
}

.navbar .navbar-nav > li.menu-item-has-children > span > a {
    padding-right: 30px;
}

.navbar .navbar-nav li.menu-item-has-children .nav-arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease-out;

    z-index: 0;

    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease-out;

    background-image: url(../img/nav-arrow-white.png);
}

.navbar-nav .sub-menu li.menu-item-has-children .nav-arrow {
    right: 12px;
}

.navbar .navbar-nav > li.menu-item-has-children:hover > span > .nav-arrow {
    transform: rotate(180deg) translateY(50%);
    /*background-image: url(../img/nav-arrow-white.png);*/
    background-image: url(../img/nav-arrow-black.png);
}

.navbar-nav .sub-menu li.menu-item-has-children:hover > span > .nav-arrow {
    transform: rotate(-90deg) translateY(50%);
}

.navbar ul.nav ul {
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
    background-color: #fff;
    transition: transform .4s ease-out,opacity .1s ease-out;
    position: absolute;
    opacity: 0;
    z-index: 100;
    top: 100%;
    left: 0;
    transform: translateY(20px);
    visibility: hidden;
    padding: 0;
    min-width: 250px;
}

.navbar .navbar-nav > li:last-child ul {
    left: auto;
    right: 0;
}

.navbar .navbar-nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar ul.nav li:not(.c20-mega-menu) ul li {
    text-align: left;
}

.navbar ul.nav li:not(.c20-mega-menu) ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .17)
}

.navbar .c20-mega-menu ul {
    transform: translateY(5px);
}

.navbar .navbar-nav li.c20-mega-menu:hover > ul.sub-menu {
    transform: translateY(0);
}

.navbar .navbar-nav li li:hover > a {
    /*padding-left: 20px;*/
}

.navbar .navbar-nav li li:hover > a {
    background: rgb(var(--primary-color));
    color: rgb(var(--secondary-color));
}

#c20-desktop-menu li.c20-mega-menu {
    position: static;
}

#c20-desktop-menu li.c20-mega-menu > ul.sub-menu {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 50px 25px;
    flex-wrap: wrap;
    left: 25px;
}

.navbar .navbar-nav li li ul {
    top: 0;
    left: 100%;
}

.navbar .navbar-nav > li:last-child li > ul {
    left: auto;
    right: 100%;
}

.navbar .navbar-nav li li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar .navbar-nav > li:last-child li:hover > ul {

}

#c20-desktop-menu li.c20-mega-menu > ul.sub-menu > li {
    width: 33.333%;
    padding-right: 10px;
}

#c20-desktop-menu li.c20-mega-menu ul.sub-menu li.mega-menu-title {
    width: 100%;
}

#c20-desktop-menu li.c20-mega-menu li.mega-menu-title > a {
    font-size: 22px;
    color: rgb(var(--primary-color));
    text-transform: initial;
}

#c20-desktop-menu li.c20-mega-menu li.mega-menu-title:hover > a {
    background: rgb(var(--primary-color));
    color: #fff;
}

#c20-desktop-menu li.c20-mega-menu > ul.sub-menu > li a {
    border-bottom: 1px solid rgba(0, 0, 0, .17);
}

/*Mobile Menu */

.c20_ham {
    display: none;
    position: relative;
    z-index: 110;
}

.mobile-menu-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 360px;
    max-width: 95%;
    position: fixed;
    z-index: 100;
    background: rgb(var(--secondary-color));
    text-align: left;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 25px 85px;
    transition: transform .4s;
    transform: translateX(-100%);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

body.mobile-menu-show {
    overflow: initial;
}

body.mobile-menu-show .mobile-menu-wrap {
    transform: translateX(0);
}

#c20-mobile-menu {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 10px;
}

#c20-mobile-menu ul li {
    list-style: none;
    position: relative;
}

#c20-mobile-menu ul li span {
    display: block;
    width: 100%;
    position: relative;
}

#c20-mobile-menu ul {
    padding: 0;
}

#c20-mobile-menu li a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 5px 0;
    display: block;
    position: relative;
    transition: .3s;
    font-family: 'Roboto Condensed', sans-serif;
}

#c20-mobile-menu li a:hover,
#c20-mobile-menu li a:focus {
    text-decoration: none;
    outline: none;
}

#c20-mobile-menu ul li li.current-menu-item a,
#c20-mobile-menu li a:hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

#c20-mobile-menu ul > li {
    vertical-align: middle;
}

#c20-mobile-menu ul > li.current-menu-item > span > a,
#c20-mobile-menu ul > li > span > a:hover {
    color: rgb(var(--primary-color));
}

#c20-mobile-menu ul > li:not(.menu-item-has-children) .nav-arrow {
    display: none;
}

#c20-mobile-menu ul > li.menu-item-has-children .nav-arrow {
    width: 30px;
    height: 38px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    transition: transform .3s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-image: url(../img/nav-arrow-white.png);
}

#c20-mobile-menu > ul ul {
    padding-left: 20px;
}
#c20-mobile-menu ul > li.show-child-menu .nav-arrow {
    transform: rotate(180deg);
}

#c20-mobile-menu ul.menu > li > span > a:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(var(--primary-color));
    transition: width .4s;
}

#c20-mobile-menu ul.menu > li.current-menu-item > span > a:before,
#c20-mobile-menu ul.menu > li > span > a:hover:before {
    width: 100%;
}

#c20-mobile-menu ul.menu > li.menu-item-has-children > span > a:hover:before,
#c20-mobile-menu ul.menu > li.current-menu-item.menu-item-has-children > span > a:before,
#c20-mobile-menu li.current-menu-ancestor > span > a:before {
    width: calc(100% + 30px)!important;
}

#c20-mobile-menu li:not(.current-menu-ancestor) ul,
#c20-mobile-menu li:not(.current-menu-parent) ul {
    display: none;
}

#c20-mobile-menu li.current-menu-item.menu-item-has-children ul {
    display: block;
}

/*.menu-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-family: var(--primary-font);
    line-height: 1;
}

.menu-contact span {
    font-size: 22px;
    font-weight: 900;
    color: #2D3A6D;
    font-family: inherit;
    margin-bottom: 5px;
}

.menu-contact a {
    font-size: 40px;
    text-decoration: none;
    font-family: inherit;
    color: #2D3A6D;
}*/


.hamburger {
    padding: 15px 0;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-left: 20px;
    overflow: visible;
}

.hamburger:hover {}
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-active:hover {}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: rgb(var(--primary-color));
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 5px;
    background-color: rgb(var(--primary-color));
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -12px;
}
.hamburger-inner::after {
    bottom: -12px;
}

/** Squeeze*/
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


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

    .navbar .navbar-nav > li > span > a {
        padding: 38px 20px;
    }

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

    .main-header-left {
        min-width: 430px;
        display: flex;
        align-items: center;
    }

}


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

    .main-header-left {
        min-width: 375px;
    }

    .header-top {
        padding: 9px 20px;
    }

    .element-icon-text {
        font-size: 16px;
    }

    .element-icon-headphone {
        display: none;
    }

    .header-bottom {
        padding-right: 20px;
        /*padding-left: 10px;*/
    }

    /*.element-header-contact {
        padding-right: 0;
    }*/

    .header-btn .btn {
        font-size: 18px;
        padding: 12px 30px;
    }

    .navbar .navbar-nav > li > span > a {
        font-size: 18px;
    }
}


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

    .phone-lg {
        font-size: 30px;
    }

    .header-btn .btn {
        font-size: 16px;
        padding: 10px 25px;
    }

    .element-icon-hand,
    .header-top .element-social {
        display: none;
    }

    .navbar .navbar-nav > li > span > a {
        font-size: 16px;
        padding: 30px 15px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > span > a {
        padding-right: 28px;
    }

    /*.navbar .navbar-nav li.menu-item-has-children .nav-arrow {
        width: 12px;
        height: 12px;
        right: 11px;
    }*/
}


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

    .main-header-left {
        min-width: 320px;
        width: 320px;
    }

    .header-top .element-external-btn .btn {
        font-size: 16px;
        padding: 4px 20px;
        max-width: 225px;
        line-height: 1.3;
    }

    .element-header-contact a {
        font-size: 18px;
    }

    .element-header-contact a span {
        font-size: 22px;
    }

    .navbar .navbar-nav > li > span > a {
        padding: 30px 12px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > span > a {
        padding-right: 25px;
    }

    .navbar .navbar-nav li.menu-item-has-children .nav-arrow {
        right: 6px;
    }

}

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

    .mobile-menu-wrap {
        display: flex;
    }

    .c20_ham {
        display: flex !important;
    }

    #c20-desktop-menu {
        display: none !important;
    }

    body.mobile-menu-show {
        overflow: hidden;
    }

    .header-bottom {
        padding: 10px 20px;
        padding-left: 0;
    }
}


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

    .header-top .element-external-btn .btn {
        display: none;
    }

    .header-btn .element-external-btn {
        display: block;
        margin-right: 10px;
    }

    .element-header-contact a {
        font-size: 18px;
    }

    .element-header-contact a span {
        display: block;
        font-size: 22px;
    }
}

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

    .header-top .element-review-status {
        display: none !important;
    }

}


@media screen and (max-width: 768px) {
    .c20_ham {
        display: none !important;
    }

    .header-top {
        display: none;
    }

    .main-header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main-header-left {
        padding: 10px;
    }
}

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

    .main-header {
        flex-wrap: wrap;
    }

    .main-header-left {
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .main-header-right {
        justify-content: center;
    }

    .header-bottom {
        padding: 0 20px 20px;
    }

    .header-btn .btn {
        font-size: 18px;
        padding: 10px 20px;
    }

    .navbar-brand {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}

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

    .header-btn {
        flex-wrap: wrap;
    }

    .header-btn > * {
        width: 100%;
    }


    .header-btn .element-external-btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .header-btn .element-external-btn .btn {
        width: 100%;
    }
}

/*End Header*/

/*Home Service Area */

.service-area {
    position: relative;
    overflow: hidden;
}

.ratio-21x9::before {
    padding-top: 42.857143%;
}

.service-area .ratio-21x9::before {
    padding-top: 31%;
}

.service-area .ratio  {
    min-height: 570px;
}
.service-area .ratio > * {
    width: auto;
    max-width: initial;
}

.floating-lists {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -195px;
}

.floating-lists .floating-list {
    background: rgb(var(--secondary-color));
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    padding: 25px 15px 25px;
    margin-left: 10px;
    min-width: 220px;
}

.list-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 0 20px;
}

.floating-lists ul {
    padding: 0;
    height: 350px;
    overflow: auto;
    margin-bottom: 0;
}

.floating-lists ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    padding: 10px 10px;
    background: transparent;
    transition: .3s;
}

.floating-lists ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    display: block;
    white-space: nowrap;
    padding: 0 !important;
    background: transparent;
}

.floating-lists ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.floating-lists ul li:hover {
    background-color: rgba(255,255,255,0.07);
}

.floating-lists ul::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255,255,255,0.12);
}

.floating-lists ul::-webkit-scrollbar-track {
    border-radius: 0px;
}

.floating-lists ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #fff;
}

@media (max-width: 600px) {

    .floating-lists {
        right: 5px;
        flex-wrap: wrap;
        margin-top: -198px;
    }

    .floating-lists .floating-list {
        width: 300px;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px;
    }

    .floating-lists .floating-list:first-child {
        margin-bottom: 20px;
    }

    .floating-lists ul {
        height: 150px;
    }

    .floating-lists ul li {
        padding: 5px 10px;
    }

    .floating-lists ul li,
    .floating-lists ul li a {
        font-size: 14px;
    }

    .list-title {
        margin-bottom: 10px;
    }
}

/*End Service Area*/

.modal-header .close {
    outline: none;
}

@media screen and (max-width: 1440px) {
    .phone-lg {
        font-size: 28px;
    }

    .c20_social li:not(:last-child) {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .phone-lg {
        font-size: 23px;
    }

}    

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

    .element-social {
        display: block;
    }
}


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

    .c20-heading * {
        font-size: 34px;
    }

    .btn {
        font-size: 16px;
        padding: 12px 30px;
    }

}

@media screen and (max-width: 600px) {
    .c20-heading * {
        font-size: 30px;
    }
}

.site-header {
    width: 100%;
    transition: .4s;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

/* site-header */

.fix-header {
    padding: 5px 0;
}

/*End Fix Header*/

.c20-home-banner {
    padding: 117px 0 0;
}

/* banner */

.form-cols-wrap {
    padding-top: 90px;
}

.form-cols {
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.form-cols {
    z-index: 1;
    bottom: -80px;
}

.form-cols > div {
    width: 33%;
}

.form-col-1 {
    display: flex;
    align-items: center;
    padding: 40px 5px 40px 40px;
    border-radius: 6px 0 0 6px;
}

.form-col-1 ul {
    padding: 0;
}

.form-col-1 ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    color: rgb(var(--secondary-color));
    background-image: url(../img/blue-cheak.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 5px;
    padding-left: 42px;
    line-height: 1.5;
}

.form-col-1 ul li:not(:last-child) {
    margin-bottom: 22px;
}

.form-col-2 {
    position: relative;
    padding: 0 35px;
}

.form-cols .form-col-2 {
    width: 34%;
}

.form-col-2:before {
    bottom: 100%;
    border-radius: 10px 10px 0 0;
}
.form-col-2:after {
    top: 100%;
    border-radius: 0 0 10px 10px;
}

.form-col-2:before,
.form-col-2:after {
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    background: rgb(var(--primary-color));
}


.form-col-3 {
    padding: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    border-radius: 0 6px 6px 0;
}

.social-rating {
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.12);
    padding: 13px 0;
    border-radius: 40px;
}

.social-rating p {
    font-size: 20px;
}



/* start-slick */

.c20-sec-coupons {
    padding-top: 170px;
}

.c20-coupon-wrap.slick-slide {
    margin: 0 15px;
}

.c20-coupon {
    padding: 15px;
    border: 3px dashed #FFFFFF;
    border-radius: 10px;
    text-align:center;
    -webkit-print-color-adjust: exact;
    cursor: pointer;
}

.coupon-title {
    color: #FFD100;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 10px;
}

.coupon-subtitle {
    color: #FFFFFF;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 15px;
}

.coupon-subtitle span {
    display: block;
    font-size: 16px;
}

.coupon-btn {
    background-color: #FFD100;
    -webkit-print-color-adjust: exact;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    text-transform: uppercase;
    padding: 4px 15px;
    margin-bottom: 10px;
}

.coupon-desclaimer {
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

.js-coupons.slick-slider {
    padding: 0 60px;
}

.slick-track{
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-next,
.slick-prev {
    background-image: url(../img/left-arrow.png);
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform .3s ease-out;
}

.slick-prev {
    left: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-next {
    background-image: url(../img/right-arrow.png);
    right: 0;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li button {
    background: #979797;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin: 0;
    border: 1px solid transparent;
}

.slick-dots li.slick-active button {
    background-color: #FFD100;
    border-color: #272727;
}

.slick-dots li button::before {
    display: none;
}

/* end-slick */


.c20-sec-contact h6,
.c20-sec-contact h3 {
    font-style: italic;
}

.c20-sec-contact h3 {
    font-size: 40px;
}



/*Service*/

.c20-sec-service {
    background: linear-gradient(179.73deg, #114979 0%, #060733 99.45%);
    overflow: hidden;
    position: relative;
}

.c20-services {
    padding-left: 80px;
}

.single-service {
    position: relative;
}

.single-service a {
    text-decoration: none;
    transition: .3s;
    display: block;
}

.service-thumb {
    margin-bottom: 25px;
    transition: .6s;
}

.service-title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    font-family: var(--primary-font);
    transition: .3s;
}

.single-service:hover .service-thumb {
    top: 15px;
    visibility: visible;
    opacity: 1;
}

.c20-sec-service .flashlight {
    display: none;
}

.service-more {
    padding-right: 18px;
    background-image: url(../img/service-more-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-shadow: 0px 2px 2px rgba(0,0,0, .3);
}

.service-thumb img {
    max-height: 76px;
}


/*.mobile-cta {
    display: none;
    text-align: center;
    background: rgb(var(--primary-color));
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}*/

/*.mobile-cta a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 12px 0;
    font-size: 22px;
    line-height: 1.2;
    text-shadow: 0px 1px 4px #000;
}*/

@media screen and (min-width: 1025px) {

    .single-service a {
        padding-top: 115px;
    }

    .service-thumb {
        position: absolute;
        top: 50%;
        opacity: 0;
        visibility: hidden;
    }

    .service-thumb img {
        filter: brightness(0%);
    }

    .single-service:hover .service-title {
        color: #000 !important;
    }

    .c20-sec-service .flashlight {
        position: absolute;
        display: block;
        width: 368px;
        height: 368px;
        top: 0;
        left: 0;
        opacity: 0;
        border-radius: 50%;
        transition: opacity .3s ease 0s;
    }

    .c20-sec-service:hover .flashlight {
        opacity: 1.00;
    }
}

/*end service*/


.sec-service-phone {
    padding: 10px 50px;
}

/*end service-phone*/

@media screen and (max-width: 1199px) {
    .js-coupons.slick-slider {
        padding: 0;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .form-cols-wrap {
        padding-top: 0;
    }

}

@media screen and (max-width: 991px){
    .fix-header-logo {
        text-align: center;
    }

    .sec-service-phone {
        padding: 10px 15px;
        text-align: center;
    }

    .form-col-1 {
        padding: 20px 5px 20px 20px;
    }

    .form-col-1 ul li {
        font-size: 18px;
        background-size: 20px;
        padding-left: 32px;
    }

    .form-col-1 ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .form-col-2:before,
    .form-col-2:after {
        height: 35px;
    }

    .form-col-3 {
        padding: 20px;
    }

    .social-rating {
        max-width: 245px;
        padding: 5px 10px;
    }

    .social-rating a img {
        width: 30px;
    }
}

@media (max-width: 768px){

    .c20-home-banner {
        padding: 70px 0 0;
    }

    .form-cols {
        flex-wrap: wrap;
    }

    .form-cols > div {
        width: 90%;
        margin: 0 auto;
    }

    .form-cols .form-col-2 {
        width: 100%;
    }
    .form-col-1 {
        padding-bottom: 50px;
    }

    .form-col-3 {
        padding-top: 60px;
    }

    .c20-sec-coupons {
        padding-top: 130px;
    }

    .coupon-subtitle {
        font-size: 20px;
    }

    .c20-sec-contact h3 {
        font-size: 28px;
    }

    .c20-sec-contact h6 {
        font-size: 20px;
    }

    /*body {
        padding-bottom: 50px!important;
    }*/
    /*.mobile-cta {
        display: block!important;
    }*/
}


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

    .c20-home-banner h1 {
        font-size: 44px;
    }

    .c20-home-banner h2 {
        font-size: 25px;
    }

    .c20-services {
        padding-left: 20px;
    }
}