/* ===========================

Template: iCOMED;
Author: TK;
========================== */
/*===========================
    Common CSS
===========================*/
@font-face {
    font-family: MerriweatherItalic;
    src: url('../fonts/Merriweather-Italic.ttf') format("truetype");
}

@font-face {
    font-family: MerriweatherBold;
    src: url('../fonts/Merriweather-Bold.ttf') format("truetype");
}

@font-face {
    font-family: MontserratBold;
    src: url('../fonts/Montserrat-Bold.otf') format("opentype");
}

@font-face {
    font-family: MontserratBold;
    src: url('../fonts/Montserrat-Bold.otf') format("opentype");
}

@font-face {
    font-family: MontserratSemiBold;
    src: url('../fonts/Montserrat-SemiBold.otf') format("opentype");
}

@font-face {
    font-family: MontserratRegular;
    src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
}

@font-face {
    font-family: MontserratMedium;
    src: url('../fonts/Montserrat-Medium.otf') format("opentype");
}

@font-face {
    font-family: MontserratLight;
    src: url('../fonts/Montserrat-Light.otf') format("opentype");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "MontserratRegular", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    overflow-x: hidden;
    background-color: #e3e4e5;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: #FF6700;
}

a:hover {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #FF6700;
}

a:focus,
a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #111;
    margin: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

.gray-bg {
    background: #EFF2F9;
}

.alert-link {
    font-weight: 600;
}

.alert h4 {
    margin-bottom: 10px;
}

.page-404-content h2 {
    font-size: 120px;
    font-weight: 900;
    color: #FF6700;
}

.page-404-content h4 {
    font-size: 40px;
    color: #6A7C92;
}

.carousel-item {
    transition: transform .4s ease, opacity .5s ease-out;
}

/*===== All Button Style =====*/
.theme-btn {
    font-weight: bold;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 14px 45px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    border-radius: 0;
    background-color: #FF6700;
    overflow: hidden;
}

.theme-btn:hover,
.theme-btn:focus {
    background-position: right center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.theme-btn.border-btn {
    padding: 14px 40px;
    background: transparent;
    border: 1.5px solid #FF6700;
    color: #6A7C92;
    font-size: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.scroll-top {
    background-image: url(/storage/app/media/icon_up_55.png);
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    border-radius: 22px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.scroll-top:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 103, 0, 0.6) !important;
    outline: 0 none !important;
}

@keyframes animation1 {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0.29;
    }

    50% {
        -webkit-transform: translateY(-700px);
        -moz-transform: translateY(-700px);
        -ms-transform: translateY(-700px);
        -o-transform: translateY(-700px);
        transform: translateY(-700px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }
}

/*===== All Section Title Style =====*/
.section-title span {
    color: #000;
    margin-bottom: 10px;
}

.section-title h2 {
    line-height: normal;
    font-weight: normal;
    margin-bottom: 10px;
}

.italic-header {
    color: #000;
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

.bold-header {
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

.bold-header2 {
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 1px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title h2 {
        line-height: 41px;
    }
}

.section-title p {
    font-size: 13px;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #FF6700 #FF6700 #F4EEFB;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #F4EEFB;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #F4EEFB;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.modal-backdrop.show {
    opacity: .75;
}

.modal-content .form-group {
    padding: 0 0 20px 0;
}

.modal-content h4 {
    font-size: 1.2em;
}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    background-color: #fbf6f4;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}

.modal-content input,
.modal-content textarea {
    font-size: 13px;
    font-style: italic;
    border-radius: 0 !important;
    border: solid 1px #000;
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    ;
    color: black;
    font-weight: normal;
}

.modal-content .col-logo {
    border-right: solid 2px #000;
    position: relative;
}

.modal-content .col-logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-content .content-wrapper p {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    line-height: 18px;
}

.modal-content .content-wrapper {
    margin: 15px 40px;
}

.modal-content .content-wrapper .row input,
.modal-content .content-wrapper .row .btn {
    margin-bottom: 20px;
}

.modal-content .theme-btn {
    padding: 9px 1px;
    width: 100%;
    border-radius: 0;
}

.modal-content .alert {
    font-size: .8em;
    padding: 10px 0;
}

.modal-clause {
    margin-top: 10px;
    padding: 0 20px;
}

.modal-footer {
    padding: 0 !important;
    height: 0 !important;
}

.modal-clause p {
    color: #fff;
    font-style: italic;
    font-weight: 100;
    font-size: 12px;
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}

.clause-more-text {
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
}

@media (max-width: 420px) {
    .modal-content .content-wrapper {
        margin: 10px 10px;
    }
}

@media (max-width: 991px) {
    .modal-body {
        padding: 0;
        margin: 20px;
        border: solid 2px #000;
    }

}

@media (min-width: 992px) {
    .modal-dialog {
        width: 850px;
        max-width: 100%;
        margin: 1.75rem auto;
    }

    .modal-body {
        padding: 0;
        margin: 0 40px 40px 40px;
        border: solid 2px #000;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 950px;
        max-width: 100%;
        margin: 1.75rem auto;
    }
}

/*===========================
    Header CSS 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    z-index: 99;
    background: #000;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0px 0;
}

.sticky .navbar {
    padding: 10px 0;
}

.navbar {
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar .icomed-center {
    padding-right: 40px;
    margin: 0 auto;
    height: 30px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 150px;
}

.navbar-brand img {
    max-height: 48px;
}

.navbar-collapse {
    align-items: center;
    max-width: 240px;
    min-width: 240px;
    position: absolute;
    background-color: #000;
    top: 66px;
    right: 0;
    padding: 20px 40px 20px 40px;
    z-index: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar-collapse {
    top: 66px;
}

.navbar-toggler {
    padding: 0px;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media (max-width: 420px) {
    .navbar>img {
        padding-right: 0;
        width: 40%;
    }

    .navbar-brand {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 70px;
        right: 0;
        max-width: 240px;
        min-width: 240px;
        background-color: #000;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px 20px 40px;
        max-height: 350px;
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        right: 0;
        max-width: 240px;
        min-width: 240px;
        background-color: #000;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
        padding: 5px 12px 12px 20px;
        max-height: 350px;
    }
}

@media (max-width: 430px) {
    .navbar-collapse {
        max-width: 100%;
        min-width: 100%;
    }
}

.navbar-nav .nav-item {
    position: relative;
    z-index: 1;
}

.navbar-nav>.nav-item {
    margin-bottom: 10px;
}

.navbar-nav .nav-item .nav-subitem a {
    color: #bbb;
}

.navbar-nav .nav-item .nav-subitem {
    margin-bottom: 0px;
    line-height: 10px;
}

.navbar-nav .nav-item:hover>a,
.navbar-nav .nav-subitem:hover>a {
    color: #fff;
}

.navbar-nav .nav-item a {
    font-family: 'MontserratRegular', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff6700;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 5px;
    display: inline-flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        color: #ff6700;
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        color: #ff6700;
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
}

.navbar-nav .nav-item a.active {
    color: #ccc;
}

.navbar-nav .nav-item a.dd-menu {
    padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu {
        padding-right: 30px;
    }
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 18px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a.show::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a.show::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.navbar-nav .nav-item:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
    }
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navbar-nav .nav-item .sub-menu {
    min-width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 20%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transform: scaleY(0);
        transform-origin: top;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    }

    .navbar-nav .nav-item .sub-menu.show {
        max-height: 1000px;
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transform: scaleY(0);
        transform-origin: top;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    }

    .navbar-nav .nav-item .sub-menu.show {
        max-height: 1000px;
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu>li {
    display: block;
    margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
    border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a {
    color: #FF6700;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
    border-top: none;
}

.navbar-nav .nav-item .sub-menu>li>a {
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.search-form {
    position: relative;
    width: 236px;
    height: 56px;
    border-radius: 50px;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-form {
        width: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-form {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .search-form {
        width: 100%;
        margin: 10px 0;
    }
}

.search-form input {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    border: 1px solid #F4EEFB;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search-form input:focus {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.search-form button {
    background: none;
    border: none;
    position: absolute;
    right: 25px;
    top: 17px;
}

/*===========================
    Slidshow
===========================*/
.slide-content p, .slide-content h1, .slide-content li {
    color: black;
    font-size: 20px;
    font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif;
}
.slide-content p {
}
.slide-content h1 {
    padding: 10px 15px 30px 15px;
    font-size: 40px;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
}
.slide-content li {
    list-style-type: none;
    list-style-position: inside;
}
.slide-content li:before {
    content: "";
    border: 5px #ff6700 solid !important;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: -20px;
    position: absolute;
}
.slick-prev, .slick-next {
    top: 41% !important;   
}
.slick-next {
    right: 40px !important;
}
.slide-offer-header, .slide-offer-price {
    font-size: 20px;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    color: black;
}
.slide-offer-price {
    color: #ff6700;
    font-size: 40px;
}
.slide-pretitle {
    color: black;
    font-family: 'MerriweatherItalic';
    font-size: 24px;   
}
@media only screen and (max-width: 576px) {
    .slide-image::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(255,255,255,0.7);   
    }
    .slick-prev, .slick-next {
        display:none !important;   
    }   
}
/*===========================
    Hero CSS
===========================*/
.hero-section {
    padding-top: 0px;
    background-color: #000;
}

.hero-section .hero-img-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-section .hero-content-wrapper {
    padding-top: 150px;
    padding-bottom: 1px;
}

@media only screen and (min-width: 1600px) {
    .hero-section .hero-content-wrapper {
        padding-top: 92px;
        padding-bottom: 1px;
    }

    .hero-section .hero-img-wrapper {
        max-height: 800px;
        overflow: hidden;
    }
    .slick-slider-1 .slick-slide .slide-image {
        min-height: 800px;
        max-height: 800px;
    }
    .hero-section .hero-img-wrapper video {
        margin-top: -130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-section .hero-content-wrapper {
        padding-top: 92px;
        padding-bottom: 1px;
    }

    .hero-section .hero-img-wrapper {
        max-height: 740px;
        overflow: hidden;
    }
    .slick-slider-1 .slick-slide .slide-image {
        min-height: 655px;
        max-height: 655px;
    }
    .hero-section .hero-img-wrapper video {
        margin-top: -50px;
    }
    .slide-content p, .slide-content li {
         font-size: 18px;
    }
    .slide-content h1 {
         font-size: 30px;   
    }
    .slide-pretitle {
         font-size: 20px;   
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-content-wrapper {
        padding-top: 92px;
        padding-bottom: 1px;
    }

    .hero-section .hero-img-wrapper {
        max-height: 720px;
        overflow: hidden;
    }
    .slick-slider-1 .slick-slide .slide-image {
        min-height: 545px;
        max-height: 545px;
    }
    .hero-section .hero-img-wrapper video {
        margin-top: 0px;
    }
    .slide-content h1 {
         font-size: 28px;   
    }
    .slide-content p, .slide-content li {
         font-size: 17px;   
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-content-wrapper {
        padding-top: 92px;
        padding-bottom: 1px;
    }

    .hero-section .hero-img-wrapper {
        max-height: 720px;
        overflow: hidden;
    }
    .slick-slider-1 .slick-slide .slide-image {
        min-height: 500px;
        max-height: 500px;
    }
    .hero-section .hero-img-wrapper video {
        margin-top: -60px;
    }
    .slide-content h1 {
         font-size: 22px;   
    }
    .slide-content p, .slide-content li {
         font-size: 15px;   
    }
    .slide-pretitle {
         font-size: 18px;   
    }
    .slide-content p {
        line-height: 28px !important;
    }
    .slide-content li:before {
         margin-top: 5px;   
    }
}

@media (max-width: 730px) {
    .hero-section .hero-img-wrapper video {
        margin-top: 0px;
    }
}

@media (min-width: 731px) and (max-width: 767px) {
    .hero-section .hero-img-wrapper video {
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content-wrapper {
        padding-top: 92px;
        padding-bottom: 1px;
    }

    .hero-section .hero-content-wrapper h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .hero-section .hero-img-wrapper {
        max-height: 720px;
        overflow: hidden;
    }
    .slick-slider-1 .slick-slide .slide-image {
        min-height: 400px;
        max-height: 400px;
    }
    .slide-content {
        padding: 0px;
    }
    .slide-content h1 {
         font-size: 18px;
         padding: 5px 1px 18px 1px;
    }
    .slide-content p, .slide-content li {
         font-size: 14px; 
    }
    .slide-content li:before {
        margin-top: 3px;
    }
    .slide-content p {   
         line-height: 18px !important;
    }
    .slide-pretitle {
         font-size: 15px;   
    }
    .slide-content {
        padding: 45px !important;
    }
    .slide-content .btn {
        margin: 15px 0 !important;
    }
}

.hero-section .hero-content-wrapper p {
    font-size: 18px;
    line-height: 26px;
    color: #6A7C92;
    opacity: 0.8;
    margin-bottom: 30px;
}

.hero-section .hero-img {
    position: absolute;
    right: 0;
    top: 107px;
    width: 48%;
    text-align: right;
}

@media only screen and (min-width: 1400px) {
    .hero-section .hero-img {
        top: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-img {
        top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-img {
        top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-img {
        position: relative;
        width: 100%;
        top: 0;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-img {
        position: relative;
        width: 100%;
        top: 0;
    }
}

.hero-section .hero-img.hero-img-2 {
    top: 0;
}

.hero-section .hero-img .hero-img-right {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .hero-section .hero-img .hero-img-right {
        position: static;
    }
}

.hero-section .hero-img img.dot-shape {
    position: absolute;
    left: -60px;
    bottom: 60px;
    z-index: -1;
}

.hero-section .hero-img .video-btn {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-img .video-btn {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media (max-width: 767px) {
    .hero-section .hero-img .video-btn {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.hero-section .hero-img .video-btn a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FF6700;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
    -moz-box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
    box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
}

.hero-section .hero-img .video-btn a:hover {
    -webkit-box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
    -moz-box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
    box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
}

.hero-section.hero-section-2 .hero-content-wrapper {
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 150px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 150px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 90px 0 60px;
    }
}

.hero-section.hero-section-2 .border-btn:hover {
    background: rgba(55, 99, 235, 0.7);
    color: #fff;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
    padding: 10px;
    text-align: center;
    margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
    max-width: 220px;
    width: 100%;
    opacity: .3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
    opacity: 1;
}

.box-style {
    padding: 40px 30px;
    border: 1px solid #F4EEFB;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.box-style:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.box-style:hover .box-icon-style {
    color: #fff;
    border-color: transparent;
}

.box-style:hover .box-icon-style::after {
    opacity: 1;
    visibility: visible;
}

.box-style .box-icon-style {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #fff;
    border: 2px solid #FF6700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(#FF6700 0%, #6f58e8 100%);
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.box-style .box-icon-style::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(#FF6700 0%, #6f58e8 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid transparent;
}

.box-style .box-content-style h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*===========================
    Offer-categories CSS 
===========================*/
#oferta {
    background-color: #ee9911;
}

.offer-categories-section {
    background-color: #ee9911;
    position: relative;
}

.offer-categories-section h2 {
    color: #fff;
}

.offer-categories-section .section-title span {
    color: #fff;
}

.text-btn-style {
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.category-btn-style {
    display: block;
    padding: 30px 15px 25px 15px;
    ;
    border: 1px solid #F4EEFB;
    border-radius: 2px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}

.category-btn-style:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.2);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.2);
    box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.2);
    color: #fff;
}

.offer-categories-section .box-content-style h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}

.offer-categories-content {
    text-align: center;
}

@media (max-width: 420px) {
    .offer-categories-section {
        padding: 0 0;
    }

    .offer-categories-section .section-title span {
        color: #fff;
        font-size: 14px;
    }

    .offer-categories-section .category-btn-style {
        padding: 10px 5px;
    }

    .offer-categories-section .box-content-style h4 {
        font-size: 14px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .offer-categories-section {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offer-categories-section {
        padding: 40px 0;
    }
}

.offer-categories-section .offer-categories-img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offer-categories-section .offer-categories-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .offer-categories-section .offer-categories-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}

.offer-categories-section .offer-categories-img-wrapper img {
    width: 100%;
}

.offer-categories-section .offer-categories-img-wrapper .offer-categories-experience {
    width: 300px;
    border-radius: 27px;
    background: linear-gradient(to top left, #ff6700 0%, #6f58e8 100%);
    border: 5px solid #eff2f9;
    padding: 40px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .offer-categories-section .offer-categories-img-wrapper .offer-categories-experience {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .offer-categories-section .offer-categories-img-wrapper .offer-categories-experience {
        right: 40px;
    }
}

.offer-categories-section .offer-categories-img-wrapper .offer-categories-experience h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.offer-categories-section .offer-categories-img-wrapper .offer-categories-experience p {
    color: #fff;
}

.offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up {
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up {
        display: flex;
    }
}

.offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up .counter {
    margin-right: 10px;
}

.offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up .counter:last-child {
    margin-right: 0;
}

.offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up .counter span {
    font-size: 40px;
    font-weight: 600;
    color: #3763EB;
    display: block;
    margin-bottom: 8px;
}

.offer-categories-section .offer-categories-content-wrapper .offer-categories-content .counter-up .counter h4 {
    font-weight: 500;
    margin-bottom: 10px;
}


.product-filter {
    font-size: 12px;
    font-weight: bold;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    background: transparent;
    position: relative;
    top: 0;
    height: 50px;
    line-height: 50px;
    border: solid 2px #fff;
    background-image: linear-gradient(45deg, transparent 50%, white 60%), linear-gradient(135deg, white 40%, transparent 50%) !important;
    background-position: calc(100% - 17px) 20px, calc(100% - 7px) 20px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
}

.product-filter-chk {
    font-size: 12px;
    font-weight: bold;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    background: transparent;
    position: relative;
    top: 0;
    height: 50px;
    line-height: 50px;
    border: solid 2px #fff;
    background-repeat: no-repeat;
}

.product-filter.active .product-filter-list {
    display: block;
}

.product-filter .product-filter-list {
    display: none;
}

.product-filter-list {
    color: #000;
    background-color: #e3e4e5;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 19px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    border: solid 2px #fff;
    line-height: normal;
}

.product-filter-chk .product-filter-list {
    border: none;
    top: 9px;
    padding: 0 0 0 0;
}

.product-filter-list .list-group-item {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.product-filter-list [type="checkbox"]:not(:checked),
.product-filter-list [type="checkbox"]:checked {
    /*position: absolute;
    left: -9999px;*/
    display: none;
}

.product-filter-list [type="checkbox"]:not(:checked)+label:before,
.product-filter-list [type="checkbox"]:checked+label:before {
    content: '✔';
    top: 0px;
    left: -2px;
    font-size: 20px;
    line-height: 1.2;
    color: #ff6700;
    transition: all .3s;
    position: relative;
}

.product-filter-list [type="checkbox"]:not(:checked)+label:before {
    opacity: 0;
    transform: scale(0);
}

.product-filter-list [type="checkbox"]:checked+label {
    color: #ff6700;
}

.product-filter-list [type="checkbox"]:checked+label:before {
    opacity: 1;
    transform: scale(1);
}

.product-filter-list label {
    cursor: pointer;
}

/*==========================
    Range slider
===========================*/
.irs * {
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.irs--round {
    height: 100px !important;
}

.irs--round .irs-bar {
    background-color: #ff6700 !important;
    top: 35px !important;
    height: 7px !important;
}

.irs--round .irs-handle {
    border: 4px solid #ff6700 !important;
    box-shadow: none !important;
    top: 30px !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #ff6700 !important;
    border-radius: 16px !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 4px;
    top: 63px !important;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
    background-color: transparent !important;
    border-top-color: transparent !important;
}

.irs--round .irs-min,
.irs--round .irs-max {
    top: 63px !important;
}

.irs--round .irs-line {
    top: 35px !important;
    height: 7px !important;
    background-color: #fff !important;
    border-radius: 4px !important;
}

.slider-thumb {
    cursor: pointer;
}

/*===========================
    Product-page CSS 
===========================*/
.product-section {
    background-color: #fff;
    font-size: 13px;
    padding-bottom: 400px;
}

.product-section,
.product-section p {
    font-size: 13px;
}

.product-section h1,
.product-section h2,
.product-section h3,
.product-section h4 {
    color: #000;
}

.product-section h1 {
    font-size: 22px;
}

.product-section h4 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

.product-section .price {
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

.product-section .backlink {
    display: block;
    color: #ff6700;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

[data-product-section=configuration] ul li,
[data-product-section=imaging-modes] ul li,
[data-product-section=features] ul li {
    border-top: solid 1px #000;
    padding: 4px 0;
    font-family: MontserratNormal, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
}

[data-product-section=configuration] ul li:last-child,
[data-product-section=imaging-modes] ul li:last-child,
[data-product-section=features] ul li:last-child {
    border-bottom: solid 1px #000;
}

[data-product-section=benefits] ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.product-section dt {
    margin-bottom: 7px;
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

/*===========================
    Page form CSS 
===========================*/

.italic-style,
.italic-style p {
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: italic;
}

.page-form-section .italic-style p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.page-form-section input,
.page-form-section textarea,
.page-form-section button[type=submit] {
    margin: 0 0 20px 0;
    padding: 14px;
    border-radius: 0;
}

.page-form-section button[type=submit] {
    float: right;
    padding: 16px 1px;
    border-radius: 0;
    width: 100%;
}

.page-form-section input,
.page-form-section textarea {
    border: solid 1px #000;
    font-size: 14px;
    font-style: italic;
    border-radius: 0 !important;
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    color: black;
    font-weight: normal;
}

.page-form-section .modal-form-contact {
    font-family: MerriweatherBold, Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.page-form-section .alert {
    font-size: 12px !important;
}

.page-form-section .alert h4 {
    font-size: 13px !important;
    color: #000 !important;
}

.page-form-section .pieczatka {
    position: absolute;
    top: -95px;
    right: -69px;
    transform: rotate(30deg);
}

.page-form-section .form-container {
    background-color: #ee9911;
    position: relative;
    height: 430px;
}

.page-form-section .form-container .container {
    top: -270px;
    position: relative;
}

.page-form-section .form-wrap {
    padding: 30px 40px;
    margin-bottom: 10px;
    background-color: white;
}

.page-form-section .form-wrap .row-main {
    background-color: white;
    padding: 20px 40px;
    border: solid 2px #000;
}

@media only screen and (max-width: 768px) {
    .page-form-section .modal-form-contact {
        font-size: 15px;
    }

    .page-form-section .form-wrap .row-main {
        padding: 20px 17px;
    }

    .page-form-section .pieczatka {
        top: -41px;
        right: -5px;
        width: 122px;
    }

    .page-form-section .form-container {
        max-height: 850px;
        height: auto;
    }
}

/*===========================
    Offer-details CSS 
===========================*/
.offer-details-section .filter-btn {
    height: 50px;
}

.offer-details-section {
    position: relative;
    margin-top: -50px;
    padding-top: 100px;
}
.offer-details-list-section {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fff;
}
.offer-details-section h3 {
    color: #000;
}

.offer-details-section .section-title span {
    color: #000;
}

.offer-details-section .box-content-style h4 {
    font-size: 1em;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}

.offer-details-section .form-select {
    padding: 0 auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #fff;
    border-radius: 0;
    background-image:
        linear-gradient(45deg, transparent 50%, white 60%),
        linear-gradient(135deg, white 40%, transparent 50%) !important;
    background-position:
        calc(100% - 17px) 9px,
        calc(100% - 7px) 9px,
        100% 0;
    background-size:
        10px 10px,
        10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.offer-details-section .btn {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    font-weight: bold;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

.offer-details-section .offer-product img {
    max-height: 345px;
    position: relative;
}

.pcaption {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

.pcaption .pname {
    font-size: 13px;
    font-weight: bold;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    line-height: 14px;
}

.pcaption .pprice,
.sheet .pprice {
    font-size: 12px;
    font-family: MontserratLight, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}

.sheet .pprice {
    color: #fff;
}

.offer-details-section .sheet {
    background-color: #ee9911;
    overflow: hidden;
}

.offer-details-section .yellow-sheet {
    background-color: #f8eb75;
}

.offer-details-section .yellow-sheet .pname {
    color: black;
}

.offer-details-section .sheet td {
    text-align: center;
    font-size: 12px;
    border-color: #fff;
    color: #fff;
}

.offer-details-section .sheet tr:nth-child(1n+2) td:first-child div {
    border-right: solid 1px #fff;
}

.sheet .table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}

.sheet .pname,
.sheet .pmore,
.sheet .pcontact {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
}

.offer-details-section .sheet tr td.pmore:first-child,
.offer-details-section .sheet tr td.pcontact:first-child {
    border-right-width: 0px;
}

.offer-details-section .sheet tr td.pcontact:last-child {
    border-bottom: 0;
}

.sheet table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.sheet table td {
    padding: 5px 5px 7px 5px;
    width: 50%;
}

.sheet a {
    color: #fff;
}

.sheet a:hover {
    color: #000;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    min-height: 400px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
    position: relative;
    /* tst */
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* for mac https://codepen.io/ArashRasteh/pen/QmgeLL */
.flip-box {
    display: flex;
    align-content: stretch;
    min-height: 200px;
    flex-wrap: wrap;
    position: relative;
    border: 10px solid transparent;
    padding: 0;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.flip-box:hover .back {
    transform: rotateY(0deg);
    z-index: 10;
}

.flip-box:hover .front {
    transform: rotateY(180deg);
    z-index: -1;
}

.back,
.front {
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 1s cubic-bezier(.5, 1, .5, 1);
    transition: all 1s cubic-bezier(.5, 1.3, .5, 1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.back {
    cursor: pointer;
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    width: 99%;
    z-index: -1;
    transform: rotateY(-180deg);
}

.back:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
}

.front {
    z-index: 10;
}

.content {
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .offer-details-section .sheet {
        height: 398px;
        padding: 0px 25px;
        margin-top: 1px;
    }
}

@media only screen and (max-width: 991px) {
    .offer-details-section .sheet {
        height: 398px;
        padding: 0px 20px;
        margin-top: 1px;
    }

    .offer-details-section .pname {
        padding-top: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .offer-details-section .pprice {
        padding-bottom: 0;
        font-size: 13px;
    }

    .offer-details-section .pdesc {
        font-size: 11px;
    }

    .offer-details-section .sheet td {
        font-size: 11px;
    }

}

.offer-details-section .offer-product {
    width: 100%;
    min-height: 403px;
    background-color: #fff;
}

.index-offer-caption {
    font-size: 0.8em;
    line-height: 1.2em;
}

.offer-details-section .sheet-form .pname {
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 16px;
}

.offer-details-section .sheet-form .pdesc {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.offer-details-section .sheet-form .title {
    font-size: 11px;
    margin-bottom: 10px;
}

.offer-details-section .sheet-form input {
    background-color: #f8eb75;
    border-radius: 0;
    border-color: black;
    font-family: MerriweatherItalic;
    font-style: italic;
    font-weight: normal;
}

.offer-details-section .sheet-form .alert {
    padding: 5px 5px;
    font-size: 11px;
    margin-bottom: 2px;
}

.offer-details-section .sheet-form .alert-success {
    font-size: 11px;
}

.offer-details-section .sheet-form .alert h4 {
    font-size: 14px;
    color: #000;
}

.offer-details-section .sheet-form .form-hole {
    top: 20px;
}

.offer-details-section .sheet-form .form-check {
    font-size: 12px;
    text-align: left;
}

.offer-details-section .sheet-form .btn {
    background-color: transparent;
    color: #ff6700;
    width: 100px;
    padding: 0 0;
    font-family: MerriweatherItalic, Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: -15px;
}

.offer-details-section .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

@media only screen and (min-width: 1200px) {
    .offer-details-section .sheet-form .pdesc {
        margin-bottom: 41px;
    }
}

.sheet-form-form a {
    color: #ff6700;
}

/*===========================
    Wecareaboutu
===========================*/
.wecareaboutu-section {
    position: relative;
    background-color: #fff;
}

@keyframes wecareaboutu-slide {
    to {
        transform: translateX(-100%);
    }
}

/*https://stackoverflow.com/questions/51505446/css-scrolling-text-loop*/
.wecareaboutu-slider {
    font-weight: bold;
    font-family: 'MontserratBold', Verdana, Geneva, Tahoma, sans-serif;
    display: inline-block;
    white-space: nowrap;
    animation: wecareaboutu-slide 15s infinite linear;
    padding-left: 100%;
    /*Initial offset*/
    word-spacing: 40px;
    color: #fff;
    font-size: 40px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media (max-width: 420px) {
    .wecareaboutu-section .wecareaboutu-slider {
        display: none;
    }
}

/*===========================
    About 
===========================*/
#about {
    position: absolute;
    top: -75px;
}

.about-section {
    background: #FFF;
    padding: 0 0;
    position: relative;
}

.about-section .about-wrapper {
    height: 530px;
    background-color: #ee9911;
}

.about-section h3,
.about-section .section-title span {
    color: #000;
}

.about-section .about-container {
    position: relative;
    top: -700px;
    margin-bottom: -590px;
}

.about-section .about-content-wrapper {
    background-repeat: repeat;
    max-width: 993px;
    max-height: 650px;
    min-height: 600px;
    padding-right: 80px;
    padding-left: 80px;
    overflow: hidden;
}

.about-section p,
.about-section div {
    font-size: 12px !important;
    font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
}

.about-section .pieczatka {
    position: absolute;
    top: -85px;
    right: 76px;
    transform: rotate(30deg);
}

.about-section .pieczatka-btn-form:hover {
    top: 331px;
    left: 1px;
    cursor: pointer;
    max-width: 370px;
}

.about-section .about-img-wrapper img {
    width: 100%;
}

.about-section .about-img-wrapper .about-experience {
    width: 300px;
    border-radius: 27px;
    border: 5px solid #eff2f9;
    padding: 40px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px;
}

.about-section .about-img-wrapper .about-experience h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
    color: #fff;
}

.about-section .about-img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    background-color: #eee;
}

.about-section .pieczatka-btn-form {
    position: absolute;
}

@media (max-width: 991px) {
    .about-section p {
        font-size: 0.80em !important;
    }
}

@media only screen and (max-width: 505px) {
    .about-section .pieczatka-btn-form {
        top: 436px;
        left: 17px;
        width: 55%;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 437px;
        left: 17px;
        width: 55%;
    }
}

@media only screen and (min-width: 506px) and (max-width: 690px) {
    .about-section .pieczatka-btn-form {
        top: 436px;
        left: 17px;
        width: 55%;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 437px;
        left: 17px;
        width: 55%;
    }
}

@media only screen and (max-width: 690px) {
    .about-section .about-content-wrapper {
        overflow: hidden;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
    }

    .about-section .pieczatka {
        position: absolute;
        top: -55px;
        right: 5px;
        width: 35%;
    }

    .about-section .about-container {
        position: relative;
        top: -578px;
        margin-bottom: -590px;
    }
}

@media only screen and (min-width: 691px) and (max-width: 767px) {
    .about-section .about-content-wrapper {
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-section .pieczatka {
        position: absolute;
        top: -80px;
        right: -65px;
        width: 35%;
    }

    .about-section .pieczatka-btn-form {
        top: 470px;
        left: 17px;
        width: 55%;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 471px;
        left: 17px;
        width: 55%;
    }
}

@media (min-width: 1400px) {
    .about-section .pieczatka-btn-form {
        top: 93%;
        left: 27px;
        width: 370px;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 92%;
        left: 28px;
    }

    .about-section p,
    .about-section div {
        font-size: 18px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }

    .about-section .about-container {
        position: relative;
        top: -783px;
        margin-bottom: -687px;
    }

    .about-section .about-content-wrapper {
        max-width: 997px;
        max-height: 700px;
        min-height: 600px;
    }

    .about-section .about-wrapper {
        height: 610px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .about-section .pieczatka {
        right: -14px;
    }

    .about-section .pieczatka-btn-form {
        top: 93%;
        left: 27px;
        width: 370px;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 92%;
        left: 28px;
    }

    .about-section p,
    .about-section div {
        font-size: 18px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }

    .about-section .about-container {
        position: relative;
        top: -783px;
        margin-bottom: -687px;
    }

    .about-section .about-content-wrapper {
        max-width: 997px;
        max-height: 700px;
        min-height: 600px;
    }

    .about-section .about-wrapper {
        height: 610px;
    }
}

@media (min-width: 978px) and (max-width: 1199px) {
    .about-section .pieczatka {
        right: -39px;
    }

    .about-section .pieczatka-btn-form {
        top: 92%;
        left: 27px;
        width: 370px;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 92%;
        left: 28px;
    }

    .about-section p,
    .about-section div {
        font-size: 15px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }
}

@media (min-width: 768px) and (max-width: 977px) {
    .about-section .pieczatka-btn-form {
        top: 95%;
        left: 20px;
        width: 268px;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 95%;
        left: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-section .about-content-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }

    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        width: 100%;
    }

    .about-section {
        padding: 40px 0;
    }

    .about-section .about-img-wrapper .about-experience {
        right: 40px;
    }

    .about-section .pieczatka {
        right: -75px;
    }

    .about-section p,
    .about-section div {
        font-size: 14px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }

    .about-section .about-container {
        top: -710px;
        margin-bottom: -641px;
    }

    .about-section .about-wrapper {
        height: 605px;
    }
}

@media (max-width: 767px) {
    .about-section .about-content-wrapper {
        max-height: 880px;
        min-height: 600px;
    }

    .about-section {
        padding: 40px 0;
    }

    .about-section .about-img-wrapper {
        top: 0;
        width: 100%;
    }

    .about-section .about-img-wrapper .about-experience {
        right: 40px;
    }

    .about-section .pieczatka-btn-form {
        top: 98%;
        left: 20px;
        width: 205px;
    }

    .about-section .pieczatka-btn-form:hover {
        cursor: pointer;
        top: 98%;
        left: 21px;
        width: 205px;
    }

    .about-section p,
    .about-section div {
        font-size: 14px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }
}

@media (min-width: 436px) and (max-width: 766px) {

    .about-section p,
    .about-section div {
        font-size: 14px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }
}

@media (max-width: 435px) {

    .about-section p,
    .about-section div {
        font-size: 12px !important;
        font-family: MontserratMedium, Verdana, Geneva, Tahoma, sans-serif !important;
    }
}

/*===========================
    SUBPAGE 
===========================*/
.subpage-section {
    background: #FFF;
    padding: 40px 0;
    position: relative;
}

.subpage-section h1 {
    font-size: 56px;
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif
}

.subpage-section .subpage-img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    max-height: 600px;
    overflow: hidden;
}

.subpage-section .subpage-img-wrapper img {
    width: 100%;
}

.subpage-section .subpage-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.subpage-pieczatka {
    position: absolute;
    bottom: -93px;
    right: 117px;
    width: 133px;
    transform: rotate(30deg);
}

.subpage-section-content {
    background-color: #fff;
}

.subpage-section .section-title img {
    width: 125px;
    margin-bottom: 12px;
}

.service-section .section-title h1 {
    color: black;
}

@media only screen and (max-width: 460px) {
    .subpage-section .subpage-container {
        top: 0;
    }

    .subpage-section .section-title {
        margin-top: 9px;
    }

    .subpage-section .section-title img {
        width: 88px;
        margin-bottom: 4px;
    }

    .subpage-section h1 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .subpage-section p {
        font-size: 12px;
        color: #fff;
        margin: 15px 25px;
    }

    .subpage-section .theme-btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    .subpage-pieczatka {
        bottom: -60px;
        right: 12px;
        width: 81px;
    }
}

@media only screen and (min-width: 461px) and (max-width: 576px) {
    .subpage-section .subpage-container {
        top: 0;
    }

    .subpage-section h1 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .subpage-section p {
        font-size: 12px;
        color: #fff;
        margin: 10px 30px;
    }

    .subpage-section .theme-btn {
        padding: 5px 20px;
        font-size: 11px;
    }

    .subpage-pieczatka {
        bottom: -56px;
        right: 8px;
        width: 84px
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .subpage-section .subpage-container {
        top: 15%;
    }

    .subpage-section h1 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .subpage-section p {
        font-size: 13px;
        color: #fff;
        margin: 20px 50px;
    }

    .subpage-section .subpage-img-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .subpage-section .theme-btn {
        padding: 5px 20px;
        font-size: 12px;
    }

    .subpage-pieczatka {
        bottom: -10px;
        right: -58px;
        width: 84px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subpage-section .subpage-container {
        top: 15%;
    }

    .subpage-section .subpage-img-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .subpage-section h1 {
        font-size: 35px;
    }

    .subpage-section p {
        font-size: 18px;
    }

    .subpage-pieczatka {
        bottom: -32px;
        right: -13px;
        width: 115px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .subpage-section .subpage-container {
        top: 20%;
    }

    .subpage-section h1 {
        font-size: 35px;
    }

    .subpage-section p {
        font-size: 18px;
    }

    .subpage-pieczatka {
        bottom: -74px;
        right: 99px;
        width: 115px;
    }

}

@media only screen and (min-width: 1101px) {
    .subpage-section p {
        font-size: 20px;
    }

    .subpage-section .subpage-container {
        top: 22%;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .subpage-section h1 {
        font-size: 45px;
    }

    .subpage-section p {
        font-size: 20px;
    }

    .subpage-section .subpage-container {
        top: 24%;
    }
}

@media only screen and (min-width: 1201px) {
    .subpage-section h1 {
        font-size: 56px;
    }

    .subpage-section p {
        font-size: 24px;
    }

    .subpage-section .subpage-container {
        top: 20%;
    }
}


.sprzedaj-section-content p {
    font-size: 18px !important;
    line-height: 25px !important;
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif;
}

@media only screen and (min-width: 461px) and (max-width: 576px) {
    .sprzedaj-section-content p {
        font-size: 25px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .sprzedaj-section-content p {
        font-size: 27px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sprzedaj-section-content p {
        font-size: 28px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .sprzedaj-section-content p {
        font-size: 29px !important;
        line-height: 40px !important;
    }
}

@media only screen and (min-width: 1101px) {
    .sprzedaj-section-content p {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

/*===========================
    Satisfaction 
===========================*/
.satisfaction-section {
    background: #FFF;
    padding: 40px 0;
    position: relative;
}

.satisfaction-section .satisfaction-img-wrapper {
    position: relative;
    top: 0;
    left: 0;
}

.satisfaction-section h3 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: MontserratBold, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.satisfaction-section p {
    font-size: 20px;
    color: #fff;
    margin: 40px 100px;
}

.satisfaction-section p {
    font-size: 24px;
}

.satisfaction-section .satisfaction-img-wrapper img {
    width: 100%;
}

.satisfaction-section .satisfaction-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 460px) {
    .satisfaction-section .satisfaction-container {
        top: 30px;
    }

    .satisfaction-section .section-title {
        margin-top: 20px;
    }

    .satisfaction-section h3 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .satisfaction-section p {
        font-size: 12px;
        color: #fff;
        margin: 15px 25px;
    }

    .satisfaction-section .theme-btn {
        padding: 5px 15px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 461px) and (max-width: 576px) {
    .satisfaction-section .satisfaction-container {
        top: 18%;
    }

    .satisfaction-section h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .satisfaction-section p {
        font-size: 12px;
        color: #fff;
        margin: 10px 30px;
    }

    .satisfaction-section .theme-btn {
        padding: 5px 20px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .satisfaction-section .satisfaction-container {
        top: 15%;
    }

    .satisfaction-section h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .satisfaction-section p {
        font-size: 13px;
        color: #fff;
        margin: 20px 50px;
    }

    .satisfaction-section .satisfaction-img-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .satisfaction-section .theme-btn {
        padding: 5px 20px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .satisfaction-section .satisfaction-container {
        top: 15%;
    }

    .satisfaction-section .satisfaction-img-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .satisfaction-section h3 {
        font-size: 35px;
    }

    .satisfaction-section p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .satisfaction-section .satisfaction-container {
        top: 30%;
    }

    .satisfaction-section h3 {
        font-size: 35px;
    }

    .satisfaction-section p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1101px) {
    .satisfaction-section h3 {
        font-size: 50px;
    }

    .satisfaction-section p {
        font-size: 20px;
    }

    .satisfaction-section .satisfaction-container {
        top: 32%;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .satisfaction-section h3 {
        font-size: 50px;
    }

    .satisfaction-section p {
        font-size: 20px;
    }

    .satisfaction-section .satisfaction-container {
        top: 30%;
    }
}

@media only screen and (min-width: 1201px) {
    .satisfaction-section h3 {
        font-size: 55px;
    }

    .satisfaction-section p {
        font-size: 24px;
    }

    .satisfaction-section .satisfaction-container {
        top: 34%;
    }
}

.satisfaction-section-content {
    background-color: #fff;
}

/*===========================
    Map contact
===========================*/
#contact {
    position: absolute;
    top: -135px;
}

.map-contact-section {
    background-color: #fbf6f4;
}

.map-contact-section .section-content {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map-contact-section h2 {
    color: #000;
    padding: 10px 0;
}

.map-contact-section p {
    font-size: 20px;
}

.map-contact-section p a {
    color: #111;
}

.map-contact-section p a:hover {
    color: #ff6700;
}

.map-contact-section .pieczatka {
    position: absolute;
    display: block;
    top: -177px;
    right: 50px;
    transform: rotate(30deg);
}

@media only screen and (max-width: 576px) {
    .map-contact-section .pieczatka {
        display: none;
    }

    .map-contact-section .section-content {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .map-contact-section .pieczatka {
        width: 45%;
    }
}

/*===========================
    Service 
===========================*/
.service-section {
    background: #FFF;
}

.service-section .service-box img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*===========================
    Contact 
===========================*/
.contact-section {
    position: relative;
    z-index: 3;
}

.contact-section.cta-bg {
    clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
    z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section.cta-bg {
        clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
    }
}

@media (max-width: 767px) {
    .contact-section.cta-bg {
        clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
    }
}

.contact-section.cta-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to left, rgba(111, 88, 232, 0.18) 0%, #3763eb 100%);
}

.contact-section .contact-item-wrapper .contact-item {
    display: flex;
    border: 1px solid #F4EEFB;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
    -webkit-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
    box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-section .contact-item-wrapper .contact-item {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column;
    }
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(#3763eb 0%, #6f58e8 100%);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-section .contact-item-wrapper .contact-item .contact-content {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section .contact-item-wrapper .contact-item .contact-content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-item-wrapper .contact-item .contact-content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    font-size: 20px;
    color: #3763EB;
    margin-bottom: 10px;
}

/*===========================
    Footer 
===========================*/
.footer {
    position: relative;
    z-index: 2;
    background: #1142cb;
}

.footer .footer-widget .footer-desc {
    line-height: 30px;
}

.footer .footer-widget h4 {
    margin-bottom: 35px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .footer-widget h4 {
        font-size: 22px;
    }
}

.footer .footer-widget ul.footer-links li a {
    color: #fff;
    display: block;
    line-height: 25px;
    transition: all .3s;
    font-size: 14px;
    text-transform: uppercase;
}

.footer .footer-widget ul.footer-links li a:hover {
    color: #ccc;
}

.footer .footer-widget ul li {
    list-style: none;
}

.footer .footer-widget .footer-contact li p {
    line-height: 35px;
}

.footer .copyright-area {
    padding: 15px 0;
    font-size: 12px;
    color: #ccc;
    position: relative;
    z-index: 2;
}

.footer .copyright-area p {
    text-align: left;
    color: #111;
    font-size: 12px;
}

@media (max-width: 767px) {
    .footer .copyright-area p {
        font-size: 11px;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer .copyright-area p {
        font-size: 11px;
    }
}

.footer .copyright-area p a {
    color: #111;
}

.footer .copyright-area p a:hover {
    color: #111;
}

@media (max-width: 767px) {
    .footer-social-links {
        margin-bottom: 15px;
    }
}

.footer-social-links ul {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .footer-social-links ul {
        justify-content: center;
    }
}

.footer-social-links ul li {
    display: inline-block;
}

.footer-social-links ul li a {
    width: 45px;
    height: 45px;
    border-radius: 0;
    text-align: center;
    line-height: 45px;
    display: block;
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .footer-social-links ul li a {
        padding: 0 7px;
        margin-right: 3px;
    }
}

.footer-social-links ul li a:hover {
    color: #ccc;
}

@media (max-width: 575px) {
    .footer-widget {
        justify-content: center;
    }

    .footer-widget ul {
        text-align: center;
    }
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}