body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #222;
}

@font-face {
    font-family: cassannet;
    src: url(../fonts/Cassannet%20Outline.otf);
}

:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
}

/*header*/
#button {
    display: inline-block;
    background-color: #ffd220;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.cookiealert.show~#chat-widget-container {
    bottom: 45px !important;
}

#chat-widget-container {
    bottom: 5px !important;
}

.cookiealert.show+#button {
    bottom: 60px;
}

header {
    width: 100%;
    z-index: 9;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(81, 81, 81, 0.47);
}

section.navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 90px;
}

.brand a,
.brand a:visited {
    color: #fff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    float: right;
    padding-top: 20px;
}

nav ul li:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: transparent;
    position: absolute;
    margin-top: 5px !important;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 0.5s 0s;
    bottom: -10px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
    margin: 0 0px 0 30px;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease 0.5s 0s;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    color: #fe0101;
    transition: all ease 0.5s 0s;
    text-decoration: none;
}

nav ul li:hover:after {
    background-color: #e0b404;
    transition: all ease 0.5s 0s;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    width: 55px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1199px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
        position: relative;
    }

    nav ul {
        display: none;
        position: absolute;
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 11px 0px;
        line-height: 20px;
    }

    nav ul li {
        padding: 0 0px 0 15px;
        margin: 0 0px 0 0px;
    }

    nav ul li.has-sub {
        padding-left: 0;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    header nav {
        min-height: 90px;
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .col-menu {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .nav-list {
        display: block !important;
    }

}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 35px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

header {
    z-index: 9999;
    position: relative;
}

.logo {
    position: relative;
    padding: 9px 0px;
    float: left;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    float: right;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu {
    font-family: sans-serif;
    padding: 0;
    min-height: 89px;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu ul {
    padding-top: 35px;
    padding-bottom: 20px;
}

#cssmenu>ul>li>a {
    font-size: 15px;
    text-decoration: none;
    color: #232323;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #e0b404;
}

#cssmenu>ul>li>a.active,
#cssmenu ul li a.active {
    color: #e0b404;
}

#cssmenu>ul>li>a.active:after {
    background-color: #e0b404;
    transition: all ease 0.5s 0s;
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px auto 0 auto;
    bottom: -10px;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 0px;
    /* border: 1.5px solid #eb0e15; */
    line-height: 29px;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    margin-top: -6px;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
    display: none;
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease;
}

#cssmenu li:hover>ul {
    left: -170px;
    z-index: 9999;
}

#cssmenu li:hover>ul>li {
    height: 35px;
    width: 80%;
}

#cssmenu ul ul li:hover {
    color: #eb0e15;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    padding: 11px 15px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
    color: #7d7d7d;
    font-weight: 600;
    background: none;
    font-family: 'Roboto', sans-serif;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #7d7d7d;
}

i.fa.fa-user {
    color: #ffd220;
    font-size: 15px;
    margin-right: 5px;
}

i.fa.fa-close {
    color: #ffd220;
    font-size: 15px;
    margin-right: 5px;
}

i.fa.fa-user-circle {
    color: #ffd220;
    font-size: 15px;
    margin-right: 5px;
}

i.fa.fa-sign-in {
    color: #ffd220;
    font-size: 16px;
    margin-right: 2px;
}

i.fa.fa-sign-out {
    color: #ffd220;
    font-size: 16px;
    margin-right: 2px;
}

i.fa.fa-tachometer {
    color: #ffd220;
    font-size: 16px;
    margin-right: 2px;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

nav ul li ul li:after {
    content: none;
}

@media screen and (max-width:1199px) {
    .logo {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 10px 0 0 0;
        float: none;
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(143, 146, 146, 0.2);
    }

    nav ul li:hover:after {
        content: none;
    }

    #cssmenu>ul>li.has-sub>a {
        padding-right: 0px;
        border: none;
        line-height: inherit;
        text-align: left;
        height: auto;
    }

    #cssmenu ul ul {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        font-size: 15px;
        font-weight: 400;
    }

    /*#cssmenu > ul > li{float:none}*/
    #cssmenu ul ul li a {
        padding-left: 0px
    }

    #cssmenu ul ul li {
        background: transparent !important;
        padding: 0;
    }

    #cssmenu ul ul li:hover {
        background: transparent;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #232323;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #e0b404;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 35px;
        height: 26px;
        position: absolute;
        right: 0px;
        top: 20px;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 0px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #222;
        border-bottom: 2px solid #222;
        content: '';
    }

    #cssmenu ul {
        padding-top: 0px;
        padding-bottom: 0px;
        top: 44px;
    }

    #cssmenu>ul {
        border: 1px solid rgba(143, 146, 146, 0.2)
    }

    #cssmenu ul ul {
        top: 0;
        padding-left: 15px;
    }

    #cssmenu li:hover>ul {
        left: auto;
    }

    #cssmenu li:hover>ul>li {
        width: 100%;
    }

    li.has-sub:hover a {
        background-color: transparent;
    }

    #cssmenu>ul>li.has-sub>a {
        margin-top: 0;
        width: 100%;
        padding-left: 15px;
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 0px;
        display: block;
        height: 2px;
        width: 20px;
        background: #222;
        content: '';
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #222;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button.menu-opened:before {
        top: 23px;
        background: #222;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 43px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #232323;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #232323;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

.logo_box {
    z-index: 99999;
    position: absolute;
}

nav ul li:nth-child(7) {
    display: none;
}

nav ul li:nth-child(8) {
    display: block;
}

.sticky-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    transition: all ease 0.5s 0s;
    top: 0;
}

.sticky-header .logo_box {
    margin-top: 0px;
}

/*carousel*/
.carousel-caption {
    bottom: 30%;
    text-align: left;
}

.carousel-caption-text h3 {
    font-size: 30px;
    color: #ffd220;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.carousel-caption-text h1 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.carousel-caption-text h1 span {
    color: #ffd220;
}

.carousel-caption-text p {
    font-size: 15px;
    color: #9b9fa3;
    padding-right: 100px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.slider_btn {
    margin-top: 45px;
}

.slider_btn_con {
    background: rgba(255, 1, 1, 1);
    background: -moz-linear-gradient(left, rgba(255, 1, 1, 1) 0%, rgba(167, 10, 10, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 1, 1, 1)), color-stop(100%, rgba(167, 10, 10, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 1, 1, 1) 0%, rgba(167, 10, 10, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 1, 1, 1) 0%, rgba(167, 10, 10, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 1, 1, 1) 0%, rgba(167, 10, 10, 1) 100%);
    background: linear-gradient(to right, rgba(255, 1, 1, 1) 0%, rgba(167, 10, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0101', endColorstr='#a70a0a', GradientType=1);
    color: #fff;
    padding: 14px 35px;
    font-size: 16px;
    border-radius: 60px;
    transition: all ease 0.5s 0s;
}

.slider_btn_con:hover {
    background: #fff;
    color: #fe0101;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.carousel-caption {
    bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-caption {
    right: 0%;
    left: 0%;
}

/*services*/
.services {
    position: relative;
    width: 100%;
    padding: 150px 0 10px 0;
}

.services_con {
    background-color: #fff;
    padding: 90px 30px 40px 30px;
    position: relative;
    transition: all ease 0.5s 0s;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 2px 6px 0px rgba(62, 62, 62, 0.17);
}

.services_detail h2 {
    font-size: 23px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    color: #1f2730;
    text-align: center;
}

.services_detail p {
    font-size: 14px;
    color: #515151;
    line-height: 25px;
    transition: all ease 0.5s 0s;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.services_icon {
    min-height: 105px;
}

.hexagon {
    background-color: #ff5534;
    transition: all ease 0.5s 0s;
}

.services .hexagon {
    background: #1f2730;
    z-index: 1;
    margin-top: -35px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 50px solid transparent !important;
    border-right: 50px solid transparent !important;
    left: 0;
    transition: all ease 0.5s 0s;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 20px solid #1f2730;
}

.hexagon>span {
    font-size: 25px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0;
    width: 100px;
}

.hexagon::after {
    border-color: #ff5534;
}

.hexagon:after {
    top: 100%;
    width: 0;
    bottom: 100%;
    border-top: 20px solid #1f2730;
}

.hexagon {
    width: 100px;
    text-align: center;
    line-height: 20px;
    position: relative;
    background: #1f2730;
    display: table;
    margin: 0 auto;
    margin-bottom: 42px;
}

.hexagon:before {
    border-bottom: 20px solid #1f2730;
}

.hexagon:after {
    border-top: 20px solid #1f2730;
}

.services_box:hover .hexagon {
    background-color: #ffd220;
    transition: all ease 0.5s 0s;
}

.services_box:hover .hexagon:before {
    border-color: #ffd220;
    transition: all ease 0.5s 0s;
}

.services_box:hover .hexagon:after {
    border-top: 20px solid #ffd220;
    transition: all ease 0.5s 0s;
}

.services_con {
    border-bottom: 3px solid #fff;
    transition: all ease 0.5s 0s;
    border-radius: 5px;
}

.services_box:hover .services_con {
    border-bottom: 3px solid #ffd220;
    transition: all ease 0.5s 0s;
    border-radius: 5px;
}

/*about us*/
.about {
    padding: 90px 0;
}

.title_box h3 {
    font-size: 20px;
    color: #ecbc00;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
}

.title_box h2 {
    font-size: 45px;
    color: #1f2730;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.account_box h2 {
    font-size: 45px;
    color: #ecbc00;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.about_con p,
.title_box p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.about_con {
    margin-top: 20px;
}

.btn_box {
    width: 150px;
    text-align: center;
    padding: 9px 20px;
    background: rgba(223, 180, 8, 1);
    background: -moz-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223, 180, 8, 1)), color-stop(100%, rgba(255, 210, 32, 1)));
    background: -webkit-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -o-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -ms-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb408', endColorstr='#ffd220', GradientType=1);
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    box-shadow: 0px 5px 15px 0px rgba(62, 62, 62, 0.17);
    transition: all ease 0.5s 0s;
    margin-top: 25px;
}

.carousel-caption-text .btn_box:hover {
    background: #fff;
    color: #1f2730;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.carousel-caption-text .btn_box:hover .button_text {
    color: #1f2730;
    transition: all ease 0.5s 0s;
    text-decoration: none;
}

.btn_box:hover {
    background: #1f2730;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.btn_box:hover .button_text {
    color: #fff;
    transition: all ease 0.5s 0s;
    text-decoration: none;
}

.button_text {
    font-size: 15px;
    color: #1f2730;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.about_full_box {
    margin-top: 80px;
}

/*testimoials*/
.testimonials-wrapper {
    padding-top: 0;
}

.testimonials {
    background-color: #1f2730;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-attachment: fixed;
}

#slider .owl-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}




.client_img img {
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.17);
}

.client_detail h4 {
    font-size: 20px;
    color: #ffd220;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.client_detail h5 {
    font-size: 15px;
    color: #7c8895;
    font-family: 'Roboto', sans-serif;
}

.client_detail p {
    font-size: 14px;
    color: #bbbdbf;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    padding-right: 35px;
}

.client_img {
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}


.client_box {
    display: flex;
    margin-right: 40px;
}

.fa-quote-right:before {
    content: "\f10e";
    font-size: 34px;
    color: #363d45;
}

#slider .owl-dots.disabled {
    display: block;
}

.quate_img {
    position: absolute;
    right: 0px;
    top: 0;
}

.name_border {
    border-bottom: 2px solid #ffd220;
    width: 20px;
    float: left;
    padding-top: 10px;
    margin-right: 10px;
}

.client_title {
    float: left;
}

.test_right {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    background-image: url(../images/test_bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 30%;
    top: 0;
    right: 0;
    background-size: cover;
}

.test_right:before {
    content: '';
    background-color: rgba(255, 210, 32, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
}

#slider .owl-nav {
    display: none;
}

/*pricing*/
.top_sec {
    height: 277px;
    background-image: url(../images/test_1.png);
    width: 140px;
    position: absolute;
    top: 0;
}

.bottom_sec {
    height: 277px;
    background-image: url(../images/test_2.png);
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pricing {
    padding: 100px 0;
}

.pricing_box {
    background-color: #ffffff;
    transition: all ease 0.5s 0s;
    box-shadow: 0px 2px 6px 0px rgba(62, 62, 62, 0.17);
    padding-bottom: 40px;
}

.pricing_box:hover .icon_box {
    transition: all ease 0.5s 0s;
    background-color: #ffd220;
}

.pricing_box:hover .icon_box h3 {
    color: #1f2730;
}

.pricing_box:hover .pricing_btn {
    background-color: #1f2730;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.pricing_box:hover .pricing_btn .pricing-btn {
    color: #fff;
    text-decoration: none;
}

.icon_pricing {
    text-align: center;
}

.icon_box h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.icon_box {
    background-color: #1f2730;
    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    padding-bottom: 0px;
    height: 105px;
    padding-top: 30px;
    transition: all ease 0.5s 0s;
}

.icon_pricing p {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.pricong_con {
    left: 0%;
    right: 0%;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.pricing_rate h2 {
    font-size: 56px;
    color: #fe0101;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.pricing_rate p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.pricing_btn {
    width: 150px;
    text-align: center;
    padding: 9px 20px;
    background: rgba(223, 180, 8, 1);
    background: -moz-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223, 180, 8, 1)), color-stop(100%, rgba(255, 210, 32, 1)));
    background: -webkit-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -o-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -ms-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb408', endColorstr='#ffd220', GradientType=1);
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    box-shadow: 0px 5px 15px 0px rgba(62, 62, 62, 0.17);
    margin-top: 25px;
    margin: auto;
    transition: all ease 0.5s 0s;
}

.pricing_btn:hover {
    background: #1f2730;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.pricing_btn:hover .pricing-btn {
    color: #fff;
    transition: all ease 0.5s 0s;
}

.pricing-btn {
    font-size: 15px;
    color: #1f2730;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    transition: all ease 0.5s 0s;
}

.pricing_rate h6 {
    font-size: 20px;
    color: #383838;
    font-family: 'Montserrat', sans-serif;
}

.price p {
    margin: 0 auto;
    color: #1f2730;
    padding-top: 20px;
    padding: 20px 10px 0 10px;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.price sup {
    top: -1em;
}

.price sub {
    bottom: 0.1em;
    font-weight: 700;
}

.price sup,
.price sub {
    font-size: 21px;
}


/*footer*/
footer {
    background-color: #1f2730;
    padding-top: 65px;
    padding-bottom: 50px;
    background-attachment: fixed;
}

.footer_detail p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.guaranteed {
    text-align: center;
}

.footer_link ul {
    padding: 0px;
    padding-left: 0px;
}

.footer_link ul li {
    list-style: none;
    line-height: 29px;
    font-weight: 500;
}

.footer_link ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    transition: all ease 0.5s 0s;
}

.footer_link ul li a:hover {
    color: #ffd220;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.footer_col {
    min-height: 197px;
}

footer .footer_col:nth-child(3) {
    border-right: none;
}

.footer_bottom {
    background-color: #171f27;
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer_bottom p {
    font-size: 14px;
    color: #868686;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 5px;
}

.footer_bottom p a {
    color: #ffd220;
}

.address {
    position: absolute;
    width: 100%;
    margin-top: -50px;
}

.footer_detail h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}

i.flaticon-pin {
    font-size: 20px;
    color: #ffd220;
}

.address_text p {
    font-size: 14px;
    color: #fff;
    display: table;
    line-height: 30px;
    margin-bottom: 0;
}

.address_text p a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    transition: all ease 0.5s 0s;
}

.address_text p a:hover {
    color: #ffd220;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.address_icon {
    float: left;
    margin-right: 5px;
}

/*contact page*/
.contact_page {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-attachment: fixed;
}

.contact_left {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background-image: url(../images/contact_page_bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background-size: cover;
}

.contact_left:before {
    content: '';
    background-color: rgba(31, 39, 48, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.address_icon_box {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffd220;
    float: left;
    margin-right: 10px;
}

.address_icon_box i.flaticon-pin {
    color: #4c492d;
    line-height: 37px;
}

.address_detail_box h3 {
    font-size: 14px;
    color: #ffd220;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.address_detail_box p {
    font-size: 14px;
    color: #ffffff;
    display: table;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.address_detail_box p a {
    color: #ffffff;
}

.address_icon_box .flaticon-telephone:before {
    color: #4c492d;
    line-height: 37px;
}

.address_icon_box .flaticon-black-back-closed-envelope-shape:before {
    color: #4c492d;
    line-height: 37px;
}

.page_address {
    margin-bottom: 20px;
}

.form_input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 20px;
    border: none;
    background-color: #f5f5f5;
}

.form_textarea {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
    background-color: #f5f5f5;
    padding-top: 15px;
}

.contact_page .title_box {
    padding-bottom: 30px;
}

button.form_btn {
    min-width: 110px;
    text-align: center;
    padding: 9px 20px;
    background: rgba(223, 180, 8, 1);
    background: -moz-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223, 180, 8, 1)), color-stop(100%, rgba(255, 210, 32, 1)));
    background: -webkit-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -o-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -ms-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb408', endColorstr='#ffd220', GradientType=1);
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    box-shadow: 0px 5px 15px 0px rgba(62, 62, 62, 0.17);
    margin-top: 25px;
    margin: auto;
    border: none;
    font-size: 15px;
    color: #1f2730;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    transition: all ease 0.5s 0s;
}

button.form_btn.signup-btn {
    margin-top: 20px;
}

button.form_btn:hover {
    background: #1f2730;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s 0s;
    cursor: pointer;
}

.left_con .title_box h2 {
    color: #fff;
}

.right_con {
    margin-left: 50px;
}

/*login page*/
.login::after {
    content: '';
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
    padding-left: 0px;
    top: 0;
}

.login::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(../images/login_img.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: contain;
    background-position: right;
    left: 0;
    z-index: 2;
    top: 0;
    background-repeat: no-repeat;
    top: 29px;
}

.login {
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 80px;
    margin-bottom: 0px;
}

.sign_in .form_btn {
    margin-top: 0px;
    float: left;
}

.login_text {
    font-size: 15px;
    color: #676767;
    float: left;
    margin-left: 0px;
    margin-top: 13px;
    display: table-cell;
}

.login_text a {
    color: #3a3a3a;
    font-weight: 600;
    transition: all ease 0.5s 0s;
}

.login_text a:hover {
    color: #fe0101;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.forget_password {
    font-size: 15px;
    color: #e2b509;
    display: inline-block;
    margin-top: -15px;
    text-decoration: underline;
    transition: all ease 0.5s 0s;
    float: right;
}

.forget_password:hover {
    color: #1f2730;
    transition: all ease 0.5s 0s;
}

.register_line {
    border-bottom: 1px solid #c9c9c9;
    width: 125px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.register_box p {
    font-size: 16px;
    color: #1f2730;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.register_box p a {
    color: #1f2730;
    transition: all ease 0.5s 0s;
    font-weight: 600;
}

.register_box p a:hover {
    color: #ffd220;
    transition: all ease 0.5s 0s;
}

.login_left {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background-image: url(../images/login_bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background-size: cover;
}

.signin_page {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-attachment: fixed;
}

.signin_page .page_form .cancel-membership {
    padding: 0 0 0 25px;
    margin: 15px 0;
}

.signin_page .page_form .cancel-membership li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.signin_page .title_box {
    margin-bottom: 30px;
}

/*sign in page*/
.signup_page {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-attachment: fixed;
}

.signup_left {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background-image: url(../images/signup_bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background-size: cover;
}

.signup_left:before {
    content: '';
    background-color: rgba(31, 39, 48, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.signup_page .title_box {
    margin-bottom: 30px;
}

.signup_page input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    float: left;
    position: relative;
    padding-left: 30px;
    padding-top: 0;
    font-size: 13px;
    color: #555555;
    font-weight: 600;
}

.signup_page input[type=checkbox] {
    display: none;
}

.signup_page input[type=checkbox]+label:before {
    content: "";
    border: 0.1em solid #5b5b5b;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0px;
}

.signup_page input[type="checkbox"]:checked+label::before {
    background-color: #ffd220;
    border-color: #ffd220;
    color: #fff;
}

.signup_page input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup_page input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.signup_page input[type=checkbox]:checked+label:before {
    background-color: #ffd220;
    border-color: #ffd220;
    color: #fff;
}

p.check_box {
    display: table-cell;
    font-size: 13px;
    color: #555555;
    font-weight: 600;
}

.offer_logo {
    text-align: left;
    margin-bottom: 20px;
}

.sing_up_banner h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.sing_up_banner h3 span {
    color: #ffd220;
}

.sing_up_banner h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 65px;
    font-family: 'Montserrat', sans-serif;
}

.sing_up_banner h2 span {
    font-size: 54px;
    color: #ffd220;
}

.offer_logo img {
    width: 32%;
}


/*terms-of-services*/
.terms_of_services_page {
    padding: 70px 0;
}

.terms_of_services_page .title_box h2 {
    font-size: 50px;
}

.txt_con {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.txt_con h1 {
    font-size: 45px;
    color: #1f2730;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.txt_con p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.txt_con a {
    color: #ffd220;
}

.section {
    position: relative;
    background-size: cover;
    padding: 130px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.aligned-cols {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.join-us-left {
    position: relative;
}

.join-us-left img {
    /* max-height: 230px; */
    height: 100%;
    object-fit: cover;
}

.join-us-left:after {
    content: " ";
    width: 120%;
    height: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
    position: absolute;
}

.join-us-left:after {
    background-color: #ff5534;
}

.join-us-right {
    padding: 0 0;
    background: #1f2730;
    position: relative;
    height: 100%;
    bottom: 0;
    top: 0;
}

.join-us-right .join-us-text {
    padding-left: 103px;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
}

.join-us-right .join-us-text h1.small {
    margin-bottom: 15px;
}

.join-us-right .join-us-text p {
    line-height: 30px;
    margin-bottom: 0;
}

.join-us-right .row {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.join-us-section .col-md-10:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #1f2730;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.join-us-section .col-md-2 {
    width: 19.666667%;
}

.join-us-section .col-md-10 {
    width: 80.333333%;
}

.join-us-left img {
    min-width: 300px;
}

.join-us-section .col-md-10 {
    right: 24px;
    -webkit-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);

}

.carousel-caption:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
    width: 55%;
    position: absolute;
    left: 0;
    background-color: #1f2730;
}

.carousel {
    position: relative;
    min-height: 625px;
}

.carousel .item img {
    height: 625px;
    object-fit: cover;
}

/*Cookie */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}


.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookiealert a {
    text-decoration: none;
    color: #ffd220;
}

.cookiealert a:hover {
    border-bottom: 1px solid #ffd220;
}

.cookiealert .acceptcookies {
    background: #ffd220;
    border: 1px solid #ffd220;
}


.cookiealert .acceptcookies:hover,
.cookiealert .acceptcookies:focus {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

/* Support page css start */

.help_wrapper {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.help_wrapper .help_section {
    padding: 70px 0 0 0;
}

.help_wrapper .help_section .help_title {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

.help_wrapper .help_section .help_title h4 {
    font-size: 20px;
    color: #ecbc00;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    margin: auto;
    letter-spacing: 0;
    text-align: center;
}

.help_wrapper .help_section .help_title h2 {
    font-size: 45px;
    color: #1f2730;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    padding-top: 10px;
}

.help_wrapper .help_section .help_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.help_wrapper .help_section .help_row .help_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help_wrapper .help_section .help_row .help_col .support_box {
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    padding: 1px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column {
    padding: 30px 20px;
    padding-bottom: 80px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    height: 100%;
    position: relative;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .support_circle {
    height: 90px;
    width: 90px;
    padding: 5px;
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    margin: 0 auto 15px;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .support_circle .img2 {
    display: none;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column h4 {
    font-size: 22px;
    color: #1f2730;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .help_button {
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .help_button a {
    width: 150px;
    text-align: center;
    padding: 9px 20px;
    background: rgba(223, 180, 8, 1);
    background: -moz-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223, 180, 8, 1)), color-stop(100%, rgba(255, 210, 32, 1)));
    background: -webkit-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -o-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -ms-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb408', endColorstr='#ffd220', GradientType=1);
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    box-shadow: 0px 5px 15px 0px rgba(62, 62, 62, 0.17);
    margin-top: 25px;
    margin: auto;
    border: none;
    transition: all ease 0.5s 0s;
}

.help_wrapper .help_section .help_row .help_col .support_box .support_column .help_button :hover {
    background: #1f2730;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.help_button a:hover {
    background: #1f2730;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.help_wrapper .accordian_wrapper {
    padding: 70px 0;
}

.help_wrapper .accordian_wrapper .accordion_title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.help_wrapper .accordian_wrapper .accordion_title h2 {
    font-size: 45px;
    color: #1f2730;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .accordian_wrapper .accordion_title p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.help_wrapper .accordian_wrapper .accordion_support {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest {
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 {
    margin: 0;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a {
    font-size: 15px;
    color: #1f2730;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 60px 15px 20px;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border: none;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(62, 62, 62, 0.17);
    text-align: left;
    position: relative;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    font-size: 16px;
    border-radius: 40px;
    text-align: center;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a i:before {
    display: inline-block;
    height: 40px;
    line-height: 42px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .collapse .card_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 16px 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    top: -3px;
    border-radius: 0 0 10px 10px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body,
.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card,
.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .collapsing .card {
    padding: 15px 60px 15px 37px;
    border: none;
    top: 0;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body #customers {
    margin: 8px 0;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px 60px 15px 37px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0 0 10px 10px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card_body p,
.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .show .card p,
.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest .collapsing .card p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.help_wrapper .subscription_wrapper {
    padding: 0 0 70px 0;
    background: #ffffff;
}

.help_wrapper .subscription_wrapper .subscription_block {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 2px 6px 0px rgba(62, 62, 62, 0.17);
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title {
    display: inline-block;
    width: 100%;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title h2 {
    font-size: 45px;
    color: #1f2730;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 530px;
    margin: 0 auto;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .email-input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 20px;
    border: none;
    background-color: #f5f5f5;
    outline: none;
    box-shadow: none;
    padding: 0 15px;
    padding-right: 210px;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .email-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .help_button_cancel {
    font-size: 15px;
    color: #1f2730;
    letter-spacing: 0.5px;
    padding: 0 20px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    display: inline-block;
    width: 210px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-color: #cecece;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    transition: all ease 0.5s 0s;
}

.help_wrapper .subscription_wrapper .subscription_block .subscription_title .email-subscription .form-group .help_button_cancel:hover {
    background: #1f2730;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal .modal-dialog .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    margin: 0 5px;
}

.modal .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal .modal-dialog .modal-content .modal-header h2 {
    font-size: 45px;
    color: #1f2730;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-header .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 30px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-size: 15px;
    color: #656565;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px 0;
    font-size: 14px;
}

.modal .modal-dialog .modal-content .modal-body ol {
    margin: 10px 0;
    padding: 0;
    list-style: inside;
}

.modal .modal-dialog .modal-content .modal-body ol li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #838383;
    font-size: 14px;
    margin-bottom: 8px;
    list-style-type: decimal;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group {
    position: relative;
    margin-top: 20px;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    padding: 0 15px;
    padding-right: 130px;
    margin-bottom: 20px;
    border: none;
    background-color: #f5f5f5;
    box-shadow: none;
    outline: none;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group .modal-button {
    font-size: 15px;
    color: #1f2730;
    letter-spacing: 0.5px;
    padding: 0 10px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    display: inline-block;
    width: 100%;
    max-width: 120px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .cancel-membership-form .form-group .modal-button:hover {
    background: #1f2730;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s 0s;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group {
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group .form-control {
    border: 0;
    box-shadow: none;
    color: #495057;
    border-radius: 5px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
}

.modal .modal-dialog .modal-content .modal-body .contact-us-modal .form-group .form-group-text {
    border: 0;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
    background-color: #f5f5f5;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    outline: none;
}

.modal .modal-dialog .modal-content .modal-button {
    min-width: 110px;
    text-align: center;
    padding: 9px 20px;
    background: rgba(223, 180, 8, 1);
    background: -moz-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223, 180, 8, 1)), color-stop(100%, rgba(255, 210, 32, 1)));
    background: -webkit-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -o-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: -ms-linear-gradient(left, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    background: linear-gradient(to right, rgba(223, 180, 8, 1) 0%, rgba(255, 210, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb408', endColorstr='#ffd220', GradientType=1);
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    box-shadow: 0px 5px 15px 0px rgba(62, 62, 62, 0.17);
    margin-top: 0;
    margin: auto;
    margin-top: auto;
    border: none;
    font-size: 15px;
    color: #1f2730;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    transition: all ease 0.5s 0s;
    width: 100%;
}

.modal .modal-dialog .modal-content .modal-button:hover {
    background: #1f2730;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}

.modal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open .fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal-open .fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal-open .show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-open .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-open .fade {
    opacity: 0;
}

.modal-open .show {
    opacity: 1;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content {
    counter-reset: rowNumber;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 {
    counter-increment: rowNumber;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a span.no {
    position: relative;
    margin-right: 5px;
    min-width: 12px;
}

.help_wrapper .accordian_wrapper .accordion_support .faq_content .faq_quest h5 a span.no::before {
    content: counter(rowNumber)'.';
}

.breadcrumb {
    padding: 70px 0;
    margin: 0;
    background: transparent;
    background-color: #1f2730;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb .breadcrumb-text h4 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}


.breadcrumb .breadcrumb-text p {
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
    text-align: center;
}

/* Support page css end */

@media (max-width:575px) {
    .g-recaptcha {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media (max-width: 1199px) {
    body.blur-body {
        overflow: hidden;
        position: relative;
    }
    body.blur-body:before {
        background-color: #000;
        background: rgba(156,156,156,.6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        opacity: .8;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 999;
    }
}