@import url("https://fonts.googleapis.com/css?family=Titillium%20Web:200,300,300i,400,400i,600,600i,700,700i,900");

:root {
    --global--color-primary: #d1aa35;
    --global--color-primary-alt: #9bcb3b;
    --global--color-primary-darken: #6c7077;
    --global--color-primary-light: #e6f8fb;
    --global--color-secondary: #000;
    --global--color-heading: #a88316;
    --global--color-heading-darken: #435ba1;
    --global--color-heading-light: #1d2a4d;
    --global--color-body: #a88316;
    --global--color-white: #ffffff;
    --global--color-black: #000;
    --global--color-border: #e6eaef;
    --global--color-gray: #f9f9f9;
    --global--color-gray-darken: #9aaabb;
    --global--color-gray-light: #e6e8eb;
    --global--color-red: #2154a5;
    --global--font-body: 'Titillium Web', sans-serif;
    --global--font-heading: 'Titillium Web', sans-serif;
    --global--font-secondary: 'Roboto', sans-serif;
}

/*------------------------------------*\
		#RESET
\*------------------------------------*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

*,
:active,
:focus {
    outline: none !important;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

::-moz-selection {
    text-shadow: none;
}

::-webkit-selection {
    text-shadow: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 0;
}

textarea {
    resize: none;
}

/*------------------------------------*\
		#GLOBAL STYLES
\*------------------------------------*/
body,
html {
    overflow-x: hidden;
}

body {
    background-color:  var(--global--color-white);
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--global--color-body);
    margin: 0;
}

.wrapper {
    background-color: var(--global--color-white);
}

.wrapper.sidearea-active .sidearea-overlay::before {
    visibility: visible;
    opacity: 1;
    right: 0;
}

::-moz-selection {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    text-shadow: none;
}

::selection {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    text-shadow: none;
}

a {
    color: var(--global--color-primary);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.fullscreen {
    height: 100vh !important;
}

section {
    background-color: var(--global--color-white);
    padding: 60px 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    section {
        padding: 70px 0;
    }
}

hr {
    background-color: #eaeaea;
    border-color: #eaeaea;
    margin: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}

/*------------------------------------*\
		#TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 28px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}

p {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

/* Aligning Text */
.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}

/* Weight Text */
.bold {
    font-weight: bold !important;
}

.regular {
    font-weight: normal !important;
}

.medium {
    font-weight: 500 !important;
}

.italic {
    font-style: normal;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

/* Text Color */
.text-white {
    color: var(--global--color-white) !important;
}

.text-gray {
    color: var(--global--color-gray) !important;
}

.text-black {
    color: var(--global--color-heading);
}

.text-theme {
    color: var(--global--color-primary) !important;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: var(--global--font-heading);
}

.font-heading {
    font-family: var(--global--font-heading);
}

.font-18 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}

.higlighted-style1 {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: var(--global--color-gray);
    color: var(--global--color-primary);
    padding: 5px 0;
}

/*------------------------------------*\
		#COLORS
\*------------------------------------*/
.color-heading {
    color: var(--global--color-heading) !important;
}

.color-theme {
    color: var(--global--color-primary) !important;
}

.color-white {
    color: var(--global--color-white) !important;
}

.color-gray {
    color: var(--global--color-gray) !important;
}

/*------------------------------------*\
		#Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

/* All margin */
.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}

/* top margin */
.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px;
}

/* bottom margin */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
    margin-right: 0;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-150 {
    margin-right: 150px;
}

/* left margin */
.ml-0 {
    margin-left: 0;
}

.ml-xs {
    margin-left: 10px;
}

.ml-sm {
    margin-left: 20px;
}

.ml-md {
    margin-left: 40px;
}

.ml-lg {
    margin-left: 80px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-150 {
    margin-left: 150px;
}

/* All padding */
.p-0 {
    padding: 0 !important;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}

/* top padding */
.pt-0 {
    padding-top: 0 !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

/* bottom padding */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

/* right padding */
.pr-0 {
    padding-right: 0;
}

.pr-xs {
    padding-right: 10px;
}

.pr-sm {
    padding-right: 20px;
}

.pr-md {
    padding-right: 40px;
}

.pr-lg {
    padding-right: 80px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px;
}

/* left padding */
.pl-0 {
    padding-left: 0;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

/* Postions */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

/* Zindex*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Borders */
.border-all {
    border: 1px solid var(--global--color-primary);
}

.border-top {
    border-top: 1px solid var(--global--color-primary);
}

.border-bottom {
    border-bottom: 1px solid var(--global--color-primary);
}

.border-right {
    border-right: 1px solid var(--global--color-primary);
}

.border-left {
    border-left: 1px solid var(--global--color-primary);
}

/* Display */
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }

    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mb-30-xs {
        margin-bottom: 30px !important;
    }

    .mb-40-xs {
        margin-bottom: 40px !important;
    }

    .mb-50-xs {
        margin-bottom: 50px;
    }

    .mb-60-xs {
        margin-bottom: 60px !important;
    }

    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }

    .mb-0-sm {
        margin-bottom: 0;
    }

    .mb-15-sm {
        margin-bottom: 15px;
    }

    .mb-30-sm {
        margin-bottom: 30px !important;
    }

    .mb-40-sm {
        margin-bottom: 40px;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }

    .mb-60-sm {
        margin-bottom: 60px;
    }

    .pb-15-sm {
        padding-bottom: 15px;
    }

    .pb-30-sm {
        padding-bottom: 30px;
    }

    .pb-50-sm {
        padding-bottom: 50px;
    }

    .pb-60-sm {
        padding-bottom: 60px;
    }

    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }

    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}

.border-b {
    border-bottom: 1px solid var(--global--color-gray);
}

.mt--80 {
    margin-top: -80px;
}

.p-0 {
    padding: 0;
}

.pt-200 {
    padding-top: 200px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-55 {
    padding-top: 55px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-225 {
    padding-top: 225px;
}

.pt-240 {
    padding-top: 240px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-260 {
    padding-top: 260px;
}

.pt-265 {
    padding-top: 265px;
}

.pt-300 {
    padding-top: 300px;
}

.pt-355 {
    padding-top: 355px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-380 {
    padding-top: 380px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mt--7 {
    margin-top: -7px;
}

.overflow-visible {
    overflow: visible;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

/*------------------------------------*\
		#Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-content {
    padding: 120px 100px 110px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 125px 18px 0 !important;
    }
}

/* Postion Helpers */
.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {

    .hidden-lg,
    .hidden-md {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*------------------------------------*\
		#Blockquotes
\*------------------------------------*/
.blockquote,
blockquote {
    font-size: 20px;
    font-family: var(--global--font-heading);
    color: var(--global--color-body);
    font-style: normal;
    line-height: 28px;
    font-weight: 500;
    padding: 30px 0 30px 30px;
    position: relative;
    border-left: 6px solid var(--global--color-heading);
}

.blockquote .quote-author,
blockquote .quote-author {
    font-family: var(--global--font-heading);
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: var(--global--color-heading);
    margin-top: 18px;
}

.blockquote .author,
blockquote .author {
    font-family: var(--global--font-body);
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    color: var(--global--color-heading);
    margin-top: 18px;
}

.blockquote-1 {
    border-left: 6px solid var(--global--color-heading);
}

.blockquote-2 {
    position: relative;
    border-left: none;
}

.blockquote-2::before,
.blockquote-2::after {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    color: var(--global--color-primary);
    line-height: 1.8;
    font-weight: 600;
}

.blockquote-2::before {
    content: "\f10d";
    top: 0;
    left: 0;
}

.blockquote-2::after {
    content: "\f10e";
    right: 0;
    bottom: 0;
}

.blockquote-3 {
    background-color: var(--global--color-heading);
}

.blockquote-3 .author {
    color: var(--global--color-body);
}

/*------------------------------------*\
		#BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: var(--global--color-primary) !important;
}

.bg-gray {
    background-color: #f3f7fb !important;
}

.bg-dark-gray {
    background-color: #3a3a3a;
}

.bg-dark {
    background-color: #222222 !important;
}

/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-2:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-light:before {
    background-color: var(--global--color-white);
    opacity: 0.8;
}

.bg-overlay-dark:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#021c37), color-stop(6.74%, #041c35), color-stop(74.68%, rgba(21, 27, 33, 0)), to(rgba(27, 26, 26, 0)));
    background: -o-linear-gradient(#021c37 0%, #041c35 6.74%, rgba(21, 27, 33, 0) 74.68%, rgba(27, 26, 26, 0) 100%);
    background: linear-gradient(#021c37 0%, #041c35 6.74%, rgba(21, 27, 33, 0) 74.68%, rgba(27, 26, 26, 0) 100%);
    opacity: 0.7;
}

.bg-overlay-dark-2:before {
    background-color: #041c3538;
}

.bg-overlay-dark-3:before {
    background-color: #032b56;
    opacity: 0.149;
}

.bg-overlay-theme-secondary:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #1d65b9), to(#1d65b9));
    background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
    background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
}

.bg-overlay-theme-secondary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 115, 211, 0.85);
    z-index: 0;
}

.bg-overlay-theme-dark:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 101, 185, 0)), color-stop(0%, rgba(6, 52, 100, 0)), color-stop(16.43%, rgba(6, 52, 100, 0)), color-stop(97.66%, #063464), to(#063464));
    background: -o-linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(6, 52, 100, 0) 0%, rgba(6, 52, 100, 0) 16.43%, #063464 97.66%, #063464 100%);
    background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(6, 52, 100, 0) 0%, rgba(6, 52, 100, 0) 16.43%, #063464 97.66%, #063464 100%);
}

.bg-overlay-theme-dark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 52, 100, 0.95);
    z-index: 0;
}

.bg-overlay-theme-light:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 101, 185, 0)), color-stop(0%, rgba(155, 203, 59, 0)), color-stop(16.43%, rgba(155, 203, 59, 0)), color-stop(97.66%, #9bcb3b), to(#9bcb3b));
    background: -o-linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
    background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
}

.bg-overlay-theme-light::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(155, 203, 59, 0.95);
    z-index: 0;
}

.bg-overlay-theme-light:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 101, 185, 0)), color-stop(0%, rgba(155, 203, 59, 0)), color-stop(16.43%, rgba(155, 203, 59, 0)), color-stop(97.66%, #9bcb3b), to(#9bcb3b));
    background: -o-linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
    background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
}

.bg-overlay-theme-light::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(155, 203, 59, 0.95);
    opacity: 0.8;
    z-index: 0;
}

.bg-overlay-theme-light-inversed:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 152, 48, 0)), color-stop(0%, rgba(155, 203, 59, 0)), color-stop(16.43%, rgba(155, 203, 59, 0)), color-stop(97.66%, #9bcb3b), to(#9bcb3b));
    background: -o-linear-gradient(rgba(60, 152, 48, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
    background: linear-gradient(rgba(60, 152, 48, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
}

.bg-overlay-theme-light-inversed::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(155, 203, 59, 0.95);
    z-index: 0;
}

.bg-overlay-theme-primary:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(29, 101, 185, 0)), color-stop(100%, rgba(29, 101, 185, 0)), color-stop(84.57%, rgba(29, 101, 185, 0)), color-stop(97.66%, #1d65b9), to(#1d65b9));
    background: -o-linear-gradient(rgba(29, 101, 185, 0) 100%, rgba(29, 101, 185, 0) 100%, rgba(29, 101, 185, 0) 84.57%, #1d65b9 97.66%, #1d65b9 100%);
    background: linear-gradient(rgba(29, 101, 185, 0) 100%, rgba(29, 101, 185, 0) 100%, rgba(29, 101, 185, 0) 84.57%, #1d65b9 97.66%, #1d65b9 100%);
}

.bg-overlay-theme-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 101, 185, 0.95);
    z-index: 0;
}

.bg-overlay-theme-primary-light:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(155, 203, 59, 0)), color-stop(0%, rgba(68, 214, 254, 0)), color-stop(16.43%, rgba(68, 214, 254, 0)), color-stop(97.66%, #e30909), to(#e30909));
    background: -o-linear-gradient(rgba(155, 203, 59, 0) 0%, rgba(68, 214, 254, 0) 0%, rgba(68, 214, 254, 0) 16.43%, #e30909 97.66%, #e30909 100%);
    background: linear-gradient(rgba(155, 203, 59, 0) 0%, rgba(68, 214, 254, 0) 0%, rgba(68, 214, 254, 0) 16.43%, #e30909 97.66%, #e30909 100%);
}

.bg-overlay-theme-primary-light::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 214, 254, 0.9);
    z-index: 0;
}

.bg-overlay-dark-slider:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#021c37), color-stop(6.74%, #041c35), color-stop(74.68%, rgba(21, 27, 33, 0)), to(rgba(27, 26, 26, 0)));
    background: -o-linear-gradient(#021c37 0%, #041c35 6.74%, rgba(21, 27, 33, 0) 74.68%, rgba(27, 26, 26, 0) 100%);
    background: linear-gradient(#021c37 0%, #041c35 6.74%, rgba(21, 27, 33, 0) 74.68%, rgba(27, 26, 26, 0) 100%);
    opacity: 0.45;
}

.bg-overlay-dark-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 43, 86, 0.25);
}

.bg-overlay-theme:before {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #13C1D9BF), color-stop(70%, var(--global--color-primary)));
    background-image: -o-linear-gradient(right, #13C1D9BF 18%, var(--global--color-primary) 70%);
    background-image: linear-gradient(-90deg, #13C1D9BF 18%, var(--global--color-primary) 70%);
}

.bg-overlay-theme2:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 22, 51, 0)), color-stop(0%, #1d294d));
    background-image: -o-linear-gradient(bottom, rgba(6, 22, 51, 0) 0%, #1d294d 0%);
    background-image: linear-gradient(0deg, rgba(6, 22, 51, 0) 0%, #1d294d 0%);
}

.bg-overlay-theme3:before {
    background: #1D2A4DF0;
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #1d2a4d 80%);
}

.bg-overlay-video:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 23, 51, 0)), color-stop(62%, rgba(29, 42, 77, 0)), color-stop(97%, #1d2a4d));
    background-image: -o-linear-gradient(top, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 62%, #1d2a4d 97%);
    background-image: linear-gradient(180deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 62%, #1d2a4d 97%);
}

/* Background Video */
.bg-video {
    position: relative;
}

.bg-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
}

.bg-video h2 {
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 5;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bg-animate {
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 30s linear infinite;
    animation: animatedBackground 30s linear infinite;
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

/* Elements Background */
.el-bg {
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-bg h2 {
    color: var(--global--color-white);
}

/*------------------------------------*\
		#BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*------------------------------------*\
		#BUTTONS
\*------------------------------------*/
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
    width: 170px;
    height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    color: var(--global--color-white);
    padding: 0 30px;
}

.btn.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus,
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn::before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0px;
    left: 0px;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -o-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    border-radius: inherit;
}

.btn:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

/* Button Primary */
.btn--primary {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
}

.btn--primary::before {
    background-color: var(--global--color-secondary);
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    border-color: var(--global--color-secondary);
    color: var(--global--color-white);
}

.btn--primary.btn--inversed::before {
    background-color: var(--global--color-white);
}

.btn--primary.btn--inversed:active,
.btn--primary.btn--inversed:focus,
.btn--primary.btn--inversed:hover {
    border-color: var(--global--color-white);
    color: var(--global--color-heading);
}

/* Button Secondary*/
.btn--secondary {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
}

.btn--secondary::before {
    background-color: var(--global--color-primary);
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    color: var(--global--color-white);
}

.btn--secondary.btn--inversed::before {
    background-color: var(--global--color-heading-darken);
}

.btn--secondary.btn--inversed:active,
.btn--secondary.btn--inversed:focus,
.btn--secondary.btn--inversed:hover {
    color: var(--global--color-white);
}

.btn--secondary-dark {
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
}

.btn--secondary-dark::before {
    background-color: var(--global--color-primary);
}

.btn--secondary-dark:active,
.btn--secondary-dark:focus,
.btn--secondary-dark:hover {
    color: var(--global--color-white);
}

.btn--secondary-dark.btn--inversed::before {
    background-color: var(--global--color-heading-darken);
}

.btn--secondary-dark.btn--inversed:active,
.btn--secondary-dark.btn--inversed:focus,
.btn--secondary-dark.btn--inversed:hover {
    color: var(--global--color-white);
    border-color: var(--global--color-heading-darken);
}

/* Button Secondary*/
.btn--alternative {
    background-color: var(--global--color-primary-alt);
    color: var(--global--color-white);
}

.btn--alternative::before {
    background-color: var(--global--color-primary);
}

.btn--alternative:active,
.btn--alternative:focus,
.btn--alternative:hover {
    color: var(--global--color-white);
}

.btn--alternative.btn--inversed::before {
    background-color: var(--global--color-heading-darken);
}

.btn--alternative.btn--inversed:active,
.btn--alternative.btn--inversed:focus,
.btn--alternative.btn--inversed:hover {
    color: var(--global--color-white);
    border-color: var(--global--color-heading-darken);
}

/* Button White */
.btn--white {
    background-color: var(--global--color-white);
    color: #063464;
}

.btn--white::before {
    background-color: var(--global--color-heading);
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    color: var(--global--color-white);
}

/* Button Transparent */
.btn--transparent {
    background-color: transparent;
    color: var(--global--color-white);
    border: 2px solid transparent;
}

.btn--transparent::before {
    content: unset;
}

.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover {
    color: var(--global--color-white);
}

.btn--transparent.btn--primary {
    border-color: var(--global--color-primary);
}

.btn--transparent.btn--primary:active,
.btn--transparent.btn--primary:focus,
.btn--transparent.btn--primary:hover {
    background-color: var(--global--color-primary);
}

.btn--transparent.btn--white {
    border-color: var(--global--color-white);
}

.btn--transparent.btn--white:active,
.btn--transparent.btn--white:focus,
.btn--transparent.btn--white:hover {
    border-color: var(--global--color-primary);
    background-color: var(--global--color-primary);
}

/* Buttons Custom */
.btn--danger {
    background-color: #dd3333;
    color: var(--global--color-white);
}

.btn--danger:active,
.btn--danger:focus,
.btn--danger:hover {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    border-color: var(--global--color-secondary);
}

.btn--success {
    background-color: #81d742;
    color: var(--global--color-white);
}

.btn--success:active,
.btn--success:focus,
.btn--success:hover {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    border-color: var(--global--color-secondary);
}

.btn--prime {
    background-color: #1e73be;
    color: var(--global--color-white);
}

.btn--prime:active,
.btn--prime:focus,
.btn--prime:hover {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    border-color: var(--global--color-secondary);
}

.btn--purble {
    background-color: #8224e3;
    color: var(--global--color-white);
}

.btn--purble:active,
.btn--purble:focus,
.btn--purble:hover {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    border-color: var(--global--color-secondary);
}

/* Button Fluid */
.btn--block {
    width: 100%;
}

/*Button Auto */
.btn--auto {
    width: auto;
    padding: 0 20px;
}

/* Button Rounded */
.btn--rounded {
    border-radius: 50px;
}

/* Buttons Shadow */
.btn-shadow {
    -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

.btn-shadow-hover:hover,
.btn-shadow-hover:active,
.btn-shadow-hover:focus {
    -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

/* Button Bordered */
.btn--bordered {
    background-color: var(--global--color-white);
    color: var(--global--color-white);
    border: 2px solid transparent;
}

.btn--bordered::before {
    content: unset;
}

.btn--bordered.btn--primary {
    color: var(--global--color-primary);
    border-color: var(--global--color-primary);
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    border-color: var(--global--color-primary);
}

.btn--bordered.btn--secondary {
    color: var(--global--color-heading);
    border-color: #cdd6e0;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
}

.btn--bordered.btn--white {
    color: var(--global--color-white);
    border-color: var(--global--color-white);
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: var(--global--color-primary);
    background-color: var(--global--color-white);
    border-color: var(--global--color-white);
}

.btn--slide :last-of-type {
    margin-left: -6px;
}

.btn--slide-wide {
    width: 270px;
}

@media screen and (max-width: 360px) {
    .btn--slide-wide {
        width: 240px;
    }
}

.btn-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: url("../images/video/bg.html") no-repeat;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-video:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.btn-video .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 76px;
    height: 76px;
    background: var(--global--color-white);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.btn-video .icon svg {
    color: #063464;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-transparent {
    color: var(--global--color-primary);
    border-color: var(--global--color-primary);
    background-color: transparent;
}

.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
}

/* Buttons Sizes */
.btn-small {
    width: 170px;
    height: 41px;
    line-height: 41px;
}

.btn-super {
    width: 170px;
    height: 61px;
    line-height: 61px;
}

/*------------------------------------*\
		#FORMS
\*------------------------------------*/
form {
    position: relative;
}

form .col-12 {
    position: relative;
}

.form-control {
    color: var(--global--color-body);
    font-size: 14px;
    font-weight: 400;
    height: 55px;
    line-height: 1;
    border-radius: 4px;
    border: none;
    background-color: transparent;
    border: 2px solid #e6eaef;
    padding-left: 25px;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: var(--global--color-heading);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    font-size: 14px;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    font-size: 14px;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    text-transform: capitalize;
}

.form-control.nice-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-control.nice-select::after {
    width: 7px;
    height: 7px;
    border-color: #1e4873;
    right: 20px;
}

.form-control.nice-select.open .list {
    width: 100%;
}

.form-control.nice-select .current {
    text-transform: capitalize;
}

.form-control.nice-select .list li {
    text-transform: capitalize;
}

.form-control+.error {
    position: absolute;
    bottom: 11px;
    left: 17px;
    color: red;
}

.form-control.error {
    border-color: red;
}

.form-label {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: #1e4873;
    margin-bottom: 9px;
}

.custom-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
    .custom-radio-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.custom-radio-group .custom-control {
    position: relative;
    min-height: 0;
    margin-right: 23px;
    margin-bottom: 14px;
}

.custom-radio-group .custom-control .custom-control-input {
    opacity: 0;
}

.custom-radio-group .custom-control .custom-control-input:checked~label::after {
    background-color: #1e4873;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.custom-radio-group .custom-control label {
    font-size: 14px;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: var(--global--color-body);
    margin-bottom: 0;
    line-height: 1.9;
    text-transform: capitalize;
    cursor: pointer;
    padding-left: 10px;
}

.custom-radio-group .custom-control label::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 4px;
    border: 2px solid #e6eaef;
    width: 17px;
    height: 17px;
}

.custom-radio-group .custom-control label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    left: 5px;
    top: 9px;
    background-color: transparent;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

textarea.form-control {
    height: 155px;
    padding-top: 18px;
}

.form-select {
    position: relative;
}

.form-select i {
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    line-height: 49px;
    right: 20px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: var(--global--color-body);
}

.form-select select {
    line-height: 1;
    color: var(--global--color-body);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Input Checkbox */
.input-checkbox {
    margin-bottom: 30px;
}

.input-checkbox p {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}

.label-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 2;
}

.label-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.label-checkbox .check-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #e1e3e3;
    border-radius: 2px;
}

.label-checkbox .check-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid var(--global--color-primary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-checkbox input:checked~.check-indicator {
    background: var(--global--color-white);
}

.label-checkbox input:checked~.check-indicator:after {
    display: block;
}

/*------------------------------------*\
		#Lists
\*------------------------------------*/
ul.list-icons {
    padding: 0;
    font-size: 14px;
    list-style-type: none;
}

ul.list-icons li {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    position: relative;
}

ul.list-icons li i {
    font-size: 14px;
    color: var(--global--color-heading);
    margin-right: 10px;
}

/*------------------------------------*\
		#Tabs
\*------------------------------------*/
.tabs .tab-content>.tab-pane {
    font-family: var(--global--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.tabs-1 .nav-pills .nav-link.active,
.tabs-1 .nav-pills .show>.nav-link {
    color: var(--global--color-primary);
    border-color: var(--global--color-primary);
}

.tabs-1 .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs-1 .nav-pills .nav-link {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 0;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tabs-1 .nav-pills .nav-link:hover {
    color: var(--global--color-primary);
    border-color: var(--global--color-primary);
}

.tabs-2 .nav-pills .nav-link.active,
.tabs-2 .nav-pills .show>.nav-link {
    color: var(--global--color-primary);
}

.tabs-2 .nav-pills .nav-link.active i,
.tabs-2 .nav-pills .show>.nav-link i {
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
}

.tabs-2 .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs-2 .nav-pills .nav-link {
    border: 0;
    background-color: transparent;
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 0;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tabs-2 .nav-pills .nav-link i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 25px;
    margin-bottom: 15px;
}

.tabs-2 .nav-pills .nav-link:hover {
    color: var(--global--color-primary);
}

.tabs-2 .nav-pills .nav-link:hover i {
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
}

/*------------------------------------*\
		#Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    padding: 25px 25px 18px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #cdd6e0;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 30px;
}

.accordion .card.active-acc,
.accordion .card:first-of-type.active-acc,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc {
    border-color: var(--global--color-secondary);
}

.accordion .card.active-acc .card-heading .card-link,
.accordion .card:first-of-type.active-acc .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link {
    color: var(--global--color-secondary);
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
    padding-bottom: 4px;
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
    font-family: var(--global--font-heading);
    font-size: 18px;
    font-weight: 500;
    color: #1e4873;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

.accordion .card .card-heading .card-link:hover,
.accordion .card:first-of-type .card-heading .card-link:hover,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover {
    color: #1e4873;
}

.accordion .card .card-heading .card-link::after,
.accordion .card:first-of-type .card-heading .card-link::after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::after {
    /* symbol for "opening" cards */
    content: "\f068";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    margin-left: 10px;
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
}

.accordion .card .card-heading .card-link.collapsed::after,
.accordion .card:first-of-type .card-heading .card-link.collapsed::after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::after {
    /* symbol for "collapsed" cards */
    content: "\f067";
    color: #1e4873;
    background-color: transparent;
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 7px 0 5px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/*------------------------------------*\
		#POPUP
\*------------------------------------*/
.mfp-bg {
    z-index: 1543;
}

.mfp-wrap {
    z-index: 1642;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/*------------------------------------*\
		#PAGINATION
\*------------------------------------*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    border-radius: 0;
}

.pagination li {
    margin-right: 10px;
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--global--color-white);
    color: var(--global--color-heading);
    font-family: var(--global--font-body);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 2px solid #cdd6e0;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.pagination li a:hover,
.pagination li span:hover {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    border-color: var(--global--color-secondary);
}

.pagination li a i,
.pagination li span i {
    font-size: 12px;
}

.pagination li a.current,
.pagination li span.current {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    border-color: var(--global--color-secondary);
}

/*------------------------------------*\
		#ALERT MESSAGE
\*------------------------------------*/
.alerts {
    background-color: var(--global--color-gray);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
}

.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: var(--global--color-primary);
    border-radius: 2px 1px 1px 2px;
    text-align: center;
    position: absolute;
}

.alerts .alert-icon i {
    color: var(--global--color-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.alerts .alert-content {
    padding-left: 68px;
}

.alerts .alert-content h4 {
    color: var(--global--color-primary);
    font-size: 15px;
    font-weight: 800;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -6px;
}

.alerts .alert-content p {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.alerts.alert-warning h4 {
    color: #8a6d3b;
}

.alerts.alert-warning .alert-icon {
    background-color: #fcf8e3;
}

.alerts.alert-warning .alert-icon i {
    color: #8a6d3b;
}

.alerts.alert-danger h4 {
    color: #a94442;
}

.alerts.alert-danger .alert-icon {
    background-color: #f2dede;
}

.alerts.alert-danger .alert-icon i {
    color: #a94442;
}

.alert {
    font-size: 16px;
    font-family: var(--global--font-body);
}

/* Subscribe Alert */
.subscribe-alert {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-animation: alertfadein .35s ease .5s both;
    animation: alertfadein .35s ease .5s both;
}

.subscribe-alert .alert {
    margin: 0 auto;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    padding: 0 30px;
    color: var(--global--color-white);
}

.subscribe-alert .alert:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
}

.subscribe-alert .alert.alert-danger {
    background-color: #cc0000;
}

.subscribe-alert .alert.alert-success {
    background-color: #198c19;
}

@-webkit-keyframes alertfadein {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes alertfadein {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/* Contact Alert */
#contact-result .alert {
    margin: 10px auto;
    font-size: 12px;
}

/*------------------------------------*\
		#BACK TO TOP
\*------------------------------------*/
#back-to-top {
    z-index: 999;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    background-color: #032b56;
}

#back-to-top:hover {
    background-color: var(--global--color-primary);
}

/*------------------------------------*\
		#Page Loading
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: var(--global--color-white);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.preloader .dot1,
.preloader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--global--color-heading);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*------------------------------------*\
		#Header
\*------------------------------------*/
.header {
    height: 80px;
}

@media screen and (min-width: 992px) {
    .header {
        height: auto;
    }
}

.header .navbar-brand {
    padding: 0;
    margin: 0;
    margin-right: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .header .navbar-brand {
        margin-right: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .header .navbar-brand {
        border-right: 0px solid #000;
        height: 87px;
    }
}

@media screen and (min-width: 1200px) {
    .header .navbar-brand {
        height: 110px;
    }
}

@media screen and (max-width: 991.98px) {
    .header .navbar-brand {
        height: 80px;
    }
}

.header .navbar-brand .logo {
    max-width: 100%;
    width: 260px;
}

@media screen and (max-width: 991.98px) {
    .header .navbar-brand .logo {
        width: auto;
        height: 55px;
    }
}

.header.header-light {
    background-color: var(--global--color-white);
}

    .header.header-light .navbar {
        background-color: #000;
    }

.header.header-light .navbar .logo-dark {
    display: inline-block;
}

@media screen and (max-width: 991.98px) {
    .header.header-light .navbar .logo-dark {
        display: none;
    }
}

.header.header-light .navbar .logo-light {
    display: none;
}

.header.header-light .navbar .logo-mobile {
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .header.header-light .navbar .logo-mobile {
        display: none;
    }
}

.header.header-light .navbar .navbar-nav>li>a {
    color: var(--global--color-heading);
}

.header.header-light .navbar .navbar-nav>li>a::before {
    background-color: var(--global--color-primary);
}

@media screen and (max-width: 991.98px) {
    .header.header-topbar .top-bar {
        display: none;
    }
}

.header.header-topbar.header-shadow .navbar {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header.header-topbar.header-topbar-2 {
        min-height: 137px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header.header-topbar.header-topbar-2 .navbar-brand {
        margin-right: 20px;
        padding-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 85px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header.header-topbar.header-topbar-2 .navbar-brand .logo-dark {
        display: none;
    }

    .header.header-topbar.header-topbar-2 .navbar-brand .logo-mobile {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-2 .top-bar-2 {
        padding: 0 40px;
        height: 50px;
    }
}

.header.header-topbar.header-topbar-2 .top-bar-2 .block-left {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-2 .top-bar-2 .block-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header.header-topbar.header-topbar-2 .top-bar-2 .block-right {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-2 .top-bar-2 .block-right {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-2 .top-bar-2 .top-contact .contact-infos {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header.header-topbar.header-topbar-2 .navbar.navbar-fixed .navbar-brand .logo-dark {
        display: none;
    }

    .header.header-topbar.header-topbar-2 .navbar.navbar-fixed .navbar-brand .logo-mobile {
        display: block;
    }
}

.header.header-topbar.header-topbar-2 .module-holder {
    margin-left: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header.header-topbar.header-topbar-2 .module-holder {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1199.98px) {
    .header.header-topbar.header-topbar-2 .module-holder {
        margin-left: 0;
    }
}

.header.header-topbar.header-topbar-2 .module-holder .module-cart {
    margin-right: 0;
    margin-left: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header.header-topbar.header-topbar-2 .module-holder .module-cart {
        margin-left: 15px;
    }
}

.header.header-topbar.header-topbar-2 .module-holder .module-search {
    padding-right: 0;
    padding-left: 40px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header.header-topbar.header-topbar-2 .module-holder .module-search {
        padding-left: 15px;
    }
}

.header.header-topbar.header-topbar-2 .module-holder .module-search::after {
    content: unset;
}

.header.header-topbar.header-topbar-2 .module-holder .module-search i {
    margin-right: 0;
}

.header.header-topbar.header-topbar-2 .module-holder .module-search span {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .header.header-topbar.header-topbar-2 .module-holder .module-phone {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header.header-topbar.header-topbar-3 {
        min-height: 137px;
    }
}

.header.header-topbar.header-topbar-3 .navbar-brand {
    margin-right: 20px;
    padding-right: 0;
    border-right: 0;
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-3 .top-bar-3 {
        padding: 0 40px;
        height: 50px;
    }
}

.header.header-topbar.header-topbar-3 .top-bar-3 .block-left {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-3 .top-bar-3 .block-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header.header-topbar.header-topbar-3 .top-bar-3 .block-right {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-3 .top-bar-3 .block-right {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1185px) {
    .header.header-topbar.header-topbar-3 .top-bar-3 .top-contact .contact-infos {
        margin-bottom: 0;
    }
}

.header.header-topbar.header-topbar-3 .module-holder {
    margin-left: 30px;
}

.header.header-topbar.header-topbar-3 .module-holder .module-cart {
    margin-right: 0;
    margin-left: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header.header-topbar.header-topbar-3 .module-holder .module-cart {
        margin-left: 15px;
    }
}

.header.header-topbar.header-topbar-3 .module-holder .module-search {
    padding-right: 0;
    padding-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header.header-topbar.header-topbar-3 .module-holder .module-search {
        padding-left: 15px;
    }
}

.header.header-topbar.header-topbar-3 .module-holder .module-search::after {
    content: unset;
}

.header.header-topbar.header-topbar-3 .module-holder .module-search i {
    margin-right: 0;
}

.header.header-topbar.header-topbar-3 .module-holder .module-search span {
    display: none;
}

/*------------------------------------*\
		#Menu
\*------------------------------------*/
.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    z-index: 5;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0 40px;
}

@media screen and (min-width: 1200px) {
    .header .navbar {
        min-height: 110px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .header .navbar {
        padding: 0px 20px;
    }
}

.header .navbar.navbar-bordered {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991.98px) {

    .header .navbar.navbar-sticky,
    .header .navbar.navbar.navbar-fixed {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.header .navbar .navbar-nav>li {
    margin-right: 30px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .header .navbar .navbar-nav>li {
        margin-right: 20px;
    }
}

.header .navbar .navbar-nav>li:last-child {
    margin-right: 0;
}

.header .navbar .navbar-nav>li>a {
    font-family: var(--global--font-body);
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: var(--global--color-heading);
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 110px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .navbar .navbar-nav>li>a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: var(--global--color-primary);
    content: "";
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.header .navbar .navbar-nav>li.has-dropdown>a {
    position: relative;
}

.header .navbar .navbar-nav>li.has-dropdown>a::after {
    border: 0;
    content: '\f078';
    position: relative;
    margin-left: 7px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    color: var(--global--font-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header .navbar .navbar-nav>li#contact.active a,
.header .navbar .navbar-nav>li#contact:hover a {
    color: var(--global--color-heading);
}

@media screen and (min-width: 1200px) {

    .header .navbar .navbar-nav>li#contact.active a::before,
    .header .navbar .navbar-nav>li#contact:hover a::before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        background-color: var(--global--color-primary);
    }
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle,
.header .navbar .navbar-nav>li.has-dropdown.active>.dropdown-toggle,
.header .navbar .navbar-nav>li:hover .dropdown-toggle {
    color: var(--global--color-heading);
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle::before,
.header .navbar .navbar-nav>li.has-dropdown.active>.dropdown-toggle::before,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle::after,
.header .navbar .navbar-nav>li.has-dropdown.active>.dropdown-toggle::after,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::after {
    color: var(--global--color-heading);
}

.header .navbar.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    -webkit-animation: fadeInDown 1s ease-in-out;
    animation: fadeInDown 1s ease-in-out;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

@media screen and (min-width: 992px) {
    .header .navbar.navbar-fixed .navbar-brand .logo-dark {
        display: inline-block;
    }
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
    display: none;
}

.header .navbar.navbar-fixed .navbar-nav>li>a {
    color: var(--global--color-heading);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar-nav>li.active>ul {
    margin-top: 0;
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 25px;
}

/* Menu Levels */
.dropdown-menu {
    background-color: transparent;
    position: relative;
    width: 100%;
    border: none;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 992px) {
    .navbar.navbar-dark {
        background-color: var(--global--color-heading);
    }
}

.navbar.navbar-dark.navbar-fixed .module-social a {
    color: var(--global--color-white);
}

.navbar.navbar-dark.navbar-fixed .module-social a:hover {
    color: var(--global--color-primary);
}

.navbar.navbar-dark .module .module-icon i {
    color: var(--global--color-white);
}

@media screen and (min-width: 992px) {
    .navbar.navbar-dark .navbar-nav>li>a {
        color: var(--global--color-white);
    }

    .navbar.navbar-dark .navbar-nav>li>a:hover {
        color: var(--global--color-primary);
    }

    .navbar.navbar-dark .navbar-nav>li.active>a,
    .navbar.navbar-dark .navbar-nav>li:hover>a {
        color: var(--global--color-white);
    }
}

/*------------------------------------*\
		#Menu
\*------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (max-width: 1198.98px) {
    .header .navbar {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1198.98px) and (max-width: 767.98px) {
    .header .navbar {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1198.98px) {
    .header .navbar .navbar-brand {
        margin-right: 0;
    }

    .header .navbar .navbar-brand .logo-light {
        display: none;
    }

    .header .navbar .navbar-brand .logo-phone {
        width: auto;
    }

    .header .navbar .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: var(--global--color-white);
        padding: 15px 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .header .navbar .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .header .navbar.navbar-bordered .navbar-collapse {
        top: calc(100% + 1px);
    }

    /* Navabar */
    .header .navbar .navbar-nav>li {
        margin-right: 0px;
    }

    .header .navbar .navbar-nav>li>a,
    .header .navbar .navbar-nav>li.active>a {
        line-height: 36px;
        color: var(--global--color-heading);
        display: block;
        z-index: 5;
    }

    .header .navbar .navbar-nav>li>a::before,
    .header .navbar .navbar-nav>li>a::after,
    .header .navbar .navbar-nav>li.active>a::before,
    .header .navbar .navbar-nav>li.active>a::after {
        display: none;
    }

    .header .navbar .menu-item::before {
        display: none;
    }

    .header .navbar .has-dropdown>.dropdown-menu {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .header .navbar .has-dropdown::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f107";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 5px;
        background-color: var(--global--color-secondary);
        color: var(--global--color-white);
        width: 25px;
        height: 25px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        border-radius: 8px;
    }

    .header .navbar .has-dropdown:hover::after,
    .header .navbar .has-dropdown.active::after {
        color: var(--global--color-white);
    }

    .header .navbar .has-dropdown.show::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .navbar .dropdown-menu.show {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        border-radius: 0;
    }

    .header .navbar .dropdown-menu li {
        line-height: 26px;
    }

    .header .navbar .dropdown-menu li.current a {
        background-color: var(--global--color-secondary);
        color: var(--global--color-white);
    }

    .header .navbar .dropdown-menu li a {
        margin-left: 20px;
        color: var(--global--color-heading);
        font-size: 15px;
        font-weight: 500;
        display: block;
        padding: 4px 15px;
        margin-bottom: 5px;
        text-transform: capitalize;
        border-radius: 4px;
    }

    .header .navbar .dropdown-menu li a:hover {
        background-color: var(--global--color-secondary);
        color: var(--global--color-white);
    }

    .header .navbar .show>.dropdown-menu {
        display: block;
    }

    .header .navbar .dropdown-submenu.show .dropdown-menu {
        display: block;
    }

    .header .navbar .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
    }

    .header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
        font-size: 14px;
        font-family: var(--global--font-heading);
        font-weight: 700;
        color: var(--global--font-heading);
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    /* Header Modifers */
    .navbar.navbar-light .navbar-nav>li>a {
        color: var(--global--color-heading);
    }

    .navbar-light:not(.navbar-fixed) .navbar-toggler {
        color: var(--global--color-white);
        border-color: var(--global--color-white);
    }

    .navbar-light:not(.navbar-fixed) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler,
    .navbar-light.navbar-fixed .navbar-toggler {
        color: #222;
        border-color: #222;
    }

    .navbar-dark .navbar-toggler-icon,
    .navbar-light.navbar-fixed .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
}

/*------------------------------------*\
		#Menu
\*------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav>li {
        margin-right: 16px;
    }

    .module .module-icon,
    .module-consultation .btn {
        margin-right: 0;
    }
}

/*------------------------------------*\
		#Menu
\*------------------------------------*/
@media only screen and (min-width: 1200px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    /* Menu with Dropdown */
    .navbar-nav>li.has-dropdown>ul.dropdown-menu {
        -webkit-box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -40px;
        right: auto;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        display: block;
        width: 280px;
        padding: 24px 30px 24px;
        background-color: var(--global--color-white);
        border-radius: 0px 0px 4px 4px;
    }

	 /* Menu with Dropdown */
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu {
		 -webkit-box-shadow: 20px 0px 10px rgba(40, 40, 40, 0.11);
        box-shadow: 20px 0px 10px rgba(40, 40, 40, 0.11);
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 230px;
		top: -24px;
        right: auto;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        display: block;
        width: 280px;
        padding: 24px 30px 24px;
        background-color: var(--global--color-white);
        border-radius: 0px 0px 4px 4px;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li {
        padding-right: 0;
        position: relative;
        vertical-align: top;
    }

	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu>li {
        padding-right: 0;
        position: relative;
        vertical-align: top;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: relative;
        font-family: var(--global--font-body);
        color: var(--global--color-body);
        padding: 10px 0px 9px 0;
        display: block;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        text-transform: capitalize;
        border-radius: 0;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }
	
	 .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: relative;
        font-family: var(--global--font-body);
        color: var(--global--color-body);
        padding: 10px 0px 9px 0;
        display: block;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        text-transform: capitalize;
        border-radius: 0;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a::before {
        content: '\e901';
        color: var(--global--color-secondary);
        font-family: 'icomoon';
        position: absolute;
        top: 55%;
        left: -22px;
        font-size: 9px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a::before {
        content: '\e901';
        color: var(--global--color-secondary);
        font-family: 'icomoon';
        position: absolute;
        top: 55%;
        left: -22px;
        font-size: 9px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: var(--global--color-secondary);
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: var(--global--color-secondary);
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover {
        color: var(--global--color-secondary);
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:active,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:focus,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:hover {
        color: var(--global--color-secondary);
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:active::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:focus::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:hover::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active::after,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus::after,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::after {
        width: 100%;
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:active::after,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:focus::after,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li a:hover::after {
        width: 100%;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a {
        border-bottom: 0;
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li:last-child a {
        border-bottom: 0;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a::after {
        content: unset;
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li:last-child a::after {
        content: unset;
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a {
        border-color: var(--global--color-secondary);
        color: var(--global--color-secondary);
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li.current>a {
        border-color: var(--global--color-secondary);
        color: var(--global--color-secondary);
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu li.current>a::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .navbar-nav>li.has-dropdown:hover>ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 100;
        display: block;
    }
	
	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li.has-dropdown:hover>ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 100;
        display: block;
    }

    .navbar-nav li ul.dropdown-menu.left {
        left: -650px !important;
        margin-left: 0 !important;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu {
        background-color: var(--global--color-white);
        padding: 0;
        width: 510px;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu li {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row {
        background-color: var(--global--color-white);
        margin-right: 0;
        margin-left: 0;
        padding: 38px 23px 25px;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
        font-size: 15px;
        font-family: var(--global--font-heading);
        font-weight: 700;
        color: #1e4873;
        text-transform: capitalize;
        margin-bottom: 13px;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: relative;
        font-family: var(--global--font-body);
        color: var(--global--color-body);
        padding: 10px 0px 9px 0;
        display: block;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        text-transform: capitalize;
        border-radius: 0;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a::before {
        content: '\e901';
        color: var(--global--color-secondary);
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        left: -22px;
        font-size: 9px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: var(--global--color-secondary);
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover {
        color: var(--global--color-secondary);
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active::before,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus::before,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active::after,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus::after,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover::after {
        width: 100%;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li:last-child a {
        border-bottom: 0;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li:last-child a::after {
        content: unset;
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li.current>a {
        border-color: var(--global--color-secondary);
        color: var(--global--color-secondary);
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li.current>a::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .navbar-nav.ms-auto.me-auto li.has-dropdown.mega-dropdown {
        position: absolute;
    }

    .navbar-nav.ms-auto:not(.me-auto) li.has-dropdown.mega-dropdown {
        position: relative;
    }
}

/*------------------------------------*\
		#MODULE
\*------------------------------------*/
.module-holder {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .module-holder {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1199.98px) {
    .module-holder {
        margin-top: 20px;
        height: auto;
    }
}

@media screen and (max-width: 1199.98px) {

    .module-holder .module-language,
    .module-holder .module-search,
    .module-holder .module-cart {
        display: none;
    }
}

.module-holder.module-holder-phone {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .module-holder.module-holder-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        margin-top: 0;
    }
}

.module-holder.module-holder-phone .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
}

.module-holder.module-holder-phone .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 1200px) {
    .module-holder.module-holder-phone .navbar-toggler {
        display: none;
    }
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    top: 0;
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon {
    background-color: var(--global--color-heading);
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    top: 10px;
}

.module-holder.module-holder-phone .module-language {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .module-holder.module-holder-phone .module-language {
        top: 140%;
    }
}

@media screen and (min-width: 992px) {
    .module-holder.module-holder-phone .module-language {
        display: none;
    }
}

.module-holder.module-holder-phone .module-language .selected .flag-icon {
    margin-right: 0;
    display: block;
}

.module-holder.module-holder-phone .module-language .selected span,
.module-holder.module-holder-phone .module-language .selected i {
    display: none;
}

.module-holder.module-holder-phone .module-language .selected .lang-list {
    left: -45px;
}

.module-holder.module-holder-phone .module-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 0;
    padding: 0;
    padding-right: 20px;
    margin-right: 20px;
}

.module-holder.module-holder-phone .module-cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.module {
    display: inline-block;
    position: relative;
}

.module span.title {
    display: none;
}

.module .module-icon {
    cursor: pointer;
}

.module .module-icon i {
    font-size: 14px;
    line-height: 24px;
    color: var(--global--color-white);
}

.module:last-of-type .module-icon {
    margin-right: 0;
}

.module .menu-icon-double i {
    margin-left: 30px;
}

.module .module-label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -4px;
    left: 10px;
}

.module .module-box {
    position: absolute;
    display: block;
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    background-color: #1b1a1a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    right: 0;
    width: 290px;
    border-radius: 6px;
    padding: 30px;
    z-index: 99;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    height: 0;
    margin-top: 1px;
}

.module .widget-contact-info {
    padding-bottom: 18px;
}

.module .widget-contact-info ul {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.module .widget-contact-info ul li {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--global--font-body);
    line-height: 23px;
    color: #a5a5a5;
}

.module .widget-contact-info ul li:first-of-type {
    margin-bottom: 12px;
}

/* Module Fullscreen */
.module-fullscreen {
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--global--color-white);
    position: fixed;
}

.module-fullscreen .module-cancel {
    top: 0px;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .module-fullscreen .module-cancel {
        font-size: 14px;
        width: 50px;
        height: 50px;
    }
}

.module-fullscreen.module-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.module-fullscreen.fullscreen-light {
    background-color: var(--global--color-white);
}

.module-active .module-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    height: inherit;
}

/* Module Search */
.module-search {
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.module-search::after {
    content: '';
    width: 1px;
    height: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: var(--global--color-border);
}

@media screen and (min-width: 1200px) {
    .module-search::after {
        height: 110px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .module-search {
        margin-right: 20px;
        padding-right: 20px;
    }
}

.module-search .module-icon:hover i,
.module-search .module-icon:hover span {
    color: var(--global--color-primary);
}

.module-search .module-icon i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: var(--global--color-heading);
}

@media screen and (min-width: 1200px) {
    .module-search .module-icon i {
        margin-right: 15px;
    }
}

.module-search .module-icon span {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: var(--global--font-body);
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: var(--global--color-heading);
    margin-bottom: 0px;
    text-transform: capitalize;
	display: none;
}

@media screen and (max-width: 1199.98px) {
    .module-search .module-icon span {
        display: none;
    }
}

.module-search-warp {
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--global--color-white);
    position: fixed;
}

.module-search-warp.search-warp-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.module-search-warp .module-cancel {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px;
    position: absolute;
    width: 64px;
    height: 64px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--global--color-white);
    background-color: var(--global--color-primary-alt);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .module-cancel {
        top: 30px;
        font-size: 14px;
        width: 50px;
        height: 50px;
    }
}

.module-search-warp .form-search {
    margin-bottom: 0;
}

.module-search-warp .form-search button::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e906";
    color: var(--global--color-heading);
    font-family: "icomoon";
    font-size: 28px;
    font-weight: 400;
    line-height: 70px;
    z-index: 999;
    cursor: pointer;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .form-search button::before {
        font-size: 16px;
    }
}

.module-search-warp .form-control {
    position: relative;
    color: var(--global--color-white);
    font-family: var(--global--font-heading);
    font-size: 35px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
    color: var(--global--color-body);
    border: none;
    background-color: transparent;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    padding: 17px 30px 25px 46px;
    margin-bottom: 0;
    -webkit-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    text-transform: capitalize;
    border-radius: 0;
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .form-control {
        font-size: 18px;
        padding-left: 30px;
        padding-bottom: 17px;
    }
}

.module-search-warp .form-control:focus,
.module-search-warp .form-control:active {
    border-color: var(--global--color-primary-alt);
}

.module-search-warp .form-control::-webkit-input-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px;
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .form-control::-webkit-input-placeholder {
        font-size: 18px;
    }
}

.module-search-warp .form-control::-moz-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px;
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .form-control::-moz-placeholder {
        font-size: 18px;
    }
}

.module-search-warp .form-control::-moz-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px;
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .form-control::-moz-placeholder {
        font-size: 18px;
    }
}

.module-search-warp .form-control:-ms-input-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px;
}

@media screen and (max-width: 767.98px) {
    .module-search-warp .form-control:-ms-input-placeholder {
        font-size: 18px;
    }
}

.module-search-warp .btn {
    background-color: transparent;
    border-radius: 0;
    width: 35px;
    line-height: 57px;
    color: var(--global--color-white);
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-left: 0;
    padding: 0;
}

/* Module Cart */
.module-cart {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .module-cart {
        margin-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .module-cart {
        height: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .module-cart {
        margin-left: 20px;
    }
}

.module-cart .module-icon {
    position: relative;
}

.module-cart .module-icon i {
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.module-cart .module-cart-warp {
    position: absolute;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    top: 100%;
    left: -150px;
    width: 290px;
    background-color: var(--global--color-white);
    padding: 40px;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

@media screen and (max-width: 991.98px) {
    .module-cart .module-cart-warp {
        left: -250px;
    }
}

@media screen and (max-width: 767.98px) {
    .module-cart .module-cart-warp {
        left: -160px;
        padding: 30px;
    }
}

@media screen and (min-width: 768px) {
    .module-cart .module-cart-warp {
        width: 330px;
    }
}

.module-cart .module-cart-warp .cart-overview {
    margin-bottom: 0;
    width: 100%;
}

.module-cart .module-cart-warp .cart-overview li {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module-cart .module-cart-warp .cart-overview li:last-child {
    margin-bottom: 25px;
}

.module-cart .module-cart-warp .cart-overview li .cart-cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--global--color-white);
    font-size: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--global--color-heading);
    margin-left: 15px;
}

.module-cart .module-cart-warp .cart-overview li .cart-cancel:hover {
    background-color: var(--global--color-primary);
}

.module-cart .module-cart-warp .cart-overview li img {
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.module-cart .module-cart-warp .cart-overview li .product-meta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.module-cart .module-cart-warp .cart-overview li .product-meta h5 {
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
}

.module-cart .module-cart-warp .cart-overview li .product-meta p {
    font-family: var(--global--font-body);
    color: var(--global--color-primary);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.module-cart .module-cart-warp span {
    font-family: var(--global--font-heading);
    color: #9aaabb;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.module-cart .module-cart-warp span .total-price {
    font-style: normal;
}

.module-cart .module-cart-warp .cart--control .btn {
    height: 60px;
    width: 100%;
}

.module-cart.module-active .module-cart-warp {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Module Contact */
.module-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199.98px) {
    .module-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.module-contact .btn {
    width: 180px;
    padding: 0 15px;
}

@media screen and (max-width: 1199.98px) {
    .module-contact .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

.module-phone {
    padding-right: 40px;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .module-phone {
        padding-right: 15px;
    }
}

.module-phone::after {
    content: '';
    width: 2px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: #e6eaef;
}

.module-phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.module-phone a:hover {
    color: var(--global--color-primary-alt);
}

.module-phone a i {
    color: var(--global--color-primary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    font-size: 16px;
    margin-right: 17px;
}

/* Module Language */
.module-language {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.module-language.module-active .lang-list,
.module-language:hover .lang-list {
    opacity: 1;
    visibility: visible;
}

.module-language .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-language .selected .flag-icon {
    margin-right: 10px;
    font-size: 20px;
}

.module-language .selected span {
    font-family: var(--global--font-body);
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-right: 5px;
    cursor: pointer;
}

.module-language .selected i {
    font-size: 11px;
    color: #fff;
}

.module-language .lang-list {
    background-color: var(--global--color-white);
    color: var(--global--color-heading);
    position: absolute;
    top: 100%;
    padding: 6px 22px;
    -webkit-box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
    box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
    z-index: 5555;
    left: -22px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 0 0 8px 8px;
    z-index: 99999;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .module-language .lang-list {
        top: 140%;
    }
}

.module-language .lang-list ul {
    margin-bottom: 0;
}

.module-language .lang-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-language .lang-list ul li:last-of-type a {
    border-bottom: none;
}

.module-language .lang-list ul li:last-of-type a::after {
    content: none;
}

.module-language .lang-list ul li .flag-icon {
    margin-right: 10px;
    font-size: 20px;
}

.module-language .lang-list ul li a {
    font-size: 14px;
    display: block;
    color: var(--global--color-body);
    text-transform: capitalize;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 0px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}

.module-language .lang-list ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: transparent;
}

.module-language .lang-list ul li a:hover {
    color: var(--global--color-primary);
}

.module-language .lang-list ul li a:hover::after {
    width: 100%;
    background-color: var(--global--color-primary);
}

.navbar-fixed .module-language span,
.navbar-fixed .module-language i {
    color: var(--global--color-heading);
}

/* Module Social */
.module-social {
    line-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-social a {
    margin-right: 10px;
}

.module-social a:last-child {
    margin-right: 0;
}

.module-social a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: var(--global--color-white);
    color: var(--global--color-heading);
    font-size: 12px;
    border-radius: 50%;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.module-social a i:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.module-social.module-social-2 {
    line-height: 70px;
    height: 70px;
    border-right: 2px solid #292929;
    margin-right: 0;
}

.module-social.module-social-2:last-child {
    margin-right: 0;
}

.module-social.module-social-2 a {
    color: var(--global--color-white);
    background-color: transparent;
    margin-right: 20px;
    width: auto;
    height: auto;
    border-radius: 0;
}

.module-social.module-social-2 a:hover {
    color: var(--global--color-primary);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------*\
		#TopBar
\*------------------------------------*/
.top-bar {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    position: relative;
    z-index: 6;
    background-color: var(--global--color-secondary);
}

@media (min-width: 992px) and (max-width: 1300px) {
    .top-bar {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1185px) {
    .top-bar {
        padding: 0 20px;
    }
}

.top-bar .block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.top-bar .block-left .headline {
    font-family: var(--global--font-body);
    font-size: 13px;
    line-height: 22px;
    color: var(--global--color-primary);
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar .block-left .headline svg {
    fill: var(--global--color-primary);
    margin-right: 9px;
}

.top-bar .block-left .headline a {
    color: #9aaabb;
    margin-left: 3px;
}

.top-bar .block-left .headline a:hover {
    color: var(--global--color-primary-alt);
}

.top-bar .block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

@media screen and (min-width: 992px) {
    .top-bar .block-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.top-bar .block-right .module-language {
    margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .top-bar .block-right .module-language {
        margin-left: 15px;
    }
}

.top-bar .block-right .module-social {
    margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .top-bar .block-right .module-social {
        margin-left: 15px;
    }
}

.top-bar .block-right .top-bar-links-wrapper .top-bar-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-family: var(--global--font-body);
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: var(--global--color-white);
    margin-bottom: 0px;
    margin-right: 20px;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1065px) {
    .top-bar .block-right .top-bar-links-wrapper .top-bar-link {
        margin-right: 10px;
    }
}

.top-bar .block-right .top-bar-links-wrapper .top-bar-link:last-child {
    margin-right: 0;
}

.top-bar .block-right .top-bar-links-wrapper .top-bar-link:hover {
    color: var(--global--color-primary);
}

.top-bar .top-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1185px) {
    .top-bar .top-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.top-bar .top-contact .contact-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar .top-contact .contact-infos {
        margin-right: 10px;
    }
}

.top-bar .top-contact .contact-infos:last-child {
    margin-right: 0;
}

.top-bar .top-contact .contact-infos i {
    color: var(--global--color-white);
    font-size: 15px;
    margin-right: 10px;
}

.top-bar .top-contact .contact-infos a,
.top-bar .top-contact .contact-infos p {
    font-family: var(--global--font-body);
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: var(--global--color-white);
    margin-bottom: 0px;
}

.top-bar .top-contact .contact-infos a:hover {
    color: var(--global--color-primary);
}

@media (min-width: 992px) and (max-width: 1185px) {
    .top-bar .top-contact .contact-infos.contact-directions {
        display: none;
    }
}

.top-bar .top-contact .contact-infos.contact-directions a {
    color: var(--global--color-primary);
}

.top-bar.top-bar-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-bar.top-bar-2 .container p {
    margin-bottom: 0;
}

.top-bar.top-bar-2 .update svg {
    fill: var(--global--color-gray-darken);
    margin-right: 15px;
}

.top-bar.top-bar-2 .update a {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: var(--global--color-white);
}

.top-bar.top-bar-2 .update a:hover {
    color: var(--global--color-primary);
}

.top-bar.top-bar-2 .more {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: var(--global--color-gray-darken);
}

.top-bar.top-bar-2 .more a {
    color: var(--global--color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}

.top-bar.top-bar-2 .more a svg {
    fill: var(--global--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: 5px;
}

.top-bar.top-bar-2 .more a:hover {
    color: var(--global--color-primary);
}

.top-bar.top-bar-2 .more a:hover svg {
    fill: var(--global--color-primary);
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-3 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.top-bar.top-bar-3 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-3 .container .top-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.top-bar.top-bar-3 .container .block-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-3 .container .block-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.top-bar.top-bar-3 .container .block-right a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: var(--global--color-white);
    font-weight: 400;
    font-family: var(--global--font-body);
    margin-right: 20px;
    text-transform: capitalize;
}

.top-bar.top-bar-3 .container .block-right a:last-child {
    margin-right: 0;
}

.top-bar.top-bar-3 .container .block-right a:hover {
    color: var(--global--color-primary);
}

.top-bar.top-bar-3 .container .block-right .widget-holder {
    padding: 0 20px;
    background-color: var(--global--color-heading-light);
    margin-left: 10px;
    height: 100%;
    position: relative;
}

.top-bar.top-bar-3 .container .block-right .widget-holder:hover .feature-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.top-bar.top-bar-3 .container .block-right .widget-holder a {
    margin-right: 0;
}

.top-bar.top-bar-3 .container .block-right .widget-holder a i {
    margin-left: 10px;
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    border-radius: 0 8px 8px 8px;
    width: 290px;
    background-color: var(--global--color-heading-light);
    top: 100%;
    left: 0;
    padding: 28px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel {
        left: auto;
        right: 0;
        border-radius: 8px 0 8px 8px;
    }
}

@media screen and (max-width: 991.98px) {
    .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel {
        max-width: 370px;
        margin: 0 auto;
    }
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 991.98px) {
    .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content {
        text-align: center;
    }
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content i {
    display: block;
    margin-bottom: 11px;
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content i:before {
    font-size: 50px;
    color: var(--global--color-white);
    margin-left: 0;
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content h5 {
    text-transform: capitalize;
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--global--color-white);
    margin-bottom: 16px;
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content p {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #f4f4f4;
    margin-bottom: 21px;
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content a {
    font-family: var(--global--font-heading);
    font-weight: 400;
    color: var(--global--color-white);
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
    .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content a span {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background-color: #283b69;
    color: var(--global--color-white);
    border-radius: 8px 8px 0 8px;
    font-size: 15px;
    margin-right: 10px;
}

.top-bar.top-bar-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-4 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991.98px) {
    .top-bar.top-bar-4 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-4 .top-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.top-bar.top-bar-4 .block-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-4 .block-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.top-bar.top-bar-4 .block-right a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: var(--global--color-white);
    font-weight: 400;
    font-family: var(--global--font-body);
    margin-right: 20px;
    text-transform: capitalize;
}

.top-bar.top-bar-4 .block-right a:last-child {
    margin-right: 0;
}

.top-bar.top-bar-4 .block-right a:hover {
    color: var(--global--color-primary);
}

.top-bar.top-bar-4 .block-right .module-language {
    margin-left: 10px;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-4 .block-right .module-language {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-4 .block-right .module-language .lang-list {
        top: calc(100% + 15px);
    }
}

.top-bar.top-bar-4 .block-right .module-language .lang-list ul li a {
    color: var(--global--color-body);
}

.top-bar.top-bar-4 .block-right .module-language .lang-list ul li a:hover {
    color: var(--global--color-primary);
}

.top-bar.top-bar-5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-5 .block-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.top-bar.top-bar-5 .block-left .headline {
    color: var(--global--color-white);
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-5 .block-left .headline {
        margin-bottom: 0;
    }
}

.top-bar.top-bar-5 .block-right {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .top-bar.top-bar-5 .block-right .top-contact .contact-infos {
        margin-right: 10px;
    }
}

/*------------------------------------*\
		#Page Title
\*------------------------------------*/
.page-title {
    padding-top: 0;
    padding-bottom: 0;
}

.page-title .page-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 405px;
}

@media screen and (max-width: 991.98px) {
    .page-title .title {
        text-align: center;
    }
}

.page-title .title .title-sub-heading {
    font-family: var(--global--font-secondary);
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: var(--global--color-primary);
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media screen and (max-width: 991.98px) {
    .page-title .title .title-sub-heading {
        line-height: 1.4;
    }
}

.page-title .title .title-heading {
    font-family: var(--global--font-heading);
    font-size: 75px;
    line-height: 70px;
    font-weight: 500;
    color: var(--global--color-white);
    margin-bottom: 0px;
    text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
    .page-title .title .title-heading {
        font-size: 32px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-title .title .title-heading {
        font-size: 32px;
        line-height: 1.4;
    }
}

.page-title .title .title-desc {
    color: var(--global--color-white);
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-title.page-title-2 {
    position: relative;
}

.page-title.page-title-2 .page-title-wrap {
    height: 460px;
}

@media screen and (max-width: 991.98px) {
    .page-title.page-title-2 .page-title-wrap {
        height: 100vh;
    }
}

.page-title.page-title-2 .page-title-wrap .title .title-heading {
    margin-bottom: 23px;
}

.page-title.page-title-2 .page-title-wrap .title .title-desc {
    margin-bottom: 0;
}

.page-title.page-title-2 .page-title-wrap .breadcrumb-wrap {
    width: 100%;
    position: absolute;
    bottom: 15px;
    border: 0;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-2 .page-title-wrap .breadcrumb-wrap .breadcrumb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.breadcrumb-wrap {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #171d26;
}

@media screen and (max-width: 767.98px) {
    .breadcrumb-wrap {
        height: auto;
        padding: 10px 0;
    }
}

.breadcrumb {
    font-family: var(--global--font-body);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--global--color-heading);
    margin-bottom: 0px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
}

.breadcrumb a {
    font-family: var(--global--font-body);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--global--color-heading);
    margin-bottom: 0px;
    background: transparent;
}

.breadcrumb a:hover {
    color: var(--global--color-primary);
}

.breadcrumb .active {
    color: var(--global--color-body);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    padding: 0 10px;
    color: var(--global--color-heading);
    content: "\f054";
}

.breadcrumb.breadcrumb-light {
    color: var(--global--color-white);
}

.breadcrumb.breadcrumb-light a {
    color: var(--global--color-white);
}

.breadcrumb.breadcrumb-light .active {
    color: var(--global--color-white);
}

.breadcrumb.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
    color: var(--global--color-white);
}

/*------------------------------------*\
		#Carousel
\*------------------------------------*/
.owl-nav.disabled {
    display: none;
}

.carousel-dots {
    position: relative;
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.carousel-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 5;
    margin-top: 20px;
}

.carousel-dots .owl-dots .owl-dot {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.carousel-dots .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.carousel-dots .owl-dots .owl-dot.active span {
    background-color: var(--global--color-primary);
    width: 38px;
}

.carousel-dots .owl-dots .owl-dot span {
    display: inline-block;
    width: 20px;
    height: 6px;
    border-radius: 2px;
    background-color: #6b7475;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 0;
    position: relative;
    background-color: var(--global--color-heading);
}

.carousel-dots.carousel-dots-white .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.4);
}

.carousel-dots.carousel-dots-white .owl-dots .owl-dot.active span {
    background-color: var(--global--color-white);
}

.carousel-navs {
    position: relative;
}

.carousel-navs .owl-nav span {
    font-size: 0;
}

@media screen and (min-width: 992px) {
    .carousel-navs .owl-nav {
        position: absolute;
        top: -127px;
        right: 0;
    }
}

.carousel-navs .owl-next:hover::before,
.carousel-navs .owl-prev:hover::before {
    color: var(--global--color-primary);
}

.carousel-navs .owl-next:before,
.carousel-navs .owl-prev:before {
    font-family: 'carousel';
    font-size: 43px;
    font-weight: 600;
    color: #687596;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.carousel-navs .owl-prev {
    margin-right: 50px;
}

.carousel-navs .owl-prev:before {
    content: "\e990";
}

.carousel-navs .owl-next:before {
    content: "\e991";
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

/*------------------------------------*\
		#Heading
\*------------------------------------*/
.heading {
    margin-bottom: 46px;
}

@media screen and (max-width: 991.98px) {
    .heading {
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767.98px) {
    .heading {
        max-width: unset;
    }
}

.heading .heading-subtitle {
    font-family: var(--global--font-secondary);
    text-transform: capitalize;
    color: var(--global--color-primary);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 13px;
}

@media screen and (max-width: 991.98px) {
    .heading .heading-subtitle {
        line-height: 1.5;
    }
}

.heading .heading-title {
    font-family: var(--global--font-heading);
    font-size: 37px;
    line-height: 54px;
    margin-bottom: 40px;
    font-weight: bold;
    color: var(--global--color-primary);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .heading .heading-title {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 991.98px) {
    .heading .heading-title {
        font-size: 30px;
        line-height: 1.4;
    }
}

.heading .heading-desc {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 0;
}

.heading .paragraph {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: var(--global--color-secondary);
    margin-bottom: 0px;
}

.heading.heading-light .heading-title {
    color: var(--global--color-white);
}

.heading.heading-light .heading-desc {
    color: #f9f9f9;
}

.heading.heading-light .paragraph {
    color: #f9f9f9;
}

.heading.heading-light-2 .heading-subtitle {
    color: #f9f9f9;
}

.heading.heading-light-2 .heading-title {
    color: var(--global--color-white);
}

.heading.heading-light-2 .heading-desc {
    color: #f9f9f9;
}

.heading.heading-light-2 .paragraph {
    color: #f9f9f9;
}

.heading.heading-2 {
    margin-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .heading.heading-2 .heading-title {
        margin-bottom: 23px;
    }
}

.heading.heading-2 .heading-desc {
    margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .heading.heading-2 .heading-desc {
        padding-top: 7px;
    }
}

.heading.heading-3 {
    margin-bottom: 16px;
}

.heading.heading-4 {
    margin-bottom: 0;
}

.heading.heading-4 .heading-title {
    font-size: 40px;
    margin-bottom: 21px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .heading.heading-4 .heading-title {
        font-size: 32px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 991.98px) {
    .heading.heading-4 .heading-title {
        font-size: 32px;
        line-height: 1.4;
    }
}

.heading.heading-4 .heading-desc {
    margin-bottom: 33px;
}

.heading.heading-5 {
    margin-bottom: 53px;
}

.heading.heading-5 .heading-subtitle {
    margin-bottom: 20px;
    font-weight: bold;
}

.heading.heading-5 .heading-title {
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

.heading.heading-6 {
    margin-bottom: 0;
}

.heading.heading-6 .heading-title {
    font-size: 40px;
    margin-bottom: 21px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .heading.heading-6 .heading-title {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 991.98px) {
    .heading.heading-6 .heading-title {
        font-size: 30px;
        line-height: 1.4;
    }
}

.heading.heading-6 .heading-desc {
    margin-bottom: 33px;
}

.heading.heading-10 {
    margin-bottom: 60px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991.98px) {
    .heading.heading-10 .heading-title {
        margin-bottom: 23px;
    }
}

.heading.heading-10 .heading-desc {
    margin-bottom: 18px;
}

.heading.heading-10 .heading-desc:last-of-type {
    margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .heading.heading-10 .heading-desc {
        padding-top: 7px;
    }
}

.heading.heading-11 {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .heading.heading-11 {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        margin-bottom: -5px;
    }
}

.heading.heading-11 .heading-title {
    margin-bottom: 49px;
}

.heading.heading-11 .heading-desc {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
}

.heading.heading-11 .heading-desc:last-of-type {
    margin-bottom: 42px;
}

.heading.heading-12 {
    margin-bottom: 0;
}

.heading.heading-12 .heading-title {
    margin-bottom: 66px;
}

@media screen and (min-width: 992px) {
    .heading.heading-12 .heading-title {
        margin-bottom: 59px;
    }
}

.heading.heading-12 .heading-desc {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
}

.heading.heading-12 .heading-desc:last-of-type {
    margin-bottom: 42px;
}

/*------------------------------------*\
	#Slider
\*------------------------------------*/
.slider {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.slider .slide {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 740px;
}

@media screen and (max-width: 991.98px) {
    .slider .slide {
        height: auto;
    }
}

@media screen and (max-width: 767.98px) {
    .slider .slide {
        height: auto;
    }
}

.slider .slide .slide-content {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content {
        text-align: center;
    }
}

.slider .slide .slide-content .slide-subtitle {
    font-family: var(--global--font-secondary);
    text-transform: capitalize;
    color: var(--global--color-primary);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 18px;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content .slide-subtitle {
        line-height: 1.5;
    }
}

.slider .slide .slide-content .slide-title {
    font-family: var(--global--font-heading);
    color: var(--global--color-white);
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 22px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider .slide .slide-content .slide-title {
        font-size: 35px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .slider .slide .slide-content .slide-desc {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: normal !important;
        margin-bottom: 5px !important;
    }
}

.slider .slide .slide-content .slide-desc {
    font-family: var(--global--font-body);
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 32px;
}

.slider .slide .slide-content .slide-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content .slide-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }
}

.slider .slide .slide-content .slide-action .btn {
    width: 232px;
    height: 68px;
    margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-action .btn {
        margin-right: 10px;
        margin-bottom: 5px;
        height: auto !important;
        width: auto !important;
        font-size: 12px;
        padding: 5px 10px;
        min-width: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider .slide .slide-content .slide-action .btn {
        width: 200px;
        margin-right: 15px;
    }
}

.slider .slide .slide-content .slide-action .btn:last-child {
    margin-right: 0;
}

.slider .slide .slide-content .slide-action .btn i {
    font-size: 10px;
}

.slider .slide .slide-content .slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content .slide-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.slider .slide .slide-content .slide-list .icon {
    margin-right: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider .slide .slide-content .slide-list .icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-list .icon {
        margin-right: 0;
        margin: 0 15px 25px;
    }
}

.slider .slide .slide-content .slide-list .icon:last-child {
    margin-right: 0;
}

.slider .slide .slide-content .slide-list .icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.slider .slide .slide-content .slide-list .icon i {
    font-size: 60px;
    color: var(--global--color-white);
}

.slider .slide .slide-content .slide-list .icon a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

.slider .offer-banner {
    position: absolute;
    bottom: 100px;
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 242px;
    height: 242px;
    border-radius: 50%;
    background-color: var(--global--color-white);
    padding: 10px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    z-index: 70;
}

@media screen and (max-width: 991.98px) {
    .slider .offer-banner {
        display: none;
    }
}

.slider .offer-banner .banner-body {
    border: 3px solid #e6eaef;
    border-radius: 50%;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    text-align: center;
    padding: 42px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider .offer-banner .banner-body h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1e4873;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.slider .offer-banner .banner-body p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--global--color-body);
    margin-bottom: 8px;
    text-transform: capitalize;
}

.slider .offer-banner .banner-body .price-info {
    margin-bottom: 0;
    font-family: var(--global--font-heading);
    font-weight: 400;
    color: var(--global--color-primary-alt);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .slider .offer-banner .banner-body .price-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.slider .offer-banner .banner-body .price-info span::before {
    content: '/';
}

.slider .offer-banner .banner-body .price-info span:first-of-type::before {
    content: unset;
}

.slider .offer-banner .banner-body .price-info .currency {
    font-size: 30px;
}

.slider .offer-banner .banner-body .price-info .time {
    font-size: 14px;
}

.slider .offer-banner .banner-close {
    position: absolute;
    top: -11px;
    right: -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background: var(--global--color-primary-alt);
    color: var(--global--color-white);
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.slider .carousel-navs .owl-nav {
    right: auto;
    top: auto;
    position: initial;
}

@media screen and (max-width: 991.98px) {
    .slider .carousel-navs .owl-nav {
        display: none;
    }
}

.slider .carousel-navs .owl-nav span {
    font-size: 0;
}

.slider .carousel-navs .owl-nav .owl-next:before,
.slider .carousel-navs .owl-nav .owl-prev:before {
    color: rgba(255, 255, 255, 0.5);
    font-family: "carousel" !important;
    font-size: 44px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider .carousel-navs .owl-nav .owl-prev:before {
    content: "\e990";
}

.slider .carousel-navs .owl-nav .owl-next:before {
    content: "\e991";
}

.slider .carousel-navs .owl-nav .owl-next,
.slider .carousel-navs .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .carousel-navs .owl-nav .owl-next:hover::before,
.slider .carousel-navs .owl-nav .owl-prev:hover::before {
    color: white;
}

.slider .carousel-navs .owl-nav .owl-next {
    right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider .carousel-navs .owl-nav .owl-next {
        right: 20px;
    }
}

.slider .carousel-navs .owl-nav .owl-prev {
    margin-right: 0;
    left: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider .carousel-navs .owl-nav .owl-prev {
        left: 20px;
    }
}

@media screen and (max-width: 100%) {
    .slider.slider-1 .slide {
        height: 155px;
        background-size: contain;
        background-position: top;
    }

    .slider.slider-1 .carousel-dots .owl-dots {
        bottom: 15px !important
    }
}

@media screen and (min-width: 992px) {
    .slider.slider-1 .slide .slide-content .slide-desc {
        max-width: 80%;
    }
}

@media screen and (max-width: 991.98px) {
    .slider.slider-1 .slide .slide-content .slide-action {
        margin-bottom: 25px;
    }
}

.slider.slider-1 .slide .slide-content .slide-action .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px;
}

.slider.slider-1 .slide .slide-content .slide-action .btn:first-child {
    width: 192px;
}

@media screen and (min-width: 768px) {
    .slider.slider-1 .slide .slide-content .slide-action .btn:first-child {
        margin-right: 30px;
    }
}

.slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
    width: 170px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
        padding: 0 20px;
    }
}

.slider.slider-1 .carousel-dots .owl-dots {
    bottom: 79px;
}

.slider.slider-1 .carousel-dots .owl-dots .owl-dot.active span {
    width: 30px;
}

@media screen and (max-width: 991.98px) {
    .slider.slider-2 .slide {
        height: 100vh;
    }
}

@media screen and (min-width: 992px) {
    .slider.slider-2 .slide .slide-content .slide-desc {
        max-width: 90%;
    }
}

@media screen and (max-width: 991.98px) {
    .slider.slider-2 .slide .slide-content .slide-action {
        margin-bottom: 40px;
    }
}

.slider.slider-2 .slide .slide-content .slide-action .btn {
    height: 68px;
}

.slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
    width: 170px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
        margin-bottom: 40px;
    }
}

.slider.slider-2 .carousel-dots .owl-dots .owl-dot.active span {
    width: 30px;
}

.slider.slider-3 .slide .slide-content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .slider.slider-3 .slide .slide-content .slide-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.slider.slider-3 .slide .slide-content .slide-action .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px;
}

.slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
    width: 192px;
}

@media screen and (min-width: 768px) {
    .slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
        margin-right: 30px;
    }
}

.slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
    width: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
        padding: 0 20px;
    }
}

.hero {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 240px;
}

@media screen and (max-width: 991.98px) {
    .hero {
        height: 100vh;
    }
}

@media screen and (max-width: 991.98px) {
    .hero .hero-content {
        text-align: center;
    }
}

.hero .hero-content .hero-subtitle {
    font-family: var(--global--font-secondary);
    text-transform: capitalize;
    color: var(--global--color-primary);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 18px;
}

@media screen and (max-width: 991.98px) {
    .hero .hero-content .hero-subtitle {
        line-height: 1.5;
    }
}

.hero .hero-content .hero-title {
    font-family: var(--global--font-body);
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 22px;
    -webkit-text-stroke: 1px var(--global--color-white);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero .hero-content .hero-title {
        font-size: 35px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767.98px) {
    .hero .hero-content .hero-title {
        font-size: 32px;
        line-height: 1.4;
    }
}

.hero .hero-content .hero-desc {
    font-family: var(--global--font-body);
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 32px;
}

.hero .hero-content .hero-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .hero .hero-content .hero-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .hero .hero-content .hero-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hero .hero-content .hero-action .btn {
    width: 232px;
    height: 68px;
    margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
    .hero .hero-content .hero-action .btn {
        margin-right: 0;
        margin-bottom: 25px;
        height: 50px;
        width: 225px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero .hero-content .hero-action .btn {
        width: 225px;
        margin-right: 15px;
    }
}

.hero .hero-content .hero-action .btn:last-child {
    margin-right: 0;
}

.hero .hero-content .hero-action .btn i {
    font-size: 10px;
}

.hero .hero-content .hero-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .hero .hero-content .hero-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero .hero-content .hero-list .icon {
    margin-right: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero .hero-content .hero-list .icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .hero .hero-content .hero-list .icon {
        margin-right: 0;
        margin: 0 15px 25px;
    }
}

.hero .hero-content .hero-list .icon:last-child {
    margin-right: 0;
}

.hero .hero-content .hero-list .icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hero .hero-content .hero-list .icon i {
    font-size: 60px;
    color: var(--global--color-white);
}

.hero .hero-content .hero-list .icon a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

.hero .hero-content .btn-video {
    width: auto;
    height: auto;
    background: transparent;
}

.hero .hero-content .btn-video:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hero .hero-content .btn-video:hover .icon {
    background-color: var(--global--color-primary);
}

.hero .hero-content .btn-video:hover .icon svg {
    color: var(--global--color-white);
}

.hero .hero-content .btn-video span {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    color: var(--global--color-white);
    margin-left: 35px;
    text-transform: capitalize;
}

.hero .hero-content .btn-video .icon {
    width: 68px;
    height: 68px;
}

.hero.hero-2 .hero-content {
    text-align: center;
}

.hero.hero-2 .hero-content .hero-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero.hero-2 .hero-content .hero-action .btn {
    margin-right: 30px;
}

.hero.hero-2 .hero-content .hero-action .btn:last-child {
    margin-right: 0;
}

.hero.hero-2 .hero-content .hero-action .btn:first-child {
    width: 166px;
    height: 68px;
}

.hero.hero-2 .hero-content .hero-action .btn:last-child {
    width: 232px;
    height: 68px;
}

@media screen and (max-width: 767.98px) {
    .hero.hero-2 .hero-content .hero-action .btn {
        margin-right: 0;
    }
}

.hero.hero-3 {
    height: 550px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-3 {
        height: 100vh;
    }
}

.hero.hero-3 .hero-action .btn:first-child {
    width: 166px;
    margin-right: 35px;
}

@media screen and (max-width: 767.98px) {
    .hero.hero-3 .hero-action .btn:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.hero.hero-4 {
    height: 530px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-4 {
        height: 100vh;
    }
}

.hero.hero-4 .hero-content .hero-title {
    margin-bottom: 0;
}

.hero.hero-5 {
    height: 510px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-5 {
        height: 100vh;
    }
}

.hero.hero-5 .hero-content .hero-title {
    margin-bottom: 0;
}

.hero.hero-6 {
    height: 650px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-6 {
        height: 100vh;
    }
}

.hero.hero-6 .hero-content .hero-action .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 166px;
    height: 68px;
}

.hero.hero-7 {
    height: 240px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-7 {
        height: 15vh;
    }
}

@media screen and (max-width: 991.98px) {
    .hero.hero-7 .hero-content .hero-action {
        margin-bottom: 40px;
    }
}

.hero.hero-7 .hero-content .hero-action .btn {
    height: 68px;
}

.hero.hero-7 .hero-content .hero-action .btn:first-child {
    width: 170px;
}

@media screen and (min-width: 768px) {
    .hero.hero-7 .hero-content .hero-action .btn:first-child {
        margin-right: 30px;
    }
}

.hero.hero-7 .hero-content .hero-action .btn:last-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 232px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero.hero-7 .hero-content .hero-action .btn:last-child {
        padding: 0 20px;
    }
}

.hero.hero-7 .btn-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: url("../images/video/bg.html") no-repeat;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hero.hero-7 .btn-video:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hero.hero-7 .btn-video:hover .icon {
    background-color: var(--global--color-white);
}

.hero.hero-7 .btn-video:hover .icon svg {
    color: #063464;
}

.hero.hero-7 .btn-video .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 76px;
    height: 76px;
    background: var(--global--color-white);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.hero.hero-7 .btn-video .icon svg {
    color: #063464;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hero.hero-8 {
    height: 650px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-8 {
        height: 100vh;
    }
}

.hero.hero-8 .hero-action .btn:first-child {
    width: 166px;
    margin-right: 35px;
}

@media screen and (max-width: 767.98px) {
    .hero.hero-8 .hero-action .btn:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.hero.hero-9 {
    height: 650px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-9 {
        height: 100vh;
    }
}

.hero.hero-9 .hero-content .hero-action .btn {
    margin-right: 30px;
}

.hero.hero-9 .hero-content .hero-action .btn:last-child {
    margin-right: 0;
}

.hero.hero-9 .hero-content .hero-action .btn:first-child {
    width: 166px;
    height: 68px;
}

.hero.hero-9 .hero-content .hero-action .btn:last-child {
    width: 232px;
    height: 68px;
}

@media screen and (max-width: 767.98px) {
    .hero.hero-9 .hero-content .hero-action .btn {
        margin-right: 0;
    }
}

.hero.hero-10 {
    height: 650px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-10 {
        height: 100vh;
    }
}

.hero.hero-10 .hero-content .hero-action .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 192px;
    height: 68px;
}

.hero.hero-11 {
    height: 650px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-11 {
        height: 100vh;
    }
}

.hero.hero-11 .hero-action .btn:first-child {
    width: 192px;
    margin-right: 35px;
}

@media screen and (max-width: 767.98px) {
    .hero.hero-11 .hero-action .btn:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.hero.hero-12 {
    height: 650px;
}

@media screen and (max-width: 991.98px) {
    .hero.hero-12 {
        height: 100vh;
    }
}

.hero.hero-12 .hero-action .btn {
    width: 232px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*------------------------------------*\
		#Awards
\*------------------------------------*/
.awards {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media screen and (max-width: 991.98px) {
    .awards {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}

.awards .award {
    margin-bottom: 30px;
}

.awards .award:hover .award-img {
    background-color: var(--global--color-primary);
}

.awards .award .award-img {
    padding: 45px 85px;
    background-color: #f3f3f3;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .awards .award .award-img {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media screen and (max-width: 991.98px) {
    .awards .award .award-img {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.awards .award .award-img img {
    max-width: 100%;
}

.awards .award .award-content {
    padding: 29px 30px 12px;
}

@media screen and (max-width: 991.98px) {
    .awards .award .award-content {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .awards .award .award-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.awards .award .award-content .award-title {
    margin-bottom: 17px;
}

.awards .award .award-content .award-title a {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1e4873;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

.awards .award .award-content .award-title a:hover {
    color: var(--global--color-primary);
}

.awards .award .award-content .award-desc {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--global--color-body);
    margin-bottom: 0;
}

/*------------------------------------*\
		#PROJECTS GALERY
\*------------------------------------*/
.projects-gallery {
    padding: 110px 0;
}

@media screen and (max-width: 991.98px) {
    .projects-gallery {
        padding: 70px 0;
    }
}

.projects-gallery .project-panel {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
    .projects-gallery .project-panel {
        max-width: 370px;
        margin: 0 auto 40px;
    }
}

.projects-gallery .project-panel:hover {
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

.projects-gallery .project-panel:hover .project-img .project-zoom {
    opacity: 1;
    visibility: visible;
}

.projects-gallery .project-panel .project-img img {
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.projects-gallery .project-panel .project-img .project-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--global--color-primary-alt);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--global--color-white);
    font-size: 20px;
}

.projects-gallery .project-panel .project-img .project-zoom a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.projects-gallery .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 180px;
    height: 65px;
}

/*------------------------------------*\
		#BLOG
\*------------------------------------*/
.blog {
    padding: 127px 0 70px;
}

.blog .more-blogs {
    text-align: center;
}

.blog .more-blogs p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: var(--global--color-body);
    line-height: 33px;
    margin-bottom: 0;
}

.blog .more-blogs p a {
    position: relative;
    font-weight: 700;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.blog .more-blogs p a:hover::before {
    width: calc(100% - 20%);
}

.blog .more-blogs p a::before {
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--global--color-primary);
}

.blog .carousel .owl-stage-outer {
    overflow: visible;
}

.blog .carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.blog .carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.blog-entry {
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.07);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.07);
    background-color: var(--global--color-white);
    border-radius: 4px;
}

@media screen and (max-width: 991.98px) {
    .blog-entry {
        max-width: 370px;
        margin: 0 auto 40px;
    }
}

.blog-entry:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

.blog-entry:hover .entry-img .entry-img-holder img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.blog-entry:hover .entry-img::before {
    opacity: 0.4;
    visibility: visible;
}

.blog-entry:hover .entry-content::after {
    background-color: var(--global--color-secondary);
    width: calc(100% - 50px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-entry:hover .entry-content::after {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .blog-entry:hover .entry-content::after {
        width: calc(100% - 25px);
    }
}

.blog-entry:hover .entry-content .entry-more a {
    padding: 0 20px;
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
}

.blog-entry:hover .entry-content .entry-more a i {
    color: var(--global--color-white);
}

.blog-entry .entry-img {
    position: relative;
    border-radius: 4px;
}

.blog-entry .entry-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 100, 100, 0)), color-stop(0%, #586e85));
    background: -o-linear-gradient(top, rgba(101, 100, 100, 0) 0%, #586e85 0%);
    background: linear-gradient(180deg, rgba(101, 100, 100, 0) 0%, #586e85 0%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.blog-entry .entry-img .entry-img-holder {
    overflow: hidden;
}

.blog-entry .entry-img .entry-img-holder img {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    width: 100%;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-entry .entry-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 4;
}

.blog-entry .entry-img .entry-date {
    position: absolute;
    bottom: 0px;
    left: 50px;
    height: 65px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--global--color-primary);
    border-radius: 4px 4px 0 0;
    text-align: center;
    z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-entry .entry-img .entry-date {
        left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-entry .entry-img .entry-date {
        left: 25px;
        bottom: auto;
        top: 25px;
    }
}

.blog-entry .entry-img .entry-date::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -8px;
    left: 0;
    background-color: var(--global--color-primary);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.blog-entry .entry-img .entry-date .month {
    font-family: var(--global--font-body);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #eef3fa;
    margin-bottom: 6px;
}

.blog-entry .entry-img .entry-date .day {
    font-family: var(--global--font-heading);
    font-weight: 400;
    font-size: 26px;
    line-height: 22px;
    color: #fcfcfc;
}

.blog-entry .entry-content {
    padding: 32px 50px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-entry .entry-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-entry .entry-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-entry .entry-content {
        text-align: center;
    }
}

.blog-entry .entry-content::after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 94px;
    height: 6px;
    background-color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-entry .entry-content::after {
        left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-entry .entry-content::after {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.blog-entry .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 991.98px) {
    .blog-entry .entry-meta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.blog-entry .entry-meta .entry-category {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.blog-entry .entry-meta .entry-category a {
    position: relative;
    color: var(--global--color-primary-alt);
    font-family: var(--global--font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.blog-entry .entry-meta .entry-category a::after {
    content: ", ";
    position: relative;
}

.blog-entry .entry-meta .entry-category a:last-of-type::after {
    content: "";
}

.blog-entry .entry-meta .entry-category a:hover {
    color: var(--global--color-primary);
}

.blog-entry .entry-meta .divider {
    width: 8px;
    height: 2px;
    background-color: #cdd6e0;
    margin: 0 10px;
}

.blog-entry .entry-meta .entry-author {
    text-transform: capitalize;
}

.blog-entry .entry-meta .entry-author p {
    font-family: var(--global--font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #1e4873;
    margin-bottom: 0;
}

.blog-entry .entry-title {
    margin-bottom: 17px;
}

.blog-entry .entry-title h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.blog-entry .entry-title a {
    color: var(--global--color-heading);
}

.blog-entry .entry-title a:hover {
    color: var(--global--color-primary);
}

.blog-entry .entry-bio p {
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--global--color-body);
    margin-bottom: 23px;
}

.blog-entry .entry-more a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding: 0;
    height: 50px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: var(--global--color-heading);
}

.blog-entry .entry-more a::before {
    content: unset;
}

.blog-entry .entry-more a i {
    font-size: 10px;
    margin-left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: var(--global--color-heading);
}

/* Blog Grid */
.blog-grid {
    padding: 60px 0 100px;
}

@media screen and (min-width: 992px) {
    .blog-grid .blog-entry {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-grid {
        padding: 65px 0 70px;
    }
}

/* Blog Single */
.blog-single {
    padding-top: 60px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .blog-single {
        padding-bottom: 70px;
    }
}

.blog-single .breadcrumb-wrap {
    margin-bottom: 50px;
}

.blog-single .blog-entry {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 991.98px) {
    .blog-single .blog-entry {
        max-width: initial;
    }
}

.blog-single .blog-entry:last-of-type {
    margin-bottom: 0px;
}

.blog-single .blog-entry .entry-img {
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-right: 0;
}

.blog-single .blog-entry .entry-img img {
    border-radius: 8px;
    max-width: 100%;
}

.blog-single .blog-entry .entry-img::before {
    content: unset;
}

.blog-single .entry-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 37px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.blog-single .entry-holder .entry-share span,
.blog-single .entry-holder .entry-tags span {
    display: block;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: #1e4873;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.blog-single .entry-holder .entry-share div,
.blog-single .entry-holder .entry-tags div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-single .entry-holder .entry-share .module-social {
    height: auto;
    line-height: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.blog-single .entry-holder .entry-share .module-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #e6eaef;
    border-radius: 50%;
    margin-bottom: 10px;
}

.blog-single .entry-holder .entry-share .module-social a:hover i {
    width: 32px;
    height: 32px;
}

.blog-single .entry-holder .entry-share .module-social a i {
    background-color: #063464;
    color: #e6eaef;
}

.blog-single .entry-holder .entry-share .module-social a i:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-holder .entry-tags {
        margin-bottom: 20px;
    }
}

.blog-single .entry-holder .entry-tags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: var(--global--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1e4873;
    background-color: var(--global--color-white);
    border: 2px solid #cdd6e0;
    border-radius: 4px;
    padding: 0 14px;
}

.blog-single .entry-holder .entry-tags a:hover {
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
    border-color: var(--global--color-heading);
}

.blog-single .entry-content {
    padding: 32px 40px 40px;
    border-bottom: 4px solid #e6eaef;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-single .entry-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-single .entry-content {
        padding: 32px 0;
    }
}

.blog-single .entry-content::after {
    content: unset;
}

.blog-single .entry-content .entry-meta {
    margin-bottom: 11px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-content .entry-meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .blog-single .entry-content .entry-meta div {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-content .entry-meta .divider {
        display: none;
    }
}

.blog-single .entry-content .entry-meta .entry-author a p {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blog-single .entry-content .entry-meta .entry-author a:hover p {
    color: var(--global--color-primary);
}

.blog-single .entry-content .entry-meta .entry-comments {
    text-transform: capitalize;
    font-family: var(--global--font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: var(--global--color-body);
}

.blog-single .entry-content .entry-meta .entry-comments .num {
    color: #1d65b9;
}

.blog-single .entry-content .entry-meta .entry-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-single .entry-content .entry-meta .entry-share span {
    text-transform: capitalize;
    font-family: var(--global--font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: var(--global--color-body);
    margin-right: 10px;
}

.blog-single .entry-content .entry-meta .entry-share .module-social {
    height: auto;
    line-height: normal;
}

.blog-single .entry-content .entry-meta .entry-share .module-social a i {
    color: var(--global--color-white);
}

.blog-single .entry-content .entry-title {
    margin-bottom: 31px;
}

.blog-single .entry-content .entry-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-content .entry-title h2 {
        font-size: 32px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-single .entry-content .entry-title h2 {
        font-size: 32px;
        line-height: 1.4;
    }
}

.blog-single .entry-content .entry-infos {
    margin-top: 32px;
    margin-bottom: 33px;
}

.blog-single .entry-content .entry-infos img {
    width: 100%;
    min-height: 419px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.st-1:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 101, 185, 0)), color-stop(0%, rgba(155, 203, 59, 0)), color-stop(16.43%, rgba(155, 203, 59, 0)), color-stop(97.66%, #9bcb3b), to(#9bcb3b));
    background: -o-linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
    background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
    border-radius: 8px;
}

.haber_detay_kucuk {
    width: 100%;
    min-height: 200px !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -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;
}

.haber_detay_kucuk:hover {
    opacity: 0.6;
}

.haber_buyuk {
    -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;
    border-radius: 8px;
}

.haber_buyuk:hover {
    opacity: 0.6;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-content .entry-infos img {
        margin-bottom: 30px;
    }
}

.blog-single .entry-content .entry-infos .prices-list {
    padding: 37px 40px 28px;
    border-radius: 8px;
    background-color: #f4f4f4;
}

.blog-single .entry-content .entry-infos .prices-list h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 26px;
    color: #05213f;
    text-transform: capitalize;
}

.blog-single .entry-content .entry-infos .prices-list ul {
    margin-bottom: 0;
}

.blog-single .entry-content .entry-infos .prices-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--global--font-body);
    color: #848e9f;
    text-transform: capitalize;
    border-bottom: 1px solid #e6eaef;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .blog-single .entry-content .entry-infos .prices-list ul li:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }
}

.blog-single .entry-content .entry-infos .prices-list ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27px;
    margin-left: 5px;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    padding: 0px 10px;
    border-radius: 2px;
}

.blog-single .entry-content .entry-bio p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 27px;
}

.blog-single .entry-content .entry-bio p:last-child {
    margin-bottom: 0;
}

.blog-single .nav-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}

.blog-single .nav-posts .btn {
    width: auto;
    padding: 0;
    height: 70px;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blog-single .nav-posts .btn:hover {
    padding: 0 30px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    color: var(--global--color-white);
    background-color: var(--global--color-heading);
}

.blog-single .nav-posts .btn:hover i {
    color: var(--global--color-white);
}

.blog-single .nav-posts .btn i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: 20px;
    font-size: 12px;
}

.blog-single .nav-posts .prev-post .btn i {
    margin-left: 0;
    margin-right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blog-single .entry-widget {
    padding-top: 62px;
}

.blog-single .entry-widget .entry-widget-title {
    position: relative;
    margin-bottom: 33px;
}

.blog-single .entry-widget .entry-widget-title h3 {
    font-family: var(--global--font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    color: #05213f;
}

.blog-single .entry-widget-bio {
    padding: 50px 50px 50px;
    border-radius: 4px;
    background-color: var(--global--color-white);
    position: relative;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-single .entry-widget-bio {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.blog-single .entry-widget-bio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #1d65b9;
    border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio::before {
        width: 100%;
        height: 4px;
        border-radius: 4px 4px 0 0;
    }
}

.blog-single .entry-widget-bio .entry-widget-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio .entry-widget-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.blog-single .entry-widget-bio .entry-widget-content img {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio .entry-widget-content img {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        margin-bottom: -8px;
    }
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h3 {
    font-family: var(--global--font-heading);
    color: #05213f;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc p {
    color: var(--global--color-body);
    font-size: 15px;
    font-family: var(--global--font-body);
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 22px;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .module-social {
    height: auto;
    line-height: normal;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .module-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .module-social i {
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
}

.blog-single .entry-comments .entry-widget-content .comments-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
    position: relative;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child {
    margin-bottom: 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list {
    margin-top: 45px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li {
    position: relative;
    margin-bottom: 30px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child {
    margin-bottom: 0px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
        margin-left: 20px;
        margin-bottom: 30px;
    }
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
    margin-left: 30px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
        margin-left: 20px;
    }
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment h3 {
    font-family: var(--global--font-heading);
    color: #1e4873;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 16px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .date {
    color: var(--global--color-secondary);
    font-family: var(--global--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment p {
    font-family: var(--global--font-body);
    color: #8e949e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply {
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--global--color-primary-alt);
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply i {
    font-size: 10px;
    margin-right: 10px;
}

.blog-single .entry-add-comment {
    padding-top: 58px;
}

.blog-single .entry-add-comment .custom-radio-group .custom-control {
    margin-bottom: 20px;
}

.blog-single .entry-add-comment .btn {
    width: 290px;
    height: 75px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-add-comment .btn {
        width: 100%;
        height: 55px;
    }
}

.blog-single .entry-add-comment .btn i {
    font-size: 10px;
    margin-left: 10px;
}

/*------------------------------------*\
		#Shop
\*------------------------------------*/
.shop {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .shop {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.shop.shop-2 {
    padding-top: 30px;
    padding-bottom: 68px;
}

@media screen and (max-width: 991.98px) {
    .shop.shop-2 {
        padding-top: 20px;
        padding-bottom: 28px;
    }
}

.shop.shop-2 h2 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 21px;
    color: var(--global--color-heading);
    text-transform: capitalize;
}

@media screen and (max-width: 991.98px) {
    .shop.shop-2 h2 {
        text-align: center;
    }
}

.shop.shop-3 {
    padding-top: 125px;
    padding-bottom: 70px;
}

@media screen and (max-width: 991.98px) {
    .shop.shop-3 {
        padding-top: 65px;
        padding-bottom: 30px;
    }
}

.shop.shop-4 {
    padding-top: 105px;
    padding-bottom: 70px;
}

@media screen and (max-width: 991.98px) {
    .shop.shop-4 {
        padding-top: 65px;
        padding-bottom: 30px;
    }
}

.shop .pagination {
    margin-top: 10px;
}

.shop .sidebar-shop {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* Product Item */
.product-item {
    margin-bottom: 33px;
}

.product-item .product-img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.product-item .product-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-item .product-img:hover .add-to-cart {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
    visibility: visible;
}

.product-item .product-img img {
    border-radius: 4px;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item .product-img .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--global--color-white);
    border-radius: 4px;
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 15px;
    text-transform: capitalize;
}

.product-item .product-img .badge.badge-sale {
    background-color: #ff0000;
}

.product-item .product-img .badge.badge-new {
    background-color: var(--global--color-primary);
}

.product-item .product-img .add-to-cart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
    bottom: 40px;
    width: 210px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--global--color-white);
    background-color: var(--global--color-primary-alt);
    text-transform: capitalize;
    border-radius: 4px;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.product-item .product-img .add-to-cart:hover {
    background-color: var(--global--color-heading);
}

.product-item .product-img .add-to-cart i {
    font-size: 15px;
    margin-right: 10px;
}

.product-item .product-content {
    padding-top: 21px;
    text-align: center;
}

.product-item .product-content .product-title {
    margin-bottom: 6px;
}

.product-item .product-content .product-title a {
    text-transform: capitalize;
    font-family: var(--global--font-heading);
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
    color: var(--global--color-heading);
}

.product-item .product-content .product-price span {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 19px;
    color: var(--global--color-primary-alt);
    line-height: 28px;
}

/* Shop Options */
.shop-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media screen and (max-width: 767.98px) {
    .shop-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 767.98px) {
    .shop-options .products-show {
        margin-bottom: 25px;
    }
}

.shop-options .products-show p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: #1e4873;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shop-options .products-sort .nice-select {
    border-radius: 4px;
    border-color: var(--global--color-gray-light);
    height: 55px;
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.shop-options .products-sort .nice-select .current {
    font-family: var(--global--font-body);
    font-size: 14px;
}

.shop-options .products-sort .nice-select .list {
    width: 100%;
}

/* Shop Single */
.single-product {
    padding-top: 50px;
}

.single-product .checkout-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px;
    background-color: #e8eff8;
    border-radius: 4px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767.98px) {
    .single-product .checkout-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.single-product .checkout-banner p {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 19px;
    color: #1d65b9;
    margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
    .single-product .checkout-banner p {
        margin-bottom: 20px;
    }
}

.single-product .checkout-banner .btn {
    height: 60px;
}

.single-product .product-img {
    border-radius: 8px;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .single-product .product-img {
        margin-bottom: 25px;
    }
}

.single-product .product-img img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .single-product .product-img img {
        width: 100%;
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.single-product .product-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

@media screen and (min-width: 992px) {
    .single-product .product-content {
        padding-top: 9px;
    }
}

@media screen and (max-width: 991.98px) {
    .single-product .product-content {
        text-align: center;
    }
}

.single-product .product-content .product-title h3 {
    font-family: var(--global--font-heading);
    font-weight: bold;
    color: var(--global--color-heading);
    font-size: 29px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.single-product .product-content .product-price {
    font-family: var(--global--font-body);
    color: #6c757d;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 26px;
}

.single-product .product-content .product-review {
    margin-bottom: 21px;
}

.single-product .product-content .product-review span {
    color: var(--global--color-body);
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--global--font-body);
    text-transform: capitalize;
}

.single-product .product-content .product-review span::after {
    content: '/';
    margin: 0 6px;
}

.single-product .product-content .product-review span:last-child::after {
    content: unset;
}

.single-product .product-content .product-review span a {
    color: var(--global--color-body);
}

.single-product .product-content .product-review span a:hover {
    color: var(--global--color-primary);
}

.single-product .product-content .product-review .product-rating {
    margin-right: 30px;
    display: inline-block;
}

.single-product .product-content .product-review .product-rating i {
    color: var(--global--color-body);
    font-size: 15px;
    line-height: 1;
    margin-right: 5px;
}

.single-product .product-content .product-review .product-rating i:last-child {
    margin-right: 0;
}

.single-product .product-content .product-review .product-rating i.active {
    color: var(--global--color-primary);
}

.single-product .product-content .product-desc p {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 32px;
    color: var(--global--color-body);
}

.single-product .product-content .product-details {
    margin-bottom: 23px;
}

.single-product .product-content .product-details .table {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .single-product .product-content .product-details .table {
        width: 60%;
    }
}

.single-product .product-content .product-details .table td {
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 9px;
}

.single-product .product-content .product-details .table .name {
    font-family: var(--global--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: #1e4873;
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
    .single-product .product-content .product-details .table .name {
        padding-left: 0;
    }
}

.single-product .product-content .product-details .table .value {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 15px;
    color: var(--global--color-body);
    text-transform: capitalize;
}

.single-product .product-content .product-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 991.98px) {
    .single-product .product-content .product-share {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-product .product-content .product-share a {
    color: var(--global--color-white);
    background-color: var(--global--color-heading);
    border-radius: 4px;
    margin-right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 52px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
    .single-product .product-content .product-share a {
        margin-right: 10px;
    }
}

.single-product .product-content .product-share a:last-child {
    margin-right: 0;
}

.single-product .product-content .product-share a:hover {
    background-color: var(--global--color-primary);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-product .product-content .product-share a.facebook-bg {
    background-color: #3b5999;
}

.single-product .product-content .product-share a.facebook-bg:hover {
    background-color: var(--global--color-heading);
}

.single-product .product-content .product-share a.twitter-bg {
    background-color: #55acee;
}

.single-product .product-content .product-share a.twitter-bg:hover {
    background-color: var(--global--color-heading);
}

.single-product .product-content .product-share a.instagram-bg {
    background-color: #0092ff;
}

.single-product .product-content .product-share a.instagram-bg:hover {
    background-color: var(--global--color-heading);
}

.single-product .product-content .product-share a.pinterest-bg {
    background-color: #ca1f27;
}

.single-product .product-content .product-share a.pinterest-bg:hover {
    background-color: var(--global--color-heading);
}

.single-product .product-content .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
}

@media screen and (max-width: 991.98px) {
    .single-product .product-content .product-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-product .product-content .product-action .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid var(--global--color-gray-light);
    border-radius: 4px 4px 0 4px;
    width: 80px;
    margin-right: 15px;
}

.single-product .product-content .product-action .product-quantity span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-product .product-content .product-action .product-quantity span a {
    border-left: 2px solid var(--global--color-gray-light);
}

.single-product .product-content .product-action .product-quantity span a:first-child {
    border-bottom: 2px solid var(--global--color-gray-light);
}

.single-product .product-content .product-action .product-quantity span a i {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 25px;
    color: var(--global--color-heading);
    text-align: center;
}

.single-product .product-content .product-action .product-quantity input {
    width: 50px;
    height: 50px;
    color: var(--global--color-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    font-family: var(--global--font-body);
    text-align: center;
    background-color: transparent;
    border-color: transparent;
}

.single-product .product-content .product-action .btn {
    height: 54px;
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
}

.single-product .product-content .product-action .btn::before {
    background-color: var(--global--color-primary);
}

.single-product .product-content .product-action .btn:active,
.single-product .product-content .product-action .btn:focus,
.single-product .product-content .product-action .btn:hover {
    color: var(--global--color-white);
}

.single-product .product-tabs {
    background-color: var(--global--color-white);
    margin-top: 75px;
    margin-bottom: 40px;
}

.single-product .product-tabs .nav-tabs {
    background-color: var(--global--color-white);
    border: 0;
}

.single-product .product-tabs .nav-tabs li {
    margin-right: 30px;
}

.single-product .product-tabs .nav-tabs li:last-child {
    margin-right: 0;
}

.single-product .product-tabs .nav-tabs li a {
    color: var(--global--color-heading);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--global--font-body);
    text-transform: capitalize;
    border-radius: 0;
    margin-right: 0;
    padding-bottom: 14px;
    display: block;
    border-right: 0;
    position: relative;
}

.single-product .product-tabs .nav-tabs li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 420px) {
    .single-product .product-tabs .nav-tabs li a::after {
        content: unset;
    }
}

.single-product .product-tabs .nav-tabs li a:focus,
.single-product .product-tabs .nav-tabs li a:hover {
    color: var(--global--color-primary);
}

.single-product .product-tabs .nav-tabs li>.active,
.single-product .product-tabs .nav-tabs li>.active:focus,
.single-product .product-tabs .nav-tabs li>.active:hover {
    color: var(--global--color-primary);
}

.single-product .product-tabs .nav-tabs li>.active::after,
.single-product .product-tabs .nav-tabs li>.active:focus::after,
.single-product .product-tabs .nav-tabs li>.active:hover::after {
    background-color: var(--global--color-primary);
}

.single-product .product-tabs .tab-content {
    border-top: 4px solid #e6eaef;
    padding-top: 27px;
}

.single-product .product-tabs .tab-content p {
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--global--color-body);
}

.single-product .product-tabs .tab-content h5 {
    font-size: 13px;
}

.single-product .product-tabs .tab-content .review-comment .review-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.single-product .product-tabs .tab-content .review-comment .review-body img {
    width: 60px;
    height: 60px;
    border-radius: 8px 8px 0 8px;
    margin-right: 30px;
}

.single-product .product-tabs .tab-content .review-comment .review-body h6,
.single-product .product-tabs .tab-content .review-comment .review-body p {
    margin-bottom: 0;
}

.single-product .product-tabs .tab-content .review-comment .review-body .product-rating i.active {
    color: var(--global--color-primary);
}

.single-product .product-tabs .tab-content .review-comment .product-comment {
    margin-bottom: 35px;
}

.single-product .product-tabs .tab-content .review-comment .product-comment p {
    margin-bottom: 0;
}

.single-product .product-tabs .tab-content .form-review .nice-select .list {
    width: 100%;
}

.single-product .form-review .form-control {
    margin-bottom: 30px;
}

/*Shop Cart*/
.shop-cart {
    padding-top: 50px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .shop-cart {
        padding-bottom: 70px;
    }
}

.shop-cart .table-wrap {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 53px;
    overflow: hidden;
}

.shop-cart .table-wrap .cart-table {
    margin-bottom: 30px;
}

.shop-cart .table-wrap .cart-table.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.shop-cart .table-wrap .cart-table .table {
    background-color: var(--global--color-white);
    border-radius: 0;
    margin-bottom: 0;
    color: var(--global--color-body);
}

.shop-cart .table-wrap .cart-table .table tr:first-child th {
    border-top: 0;
}

.shop-cart .table-wrap .cart-table .table tr:first-child th:first-child {
    border-left: 0;
}

.shop-cart .table-wrap .cart-table .table tr:first-child th:last-child {
    border-right: 0;
}

.shop-cart .table-wrap .cart-table .table tr th {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: var(--global--color-body);
    font-family: var(--global--font-body);
    padding: 10px 0;
    border-right: 1px solid #e5e8ed;
    border-bottom: 1px solid #e5e8ed;
}

.shop-cart .table-wrap .cart-table .table tbody tr td {
    padding: 20px;
    border-right: 1px solid #e5e8ed;
    border-bottom: 1px solid #e5e8ed;
    border-top: 0;
    border-left: 0;
}

.shop-cart .table-wrap .cart-table .table tbody tr td:last-child {
    border-right: 0;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-price,
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-total {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-primary-alt);
    font-family: var(--global--font-body);
    vertical-align: baseline;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    height: 19px;
    background-color: var(--global--color-heading);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove:hover {
    background-color: var(--global--color-primary);
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    border-radius: 4px;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
    border-radius: 4px;
    max-width: 100%;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-name h6 {
    font-family: var(--global--font-heading);
    color: var(--global--color-heading);
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e6e8eb;
    border-radius: 4px;
    width: 80px;
    margin-right: 0px;
    margin: 0 auto;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a {
    border-left: 2px solid #e6e8eb;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a:first-child {
    border-bottom: 2px solid #e6e8eb;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a i {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 25px;
    color: var(--global--color-heading);
    text-align: center;
}

.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity input {
    width: 50px;
    height: 50px;
    color: var(--global--color-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    font-family: var(--global--font-body);
    text-align: center;
    background-color: transparent;
    border-color: transparent;
}

.shop-cart .table-wrap .cart-product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 767.98px) {
    .shop-cart .table-wrap .cart-product-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shop-cart .table-wrap .cart-product-action form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    .shop-cart .table-wrap .cart-product-action form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
}

.shop-cart .table-wrap .cart-product-action form .form-control {
    border-radius: 4px;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    background-color: var(--global--color-white);
    margin-right: 10px;
    height: 42px;
    width: 250px;
    line-height: 42px;
    margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
    .shop-cart .table-wrap .cart-product-action form .form-control {
        width: 200px;
    }
}

@media screen and (max-width: 767.98px) {
    .shop-cart .table-wrap .cart-product-action form .form-control {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.shop-cart .table-wrap .cart-product-action form .btn {
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.shop-cart .table-wrap .cart-product-action .btn {
    width: 134px;
    height: 42px;
    line-height: 39px;
    margin-right: 10px;
    padding: 0 18px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

@media screen and (max-width: 575.98px) {
    .shop-cart .table-wrap .cart-product-action .btn {
        margin-top: 20px;
    }
}

.shop-cart .table-wrap .cart-product-action .btn:last-child {
    margin-right: 0;
}

.shop-cart .table-wrap .cart-product-action div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-cart .cart-calculate-shipping h3,
.shop-cart .cart-total-amount h3 {
    color: #05213f;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--global--font-heading);
    margin-bottom: 13px;
    position: relative;
    text-transform: capitalize;
}

.shop-cart .cart-total-amount .table {
    margin-bottom: 30px;
}

.shop-cart .cart-total-amount .table tbody .head {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 17px;
    color: #1e4873;
    text-transform: capitalize;
}

.shop-cart .cart-total-amount .table tbody td {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 17px;
    color: var(--global--color-body);
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
    padding-left: 0;
}

.shop-cart .cart-total-amount .table tbody td.amount {
    font-weight: 700;
}

.shop-cart .cart-total-amount .btn {
    padding: 0 20px;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

@media screen and (max-width: 767.98px) {
    .shop-cart .cart-total-amount .btn {
        width: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    .shop-cart .cart-calculate-shipping {
        margin-bottom: 50px;
    }
}

.shop-cart .cart-calculate-shipping h3 {
    margin-bottom: 24px;
}

.shop-cart .cart-calculate-shipping .btn {
    padding: 0 20px;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

@media screen and (max-width: 767.98px) {
    .shop-cart .cart-calculate-shipping .btn {
        width: 100%;
    }
}

/* Shop Checkout */
.shop-checkout {
    padding-top: 90px;
    padding-bottom: 90px;
}

.shop-checkout h5 {
    color: var(--global--color-heading-darken);
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    font-family: var(--global--font-heading);
    margin-bottom: 13px;
    position: relative;
    text-transform: capitalize;
}

.shop-checkout .cart-empty,
.shop-checkout .cart-coupon {
    padding: 30px;
    background-color: #f5f5f5;
    border-top: 3px solid #1e85be;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--global--font-body);
    line-height: 1;
    color: #515151;
    margin-bottom: 35px;
}

.shop-checkout .cart-empty a,
.shop-checkout .cart-coupon a {
    color: var(--global--color-primary);
}

.shop-checkout .checkout-widget {
    margin-bottom: 45px;
}

.shop-checkout .checkout-widget .widget-title {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.shop-checkout .checkout-widget .widget-title h2 {
    font-size: 22px;
}

.shop-checkout .checkout-widget label {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--global--color-heading);
    display: block;
}

.shop-checkout .checkout-widget label .required {
    margin-left: 3px;
    color: red;
}

.shop-checkout .checkout-widget .form-control {
    margin-bottom: 12px;
}

.shop-checkout .checkout-widget textarea {
    height: 150px;
    padding-top: 25px;
    line-height: normal;
}

.shop-checkout .checkout-widget .nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.shop-checkout .checkout-widget .nice-select .list {
    width: 100%;
}

.shop-checkout .cart-totals {
    margin-bottom: 53px;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (max-width: 991.98px) {
    .shop-checkout .cart-totals {
        margin-bottom: 40px;
    }
}

.shop-checkout .cart-totals h5 {
    text-transform: capitalize;
}

.shop-checkout .cart-totals .table-order table {
    width: 100%;
    margin-bottom: 0;
}

.shop-checkout .cart-totals .table-order table tbody tr {
    border-bottom: 1px solid #eaeaea;
}

.shop-checkout .cart-totals .table-order table tbody tr:last-child {
    border-bottom: 0;
}

.shop-checkout .cart-totals .table-order table tbody tr td {
    font-family: var(--global--font-body);
    font-size: 17px;
    color: var(--global--color-heading);
    text-transform: capitalize;
    font-weight: 600;
    padding: 13px;
}

.shop-checkout .cart-totals .table-order table tbody tr td:last-of-type {
    font-weight: 400;
    color: var(--global--color-body);
}

.shop-checkout .cart-totals .table-order table tbody tr td.product-name {
    padding-left: 10px;
}

.shop-checkout .cart-totals .table-order table tbody tr.cart-total td:last-of-type {
    color: var(--global--color-primary);
}

.shop-checkout .your-order .cart-table {
    margin-bottom: 65px;
}

@media screen and (max-width: 991.98px) {
    .shop-checkout .your-order .cart-table {
        margin-bottom: 40px;
    }
}

.shop-checkout .your-order .cart-table.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.shop-checkout .your-order .cart-table .table {
    background-color: var(--global--color-white);
    border-radius: 0;
    margin-bottom: 0;
    color: var(--global--color-body);
}

.shop-checkout .your-order .cart-table .table tr:first-child th {
    border-top: 0;
}

.shop-checkout .your-order .cart-table .table tr:first-child th:first-child {
    border-left: 0;
}

.shop-checkout .your-order .cart-table .table tr:first-child th:last-child {
    border-right: 0;
}

.shop-checkout .your-order .cart-table .table tr th {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: var(--global--color-heading-darken);
    font-family: var(--global--font-body);
    padding: 10px 0;
    border-bottom: 1px solid #e5e8ed;
}

.shop-checkout .your-order .cart-table .table tbody tr td {
    padding: 20px;
    border-bottom: 1px solid #e5e8ed;
    border-top: 0;
    border-left: 0;
}

.shop-checkout .your-order .cart-table .table tbody tr td:last-child {
    border-right: 0;
}

.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-total,
.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-quantity {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-primary);
    font-family: var(--global--font-body);
    vertical-align: middle;
}

.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item .cart-product-img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
    max-width: 100%;
}

.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item .cart-product-name h6 {
    font-family: var(--global--font-heading);
    color: var(--global--color-heading-darken);
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.payment {
    background-color: var(--global--color-gray);
    padding: 33px 15px;
    border-radius: 4px;
}

.payment .payment-method {
    margin: 0 15px;
}

.payment .payment-method .no-payment {
    border-top: 3px solid #1e85be;
    padding: 27px 0;
}

.payment .payment-method .no-payment p {
    font-family: var(--global--font-body);
    padding: 0 30px;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    color: var(--global--color-heading);
}

.payment .payment-conditions {
    margin: 0 15px;
}

.payment .payment-conditions .message {
    padding-top: 10px;
    font-family: var(--global--font-body);
    font-size: 17px;
    line-height: 2;
    color: var(--global--color-body);
    font-weight: 400;
    margin-bottom: 30px;
}

.payment .payment-conditions label {
    text-transform: capitalize;
    font-weight: 500;
    color: var(--global--color-heading);
    font-size: 16px;
    margin-bottom: 30px;
}

.payment .payment-conditions label a {
    color: var(--global--color-primary);
}

.login {
    padding-bottom: 140px;
}

.login .login-body {
    background-color: var(--global--color-body-light);
    border-radius: 8px;
    padding: 40px;
}

.login .login-body label {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #222222;
}

.login .login-body label .required {
    margin-left: 3px;
    color: red;
}

.login .login-body .form-control {
    background-color: var(--global--color-white);
    margin-bottom: 8px;
}

.login .login-body .check {
    margin-top: 10px;
    margin-bottom: 5px;
}

.login .login-body .check label {
    margin-left: 5px;
}

.login .login-body .forget {
    margin-top: 13px;
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-heading);
}

.login .login-body .forget:hover {
    color: var(--global--color-primary);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-item {
        max-width: 270px;
        margin: 0 auto 30px;
    }

    .product-options2 span {
        display: inline-block;
        min-width: 50px;
        margin-bottom: 10px;
    }
}

/* Shop Account */
.shop-account {
    padding-top: 60px;
}

.shop-account .shop-account-nav {
    background-color: var(--global--color-body-light);
    padding: 0 30px;
    border: 1px solid var(--global--color-body-light);
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .shop-account .shop-account-nav {
        margin-bottom: 30px;
    }
}

.shop-account .shop-account-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    color: var(--global--color-heading);
    font-size: 15px;
    font-family: var(--global--font-body);
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 500px) {
    .shop-account .shop-account-nav ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-account .shop-account-nav ul li a:hover {
    color: var(--global--color-primary);
}

.shop-account .shop-account-nav ul li a:hover i {
    color: var(--global--color-primary);
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

@media screen and (max-width: 500px) {
    .shop-account .shop-account-nav ul li a span {
        display: none;
    }
}

.shop-account .shop-account-nav ul li a i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    font-size: 15px;
}

@media screen and (max-width: 500px) {
    .shop-account .shop-account-nav ul li a i {
        margin-left: 0;
        font-size: 20px;
    }
}

.shop-account .shop-account-nav ul li:first-child a {
    border-top: none;
}

.shop-account .shop-account-nav ul li:last-child a {
    border-bottom: none;
}

.shop-account .shop-account-nav ul li.active a {
    color: var(--global--color-primary);
}

.shop-account .shop-account-nav ul li.active a i {
    color: var(--global--color-primary);
}

.shop-account .shop-account-nav ul li.active:hover a i {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.shop-account .shop-account-content {
    background-color: var(--global--color-body-light);
    padding: 50px 30px;
    border: 1px solid var(--global--color-body-light);
    border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
    .shop-account .shop-account-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.shop-account .shop-account-content h6 {
    font-family: var(--global--font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

.shop-account .shop-account-content p {
    font-family: var(--global--font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.shop-account .shop-account-content p:last-child {
    margin-bottom: 0;
}

.shop-account .shop-account-content p a {
    color: var(--global--color-primary);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-item {
        max-width: 270px;
        margin: 0 auto 30px;
    }

    .product-options2 span {
        display: inline-block;
        min-width: 50px;
        margin-bottom: 10px;
    }
}

/*------------------------------------*\
		#Team
\*------------------------------------*/
.team {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .team {
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

.team .carousel .owl-stage-outer {
    overflow: visible;
}

.team .carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.team .carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.team .member {
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    max-width: 370px;
    margin: 0 auto 70px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    border-radius: 4px;
}

@media screen and (max-width: 991.98px) {
    .team .member {
        margin: 0 auto 40px;
    }
}

.team .member:hover .member-content .member-social {
    opacity: 1;
    visibility: visible;
}

.team .member .member-img {
    position: relative;
}

.team .member .member-img img {
    border-radius: 8px;
    max-width: 100%;
}

.team .member .member-content {
    background-color: var(--global--color-white);
    padding: 32px 40px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 0 0 4px 4px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .team .member .member-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .team .member .member-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.team .member .member-content .member-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team .member .member-content .member-social a {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--global--color-primary-alt);
    width: 25px;
    height: 25px;
    color: var(--global--color-white);
    font-size: 13px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 10px;
}

.team .member .member-content .member-social a:last-child {
    margin-right: 0;
}

.team .member .member-content .member-social a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 767.98px) {
    .team .member .member-content .member-info {
        margin-bottom: 25px;
    }
}

.team .member .member-content .member-info a {
    display: inline-block;
    font-family: var(--global--font-heading);
    font-size: 20px;
    font-weight: 500;
    color: #1e4873;
    margin-bottom: 11px;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.team .member .member-content .member-info a:hover {
    color: var(--global--color-primary-alt);
}

.team .member .member-content .member-info p {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
}

.team .member.member-2 {
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team .member.member-2:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

.team .member.member-2:hover .member-content .member-social {
    opacity: 1;
    visibility: visible;
}

.team .member.member-2 .member-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 26px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .team .member.member-2 .member-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.team .member.member-2 .member-content .member-social {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 40px);
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--global--color-white);
    z-index: 1;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
}

.team .member.member-2 .member-content .member-info {
    text-align: center;
    position: relative;
    z-index: 2;
}

/*------------------------------------*\
	#Sidebar Widgets
\*------------------------------------*/
.sidebar {
    max-width: 370px;
    margin-right: auto;
}

@media screen and (max-width: 991.98px) {
    .sidebar {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Widget */
.widget {
    background-color: #e5edf6;
    padding: 43px 30px 43px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .widget {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: calc(100% - 50px);
    background-color: var(--global--color-secondary);
    border-radius: 4px 0 0px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget::after {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .widget::after {
        width: calc(100% - 25px);
    }
}

.widget .widget-title {
    text-align: center;
    margin-bottom: 23px;
}

@media screen and (min-width: 992px) {
    .widget .widget-title {
        text-align: left;
    }
}

.widget .widget-title h3 {
    font-family: var(--global--font-heading);
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #05213f;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
}

/* Category Widget */
.widget-categories.widget-categories-1 ul {
    margin-bottom: 0;
}

.widget-categories.widget-categories-1 ul li a {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    color: #1d65b9;
    text-transform: capitalize;
}

.widget-categories.widget-categories-2 ul {
    margin-bottom: 0;
}

.widget-categories.widget-categories-2 ul li {
    margin-bottom: 5px;
}

.widget-categories.widget-categories-2 ul li:last-child {
    margin-bottom: 0;
}

.widget-categories.widget-categories-2 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-heading);
    text-transform: capitalize;
    background-color: var(--global--color-white);
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    height: 65px;
    padding: 0 20px 0 30px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget-categories.widget-categories-2 ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .widget-categories.widget-categories-2 ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.widget-categories.widget-categories-2 ul li a i {
    margin-left: 10px;
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    padding: 1px 7px;
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
}

/* Tags Widget */
.widget-tags .widget-title {
    margin-bottom: 22px;
}

.widget-tags .widget-content {
    text-align: left;
}

.widget-tags .widget-content a {
    display: inline-block;
    background-color: transparent;
    font-family: var(--global--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #1e4873;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 0px 9px;
    border: 2px solid #cdd6e0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.widget-tags .widget-content a:hover {
    color: var(--global--color-white);
    background-color: #1e4873;
    border-color: #1e4873;
}

/* Recent Posts */
.widget-recent-posts {
    padding-bottom: 29px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget-recent-posts {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .widget-recent-posts {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.widget-recent-posts .widget-title {
    margin-bottom: 0px;
    padding: 0 20px;
}

.widget-recent-posts .post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #0000000d;
}

.widget-recent-posts .post:last-child {
    border: none;
}

.widget-recent-posts .post:hover,
.widget-recent-posts .post.active {
    background-color: white;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

.widget-recent-posts .post:last-child {
    margin-bottom: 0;
}

.widget-recent-posts .post .post-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
    width: 80px;
    height: 80px;
}

.widget-recent-posts .post .post-img img {
    width: 100%;
    height: 100%;
}

.widget-recent-posts .post .post-content {
    position: relative;
}

.widget-recent-posts .post .post-content .post-date {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1d65b9;
    text-transform: capitalize;
}

.widget-recent-posts .post .post-content .post-date span:after {
    position: relative;
    content: ',';
    margin-right: 4px;
}

.widget-recent-posts .post .post-content .post-date span:last-child:after {
    content: unset;
}

.widget-recent-posts .post .post-content .post-title a {
    font-family: var(--global--font-heading);
    color: var(--global--color-heading);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
}

.widget-recent-posts .post .post-content .post-title a:hover {
    color: var(--global--color-primary);
}

/* Search Widget */
.widget-search .form-search {
    position: relative;
    border: 1px solid #eaeaea;
    margin-bottom: 0;
    border-radius: 4px;
    background-color: var(--global--color-white);
}

.widget-search .form-search .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--global--color-body);
    font-size: 14px;
    font-family: var(--global--font-body);
    font-weight: 400;
    line-height: 5px;
    height: 65px;
    text-transform: capitalize;
    padding-left: 20px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.widget-search .form-search .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    text-transform: capitalize;
}

.widget-search .form-search .form-control:-moz-placeholder {
    font-size: 14px;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    text-transform: capitalize;
}

.widget-search .form-search .btn {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    padding: 0;
}

.widget-search .form-search .btn i {
    color: var(--global--color-secondary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 0;
}

.widget-search .form-search .btn:hover i {
    color: var(--global--color-primary);
}

/* Reservation Widget */
.widget-reservation {
    position: relative;
    overflow: visible;
    padding: 46px 50px 40px;
    border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget-reservation {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .widget-reservation {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .widget-reservation {
        text-align: center;
    }
}

.widget-reservation::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(155, 203, 59, 0.95);
    z-index: 0;
    border-radius: 4px;
}

.widget-reservation::before {
    border-radius: 4px;
}

.widget-reservation .card-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 5;
}

.widget-reservation .widget-content {
    position: relative;
    z-index: 3;
}

.widget-reservation .widget-content a {
    font-family: var(--global--font-body);
    font-weight: bold;
    color: #fafbfc;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
    .widget-reservation .widget-content a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.widget-reservation .widget-content a span {
    font-size: 18px;
    margin-right: 15px;
}

.widget-reservation .widget-content .btn {
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background-color: var(--global--color-heading);
    margin-bottom: 22px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.widget-reservation .widget-content .btn::before {
    background: var(--global--color-white);
}

.widget-reservation .widget-content .btn i {
    color: var(--global--color-white);
    font-size: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.widget-reservation .widget-content .btn:active,
.widget-reservation .widget-content .btn:focus,
.widget-reservation .widget-content .btn:hover {
    color: var(--global--color-heading);
}

.widget-reservation .widget-content .btn:active i,
.widget-reservation .widget-content .btn:focus i,
.widget-reservation .widget-content .btn:hover i {
    color: var(--global--color-heading);
}

/* Widget Download */
.widget-download ul {
    margin: 0;
}

.widget-download ul li:last-of-type a {
    margin-bottom: 0;
}

.widget-download ul li.inversed a {
    background-color: var(--global--color-heading);
}

.widget-download ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    height: 80px;
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 767.98px) {
    .widget-download ul li a {
        padding: 0 20px;
        height: 50px;
    }
}

.widget-download ul li a svg {
    margin-right: 20px;
    fill: var(--global--color-white);
}

.widget-download ul li a span {
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

/* Widget Recent Products */
.widget-recent-products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.widget-recent-products .product .product-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
}

.widget-recent-products .product .product-img img {
    border-radius: 4px;
    max-width: 100%;
}

.widget-recent-products .product .product-desc .product-title a {
    text-transform: capitalize;
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: var(--global--color-heading);
    margin-bottom: 4px;
    display: inline-block;
}

.widget-recent-products .product .product-desc .product-title a:hover {
    color: var(--global--color-primary);
}

.widget-recent-products .product .product-desc .product-meta span {
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-primary-alt);
}

/* Widget Services */
.widget-services .widget-content ul {
    margin-bottom: 0;
}

.widget-services .widget-content ul li {
    margin-bottom: 5px;
}

.widget-services .widget-content ul li:last-child {
    margin-bottom: 0;
}

.widget-services .widget-content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-heading);
    text-transform: capitalize;
    background-color: var(--global--color-white);
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    height: 65px;
    padding: 0 30px;
    position: relative;
}

.widget-services .widget-content ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--global--color-heading);
    border-radius: 4px;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

.widget-services .widget-content ul li a:hover {
    color: var(--global--color-white);
}

.widget-services .widget-content ul li a:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.widget-services .widget-content ul li a:hover i {
    color: var(--global--color-white);
}

.widget-services .widget-content ul li a i {
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 10px;
    margin-left: 5px;
}

/* Widget Filter */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    top: -4px;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    position: absolute;
    top: -1px;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.widget-filter .ui-slider {
    position: relative;
    height: 4px;
    background-color: #e6eaef;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}

.widget-filter .ui-slider-handle {
    /* Style for "Line" */
    width: 10px;
    height: 10px;
    margin-left: 0;
    background-color: var(--global--color-primary);
    border-radius: 2px;
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: var(--global--color-primary);
    margin-bottom: 20px;
}

.widget-filter .slider-mount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--global--color-body);
}

.widget-filter label {
    color: var(--global--color-body);
    margin: 0;
}

.widget-filter input {
    color: var(--global--color-body);
    border: none;
    background-color: transparent;
}

.widget-filter .btn-filter {
    float: right;
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--global--color-heading);
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: right;
}

.widget-filter .btn-filter:hover {
    color: var(--global--color-primary);
}

/* blog sidebar */
@media screen and (min-width: 992px) {
    .sidebar-blog {
        margin-left: auto;
    }
}

@media screen and (max-width: 991.98px) {
    .sidebar-blog {
        margin-top: 70px;
    }
}

.sidebar-blog .widget {
    background-color: #f4f4f4;
}

.sidebar-blog .widget-search {
    background-color: var(--global--color-primary);
}

.sidebar-blog .widget-search::after {
    content: unset;
}

.sidebar-blog .widget-search .widget-title h3 {
    color: var(--global--color-white);
}

.sidebar-blog .widget-search .form-search {
    border: 0;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.05);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.05);
}

.sidebar-blog .widget-recent-posts .entry {
    margin-bottom: 30px;
}

.sidebar-blog .widget-recent-posts .entry:last-of-type {
    margin-bottom: 0;
}

.sidebar-blog .widget-recent-posts .entry-title a {
    font-weight: 700;
}

.sidebar-blog .widget-recent-posts .entry-date {
    font-family: var(--global--font-body);
    font-size: 13px;
    font-weight: 600;
    color: #616161;
}

.sidebar-blog .widget-tags {
    padding-bottom: 40px;
}

/* Shop Sidebar */
.sidebar-shop .widget {
    padding: 0;
    background-color: var(--global--color-white);
}

.sidebar-shop .widget::after {
    content: unset;
}

.sidebar-shop .widget-categories {
    margin-bottom: 29px;
}

.sidebar-shop .widget-categories .widget-title {
    margin-bottom: 10px;
}

.sidebar-shop .widget-search .form-search .form-control {
    height: 55px;
}

/*------------------------------------*\
		#About
\*------------------------------------*/
.about {
    padding-top: 126px;
    padding-bottom: 130px;
    overflow: visible;
}

@media screen and (max-width: 991.98px) {
    .about {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 991.98px) {

    .about .block-left,
    .about .block-right {
        margin-bottom: 30px;
    }
}

.about .about-img-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}


@media screen and (max-width: 991.98px) {
    .about .about-img-holder {
        margin: 0 auto 10px;
        box-shadow: none;
    }
}

.about .about-img-holder .about-img {
    position: relative;
}

.about .about-img-holder .about-img img {
    border-radius: 4px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 767.98px) {
    .about .about-img-holder .about-img img {
        height: 450px;
    }
}

.about .about-img-holder .about-img .offer-banner {
    position: absolute;
    bottom: 110px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 242px;
    height: 242px;
    border-radius: 50%;
    background-color: var(--global--color-white);
    padding: 10px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

@media screen and (max-width: 991.98px) {
    .about .about-img-holder .about-img .offer-banner {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        right: 30px;
    }
}

.about .about-img-holder .about-img .offer-banner .banner-body {
    border: 3px solid #e6eaef;
    border-radius: 50%;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    text-align: center;
    padding: 42px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about .about-img-holder .about-img .offer-banner .banner-body h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1e4873;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.about .about-img-holder .about-img .offer-banner .banner-body p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--global--color-body);
    margin-bottom: 8px;
    text-transform: capitalize;
}

.about .about-img-holder .about-img .offer-banner .banner-body .price-info {
    margin-bottom: 0;
    font-family: var(--global--font-heading);
    font-weight: 400;
    color: var(--global--color-primary-alt);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .about .about-img-holder .about-img .offer-banner .banner-body .price-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.about .about-img-holder .about-img .offer-banner .banner-body .price-info span::before {
    content: '/';
}

.about .about-img-holder .about-img .offer-banner .banner-body .price-info span:first-of-type::before {
    content: unset;
}

.about .about-img-holder .about-img .offer-banner .banner-body .price-info .currency {
    font-size: 30px;
}

.about .about-img-holder .about-img .offer-banner .banner-body .price-info .time {
    font-size: 14px;
}

.about .about-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .about .about-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .about .about-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.about .about-action .btn {
    width: 166px;
    height: 65px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
    .about .about-action .btn {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.about .about-action .btn i {
    font-size: 10px;
}

.about .signature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .about .signature-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.about .signature-block .signature-body {
    position: relative;
}

.about .signature-block .signature-body img {
    position: absolute;
    top: -18px;
    left: 2px;
    right: 0;
}

@media screen and (max-width:767.98px) {
    .about .signature-block .signature-body img {
        top: 0;
        left: -20px;
        max-width: 130%;
    }
}

.about .signature-block .signature-body h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    color: #1e4873;
    font-size: 19px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about .signature-block .signature-body h3 {
        font-size: 12px;
    }
}

.about .signature-block .signature-body p {
    font-family: var(--global--font-body);
    font-weight: 400;
    color: var(--global--color-primary);
    font-size: 14px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about.about-1 {
    padding-top: 60px;
    padding-bottom: 130px;
}

@media screen and (max-width: 991.98px) {
    .about.about-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.about.about-2 {
    padding-top: 106px;
    padding-bottom: 0;
    background-size: contain;
}

@media screen and (max-width: 991.98px) {
    .about.about-2 {
        padding-top: 66px;
    }
}

.about.about-2 .about-img-holder {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    margin-top: -60px;
}

@media screen and (min-width: 992px) {
    .about.about-2 .about-img-holder {
        margin-top: -67px;
    }
}

@media screen and (max-width: 991.98px) {
    .about.about-2 .about-img-holder {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991.98px) {
    .about.about-2 .about-img-holder .about-img {
        margin: 0;
    }
}

.about.about-2 .about-img-holder .about-img .offer-banner {
    right: auto;
    bottom: 60px;
    left: 60px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

@media screen and (max-width: 767.98px) {
    .about.about-2 .about-img-holder .about-img .offer-banner {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*------------------------------------*\
		#Features
\*------------------------------------*/
.features .actions-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .features .actions-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .features .actions-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.features .actions-holder .btn {
    width: 234px;
    height: 65px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

.features .actions-holder .btn i {
    font-size: 10px;
}

.features.features-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .features.features-2 {
        padding-top: 66px;
    }
}

.features.features-2 .features-holder {
    padding-bottom: 50px;
    border-bottom: 2px solid #e6eaef;
}

.features.features-3 {
    padding-top: 104px;
    padding-bottom: 0;
    overflow: visible;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 991.98px) {
    .features.features-3 {
        padding-top: 64px;
    }
}

.features.features-3 .features-holder {
    margin-bottom: 70px;
}

.features.features-4 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media screen and (max-width: 991.98px) {
    .features.features-4 {
        padding-bottom: 30px;
    }
}

.feature-panel {
    padding: 55px 20px 60px;
    background-color: #eef3fa;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.feature-panel:hover .feature-icon {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 991.98px) {
    .feature-panel {
        max-width: 370px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .feature-panel {
        margin: 0 auto 30px;
    }
}

.feature-panel .feature-icon {
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.feature-panel .feature-icon i {
    font-size: 55px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1d65b9;
}

.feature-panel .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.feature-panel .feature-content h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 18px;
    color: #1e4873;
    line-height: 27px;
    padding-bottom: 15px;
    margin-bottom: 24px;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .feature-panel .feature-content h3 {
        padding: 0 30px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-panel .feature-content h3 {
        font-size: 16px;
    }
}

.feature-panel .feature-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #cdd6e0;
}

.feature-panel .feature-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 33px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.feature-panel.feature-panel-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .feature-panel.feature-panel-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-panel.feature-panel-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .feature-panel.feature-panel-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feature-panel.feature-panel-2:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    background-color: var(--global--color-white);
}

.feature-panel.feature-panel-2:hover .feature-icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.feature-panel.feature-panel-2:hover .feature-explore {
    background-color: var(--global--color-heading);
}

.feature-panel.feature-panel-2:hover .feature-explore i {
    color: var(--global--color-white);
}

.feature-panel.feature-panel-2 .feature-icon {
    position: relative;
    display: inline-block;
}

.feature-panel.feature-panel-2 .feature-icon::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #eef3fa;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
    .feature-panel.feature-panel-2 .feature-icon::before {
        left: 50%;
        -webkit-transform: translateX(calc(-50% - 15px));
        -ms-transform: translateX(calc(-50% - 15px));
        transform: translateX(calc(-50% - 15px));
    }
}

.feature-panel.feature-panel-2 .feature-explore {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: var(--global--color-white);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.feature-panel.feature-panel-2 .feature-explore i {
    font-size: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: var(--global--color-heading);
}

.feature-panel.feature-panel-3 {
    background-color: var(--global--color-white);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-panel.feature-panel-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .feature-panel.feature-panel-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feature-panel.feature-panel-3 .feature-icon {
    position: relative;
    display: inline-block;
}

.feature-panel.feature-panel-3 .feature-icon::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #eef3fa;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
    .feature-panel.feature-panel-3 .feature-icon::before {
        left: 50%;
        -webkit-transform: translateX(calc(-50% - 15px));
        -ms-transform: translateX(calc(-50% - 15px));
        transform: translateX(calc(-50% - 15px));
    }
}

.feature-panel.feature-panel-3 .feature-icon i {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.feature-panel.feature-panel-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: transparent;
}

@media screen and (max-width: 991.98px) {
    .feature-panel.feature-panel-4 {
        margin: 0 auto 30px;
    }
}

.feature-panel.feature-panel-4 .feature-icon {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-panel.feature-panel-4 .feature-icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .feature-panel.feature-panel-4 .feature-icon {
        margin-right: 20px;
    }
}

.feature-panel.feature-panel-4 .feature-icon::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #eef3fa;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
    .feature-panel.feature-panel-4 .feature-icon::before {
        left: 50%;
        -webkit-transform: translateX(calc(-50% - 15px));
        -ms-transform: translateX(calc(-50% - 15px));
        transform: translateX(calc(-50% - 15px));
    }
}

@media screen and (max-width: 767.98px) {
    .feature-panel.feature-panel-4 .feature-icon::before {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.feature-panel.feature-panel-4 .feature-icon i {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.feature-panel.feature-panel-4 .feature-content {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-panel.feature-panel-4 .feature-content h3 {
    padding: 0;
    margin-bottom: 17px;
}

.feature-panel.feature-panel-4 .feature-content h3::after {
    content: unset;
}

.feature-panel.feature-panel-4 .feature-content p {
    margin-bottom: 0;
}

.features-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
    -webkit-transform: translateY(85px);
    -ms-transform: translateY(85px);
    transform: translateY(85px);
    margin-top: -85px;
}

@media screen and (min-width: 992px) {
    .features-card {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 991.98px) {
    .features-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.features-card .card-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--global--color-white);
    border-radius: 4px;
    padding: 63px 110px 147px 70px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    position: relative;
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-card .card-panel {
        padding-left: 35px;
    }
}

@media screen and (max-width: 991.98px) {
    .features-card .card-panel {
        border-radius: 4px 4px 0 0;
    }
}

@media screen and (min-width: 992px) {
    .features-card .card-panel {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
}

.features-card .card-panel:hover .panel-icon i {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.features-card .card-panel.reversed {
    padding-right: 70px;
    padding-left: 110px;
    text-align: right;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-card .card-panel.reversed {
        padding-right: 35px;
    }
}

@media screen and (max-width: 991.98px) {
    .features-card .card-panel.reversed {
        border-radius: 0 0 4px 4px;
    }
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel.reversed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.features-card .card-panel.reversed .panel-icon {
    right: auto;
    left: 30px;
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel.reversed .panel-icon {
        right: auto;
        left: auto;
    }
}

.features-card .card-panel.reversed .btn {
    left: auto;
    right: 0;
    border-radius: 4px 0 4px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 70px;
    padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-card .card-panel.reversed .btn {
        padding-right: 35px;
    }
}

@media screen and (max-width: 991.98px) {
    .features-card .card-panel.reversed .btn {
        border-radius: 4px 0 0 0;
    }
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel.reversed .btn {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.features-card .card-panel.reversed .btn::before {
    background-color: var(--global--color-primary-alt);
}

.features-card .card-panel.reversed .btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.features-card .card-panel .panel-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.5;
    z-index: 3;
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel .panel-icon {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-bottom: 40px;
    }
}

.features-card .card-panel .panel-icon i,
.features-card .card-panel .panel-icon svg {
    font-size: 70px;
    color: var(--global--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.features-card .card-panel .panel-icon svg {
    width: 70px;
    height: 70px;
    fill: var(--global--color-white);
}

.features-card .card-panel .panel-body {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel .panel-body {
        text-align: center;
    }
}

.features-card .card-panel .panel-body h3 {
    font-family: var(--global--font-heading);
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--global--color-white);
    margin-bottom: 14px;
    text-transform: capitalize;
}

.features-card .card-panel .panel-body p {
    font-family: var(--global--font-heading);
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #f9f9f9;
    margin-bottom: 0px;
}

.features-card .card-panel .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 110px);
    height: 85px;
    z-index: 3;
    border-radius: 0 4px 0 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 40px;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-card .card-panel .btn {
        padding-left: 35px;
    }
}

@media screen and (max-width: 991.98px) {
    .features-card .card-panel .btn {
        border-radius: 0 4px 0 0;
    }
}

@media screen and (max-width: 767.98px) {
    .features-card .card-panel .btn {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.features-card .card-panel .btn i {
    font-size: 10px;
}

.features-bar {
    padding-top: 0;
    padding-bottom: 0px;
    overflow: visible;
}

.features-bar .features-container {
    background-color: var(--global--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    border-radius: 4px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    position: relative;
    z-index: 55;
    margin-bottom: -50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 370px;
        margin: 0 auto;
        text-align: center;
    }
}

.features-bar .features-container .feature-head {
    overflow: visible;
    position: relative;
    padding: 32px 50px 42px;
}

@media screen and (min-width: 992px) {
    .features-bar .features-container .feature-head {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-bar .features-container .feature-head {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 992px) {
    .features-bar .features-container .feature-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container .feature-head {
        min-height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.features-bar .features-container .feature-head .card-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 5;
}

.features-bar .features-container .feature-head .head-content {
    position: relative;
    z-index: 3;
}

.features-bar .features-container .feature-head .head-content h2 {
    font-family: var(--global--font-heading);
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 16px;
    color: var(--global--color-white);
    text-transform: capitalize;
}

.features-bar .features-container .feature-head .head-content p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #f9f9f9;
    margin-bottom: 0;
    text-transform: capitalize;
}

.features-bar .features-container .feature-panels-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container .feature-panels-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.features-bar .features-container .feature-panel {
    background-color: var(--global--color-white);
    padding: 35px 40px 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-bar .features-container .feature-panel {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container .feature-panel {
        max-width: unset;
        margin: 0;
    }
}

@media screen and (max-width: 767.98px) {
    .features-bar .features-container .feature-panel {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .features-bar .features-container .feature-panel {
        max-width: 255px;
        border-right: 2px solid #e6eaef;
    }

    .features-bar .features-container .feature-panel:last-child {
        border-right: 0;
    }
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container .feature-panel {
        border-bottom: 2px solid #e6eaef;
    }

    .features-bar .features-container .feature-panel:last-child {
        border-bottom: 0;
    }
}

.features-bar .features-container .feature-panel h2 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1e4873;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.features-bar .features-container .feature-panel p {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--global--color-body);
}

.features-bar .features-container .feature-panel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container .feature-panel a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.features-bar .features-container .feature-panel a:hover {
    color: var(--global--color-primary);
}

.features-bar .features-container .feature-panel a i {
    color: var(--global--color-primary);
    font-size: 10px;
    margin-right: 10px;
}

/*--------------------------------
		#Pricing
---------------------------------*/
.pricing {
    padding-top: 60px;
    padding-bottom: 75px;
}

@media screen and (max-width: 991.98px) {
    .pricing {
        padding-top: 65px;
        padding-bottom: 40px;
    }
}

.pricing .pricing-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 991.98px) {
    .pricing .pricing-table {
        max-width: 370px;
        margin: 0 auto 40px;
    }
}

.pricing .pricing-table .pricing-panel {
    background-color: var(--global--color-white);
    padding: 53px 50px 50px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.1);
    box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 4px;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .pricing .pricing-table .pricing-panel {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pricing .pricing-table .pricing-panel {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .pricing .pricing-table .pricing-panel {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.pricing .pricing-table .pricing-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: calc(100% - 50px);
    background-color: var(--global--color-primary-alt);
    border-radius: 4px 0 0px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pricing .pricing-table .pricing-panel::after {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .pricing .pricing-table .pricing-panel::after {
        width: calc(100% - 25px);
    }
}

.pricing .pricing-table .pricing-panel.alternative::after {
    background-color: var(--global--color-primary-alt);
}

.pricing .pricing-table .pricing-panel.alternative .pricing-body .pricing-list li i {
    background-color: var(--global--color-primary-alt);
}

.pricing .pricing-table .pricing-panel.alternative .pricing-price .btn {
    background-color: var(--global--color-primary-alt);
}

.pricing .pricing-table .pricing-panel.secondary::after {
    background-color: var(--global--color-secondary);
}

.pricing .pricing-table .pricing-panel.secondary .pricing-body .pricing-list li i {
    background-color: var(--global--color-secondary);
}

.pricing .pricing-table .pricing-panel.secondary .pricing-price .btn {
    background-color: var(--global--color-secondary);
}

.pricing .pricing-table .pricing-panel.primary::after {
    background-color: var(--global--color-primary);
}

.pricing .pricing-table .pricing-panel.primary .pricing-body .pricing-list li i {
    background-color: var(--global--color-primary);
}

.pricing .pricing-table .pricing-panel.primary .pricing-price .btn {
    background-color: var(--global--color-primary);
}

.pricing .pricing-table .pricing-panel .pricing-body .pricing-heading {
    margin-bottom: 24px;
}

.pricing .pricing-table .pricing-panel .pricing-body .pricing-heading .pricing-title {
    font-family: var(--global--font-heading);
    font-size: 24px;
    font-weight: 700px;
    line-height: 32px;
    color: #05213f;
    margin-bottom: 16px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.pricing .pricing-table .pricing-panel .pricing-body .pricing-heading .pricing-desc {
    font-family: var(--global--font-body);
    font-size: 17px;
    font-weight: 400;
    color: var(--global--color-body);
    line-height: 27px;
    margin-bottom: 0px;
}

.pricing .pricing-table .pricing-panel .pricing-body .pricing-list {
    margin-bottom: 73px;
}

.pricing .pricing-table .pricing-panel .pricing-body .pricing-list li {
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0px;
    color: var(--global--color-body);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing .pricing-table .pricing-panel .pricing-body .pricing-list li i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--global--color-primary-alt);
    color: var(--global--color-white);
    font-size: 10px;
    margin-right: 15px;
}

.pricing .pricing-table .pricing-panel .pricing-price p {
    margin-bottom: 0;
    font-family: var(--global--font-heading);
    font-weight: 400;
    color: #1e4873;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 30px;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .pricing .pricing-table .pricing-panel .pricing-price p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pricing .pricing-table .pricing-panel .pricing-price p span::before {
    content: '/';
}

.pricing .pricing-table .pricing-panel .pricing-price p span:first-of-type::before {
    content: unset;
}

.pricing .pricing-table .pricing-panel .pricing-price p .currency {
    font-size: 50px;
}

.pricing .pricing-table .pricing-panel .pricing-price p .time {
    font-weight: 700;
    font-size: 14px;
}

.pricing .pricing-table .pricing-panel .pricing-price .btn {
    background-color: var(--global--color-primary-alt);
    height: 65px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 44px;
}

.pricing .pricing-table .pricing-panel .pricing-price .btn i {
    font-size: 10px;
}

.pricing .pricing-table .pricing-panel .pricing-price .btn::before {
    background-color: var(--global--color-heading);
}

@media screen and (max-width: 991.98px) {
    .pricing .processes-note {
        padding-top: 23px;
        padding-bottom: 22px;
    }
}

.pricing-request {
    padding: 110px 0;
}

@media screen and (max-width: 991.98px) {
    .pricing-request {
        padding: 70px 0;
    }
}

/*------------------------------------*\
		#FAQS
\*------------------------------------*/
.faqs {
    padding-top: 60px;
    padding-bottom: 98px;
}

@media screen and (max-width: 991.98px) {
    .faqs {
        padding-top: 65px;
        padding-bottom: 68px;
    }
}

.faqs .more-faqs {
    text-align: center;
}

.faqs .more-faqs p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: var(--global--color-body);
    line-height: 33px;
    margin-bottom: 0;
}

.faqs .more-faqs p a {
    position: relative;
    font-weight: 700;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.faqs .more-faqs p a:hover::before {
    width: calc(100% - 20%);
}

.faqs .more-faqs p a::before {
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--global--color-primary);
}

/*------------------------------------*\
		#Processes
\*------------------------------------*/
.processes {
    padding-top: 125px;
    padding-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .processes {
        padding-top: 65px;
    }
}

.processes .process-panel {
    padding: 50px 30px 50px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    background-color: var(--global-color-white);
}

@media screen and (max-width: 991.98px) {
    .processes .process-panel {
        max-width: 370px;
        margin: 0 auto 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .processes .process-panel {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.processes .process-panel:hover {
    background-color: #eef3f8;
}

.processes .process-panel:hover .panel-shape {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.processes .process-panel:hover .process-body .process-content a {
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

.processes .process-panel .panel-shape {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    z-index: 0;
}

.processes .process-panel .process-number {
    position: absolute;
    top: 21px;
    left: 30px;
    font-family: var(--global--font-body);
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    color: #cdd6e0;
    z-index: 2;
}

.processes .process-panel .process-body {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.processes .process-panel .process-body .process-icon {
    margin-bottom: 24px;
}

.processes .process-panel .process-body .process-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 55px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1d65b9;
}

.processes .process-panel .process-body .process-content h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 18px;
    color: #1e4873;
    line-height: 27px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .processes .process-panel .process-body .process-content h3 {
        padding: 0 15px;
    }
}

.processes .process-panel .process-body .process-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 22px;
}

.processes .process-panel .process-body .process-content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 130px;
    height: 50px;
    padding: 0 18px;
}

.processes .processes-holder {
    padding-bottom: 0px !important;
    border-bottom: 2px solid #e6eaef;
}

@media screen and (max-width: 991.98px) {
    .processes .processes-holder {
        padding-bottom: 30px;
    }
}

.processes.processes-2 {
    padding-top: 190px;
}

@media screen and (max-width: 991.98px) {
    .processes.processes-2 {
        padding-top: 140px;
    }
}

.processes.processes-3 .process-panel:hover {
    background-color: var(--global--color-white);
}

.processes-note {
    position: relative;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 52px;
}

.processes-note p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: var(--global--color-body);
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.processes-note p a {
    color: var(--global--color-heading);
    text-transform: capitalize;
}

.processes-note p a:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.processes-note p a i {
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: var(--global--color-primary);
    font-size: 10px;
    margin-left: 10px;
}

.processes-note .note-bg {
    position: absolute;
    left: -44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 991.98px) {
    .processes-note .note-bg {
        left: -20px;
    }
}

@media screen and (max-width: 767.98px) {
    .processes-note .note-bg {
        display: none;
    }
}

.processes-note .note-bg i {
    font-size: 85px;
    color: #dde8f5;
}

/*------------------------------------*\
		#BANNERS
\*------------------------------------*/
.banners {
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 3;
}

.banners .banner-card {
    position: relative;
    border-radius: 4px;
    padding: 45px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 413px;
    overflow: visible;
    margin-bottom: 30px;
}

@media screen and (max-width: 991.98px) {
    .banners .banner-card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.banners .banner-card .banner-tag {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 30px;
    border-radius: 4px 4px 4px 0;
    background-color: var(--global--color-primary-alt);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banners .banner-card .banner-tag {
        right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .banners .banner-card .banner-tag {
        right: 15px;
        top: 10px;
    }
}

.banners .banner-card .banner-tag::before {
    content: '';
    width: 9px;
    height: 7px;
    position: absolute;
    top: 99%;
    left: 0;
    background-color: var(--global--color-primary-alt);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.banners .banner-card .banner-tag span {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--global--color-white);
}

.banners .banner-card .banner-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 5;
}

.banners .banner-card .banner-content {
    position: relative;
    z-index: 2;
}

.banners .banner-card .banner-content p {
    font-family: var(--global--font-secondary);
    text-transform: capitalize;
    color: var(--global--color-white);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
}

.banners .banner-card .banner-content h2 {
    font-family: var(--global--font-heading);
    text-transform: capitalize;
    color: var(--global--color-white);
    font-size: 32px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
    .banners .banner-card .banner-content h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

.banners .banner-card .banner-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .banners .banner-card .banner-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .banners .banner-card .banner-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banners .banner-card .banner-action .btn {
    width: 130px;
    height: 68px;
    margin-right: 30px;
    padding: 0 25px;
}

@media screen and (max-width: 767.98px) {
    .banners .banner-card .banner-action .btn {
        margin-right: 0;
        margin-bottom: 25px;
        height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banners .banner-card .banner-action .btn {
        margin-right: 15px;
    }
}

.banners .banner-card .banner-action .btn:last-child {
    width: 167px;
    margin-right: 0;
}

.banners .banner-card .banner-action .btn i {
    font-size: 14px;
}

.banners .banner-card .banner-action.banner-action-2 .btn {
    width: 215px;
}

/*------------------------------------*\
		#Contacts
\*------------------------------------*/
.contact {
    position: relative;
}

.contact .contact-action {
    margin-bottom: 100px;
}

@media screen and (max-width: 767.98px) {
    .contact .contact-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
}

.contact .contact-action .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 180px;
    height: 65px;
    margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact .contact-action .btn {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991.98px) {
    .contact .contact-action .btn {
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width: 767.98px) {
    .contact .contact-action .btn {
        margin-right: 0;
        margin-bottom: 15px;
        height: 50px;
    }
}

.contact .contact-action .btn i {
    color: inherit;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 10px;
}

.contact .contact-action .btn:first-child i {
    color: #063464;
}

.contact .contact-action .btn:first-child:hover i {
    color: var(--global--color-white);
}

.contact .contact-action .btn:last-child {
    padding: 0 28px;
    margin-right: 0;
}

.contact .contact-action .btn.btn--white {
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

.contact .contact-action.contact-action-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 85px;
}

@media screen and (max-width: 991.98px) {
    .contact .contact-action.contact-action-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .contact .contact-action.contact-action-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact .contact-action.contact-action-2 .contact-icons {
    margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
    .contact .contact-action.contact-action-2 .contact-icons {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .contact .contact-action.contact-action-2 .contact-icons .icon {
        margin-bottom: 0;
    }
}

.contact .contact-action.contact-action-2 .btn:hover i {
    color: var(--global--color-white);
}

.contact .contact-action.contact-action-2 .btn i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact .contact-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .contact .contact-icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact .contact-icons .icon {
    max-width: 130px;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
    .contact .contact-icons .icon {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact .contact-icons .icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .contact .contact-icons .icon {
        margin-right: 0;
        margin: 0 15px 25px;
    }

    .contact .contact-icons .icon:last-child {
        margin-bottom: 0;
    }
}

.contact .contact-icons .icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact .contact-icons .icon i {
    display: inline-block;
    margin-bottom: 26px;
    font-size: 65px;
    color: var(--global--color-white);
}

.contact .contact-icons .icon h4 {
    font-family: var(--global--font-heading);
    color: var(--global--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
}

.contact .contact-icons .icon a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

.contact .contact-icons.contact-icons-2 .icon {
    margin-right: 40px;
    max-width: unset;
}

.contact .contact-icons.contact-icons-2 .icon:last-child {
    margin-right: 0;
}

.contact .contact-icons.contact-icons-2 .icon i {
    margin-bottom: 0;
}

.contact .contact-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 5%);
    border-radius: 8px;
    height: 100%;
    z-index: 1;
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact .contact-overlay {
        width: calc(100% - 2%);
    }
}

@media screen and (max-width: 767.98px) {
    .contact .contact-overlay {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }
}

.contact .contact-content {
    position: relative;
    z-index: 2;
}

.contact.contact-1 {
    padding-top: 110px;
    padding-bottom: 0;
    overflow: visible;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991.98px) {
    .contact.contact-1 {
        padding-top: 70px;
        padding-bottom: 63px;
    }
}

@media screen and (min-width: 992px) {
    .contact.contact-1 .contact-panel .contact-card {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        margin-top: -50px;
    }
}

.contact.contact-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .contact.contact-2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 991.98px) {
    .contact.contact-2 .contact-panel .heading {
        margin-bottom: 50px;
    }
}

.contact.contact-2 .contact-panel .contact-card {
    margin-bottom: 0;
}

.contact.contact-3 {
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}

.contact-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .contact-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .contact-panel {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.contact-panel .heading {
    z-index: 4;
}

@media screen and (min-width:992px) {
    .contact-panel .heading {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
        margin-bottom: -12px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-panel .heading {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    }
}

.contact-panel .contact-card {
    z-index: 4;
}

@media screen and (min-width: 992px) {
    .contact-panel .contact-card {
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-panel .contact-card {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (max-width: 991.98px) {
    .contact-panel .contact-card {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:992px) {
    .contact-panel.contact-panel-2 .heading {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
        margin-bottom: -6px;
    }
}

.contact-panel.contact-panel-3 {
    -webkit-transform: translateY(-145px);
    -ms-transform: translateY(-145px);
    transform: translateY(-145px);
    margin-bottom: -145px;
    padding: 60px 70px 60px;
    background-color: var(--global--color-white);
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    border-radius: 4px;
    z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-panel.contact-panel-3 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .contact-panel.contact-panel-3 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.contact-panel.contact-panel-3 .contact-card {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 991.98px) {
    .contact-panel.contact-panel-3 .contact-card {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-panel.contact-panel-3 .contact-card {
        padding-right: 0;
    }
}

.contact-panel.contact-panel-3 .contact-card .contact-body .card-desc {
    margin-bottom: 32px;
}

.contact-panel.contact-panel-3 .contact-card .contact-body textarea.form-control {
    margin-bottom: 40px;
}

.contact-panel.contact-panel-3 .contact-card .contact-body .btn {
    height: 75px;
    width: 100%;
}

.contact-panel.contact-panel-3 .contact-card .contact-body .btn i {
    font-size: 10px;
}

.contact-panel.contact-panel-3 .contact-card .contact-result {
    margin-top: 0;
}

.contact-card {
    background-color: var(--global--color-white);
    padding: 47px 50px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-card {
        padding: 37px 25px 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .contact-card {
        padding: 37px 25px 30px;
    }
}

.contact-card .contact-body .card-heading {
    font-family: var(--global--font-heading);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: #05213f;
    margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
    .contact-card .contact-body .card-heading {
        text-align: center;
        line-height: 1.4;
    }
}

.contact-card .contact-body .card-desc {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #8e949e;
    margin-bottom: 28px;
}

@media screen and (max-width: 991.98px) {
    .contact-card .contact-body .card-desc {
        text-align: center;
    }
}

.contact-card .contact-body form {
    margin-bottom: 0;
}

.contact-card .contact-body form .form-control {
    margin-bottom: 26px;
}

.contact-card .contact-body .custom-radio-group {
    margin-bottom: 22px;
}

.contact-card .contact-body .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}

@media screen and (min-width: 768px) {
    .contact-card .contact-body .btn {
        height: 75px;
    }
}

.contact-card .contact-body .btn i {
    font-size: 10px;
}

.contact-card .contact-body .contact-result {
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 991.98px) {
    .contact-card.contact-card-2 {
        margin-bottom: 70px;
    }
}

.contact-card.contact-card-2 .custom-radio-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-card.contact-card-2 .price-value {
    display: block;
    width: 100%;
    color: var(--global--color-body);
    font-size: 14px;
    font-weight: 700;
    height: 55px;
    line-height: 1;
    border-radius: 4px;
    background-color: #e6eaef;
    border: 0;
    padding-left: 25px;
    margin-bottom: 50px;
    color: #1d65b9;
}

.contact-card.contact-card-2 .block-info:first-child {
    margin-bottom: 20px;
}

.img-card-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-card-holder .img-card {
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    padding: 44px 50px 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 992px) {
    .img-card-holder .img-card {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .img-card-holder .img-card {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .img-card-holder .img-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.img-card-holder .img-card .card-content {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 991.98px) {
    .img-card-holder .img-card .card-content .content-top {
        margin-bottom: 30px;
    }
}

.img-card-holder .img-card .card-content .content-top .heading-subtitle {
    font-family: var(--global--font-secondary);
    text-transform: capitalize;
    color: var(--global--color-white);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
}

.img-card-holder .img-card .card-content .content-top .heading-title {
    font-family: var(--global--font-heading);
    text-transform: capitalize;
    color: var(--global--color-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 26px;
}

.img-card-holder .img-card .card-content .content-top .heading-desc {
    font-family: var(--global--font-body);
    text-transform: capitalize;
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
}

.img-card-holder .img-card .card-content .content-bottom .contact-infos {
    margin-bottom: 0;
}

.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info:last-child {
    margin-bottom: 0;
}

.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info i {
    color: #f4f4f4;
    font-size: 16px;
    margin-right: 10px;
}

.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info a,
.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info p {
    font-family: var(--global--font-body);
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #f4f4f4;
}

.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info a:hover {
    color: var(--global--color-heading);
}

.img-card-holder .img-card .card-content .content-bottom .btn {
    width: 150px;
    height: 55px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    padding: 0 20px;
    color: var(--global--color-primary);
}

.img-card-holder .img-card .card-content .content-bottom .btn i {
    color: var(--global--color-primary);
}

.img-card-holder .img-card .card-content .content-bottom .btn:hover {
    color: var(--global--color-white);
}

.img-card-holder .img-card .card-content .content-bottom .btn:hover i {
    color: var(--global--color-white);
}

@media screen and (max-width: 991.98px) {
    .img-card-holder .img-card .card-content .content-bottom .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.map {
    position: relative;
    height: 510px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
    filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
}


.mb-20 {
    margin-bottom: 20px !important;
}

/*------------------------------------*\
		#Client
\*------------------------------------*/
.clients {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #e6eaef;
    overflow: visible;
}

@media screen and (max-width: 991.98px) {
    .clients {
        padding-top: 40px;
    }
}

.clients .clients-note {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .clients .clients-note {
        max-width: 80%;
        margin: 0 auto;
        -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
        transform: translateY(24px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .clients .clients-note {
        max-width: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    .clients .clients-note {
        margin: 0 auto;
        max-width: 80%;
    }
}

@media screen and (max-width: 767.98px) {
    .clients .clients-note {
        max-width: 100%;
    }
}

.clients .clients-note p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: var(--global--color-body);
    line-height: 33px;
    margin-bottom: 0;
}

.clients .clients-note p a {
    position: relative;
    font-weight: 700;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.clients .clients-note p a:hover::before {
    width: calc(100% - 20%);
}

.clients .clients-note p a::before {
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--global--color-primary);
}

.clients .client {
    padding-top: 49px;
    padding-bottom: 49px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 190px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    opacity: 0.5;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .clients .client {
        width: 130px;
    }
}

.clients .client:hover {
    opacity: 1;
}

.clients .client a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.clients .client img {
    max-width: 100%;
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*------------------------------------*\
		#LOCATIONS
\*------------------------------------*/
.global-locations {
    padding-top: 105px;
    padding-bottom: 30px;
}

@media screen and (max-width: 991.98px) {
    .global-locations {
        padding-top: 65px;
        padding-bottom: 16px;
    }
}

.global-locations .continent {
    margin-bottom: 70px;
}

@media screen and (max-width: 991.98px) {
    .global-locations .continent {
        margin-bottom: 40px;
    }
}

.global-locations .continent .continent-name {
    margin-bottom: 27px;
    border-bottom: 2px solid #e6eaef;
    padding-bottom: 23px;
}

@media screen and (max-width: 991.98px) {
    .global-locations .continent .continent-name {
        text-align: center;
    }
}

.global-locations .continent .continent-name h2 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1e4873;
    margin-bottom: 0;
}

.global-locations .continent .continent-offices {
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .global-locations .continent .continent-offices {
        text-align: center;
    }
}

.global-locations .continent .continent-offices ul {
    margin: 0;
}

.global-locations .continent .continent-offices li a {
    font-family: var(--global--font-body);
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-locations .continent .continent-offices li a:hover {
    color: var(--global--color-primary-alt);
}

.global-locations .continent .continent-offices li a:hover i {
    color: var(--global--color-primary-alt);
}

.global-locations .continent .continent-offices li a i {
    margin-right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: var(--global--color-heading);
}

/*------------------------------------*\
		#Carrers
\*------------------------------------*/
.careers {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .careers {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}

.careers .career-item {
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
    background-color: var(--global--color-white);
    padding: 40px 40px 40px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .careers .career-item {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .careers .career-item {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .careers .career-item {
        max-width: 370px;
        margin: 0 auto;
    }
}

.careers .career-item::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 6px;
    background-color: var(--global--color-secondary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 0 0 4px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .careers .career-item::after {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .careers .career-item::after {
        width: calc(100% - 25px);
    }
}

.careers .career-item:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}

.careers .career-item:hover .career-content .career-more {
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

.careers .career-item .career-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
}

.careers .career-item .career-meta .career-type,
.careers .career-item .career-meta .career-place {
    font-size: 13px;
    line-height: 28px;
    font-family: var(--global--font-body);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.careers .career-item .career-meta .career-type {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 30px;
    border-radius: 4px 4px 4px 0;
    background-color: var(--global--color-primary-alt);
    margin-right: 15px;
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 13px;
    color: var(--global--color-white);
    text-transform: capitalize;
}

.careers .career-item .career-meta .career-type::before {
    content: '';
    width: 9px;
    height: 7px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--global--color-primary-alt);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.careers .career-item .career-meta .career-place {
    color: #1e4873;
}

.careers .career-item .career-content .career-title {
    font-family: var(--global--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--global--color-heading);
    margin-bottom: 17px;
    text-transform: capitalize;
}

.careers .career-item .career-content .career-desc {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--global--color-body);
    margin-bottom: 32px;
}

.careers .career-item .career-content .career-more {
    width: 130px;
    height: 50px;
    padding: 0 18px;
}

.careers .carousel-dots .owl-stage-outer {
    overflow: visible;
}

.careers .carousel-dots .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.careers .carousel-dots .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.careers .carousel-dots .owl-dots {
    margin-top: 40px;
}

/*------------------------------------*\
		#Testimonial
\*------------------------------------*/
.testimonial {
    padding-top: 93px;
    padding-bottom: 96px;
}

@media screen and (max-width: 991.98px) {
    .testimonial {
        padding-top: 53px;
        padding-bottom: 70px;
    }
}

.testimonial .clients-img img {
    max-width: 100%;
}

@media screen and (max-width: 991.98px) {
    .testimonial .clients-img img {
        display: block;
        margin: 0 auto;
    }
}

.testimonial.testimonial-1 {
    padding-top: 64px;
    padding-bottom: 54px;
}

@media screen and (max-width: 991.98px) {
    .testimonial.testimonial-1 {
        padding-top: 14px;
        padding-bottom: 70px;
    }
}

.testimonial.testimonial-3 {
    padding-top: 94px;
    padding-bottom: 94px;
}

@media screen and (max-width: 991.98px) {
    .testimonial.testimonial-3 {
        padding-top: 13px;
        padding-bottom: 70px;
    }
}

.testimonials-holder {
    margin-bottom: 41px;
}

.testimonial-panel .testimonial-body {
    position: relative;
}

.testimonial-panel .testimonial-body .testimonial-content {
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .testimonial-panel .testimonial-body .testimonial-content {
        text-align: center;
    }
}

.testimonial-panel .testimonial-body .testimonial-content p {
    font-family: var(--global--font-heading);
    color: #1e4873;
    font-size: 26px;
    font-weight: 400;
    line-height: 41px;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    .testimonial-panel .testimonial-body .testimonial-content p {
        font-size: 19px;
        line-height: 1.5;
    }
}

.testimonial-panel.testimonial-panel-2 .testimonial-body .testimonial-content p {
    color: var(--global--color-white);
}

.testimonial-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991.98px) {
    .testimonial-thumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .testimonial-thumbs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.5;
    cursor: pointer;
}

.testimonial-thumb:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767.98px) {
    .testimonial-thumb {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.testimonial-thumb.active {
    opacity: 1;
}

.testimonial-thumb.active .thumb-img {
    padding: 5px;
    border-color: var(--global--color-primary-alt);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial-thumb {
        margin-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .testimonial-thumb {
        margin-right: 25px;
    }
}

.testimonial-thumb .thumb-img {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(155, 203, 59, 0.004);
    box-shadow: 0px 0px 0px 2px rgba(155, 203, 59, 0.004);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid transparent;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 18px;
}

.testimonial-thumb .thumb-img img {
    border-radius: 50%;
    max-width: 100%;
}

.testimonial-thumb .thumb-body {
    text-transform: capitalize;
}

.testimonial-thumb .thumb-body h3 {
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
    color: #05213f;
    text-transform: capitalize;
}

.testimonial-thumb .thumb-body p {
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: var(--global--color-body);
    margin-bottom: 0;
    text-transform: capitalize;
}

.testimonial-thumb.testimonial-thumb-2 {
    opacity: 1;
    margin-right: 10px;
}

.testimonial-thumb.testimonial-thumb-2:last-child {
    margin-right: 0;
}

.testimonial-thumb.testimonial-thumb-2.active .thumb-img {
    border-color: var(--global--color-white);
}

.testimonial-thumb.testimonial-thumb-2 .thumb-img {
    padding: 5px;
    margin-right: 0;
}

.testimonial-thumb.testimonial-thumb-3 {
    opacity: 1;
}

.testimonial-thumb.testimonial-thumb-3 .thumb-body h3 {
    color: var(--global--color-white);
}

.testimonial-thumb.testimonial-thumb-3 .thumb-body p {
    color: #f9f9f9;
}

.testimonial-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
    .testimonial-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testimonial-actions .custom-navs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

@media screen and (max-width: 767.98px) {
    .testimonial-actions .custom-navs {
        margin-left: 0;
    }
}

.testimonial-actions .custom-navs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: var(--global--color-heading);
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.testimonial-actions .custom-navs a:hover {
    background-color: #e6eaef;
}

.testimonial-actions .custom-navs a:hover i {
    color: var(--global--color-heading);
}

.testimonial-actions .custom-navs a i {
    font-size: 12px;
    color: var(--global--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.testimonial-actions .custom-navs a.prev {
    margin-right: 10px;
}

.section-head {
    font-family: var(--global--font-secondary);
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: var(--global--color-primary);
    text-transform: capitalize;
    margin-bottom: 23px;
}

@media screen and (max-width: 991.98px) {
    .section-head {
        text-align: center;
    }
}

.testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
}

@media screen and (max-width: 991.98px) {
    .testimonial-wrapper {
        width: auto;
        margin: 0 auto;
    }
}

.testimonial-wrapper .testimonial-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 35px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial-wrapper .testimonial-icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .testimonial-wrapper .testimonial-icon {
        display: none;
    }
}

.testimonial-wrapper .testimonial-icon img {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

.testimonial-wrapper .testimonial-panel {
    margin-bottom: 27px;
}

.testimonial-wrapper .owl-carousel {
    max-width: 100%;
}

.testimonial-wrapper .testimonial-actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.testimonial-wrapper .testimonial-actions .custom-navs {
    margin-left: 0;
    margin-right: 38px;
}

.testimonial-wrapper .testimonial-actions .testimonial-thumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 22px;
}

/*------------------------------------*\
		#OFFERS
\*------------------------------------*/
.offers {
    padding: 0 5%;
}

.offer-plan {
    border-radius: 8px;
    padding: 110px 0 110px 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-plan {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .offer-plan {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 350px) {
    .offer-plan {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.offer-plan .card-content {
    padding: 90px 85px 84px 110px;
    background-color: var(--global--color-white);
    border-radius: 4px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .offer-plan .card-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-plan .card-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan .card-content {
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
    }
}

@media screen and (max-width: 767.98px) {
    .offer-plan .card-content {
        padding-top: 50px;
        padding-bottom: 44px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.offer-plan .card-content .plan-badge {
    position: absolute;
    top: -5px;
    left: 60px;
}

@media screen and (max-width: 500px) {
    .offer-plan .card-content .plan-badge {
        left: 30px;
    }
}

.offer-plan .card-content .card-icon {
    margin-bottom: 45px;
}

.offer-plan .card-content .card-icon i {
    font-size: 80px;
    color: #1d65b9;
}

.offer-plan .card-content .card-body {
    padding: 0;
}

.offer-plan .card-content .card-body .entry-heading {
    font-size: 37px;
    color: #05213f;
    margin-bottom: 28px;
}

@media screen and (max-width: 500px) {
    .offer-plan .card-content .card-body .entry-heading {
        font-size: 28px;
    }
}

.offer-plan .card-content .card-body .entry-desc {
    margin-bottom: 23px;
}

.offer-plan .card-content .card-body .advantages-box {
    margin-bottom: 42px;
}

@media screen and (min-width: 768px) {
    .offer-plan .card-content .card-body .advantages-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offer-plan .card-content .card-body .advantages-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.offer-plan .card-content .card-body .advantages-box .advantages-list {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offer-plan .card-content .card-body .advantages-box .advantages-list {
        margin-right: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan .card-content .card-body .advantages-box .advantages-list {
        margin-bottom: 0px;
    }
}

.offer-plan .card-content .card-body .advantages-box .advantages-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 35px;
    color: var(--global--color-body);
}

.offer-plan .card-content .card-body .advantages-box .advantages-list li i {
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    margin-right: 15px;
    border-radius: 50%;
    font-size: 10px;
}

.offer-plan .card-content .card-body .entry-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .offer-plan .card-content .card-body .entry-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.offer-plan .card-content .card-body .entry-action .price {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 767.98px) {
    .offer-plan .card-content .card-body .entry-action .price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.offer-plan .card-content .card-body .entry-action .price span {
    font-family: var(--global--font-heading);
    font-weight: 400;
    color: #1e4873;
}

.offer-plan .card-content .card-body .entry-action .price span::before {
    content: '/';
}

.offer-plan .card-content .card-body .entry-action .price span:first-of-type::before {
    content: unset;
}

.offer-plan .card-content .card-body .entry-action .price span.currency {
    font-size: 50px;
}

.offer-plan .card-content .card-body .entry-action .price span.time {
    font-size: 14px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.offer-plan .card-content .card-body .entry-action .btn {
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    width: 188px;
    height: 65px;
}

@media screen and (min-width: 768px) {
    .offer-plan .card-content .card-body .entry-action .btn {
        margin-right: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .offer-plan .card-content .card-body .entry-action .btn {
        margin-right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-plan .card-content .card-body .entry-action .btn {
        margin-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan .card-content .card-body .entry-action .btn {
        margin-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .offer-plan .card-content .card-body .entry-action .btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.offer-plan .card-content .card-body .entry-action .btn i {
    font-size: 10px;
}

.offer-plan.panel-left {
    border-radius: 8px 0 0 8px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-plan.panel-left {
        padding-right: 0;
        padding-left: 40px;
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan.panel-left {
        padding: 50px;
        border-radius: 8px 8px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .offer-plan.panel-left {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.offer-plan.panel-left .card-content {
    border-radius: 4px 0 0 4px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .offer-plan.panel-left .card-content::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        background-color: #eaeaea;
        width: 2px;
        height: calc(100% - 180px);
    }
}

.offer-plan.panel-left .card-content .card-icon i {
    color: var(--global--color-primary-alt);
}

.offer-plan.panel-left .card-content .advantages-box .advantages-list li i {
    background-color: var(--global--color-primary-alt);
}

.offer-plan.panel-right {
    border-radius: 0 8px 8px 0;
    padding-left: 0;
    padding-right: 60px;
    text-align: right;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-plan.panel-right {
        padding-left: 0;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan.panel-right {
        padding: 50px;
        border-radius: 0 0 8px 8px;
    }
}

@media screen and (max-width: 500px) {
    .offer-plan.panel-right {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.offer-plan.panel-right .card-content {
    border-radius: 0 4px 4px 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    .offer-plan.panel-right .card-content::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background-color: #eaeaea;
        width: 2px;
        height: calc(100% - 180px);
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan.panel-right .card-content {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offer-plan.panel-right .card-content .card-body .advantages-box {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offer-plan.panel-right .card-content .card-body .advantages-box .advantages-list {
        margin-right: 0;
        margin-left: 30px;
    }
}

.offer-plan.panel-right .card-content .card-body .advantages-box .advantages-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.offer-plan.panel-right .card-content .card-body .advantages-box .advantages-list li i {
    margin-right: 0px;
    margin-left: 15px;
}

.offer-plan.panel-right .card-content .card-body .entry-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767.98px) {
    .offer-plan.panel-right .card-content .card-body .entry-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.offer-plan.panel-right .card-content .card-body .entry-action .btn {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .offer-plan.panel-right .card-content .card-body .entry-action .btn {
        margin-left: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .offer-plan.panel-right .card-content .card-body .entry-action .btn {
        margin-left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-plan.panel-right .card-content .card-body .entry-action .btn {
        margin-left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .offer-plan.panel-right .card-content .card-body .entry-action .btn {
        margin-left: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .offer-plan.panel-right .card-content .card-body .entry-action .btn {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.offers-holder {
    padding: 110px 60px;
    border-radius: 8px;
}

@media screen and (max-width: 991.98px) {
    .offers-holder {
        padding: 70px 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offers-holder {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .offers-holder {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.offers-holder .offer-plan {
    padding: 0;
    position: relative;
}

.offers-holder .offer-plan::after {
    content: '';
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    background-color: #e6eaef;
    height: 2px;
    width: calc(100% - 180px);
    z-index: 5;
}

@media screen and (max-width: 767.98px) {
    .offers-holder .offer-plan::after {
        width: calc(100% - 60px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offers-holder .offer-plan::after {
        width: calc(100% - 60px);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .offers-holder .offer-plan::after {
        width: calc(100% - 60px);
    }
}

.offers-holder .offer-plan.plan-top {
    border-radius: 4px 4px 0 0;
}

.offers-holder .offer-plan.plan-top::after {
    bottom: 0;
}

.offers-holder .offer-plan.plan-top .card-content {
    border-radius: 4px 4px 0 0;
    padding-top: 90px;
}

@media screen and (max-width: 767.98px) {
    .offers-holder .offer-plan.plan-top .card-content {
        padding-top: 50px;
    }
}

.offers-holder .offer-plan.plan-top .card-content .card-icon i {
    color: var(--global--color-primary-alt);
}

.offers-holder .offer-plan.plan-top .card-content .advantages-box .advantages-list li i {
    background-color: var(--global--color-primary-alt);
}

.offers-holder .offer-plan.plan-bottom {
    border-radius: 0 0 4px 4px;
}

.offers-holder .offer-plan.plan-bottom::after {
    top: 0;
}

.offers-holder .offer-plan.plan-bottom .card-content {
    padding-bottom: 85px;
    border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 767.98px) {
    .offers-holder .offer-plan.plan-bottom .card-content {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 991.98px) {
    .offers-holder .offer-plan.plan-bottom .card-content .card-body {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box .advantages-list {
        margin-right: 0;
        margin-left: 30px;
    }

    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box .advantages-list li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box .advantages-list li i {
        margin-left: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 767.98px) {
    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box li i {
        margin-left: 10px;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offers-holder .offer-plan.plan-bottom .card-content .card-body .entry-action {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width:767.98px) {
    .offers-holder .offer-plan.plan-bottom .card-content .card-body .entry-action {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (min-width: 992px) {
    .offers-holder .offer-plan .card-infos {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        margin-bottom: -5px;
    }
}

.offers-holder .offer-plan .card-content {
    border-radius: 0;
    padding: 70px 90px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offers-holder .offer-plan .card-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .offers-holder .offer-plan .card-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .offers-holder .offer-plan .card-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.offers-holder .offer-plan .card-content .plan-badge {
    top: 50px;
    left: auto;
    right: -5px;
}

@media screen and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .plan-badge {
        top: 9px;
    }
}

.offers-holder .offer-plan .card-content .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .card-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.offers-holder .offer-plan .card-content .card-body .card-icon {
    margin-right: 50px;
}

@media screen and (max-width: 1199.98px) {
    .offers-holder .offer-plan .card-content .card-body .card-icon {
        margin-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .card-body .card-icon {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.offers-holder .offer-plan .card-content .card-body .entry-desc {
    margin-bottom: 26px;
}

@media screen and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .card-body .advantages-box {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .card-body .advantages-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .card-body .entry-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .offers-holder .offer-plan .card-content .card-body .entry-action {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offers-holder .offer-plan .card-content .card-body .entry-action .btn {
        padding: 0 15px;
    }
}

/*------------------------------------*\
		#Video
\*------------------------------------*/
.video {
    position: relative;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 560px;
}

.video.video-2 {
    margin-bottom: 67px;
}

.mfp-bg {
    z-index: 1543;
}

.mfp-wrap {
    z-index: 1642;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Custom, iPhone Retina */
/*------------------------------------*\
		#Call To Action
\*------------------------------------*/
.cta {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta .cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991.98px) {
    .cta .cta-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cta .cta-wrapper .cta-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .cta .cta-wrapper .cta-body {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .cta .cta-wrapper .cta-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.cta .cta-wrapper .cta-body .cta-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cta .cta-wrapper .cta-body .cta-icon {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .cta .cta-wrapper .cta-body .cta-icon {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.cta .cta-wrapper .cta-body .cta-icon img {
    max-width: 100%;
}

.cta .cta-wrapper .cta-body .cta-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cta .cta-wrapper .cta-body .cta-content h2 {
    font-family: var(--global--font-heading);
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #05213f;
    margin-bottom: 15px;
}

.cta .cta-wrapper .cta-body .cta-content p {
    font-family: var(--global--font-body);
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--global--color-body);
    margin-bottom: 0px;
}

.cta .cta-wrapper .cta-action {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cta .cta-wrapper .cta-action {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-left: 20px;
    }
}

.cta .cta-wrapper .cta-action .btn {
    width: 290px;
    height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cta .cta-wrapper .cta-action .btn {
        width: 220px;
    }
}

.cta .cta-wrapper .cta-action .btn i {
    font-size: 10px;
}

/*------------------------------------*\
		#404
\*------------------------------------*/
.page-404 h3 {
    font-size: 280px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}

.page-404 p {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .page-404 h3 {
        font-size: 150px;
    }

    .page-404 .btn {
        width: 125px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-404 h3 {
        font-size: 180px;
    }
}

/*--------------------------------
		#Services
---------------------------------*/
.services {
    padding-top: 124px;
    padding-bottom: 90px;
}

@media screen and (max-width: 991.98px) {
    .services {
        padding-top: 59px;
        padding-bottom: 40px;
    }
}

.services .service-panel {
    position: relative;
    background-color: var(--global--color-white);
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.1);
    box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.1);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 40px;
}

@media screen and (max-width: 991.98px) {
    .services .service-panel {
        max-width: 370px;
        margin: 0 auto 30px;
    }
}

.services .service-panel:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.12);
    box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.12);
}

.services .service-panel:hover .service-img {
    opacity: 1;
    visibility: visible;
}

.services .service-panel:hover .service-content::before {
    width: 0;
}

.services .service-panel:hover .service-content .service-icon::before {
    opacity: 0;
    visibility: hidden;
}

.services .service-panel:hover .service-content .service-icon i {
    color: var(--global--color-white);
}

.services .service-panel:hover .service-content .service-title h3 a {
    color: var(--global--color-white);
}

.services .service-panel:hover .service-content .service-desc p {
    color: var(--global--color-white);
}

.services .service-panel:hover .service-content .service-more {
    padding-top: 0;
}

.services .service-panel:hover .service-content .service-more .btn {
    height: 70px;
    background-color: var(--global--color-primary);
}

.services .service-panel .service-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    opacity: 0;
    border-radius: 4px;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.services .service-panel .service-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 115, 211, 0.85);
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #1d65b9), to(#1d65b9));
    background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
    background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 60px 50px 50px;
    border-radius: 4px;
    overflow: hidden;
}

.services .service-panel .service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: calc(100% - 50px);
    background-color: var(--global--color-secondary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .services .service-panel .service-content::before {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel .service-content::before {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel .service-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .services .service-panel .service-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 992px) {
    .services .service-panel .service-content {
        text-align: left;
    }
}

.services .service-panel .service-content .service-icon {
    position: relative;
    margin-bottom: 42px;
}

.services .service-panel .service-content .service-icon:hover i {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.services .service-panel .service-content .service-icon::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #eef3fa;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .services .service-panel .service-content .service-icon::before {
        left: -10px;
    }
}

@media screen and (max-width: 991.98px) {
    .services .service-panel .service-content .service-icon::before {
        left: 50%;
        -webkit-transform: translateX(calc(-50% - 20px));
        -ms-transform: translateX(calc(-50% - 20px));
        transform: translateX(calc(-50% - 20px));
    }
}

.services .service-panel .service-content .service-icon i {
    display: inline-block;
    color: var(--global--color-secondary);
    font-size: 75px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-title h3 {
    font-family: var(--global--font-heading);
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.services .service-panel .service-content .service-title h3 a {
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-title h3 a:hover {
    color: var(--global--color-white);
}

.services .service-panel .service-content .service-desc {
    margin-bottom: 52px;
}

.services .service-panel .service-content .service-desc p {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-more {
    padding-top: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-more .btn {
    width: 100%;
    height: 50px;
    background-color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-more .btn:hover {
    color: var(--global--color-white);
}

.services .service-panel .service-content .service-more .btn:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.services .service-panel .service-content .service-more .btn i {
    font-size: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services .service-panel.service-panel-2:hover .service-img {
    opacity: 0;
    visibility: hidden;
}

.services .service-panel.service-panel-2:hover .service-content::before {
    width: calc(100% - 50px);
    background-color: var(--global--color-primary);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .services .service-panel.service-panel-2:hover .service-content::before {
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel.service-panel-2:hover .service-content::before {
        width: calc(100% - 25px);
    }
}

.services .service-panel.service-panel-2:hover .service-content .service-icon::before {
    opacity: 1;
    visibility: visible;
}

.services .service-panel.service-panel-2:hover .service-content .service-icon i {
    color: var(--global--color-primary);
}

.services .service-panel.service-panel-2:hover .service-content .service-title h3 a {
    color: var(--global--color-heading);
}

.services .service-panel.service-panel-2:hover .service-content .service-desc p {
    color: var(--global--color-body);
}

.services .service-panel.service-panel-2 .service-content {
    padding-top: 50px;
}

.services .service-panel.service-panel-2 .service-content .service-icon {
    margin-bottom: 32px;
}

.services .service-panel.service-panel-2 .service-content .service-title h3 {
    margin-bottom: 26px;
}

.services .service-panel.service-panel-2 .service-content .service-desc {
    margin-bottom: 32px;
}

.services .service-panel.service-panel-2 .service-content .service-more {
    padding-top: 0;
}

.services .service-panel.service-panel-2 .service-content .service-more .btn {
    width: 164px;
    height: 65px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

@media screen and (max-width: 991.98px) {
    .services .service-panel.service-panel-2 .service-content .service-more .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.services.services-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .services.services-2 {
        padding-bottom: 85px;
    }
}

.services.services-2 .owl-carousel .owl-dots {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

@media screen and (max-width: 767.98px) {
    .services.services-2 .owl-carousel .owl-dots {
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
    }
}

.services.services-2 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services.services-2 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.services.services-2 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.services.services-2 .processes-note {
    padding: 0;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.services.services-2 .processes-note a {
    position: relative;
    padding-bottom: 6px;
}

.services.services-2 .processes-note a:hover::before {
    width: calc(100% - 20%);
}

.services.services-2 .processes-note a::before {
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--global--color-primary);
}

.services.services-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .services.services-3 {
        padding-bottom: 149px;
        padding-bottom: 70px;
    }
}

.services.services-3 .owl-carousel .owl-dots {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .services.services-3 .owl-carousel .owl-dots {
        margin-bottom: 0;
        position: absolute;
        bottom: -6px;
        right: 0;
    }
}

.services.services-3 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services.services-3 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.services.services-3 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.services.services-3 .processes-note {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .services.services-3 .processes-note {
        text-align: left;
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
        margin-bottom: -6px;
    }
}

.services.services-3 .processes-note a {
    position: relative;
    padding-bottom: 6px;
}

.services.services-3 .processes-note a:hover::before {
    width: calc(100% - 20%);
}

.services.services-3 .processes-note a::before {
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--global--color-primary);
}

.service-single {
    padding-top: 60px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .service-single {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.service-single .service-entry .entry-content .entry-infos {
    margin-bottom: 66px;
}

@media screen and (max-width: 991.98px) {
    .service-single .service-entry .entry-content .entry-infos {
        text-align: center;
    }
}

.service-single .service-entry .entry-content .entry-infos .entry-heading {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 21px;
    color: #05213f;
    text-transform: capitalize;
}

.service-single .service-entry .entry-content .entry-infos .entry-desc {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
}

.service-single .service-entry .entry-content .entry-infos .entry-desc:last-child {
    margin-bottom: 0;
}

.service-single .service-entry .entry-content .entry-infos.entry-introduction {
    margin-bottom: 32px;
}

.service-single .service-entry .entry-content .entry-infos.entry-introduction .entry-heading {
    margin-bottom: 17px;
}

@media screen and (min-width: 992px) {
    .service-single .service-entry .entry-content .entry-infos.entry-introduction .entry-heading {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans {
    border-radius: 8px;
    margin-bottom: 67px;
    padding: 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 350px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
    padding: 70px 70px 63px;
    background-color: var(--global--color-white);
    border-radius: 4px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
    }
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .plan-badge {
    position: absolute;
    top: 40px;
    right: -5px;
}

@media screen and (max-width: 350px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .plan-badge {
        top: 10px;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon {
    margin-right: 50px;
}

@media screen and (max-width: 991.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon i {
    font-size: 80px;
    color: #1d65b9;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        margin-bottom: -5px;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-heading {
    font-size: 37px;
    color: #05213f;
    margin-bottom: 28px;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box {
    margin-bottom: 42px;
}

@media screen and (min-width: 768px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 991.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list {
        margin-bottom: 0px;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 35px;
    color: var(--global--color-body);
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list li i {
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    margin-right: 15px;
    border-radius: 50%;
    font-size: 10px;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span {
    font-family: var(--global--font-heading);
    font-weight: 400;
    color: #1e4873;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span::before {
    content: '/';
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span:first-of-type::before {
    content: unset;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span.currency {
    font-size: 50px;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span.time {
    font-size: 14px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
    width: 188px;
    height: 65px;
}

@media screen and (min-width: 768px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
        margin-right: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
        margin-right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
        margin-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
        margin-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn i {
    font-size: 10px;
}

.service-single .service-entry .entry-content .entry-infos.entry-stats {
    margin-bottom: 67px;
}

.service-single .service-entry .entry-content .entry-infos.entry-stats img {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991.98px) {
    .service-single .service-entry .entry-content .entry-infos.entry-stats img {
        margin-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .service-single .service-entry .entry-content .entry-infos.entry-stats img {
        margin-top: 7px;
    }
}

.service-single .service-entry .entry-content .entry-infos.entry-video .entry-desc {
    margin-bottom: 32px;
}

.service-single .service-entry .entry-content .entry-infos.entry-why {
    margin-bottom: 68px;
}

.service-single .service-entry .entry-content .entry-infos.entry-why .entry-desc {
    margin-bottom: 32px;
}

.service-single .service-entry .entry-content .entry-infos.entry-benefits {
    margin-bottom: 66px;
}

.service-single .service-entry .entry-content .entry-infos.entry-benefits .entry-heading {
    margin-bottom: 37px;
}

.service-single .service-entry .entry-content .entry-infos.entry-industries .entry-heading {
    margin-bottom: 36px;
}

.service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-stage-outer {
    overflow: visible;
}

.service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-dots {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.service-single .service-entry .entry-content .projects {
    margin-bottom: 0;
}

.service-single .service-entry .entry-content .projects .entry-heading {
    margin-bottom: 37px;
}

/*------------------------------------*\
		#INDUSTRIES
\*------------------------------------*/
.industries {
    position: relative;
    padding-top: 104px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .industries {
        padding-top: 64px;
        padding-bottom: 70px;
    }
}

.industries .industries-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 5%);
    border-radius: 8px;
    height: 100%;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .industries .industries-overlay {
        width: calc(100% - 2%);
    }
}

@media screen and (max-width: 767.98px) {
    .industries .industries-overlay {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }
}

.industries .industries-content {
    position: relative;
    z-index: 2;
}

.industries .actions-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: right;
}

@media screen and (max-width: 991.98px) {
    .industries .actions-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .industries .actions-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.industries .actions-holder .btn {
    width: 232px;
    height: 65px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.12);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.12);
}

.industries .actions-holder .btn i {
    font-size: 10px;
}

.industries.industries-2 {
    padding-top: 124px;
    padding-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
    .industries.industries-2 {
        padding-top: 64px;
    }
}

.industries.industries-2 .processes-note {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 13px;
    margin-bottom: 52px;
}

.industry-panel {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 470px;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width:991.98px) {
    .industry-panel {
        max-width: 370px;
        margin: 0 auto 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .industry-panel {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .industry-panel {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.industry-panel:hover .industry-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.industry-panel:hover .industry-img .industry-img-overlay {
    opacity: 1;
    visibility: visible;
}

.industry-panel:hover .industry-content .industry-title {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.industry-panel:hover .industry-content .industry-body {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.industry-panel .industry-content {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.industry-panel .industry-content .industry-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    height: 70px;
    width: 100%;
    background-color: var(--global--color-white);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .industry-panel .industry-content .industry-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .industry-panel .industry-content .industry-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.industry-panel .industry-content .industry-title h3 {
    font-family: var(--global--font-heading);
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.industry-panel .industry-content .industry-title h3 a {
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.industry-panel .industry-content .industry-title h3 a:hover {
    color: var(--global--color-heading);
}

.industry-panel .industry-content .industry-body {
    margin-top: 15px;
    padding: 32px 30px 37px;
    background-color: var(--global--color-white);
    border-radius: 4px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .industry-panel .industry-content .industry-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .industry-panel .industry-content .industry-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.industry-panel .industry-content .industry-body .industry-label {
    position: absolute;
    top: -15px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 30px;
    border-radius: 4px 4px 4px 0;
    background-color: var(--global--color-primary-alt);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .industry-panel .industry-content .industry-body .industry-label {
        left: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .industry-panel .industry-content .industry-body .industry-label {
        left: 20px;
    }
}

.industry-panel .industry-content .industry-body .industry-label::before {
    content: '';
    width: 9px;
    height: 7px;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    background-color: var(--global--color-primary-alt);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.industry-panel .industry-content .industry-body .industry-label span {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--global--color-white);
}

.industry-panel .industry-content .industry-body .industry-name {
    margin-bottom: 15px;
}

.industry-panel .industry-content .industry-body .industry-name h3 {
    font-family: var(--global--font-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.industry-panel .industry-content .industry-body .industry-name h3 a {
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.industry-panel .industry-content .industry-body .industry-name h3 a:hover {
    color: var(--global--color-heading);
}

.industry-panel .industry-content .industry-body .industry-desc {
    margin-bottom: 19px;
}

.industry-panel .industry-content .industry-body .industry-desc p {
    font-family: var(--global--font-body);
    color: #8e949e;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.industry-panel .industry-content .industry-body .industry-more a {
    font-family: var(--global--font-body);
    color: var(--global--color-heading);
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

.industry-panel .industry-content .industry-body .industry-more a:hover i {
    margin-right: 15px;
}

.industry-panel .industry-content .industry-body .industry-more a i {
    font-size: 10px;
    color: var(--global--color-primary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 10px;
}

.industry-panel .industry-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.industry-panel .industry-img .industry-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 3;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.industry-panel .industry-img .industry-img-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 115, 211, 0.85);
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.industry-panel .industry-img .industry-img-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #1d65b9), to(#1d65b9));
    background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
    background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.industry-panel .industry-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.industry-single {
    padding-top: 110px;
    padding-bottom: 100px;
}

@media screen and (max-width: 991.98px) {
    .industry-single {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.industry-single .industry-entry .entry-content .entry-infos {
    margin-bottom: 66px;
}

@media screen and (max-width: 991.98px) {
    .industry-single .industry-entry .entry-content .entry-infos {
        text-align: center;
    }
}

.industry-single .industry-entry .entry-content .entry-infos .entry-heading {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 21px;
    color: #05213f;
    text-transform: capitalize;
}

.industry-single .industry-entry .entry-content .entry-infos .entry-desc {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
}

.industry-single .industry-entry .entry-content .entry-infos .entry-desc:last-child {
    margin-bottom: 0;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-introduction {
    margin-bottom: 32px;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-introduction .entry-heading {
    margin-bottom: 17px;
}

@media screen and (min-width: 992px) {
    .industry-single .industry-entry .entry-content .entry-infos.entry-introduction .entry-heading {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list {
    padding: 37px 40px 28px;
    border-radius: 8px;
    background-color: #f4f4f4;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 26px;
    color: #05213f;
    text-transform: capitalize;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul {
    margin-bottom: 0;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--global--font-body);
    color: #848e9f;
    text-transform: capitalize;
    border-bottom: 1px solid #e6eaef;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul li:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }
}

.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27px;
    margin-left: 5px;
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    padding: 0px 10px;
    border-radius: 2px;
}

@media screen and (max-width: 991.98px) {
    .industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list.inversed {
        margin-top: 30px;
    }
}

.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list.inversed ul li .price {
    background-color: var(--global--color-primary-alt);
}

.industry-single .industry-entry .entry-content .entry-infos.entry-why {
    margin-bottom: 68px;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-why .entry-desc {
    margin-bottom: 32px;
}

.industry-single .industry-entry .entry-content .entry-infos.entry-benefits {
    margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
    .industry-single .industry-entry .entry-content .entry-infos.entry-benefits {
        margin-bottom: 70px;
    }
}

.industry-single .industry-entry .entry-content .entry-infos.entry-benefits .entry-heading {
    margin-bottom: 37px;
}

/*------------------------------------*\
		#Processes
\*------------------------------------*/
.processes {
    padding-top: 60px;
    padding-bottom: 75px;
}

@media screen and (max-width: 991.98px) {
    .processes {
        padding-top: 65px;
    }
}

.processes .process-panel {
    padding: 50px 30px 50px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    background-color: var(--global-color-white);
}

@media screen and (max-width: 991.98px) {
    .processes .process-panel {
        max-width: 370px;
        margin: 0 auto 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .processes .process-panel {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.processes .process-panel:hover {
    background-color: #eef3f8;
}

.processes .process-panel:hover .panel-shape {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.processes .process-panel:hover .process-body .process-content a {
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}

.processes .process-panel .panel-shape {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    z-index: 0;
}

.processes .process-panel .process-number {
    position: absolute;
    top: 21px;
    left: 30px;
    font-family: var(--global--font-body);
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    color: #cdd6e0;
    z-index: 2;
}

.processes .process-panel .process-body {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.processes .process-panel .process-body .process-icon {
    margin-bottom: 24px;
}

.processes .process-panel .process-body .process-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 55px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1d65b9;
}

.processes .process-panel .process-body .process-content h3 {
    font-family: var(--global--font-heading);
    font-weight: 500;
    font-size: 18px;
    color: #1e4873;
    line-height: 27px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .processes .process-panel .process-body .process-content h3 {
        padding: 0 15px;
    }
}

.processes .process-panel .process-body .process-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 22px;
}

.processes .process-panel .process-body .process-content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 130px;
    height: 50px;
    padding: 0 18px;
}

.processes .processes-holder {
    padding-bottom: 60px;
    border-bottom: 2px solid #e6eaef;
}

@media screen and (max-width: 991.98px) {
    .processes .processes-holder {
        padding-bottom: 30px;
    }
}

.processes.processes-2 {
    padding-top: 190px;
}

@media screen and (max-width: 991.98px) {
    .processes.processes-2 {
        padding-top: 140px;
    }
}

.processes.processes-3 .process-panel:hover {
    background-color: var(--global--color-white);
}

.processes-note {
    position: relative;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 52px;
}

.processes-note p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: var(--global--color-body);
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.processes-note p a {
    color: var(--global--color-heading);
    text-transform: capitalize;
}

.processes-note p a:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.processes-note p a i {
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: var(--global--color-primary);
    font-size: 10px;
    margin-left: 10px;
}

.processes-note .note-bg {
    position: absolute;
    left: -44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 991.98px) {
    .processes-note .note-bg {
        left: -20px;
    }
}

@media screen and (max-width: 767.98px) {
    .processes-note .note-bg {
        display: none;
    }
}

.processes-note .note-bg i {
    font-size: 85px;
    color: #dde8f5;
}

/*------------------------------------*\
		#Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
    position: relative;
    z-index: 2;
    min-height: 100vh;
}

#footerParallax {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    #wrapperParallax {
        margin-bottom: 0 !important;
    }

    #footerParallax {
        position: static;
        text-align: center;
    }
}

.footer {
    background-color: var(--global--color-secondary);
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
    /* Footer Widgets */
}

.footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .footer .footer-top {
        padding-top: 40px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer .footer-top {
        padding-bottom: 70px;
    }
}

.footer .footer-bottom {
    background-color: var(--global--color-white);
}

.footer .footer-widget {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer .footer-widget {
        text-align: left;
    }
}

.footer .footer-widget .footer-widget-title h3 {
    font-family: var(--global--font-heading);
    color: #f9f9f9;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 35px;
}

.footer .footer-widget .widget-content p {
    color: #ffffffa6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.footer .footer-widget .widget-content h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer .footer-widget .widget-content .module-social {
    height: auto;
    line-height: normal;
}

.footer .widget-newsletter .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .footer .widget-newsletter .widget-content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.footer .widget-newsletter .widget-content .btn {
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    width: 200px;
    height: 61px;
    margin-bottom: 40px;
    padding: 0 15px;
}

.footer .widget-newsletter .widget-content .module-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid rgba(154, 170, 187, 0.4);
}

.footer .widget-newsletter .widget-content .module-social a:hover {
    border-color: var(--global--color-primary);
}

.footer .widget-newsletter .widget-content .module-social a:hover i {
    width: 38px;
    height: 38px;
}

.footer .widget-newsletter .widget-content .module-social a i:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.footer .widget-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .footer .widget-links ul {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.footer .widget-links ul li {
    display: block;
    margin-bottom: 10px;
}

.footer .widget-links ul li a {
    color: #ffffffa6;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--global--font-body);
}

.footer .widget-links ul li a:hover {
    color: var(--global--color-primary);
}

.footer .widget-contact .widget-content p {
    margin-bottom: 15px;
}

.footer .widget-contact .widget-content .phone {
    margin-bottom: 18px;
}

.footer .widget-contact .widget-content .phone a {
    color: var(--global--color-white);
    font-size: 19px;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer .widget-contact .widget-content .phone a:hover {
    color: var(--global--color-white);
}

.footer .widget-contact .widget-content .phone a:hover i {
    color: var(--global--color-white);
}

.footer .widget-contact .widget-content .phone a i {
    color: var(--global--color-primary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}

.footer .widget-contact .widget-content .address a {
    color: #9aaabb;
}

.footer .widget-contact .widget-content .address a:hover {
    color: var(--global--color-primary);
}

.footer .widget-contact .widget-content .directions {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    color: var(--global--color-white);
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.footer .widget-contact .widget-content .directions i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 12px;
    margin-right: 10px;
}

.footer .widget-contact .widget-content .directions:hover {
    color: var(--global--color-primary);
}

.footer .widget-contact .widget-content .directions:hover i {
    color: var(--global--color-primary);
}

.footer-copyright {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .footer-copyright {
        height: auto;
        padding: 35px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .footer-copyright .copyright-holder {
        margin-bottom: 15px;
    }
}

.footer-copyright .copyright-holder .copyright {
    margin-bottom: 9px;
}

.copyright-links {
    margin-right: 10px;
}

@media screen and (max-width: 991.98px) {
    .footer-copyright .copyright-holder .copyright {
        text-align: center;
    }
}

.footer-copyright .copyright-holder .copyright span {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--global--color-body);
    text-transform: capitalize;
}

.footer-copyright .copyright-holder .copyright span a {
    color: #1d65b9;
}

.footer-copyright .copyright-holder .copyright span a:hover {
    color: var(--global--color-primary);
}

.footer-copyright .copyright-holder .copyright-links ul {
    margin: 0;
}

@media screen and (max-width: 767.98px) {
    .footer-copyright .copyright-holder .copyright-links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-copyright .copyright-holder .copyright-links ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copyright .copyright-holder .copyright-links ul li:last-child::after {
    content: unset;
}

.footer-copyright .copyright-holder .copyright-links ul li::after {
    content: '-';
    margin: 0 15px;
    color: var(--global--color-heading);
}

@media screen and (max-width: 767.98px) {
    .footer-copyright .copyright-holder .copyright-links ul li::after {
        margin: 0 5px;
    }
}

.footer-copyright .copyright-holder .copyright-links ul li a {
    font-family: var(--global--font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--global--color-heading);
    text-transform: capitalize;
}

.footer-copyright .copyright-holder .copyright-links ul li a:hover {
    color: var(--global--color-primary);
}

.footer-copyright .payment-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .footer-copyright .payment-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-copyright .payment-holder .payment-methods {
    margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
    .footer-copyright .payment-holder .payment-methods {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.footer-copyright .payment-holder .payment-methods a {
    margin-right: 10px;
}

.footer-copyright .payment-holder .payment-methods a:last-child {
    margin-right: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .footer-widget {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .footer .footer-widget-title h5 {
        margin-bottom: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-widget {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    .footer .footer-widget .footer-widget-title h5 {
        margin-bottom: 15px;
    }
}

.post-media img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.main-slider-ripped-paper svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    color: #fff;
    z-index: 3;
}

.footer-ripped-paper svg {
    position: absolute;
    width: 100%;
    left: 0;
    color: var(--global--color-secondary);
    z-index: 3;
	margin-top: -50px;
}

/** service-style-two **/

.service-style-two {
    position: relative;
    padding-top: 60px;
}

.service-style-two .upper-box .text {
    position: relative;
    display: block;
    margin-top: 25px;
}

.service-block-two {
    margin-bottom: 20px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.service-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(30, 36, 52, 0.0), rgba(30, 36, 52, 1) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box:before {
    opacity: 0;
}

.service-block-two .inner-box .image-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.service-block-two .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .content-box {
    opacity: 0;
}

.service-block-two .inner-box .content-box .link {
    position: absolute;
    top: 30px;
    right: 30px;
}

.service-block-two .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #1e2434;
    font-weight: 600;
    padding: 14px 0px 10px 0px;
    z-index: 1;
}

.service-block-two .inner-box .link a span {
    position: relative;
    display: block;
}

.service-block-two .inner-box .link a i {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.service-block-two .inner-box .content-box .inner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 32px 30px;
}

.service-block-two .inner-box .content-box .inner .icon-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.service-block-two .inner-box .content-box .inner .text {
    position: relative;
    display: block;
    padding-left: 22px;
}

.service-block-two .inner-box .content-box .inner .text:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    left: 0px;
    top: 5px;
}

.service-block-two .inner-box .content-box .inner .text:after {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 29px);
    left: 0px;
    top: 21px;
}

.service-block-two .inner-box .category {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
}

.service-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.service-block-two .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.service-block-two .inner-box h3 a:hover {}

.service-block-two .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 15px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-content {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.service-block-two .inner-box .overlay-content:before {
    position: absolute;
    content: '';
    background-color: #1e2434;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.9;
}

.service-block-two .inner-box .overlay-content:after {
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
}

.service-block-two .inner-box .overlay-content .link {
    position: absolute;
    top: 60px;
    right: 60px;
}

.service-block-two .inner-box .overlay-content .link a {
    color: #fff;
}

.service-block-two .inner-box .overlay-content .link a i {
    color: #fff;
}

.service-block-two .inner-box .overlay-content .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    z-index: 1;
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.service-block-two .inner-box .overlay-content .text p {
    color: #aab0bf;
    margin-top: 15px;
}

figure {
    margin: 0px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #1a1a1a;
    background-color: #ffffff !important;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 60px;
    height: 60px;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
    border: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #9f9e9e;
    background-color: #ffffff;
}

.owl-nav i:before {
    font-size: 18px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-item .proje_detay {
    object-fit: contain;
    height: 480px;
    background: #1a1a1a;
}

.ps-widget-meta {
    margin-bottom: 35px;
}

.ps-widget-meta h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .article-nav-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.article-nav-content span {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}

.article-nav-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}


.article-nav-content.next-article {
    text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .article-nav-content.next-article {
        margin-top: 30px;
        text-align: left;
        padding-left: 0;
    }
}

hr {
    border-bottom: 6px solid #f4f4f4;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

.home-box {
    position: relative;
    background-color: #343841;
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 20;
    margin: 10px 0
}

.home-box:hover {
    background-color: #253250
}

.home-box::before,
.home-box::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    pointer-events: none;
    -webkit-transition: opacity .85s, -webkit-transform .35s;
    transition: opacity .85s, transform .35s
}

.home-box::before {
    top: 40px;
    right: 20px;
    bottom: 40px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.home-box::after {
    top: 20px;
    right: 40px;
    bottom: 20px;
    left: 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.home-box:hover::after,
.home-box:hover::before {
    opacity: .7;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 10
}

.home-box img {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: .6
}

.home-box .title {
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 30px
}

.home-box .desc {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #fff;
    font-weight: 300;
    width: 90%;
    padding: 0 15px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
    visibility: hidden
}

.home-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .2
}

.home-box:hover .desc {
    opacity: 1;
    visibility: visible;
    transition-delay: .1s
}

@media screen and (min-width:1367px) {
    .home-box .title {
        font-size: 30px;
        letter-spacing: -.5px;
        top: 40%
    }

    .home-box .desc {
        font-size: 16px;
        top: 60%
    }

    .home-box:hover .title {
        top: 35%
    }

    .home-box:hover .desc {
        top: 55%
    }
}

@media screen and (min-width:1467px) {
	.module-search .module-icon span{
		display: inline-block !important;
	}
}

@media screen and (max-width:1366px) {
    .home-box .title {
        font-size: 24px;
        letter-spacing: -.5px;
        top: 40%
    }

    .home-box .desc {
        font-size: 16px;
        top: 70%
    }

    .home-box:hover .title {
        top: 25%
    }

    .home-box:hover .desc {
        top: 55%;
        width: 85%
    }
}

@media screen and (max-width:1200px) {
    .home-box {
        min-height: 300px;
        margin: 5px 0
    }

    .home-box img {
        object-fit: cover;
        min-height: 300px;
        width: auto;
        min-width: 100%;
        opacity: .6
    }

    .home-box .title {
        letter-spacing: 1px;
        top: 40%
    }

    .home-box .desc {
        font-size: 16px;
        top: 70%
    }

    .home-box:hover .title {
        top: 25%
    }

    .home-box:hover .desc {
        top: 55%;
        width: 85%
    }
}

@media screen and (max-width:480px) {
    .home-box {
        min-height: 0;
        height: 250px
    }

    .home-box::before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px
    }

    .home-box::after {
        top: 10px;
        right: 40px;
        bottom: 10px;
        left: 40px
    }

    .home-box .title {
        font-size: 24px;
        letter-spacing: 1px;
        top: 35%
    }

    .home-box .desc {
        width: calc(100% - 55px)
    }

    .home-box:hover .title {
        top: 30%
    }

    .home-box:hover .desc {
        top: 55%
    }
}

.project-panel {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 8px;
    position: relative;
	    z-index: 2;
}

.project-panel {
    -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 11%);
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 11%);
    margin-bottom: 30px;
}

.project-panel img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    object-fit: cover;
}

.icon-box {
    padding: 37px 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main {
    color: #1a1a1a;
}

.icon-box .icon-main i,
.icon-box .icon-main span:before {
    font-size: 54px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main i,
.icon-box .icon-main img {
    margin-bottom: 17px;
}

.icon-box .icon-main span {
    display: block;
    line-height: 1;
    margin-bottom: 28px;
}

.icon-box h5 {
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box h5 a {
    color: #1a1a1a;
}

.icon-box p {
    margin-bottom: 13px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
}

.icon-box--bg-img.icon-box--is-line-hover:before,
.icon-box--bg-img.icon-box--is-line-hover:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img.icon-box--is-line-hover:before {
    width: 0;
    height: 1px;
    bottom: -10px;
    left: 10px;
}

.icon-box--bg-img.icon-box--is-line-hover:after {
    width: 1px;
    height: 0;
    top: 10px;
    right: -11px;
}

.icon-box--bg-img.icon-box--is-line-hover:hover:before {
    width: calc(100% + 5px);
}

.icon-box--bg-img.icon-box--is-line-hover:hover:after {
    height: calc(100% + 5px);
}

.icon-box--bg-img:hover {
    background-color: #1a1a1a;
}

.icon-box--bg-img:hover h5 {
    color: #ffffff;
}

.icon-box--bg-img:hover h5 a {
    color: #ffffff;
}

.icon-box--bg-img:hover p {
    color: #a3a3a3;
}

.icon-box--bg-img:hover .btn-details {
    opacity: 0.9;
    color: #ffffff;
}

.icon-box--bg-img:hover .btn-details:before {
    background: #505050;
}

.icon-box--classic {
    padding: 0;
}

.icon-box--classic p {
    margin-bottom: 0;
}

.icon-box--bg-color {
    padding: 30px;
    padding-bottom: 28px;
    background-color: #1a1a1a;
    border: 1px solid #292929;
    position: relative;
}

.icon-box--bg-color .link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.icon-box--bg-color h5 {
    color: #ffffff;
    margin-bottom: 11px;
    line-height: 1.1;
}

.icon-box--bg-color p {
    color: #a3a3a3;
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main {
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.icon-box--bg-color .icon-main i,
.icon-box--bg-color .icon-main span:before {
    font-size: 45px;
}

.icon-box--bg-color .icon-main span {
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main img {
    max-width: 60px;
}

.icon-box--bg-color.icon-box--icon-left .icon-main {
    float: left;
}

.icon-box--bg-color.icon-box--icon-left .content-box {
    padding-left: 68px;
}

.icon-box--bg-color.icon-box--icon-right .icon-main {
    float: right;
}

.icon-box--bg-color.icon-box--icon-right .content-box {
    padding-right: 68px;
    text-align: right;
}

.icon-box--bg-color:hover {
    background-color: #000;
}

.icon-box--bg-color:hover .link_overlay {
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon-box--bg-img {
        padding: 25px 40px;
    }

    .icon-box--bg-color {
        padding: 20px;
    }
}

.icon-box--bg-img {
    margin-bottom: 20px;
}

.referanslar img {
    padding: 10px;
    filter: url("data:image/svg+xml;utf8,<svg></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.referanslar img:hover {
    filter: none;
}

.img,
img {
    max-width: 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;
}

.golge1 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%) !important;
}

.turkey-map-drawing {
    text-align: center;
}

.turkey-map-drawing svg {
    width: 100%;
    height: auto;
}

.turkey-map-drawing g.is-completed path {
    fill: #9BCB3B;
}

.turkey-map-drawing path {
    cursor: pointer;
    fill: #032B56;
    -webkit-transition: .2s;
    transition: .2s;
}

.turkey-map-drawing path:hover {
    fill: #9BCB3B !important;
}

.turkey-map-name {
    position: absolute;
    z-index: 2;
}

.turkey-map-name div {
    display: inline-block;
    background: #9BCB3B;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px;
}

.list .card {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bayiler>.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    border: 2px solid currentColor;
    color: #000;
    opacity: .3;
}

.box-header {
    margin-bottom: 50px;
}

.bayiler .title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.bayiler .title.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.bayiler .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 10px;
}

.box-footer .name {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.box-footer .text .icon {
    margin-right: 10px;
    font-size: 13px;
}

.card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.card:hover,
.card-active {
    border-bottom: 10px solid #1a1a1a;
}

#accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#accordion .card .card-body {
    background-color: #f4f4f4;
    color: #000;
    border-radius: 0;
    margin-bottom: 5px;
}

#accordion .card .card-header {
    background-color: #f4f4f4;
    color: var(--global--color-secondary);
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 5px;
}

#accordion .card .card-header a {
    color: var(--global--color-secondary);
    font-weight: 400;
    width: 100%;
}

#accordion .card .card-header h5 {
    font-weight: 400;
    font-size: 15px;
}

.select {
    height: auto;
    line-height: inherit;
    padding: 15px 20px;
    font-size: 14px;
    border: 0;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.shop-item {
    position: relative;
    margin-bottom: 40px;
}

.prod-img {
    width: 100%;
    height: 350px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    position: relative;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.layout-dark .prod-img {
    background: #212529 !important;
}

.ins-inverter-badge {
    height: 90px !important;
    width: 100px;
    top: -19px;
    position: absolute;
    left: 0px;
}

.prod-img img {
    margin-top: 0px;
    width: auto;
    max-height: 340px;
    padding: 10px;
}

.prod-img .label:not(.discount) {
    top: 0;
    color: #3bb77e;
    background: #3bb77e36;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
}

.prod-img .label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    color: #666;
}

.prod-img .label.discount {
    right: 10px;
    left: unset;
    font-weight: bold;
}

.prod-img .prod-name {
    width: calc(100% - 42px);
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    text-align: center;
    left: 20px;
    color: #000;
}

.prod-text {
    width: 100%;
    height: 145px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-top: 0;
    position: relative;
}

.layout-dark .prod-text {
    background: #212529 !important;
}

.prod-text .features {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
}

.prod-text .features span {
    width: 100%;
    float: left;
    text-align: center;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--global--color-secondary);
}

.layout-dark .prod-text {
    color: #fff !important;
}

.prod-text .price {
    width: 90%;
    float: left;
    text-align: center;
    margin: 0 5%;
    color: #000;
    font-size: 0;
}

.prod-text .price span.linetrough {
    color: #666;
    text-decoration: line-through;
    font-weight: 300;
}

.prod-text .price span {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: none;
    font-weight: bold;
    color: var(--global--color-secondary);
    padding: 0px 10px;
}

.layout-dark .prod-text .price span {
    color: #fff !important;
}

.prod-text .buttons {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.prod-text .buttons a:last-child {
    float: right;
    margin-right: 10px;
}

.prod-text .buttons a:first-child {
    float: left;
    margin-left: 10px;
}

.prod-text .buttons a {
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    padding-left: 24px;
    display: inline-block;
    float: none !important;
}

.prod-text .prod-detail-btn {
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    color: var(--global--color-secondary);
    font-size: 14px;
    font-weight: bold;
    background: #ffffff05;
    text-transform: uppercase;
}

.prod-text .prod-detail-btn span {
    position: relative;
    z-index: 3;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.prod-text .prod-detail-btn .hover-bg {
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--global--color-secondary);
    z-index: 2;
}

.prod-text .prod-detail-btn span {
    position: relative;
    z-index: 3;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.prod-text .bottom-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--global--color-secondary);
}

.prod:hover .prod-text .prod-detail-btn .hover-bg {
    height: 50px;
}

.prod:hover .prod-text .prod-detail-btn span {
    color: #fff;
}

.pro-detail-big-img {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.prod-img .label.discount {
    z-index: 1;
    background: #a88316;
    color: var(--global--color-white);
    padding: 0 15px;
    position: absolute;
    font-weight: 600;
    right: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
}

.product-sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    position: relative
}

.product-sort .select {
    background-color: #f4f4f4;
}

.product-sort .product-sort-ordering {
    text-align: left;
    min-width: 240px
}

.product-sort .product-sort-ordering .pro-choose-ordering {
    position: relative
}

.product-sort .product-sort-ordering .pro-choose-ordering .choose-control {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 0 15px 20px;
    display: block;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent
}


.product-sort .product-result-count {
    text-align: right;
    flex-grow: 1
}

@media(max-width:500px) {
    .product-sort .product-result-count {
        text-align: left;
        margin-top: 20px
    }

    .footer .footer-widget .widget-content .module-social {
        justify-content: center;
    }

    .footer .widget-links .widget-content {
        text-align: left
    }

    .footer .widget-links h3 {
        text-align: left
    }
}

.product-sort .product-result-count .product-count-text {
    font-size: 16px;
    color: var(--global--color-secondary);
    font-weight: 500;
    margin: 0;
    letter-spacing: 2px;
}

.sidebar-widget.contact-form-action {
    padding-left: 0;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 17px;
}

.sidebar-title h2 {
    position: relative;
    color: var(--global--color-secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: capitalize;
}

.blog-cat-two {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background-color: #f4f4f4;
}

.blog-cat-two li {
    position: relative;
}

.blog-cat-two li a {
    position: relative;
    color: #000;
    font-size: 14px;
    padding: 13px 20px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px dashed #00000036;
}

.blog-cat-two li a:hover {
    color: #ffffff;
    background-color: var(--global--color-secondary);

}

.blog-cat-two li:last-child a {
    border-bottom: 0px;
}

.blog-cat-two li a span {
    position: absolute;
    right: 20px;
}

.sidebar .card {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #f9f9f9;
}

.sidebar .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: #f9f9f9;
    border-color: #dedede;
    border-radius: 0;
}

.sidebar .card-header a {
    color: #000;
    display: block;
}

.sidebar .show .card-body {
    border-left: solid 2px var(--global--color-secondary) !important;
}

.sidebar .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar .title {
    letter-spacing: 2px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    display: block;
    margin: 0;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    border: 1px solid var(--global--color-secondary);
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "";
    background: var(--global--color-secondary);
    color: var(--global--color-secondary);
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "";
    background: #fff;
    color: #1f2026
}

.blog-cat-two li.active a {
    color: #fff;
}

.blog-cat-two li.active {
    background-color: var(--global--color-secondary);
}

.contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 15px 20px;
    font-size: 14px;
    color: var(--global--color-secondary);
    border: 0;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #f4f4f4;
}

.contact-form-action .form-group .submit-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    border: 0;
    background-color: transparent;
    color: var(--global--color-secondary);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-ilkanmenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    background: none;
    border: none;
    float: right;
    margin-right: 5px;
}

.col-ilkanmenu-filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    background: none;
    border: none;
    float: right;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .col-ilkanmenu {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .ilkan-menu>ul {
        display: none;
    }

    .col-ilkanmenu-filter {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .ilkan-menu-filter .filtre {
        display: none;
    }

    .prod-img {
        height: auto;
    }

    .prod-img img {
        margin-top: 10px;
        height: 250px;
        object-fit: contain;
    }

    .prod-text {
        padding: 0;
    }

    .prod-text .price span {
        font-size: 13px;
        height: auto;
        line-height: normal;
    }

    .belgeler img {
        height: auto;
    }

    .product-sort {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 45px;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -20px;
    }

    .product-sort .product-sort-ordering {
        width: 100%;
    }

    .sidebar-title h2 {
        margin-bottom: 5px;
    }

    .sidebar-widget {
        margin-bottom: 20px;
    }

    .contact-form-action .form-control {
        margin-bottom: 10px;
    }

    .single-product .product-content {
        text-align: left;
        margin-top: 20px;
    }

    .main-slider-ripped-paper svg {
        display: none;
    }

    .footer-ripped-paper svg {
        display: none;
    }

    .gallery-cover {
        height: auto;
    }

    section {
        padding: 0px 0 !important;
    }
}

.float-right {
    float: right !important;
}

#sync1 {
    border: 1px solid #f4f4f4;
    background-color: var(--global--color-white);
    position: relative;
    -webkit-box-shadow: 0px 5px 70px 0px rgb(3 43 86 / 6%);
    box-shadow: 0px 5px 70px 0px rgb(3 43 86 / 6%);
}

#sync2 {
    margin-top: 10px;
}

#sync2 .owl-nav button {
    width: 20px;
    height: 30px;
    background: #032b56 !important;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urunbuyuk img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 500px !important;
    object-fit: contain !important;
    padding: 5px;
}

.urunkucuk img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 120px !important;
    object-fit: contain !important;
    padding: 5px;
    background-color: var(--global--color-white);
    border: 1px solid #f4f4f4;
}

.product-price .old-price {
    text-decoration: line-through;
    color: #B6B6B6;
    margin-left: 20px;
    font-size: 28px;
    font-weight: 700;
}

.stock-status {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.stock-status.out-stock {
    background: var(--global--color-red);
    color: #fff;
}

.stock-status.out-yeni {
    color: #3bb77e;
    background: #3bb77e36;
}

@media (max-width: 767px) {
    .gallery-list {
        margin-top: 15px;
    }
}

.gallery-list .gallery-card {
    margin-bottom: 15px;
}

.gallery-list .gallery-card:last-child {
    margin-bottom: 0;
}

.gallery-list .glink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-list .photo {
    width: 120px;
    height: 90px;
    overflow: hidden;
}

.gallery-list .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-list .description {
    padding-left: 20px;
}

.gallery-list .description .title {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    max-height: 43px;
}

.gallery-list .description .date {
    color: #939393;
    font-size: 13px;
    margin-top: 7px;
}

.gallery-list .description .date .icon {
    font-size: 13px;
    margin-right: 7px;
}

.gallery.list .gallery-card {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .gallery.list .gallery-card:last-child {
        margin-bottom: 0;
    }
}

.gallery-card a {
    position: relative;
    display: block;
}

.gallery-card a:hover .gallery-body {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-card a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-header {
    position: relative;
}

.gallery-header .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(238, 51, 53, 0.9);
    color: #fff;
    font-size: 18px;
}

.gallery-photo {
    overflow: hidden;
    height: 200px;
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.gallery-footer {
    padding-top: 15px;
}

.gallery-footer .title {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    max-height: 46px;
    overflow: hidden;
    margin-bottom: 8px;
}

.gallery-footer .text {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.7;
    max-height: 64px;
    overflow: hidden;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-overlay .icon {
    font-size: 42px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .gallery-body {
        padding: 20px;
    }
}

.gallery-body .title {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    padding-right: 50px;
    overflow: hidden;
    max-height: 90px;
    margin: 0;
}

.gallery-body .date {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
}

.gallery-body .date .icon {
    font-size: 13px;
    margin-right: 7px;
}

.gallery-body>.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ee3335;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 479px) {
    .gallery-body>.icon {
        display: none;
    }
}

.gallery-cover {
    overflow: hidden;
    height: 300px;
}

@media (max-width: 479px) {
    .gallery-cover {
        height: auto;
    }
}

.gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease .7s;
    transition: ease .7s;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.video-detail__wrapper {
    background: #333;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.video-detail-player iframe {
    width: 100%;
    height: 530px;
}

@media (max-width: 767px) {
    .video-detail-player iframe {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-player iframe {
        height: 400px;
    }
}

.video-detail-other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.video-detail-other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff;
    opacity: .7;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail-list {
    overflow-y: auto;
    background: #212529;
    height: calc(530px - 60px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-list {
        height: 340px;
    }
}

.video-detail-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail-list li:last-child {
    border-bottom: 0 none;
}

.video-detail-list li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.video-detail-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail-list .video-left {
    width: 110px;
    height: 70px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail-list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail-list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 16px;
}

.video-detail-list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
}

.video-detail-list .video-right .title {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.videobg {
    background: #333;
}

.modal-open {
    overflow: hidden;
    padding: 0 !important;
}

.modal {
    z-index: 999999;
    -webkit-box-shadow: 0px 5px 83px 0px rgb(3 43 86 / 12%);
    box-shadow: 0px 5px 83px 0px rgb(3 43 86 / 12%);
}

.box-shadow-none {
    box-shadow: none !important;
}

.kapat {
    background: var(--global--color-primary-alt);
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.sozlesme_scrol {
    height: 60vh;
    overflow: hidden;
    overflow-y: scroll;
}

.esitle {
    margin-top: 66px;
}

.footer_bant {
    background: #ffffff0a;
    padding: 5px 15px;
    border-radius: 10px;
    font-family: var(--global--font-secondary);
}

.single-services-box {
    background-color: #fafafa;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px;
}

.single-services-box h3 {
    position: relative;
    padding-left: 65px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
}

.single-services-box h3 i {
    color: #fe235b;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 3px;
    z-index: 1;
}

.single-services-box h3 i::after {
    position: absolute;
    left: -10px;
    top: -3px;
    z-index: -1;
    background-color: #fbd3dd;
    width: 55px;
    height: 55px;
    content: '';
    border-radius: 50%;
}

.single-services-box h3 i.color-043d72 {
    color: #043d72;
}

.single-services-box h3 i.color-043d72::after {
    background-color: #d4d6de;
}

.single-services-box p {
    margin-top: 15px;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 6px;
    color: #130947;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-services-box .read-more-btn:hover {
    color: #1a1a1a;
}

.single-services-box:hover {
    background-color: #fffffffff;
    border-color: #fffffffff !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.row .col-lg-6:nth-child(1) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(2) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(3) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(4) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(5) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(6) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(7) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(8) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(1) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(2) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(3) .single-services-box {
    border-left: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(4) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(4) .single-services-box,
.row .col-lg-4:nth-child(5) .single-services-box,
.row .col-lg-4:nth-child(7) .single-services-box,
.row .col-lg-4:nth-child(8) .single-services-box {
    border-right: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(7) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(8) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(9) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.service-box-area.st-1 {
    background-repeat: no-repeat;
}

.content-404 {
    padding: 0 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .content-404 {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-404 {
        padding: 0 80px;
    }
}

@media (max-width: 767px) {
    .content-404 {
        padding: 0 0;
    }
}

.content-404 h2 {
    font-size: 225px;
    font-weight: 900;
    line-height: 1;
    color: var(--global--color-secondary);
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .content-404 h2 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-404 h2 {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .content-404 h2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-404 h2 {
        font-size: 90px;
    }
}

.content-404 h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-404 h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

.search-form {
    margin-top: 25px;
}

.search-form input {
    font-size: 15px;
    color: #002a3c;
    padding: 0 50px 0 20px;
    background: #f6f6f6;
    height: 60px;
    border-radius: 3px;
    width: 100%;
    border: 0;
}

.search-form button {
    font-size: 16px;
    color: #002a3c;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: 15px;
    border: 0;
    background: none;
}

.search-input-field {
    width: 470px;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .search-input-field {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-input-field {
        width: 470px;
    }
}

.go-home .grb-border-btn {
    font-size: 15px;
    font-weight: 500;
    border-width: 1px;
    line-height: 58px;
    border-radius: 3px;
    padding: 0 35px;
}

.urun_kategori img {
    max-width: 100%;
    height: 300px !important;
    width: 100% !important;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    object-fit: cover;
}

.counter-board-area {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

@media (max-width: 767px) {
    .counter-board-area {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}

.counter-board-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002a3c;
    opacity: 0.85;
}

.counter-board-area.st-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.counter-board-area.st-3:before {
    display: none;
}

.counter-board-border {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 65px;
    padding-bottom: 20px;
}

.counter-board-content {
    position: relative;
    z-index: 5;
}

.counter-board-single {
    text-align: center;
}

.counter-board-single i {
    font-size: 45px;
    color: #ffffff;
}

.counter-board-single p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.counter-board-single.st-3 i {
    color: var(--global--color-primary-alt);
}

.counter-board-single.st-3 .counter-board-number {
    color: #002a3c;
}

.counter-board-single.st-3 p {
    color: #8f98a8;
}

.counter-board-number {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 4px;
}

.counter-board-number .odometer.odometer-auto-theme .odometer-digit,
.counter-board-number .odometer.odometer-theme-default .odometer-digit {
    vertical-align: text-top;
}

.counter-board-number .odometer.odometer-auto-theme,
.counter-board-number .odometer.odometer-theme-default {
    line-height: 1;
}

.odometer {
    font-weight: 500;
}

.newsletter-area {
    padding: 44px 0 7px 0;
    background: #ffffff0a;
    -webkit-box-shadow: 0px 5px 83px 0px rgb(3 43 86 / 7%);
    box-shadow: 0px 5px 83px 0px rgb(3 43 86 / 7%);
}

@media (max-width: 767px) {
    .newsletter-area {
        padding: 56px 0 30px 0;
    }
}

.newsletter-text h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 500;
}

.newsletter-text b,
.newsletter-text strong {
    font-weight: bold;
}

.newsletter-text p {
    font-weight: 400;
    color: #ffffffa6;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .newsletter-text p {
        padding-right: 0;
    }
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 205px 0 20px;
    color: #000;
    border-radius: 3px;
    background: #ffffff08;
    border: none;
}

@media (max-width: 767px) {
    .subscribe-form input {
        padding: 0 135px 0 15px;
    }
}

.subscribe-form input::placeholder {
    color: #ffffffa6;
}

.subscribe-form input:-moz-placeholder {
    color: #ffffffa6;
}

.subscribe-form button {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 185px;
    background-color: var(--global--color-secondary);
    color: #ffffff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .subscribe-form button {
        width: 125px;
    }

    .hero .hero-content .hero-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0;
        -webkit-text-stroke: snow;
        color: #fff;
    }
}

.subscribe-form button i {
    color: #ffffff;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .subscribe-form button i {
        display: none;
    }
}

.subscribe-form button:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.subscribe-form button:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.subscribe-form.st-2 {
    margin-top: 60px;
}

.subscribe-form.st-2 input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 165px 0 20px;
    color: #ffffff;
    border-radius: 3px;
    background: #1f1a41;
    border: none;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-2 input {
        padding: 0 120px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form.st-2 input {
        padding: 0 160px 0 15px;
    }
}

.subscribe-form.st-2 input::placeholder {
    color: #535353;
    font-size: 16px;
}

.subscribe-form.st-2 input:-moz-placeholder {
    color: #535353;
    font-size: 16px;
}

.subscribe-form.st-2 button {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 145px;
    background: #8500d1;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-2 button {
        width: 110px;
    }
}

.subscribe-form.st-2 button i {
    color: #ffffff;
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-2 button i {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-3 input {
        padding: 0 120px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form.st-3 input {
        padding: 0 160px 0 15px;
    }
}

.subscribe-form.st-3 button {
    width: 145px;
    color: #002a3c;
    background: #2154a5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-3 button {
        width: 110px;
    }
}

.subscribe-form.st-3 button i {
    color: #002a3c;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-3 button i {
        display: none;
    }
}

#st-1 {
    z-index: 2 !important;
}
.broucher-box {
    position: relative;
    padding: 12px 22px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #ddd;
    text-align: left;
}

.broucher-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.broucher-box .broucher-inner {
    position: relative;
    font-size: 16px;
    color: #1b4962;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box .broucher-inner .download-icon {
    position: absolute;
    right: -5px;
    top: 2px;
    color: #222222;
    font-size: 16px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box:hover {
    border-color: #2154a5;
}

.broucher-box:hover {
    color: #fff;
    background-color: #2154a5;
}

.broucher-box:hover .broucher-inner .download-icon,
.broucher-box:hover .broucher-inner {
    color: #fff;
}

.broucher-box:last-child {
    margin-bottom: 0px;
}
