/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

	1.  Global Styles



 */
/*------------------------------------*\
		#CSS VARIABLES
\*------------------------------------*/
:root {
    --global--color-primary   : #F05323;
    --global--color-primary-90: rgba(50, 195, 108, 0.9);
    --global--color-primary-70: rgba(109, 190, 199, 0.7);
    --global--color-heading   : #212529;
    --global--color-secondary : #1B4279;
    --global--color-body      : #666666;
    --global--color-white     : #ffffff;
    --global--color-white-90  : rgba(255, 255, 255, 0.9);
    --global--color-gray      : #f9f9f9;
    --global--font-body       : 'Inter',sans-serif; /*'Roboto', sans-serif;*/
    --global--font-heading    : 'Inter', sans-serif;
    --global--font-secondary  : 'Inter', 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       : 16px;
    font-weight     : 400;
    color           : var(--global--color-body);
    margin          : 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 {
    font-family       : var(--global--font-body);
    font-weight       : 400;
    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;
}

p {
    font-family: var(--global--font-body);
    font-weight: 400;
}

textarea {
    resize: none;
}

.fullscreen {
    height: 100vh !important;
}

section {
    background-color: var(--global--color-white);
    padding         : 120px 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 20px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 42px;
}

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

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

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

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

.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: 1.7rem;
    text-align: justify;
    padding: 0px 0px 10px 0px;
}

.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;
    }
}

/*------------------------------------*\
		#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: 0;
}

/*------------------------------------*\
		#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%;
    }
}

/*------------------------------------*\
		#BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: var(--global--color-primary) !important;
}

.bg-theme2 {
    background-color: var(--global--color-heading) !important;
}

.bg-gray {
    background-color: var(--global--color-gray) !important;
}

.bg-grey {
    background-color: #f6f7f8 !important;
}

.bg-dark-gray {
    background-color: #3a3a3a;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-secondary {
    background-color: var(--global--color-secondary);
}

/* 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-light:before {
    background-color: var(--global--color-white);
    opacity         : 0.8;
}

.bg-overlay-dark:before {
    background-color: rgba(29, 42, 77, 0.45);
}

.bg-overlay-dark-2:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B1A1A80), to(#00000000));
    background-image: -o-linear-gradient(top, #1B1A1A80 0%, #00000000 100%);
    background-image: linear-gradient(180deg, #1B1A1A80 0%, #00000000 100%);
    opacity         : 0.55;
}

.bg-overlay-dark-3:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B1A1A80), to(#00000000));
    background-image: -o-linear-gradient(top, #1B1A1A80 0%, #00000000 100%);
    background-image: linear-gradient(180deg, #1B1A1A80 0%, #00000000 100%);
}

.bg-overlay-dark-slider:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #14191c 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, #14191c 0%, rgba(20, 25, 28, 0) 82%);
}

.bg-overlay-dark-slider-2:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #14191c 0%, rgba(20, 25, 28, 0) 82%);
    background-image: linear-gradient(180deg, #14191c 0%, rgba(20, 25, 28, 0) 82%);
}

.bg-overlay-theme:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b4279cf), color-stop(82%, #1b4279));
    background-image: -o-linear-gradient(top, #1b4279cf 0%, #1b4279 82%);
    background-image: linear-gradient(180deg, #1b4279cf 0%, #1b4279 82%);
}

.bg-overlay-theme2:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #1B4279), to(#1b4279bd));
    background-image: -o-linear-gradient(top, #1B4279 20%, #1b4279bd 80%);
    background-image: linear-gradient(180deg, #1B4279 20%, #1b4279bd 80%);
}

.bg-overlay-theme3:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #252525), to(#252525e6));
    background-image: -o-linear-gradient(top, #252525 50%, #252525e6 100%);
    background-image: linear-gradient(180deg, #252525 50%, #252525e6 100%);
}

.bg-overlay-theme4 {
    background-color: var(--global--color-heading);
}

.bg-overlay-theme4:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(70%, #1F313F));
    background-image: -o-linear-gradient(top, #00000000 0%, #1F313F 70%);
    background-image: linear-gradient(180deg, #00000000 0%, #1F313F 70%);
}

.bg-overlay-theme5:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #32c36c), color-stop(144%, #32c36c5c));
    background-image: -o-linear-gradient(top, #32c36c 46%, #32c36c5c 144%);
    background-image: linear-gradient(180deg, #32c36c 46%, #32c36c5c 144%);
}

.bg-overlay-video:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #1D2A4D03), color-stop(90%, #1D2A4D));
    background-image: -o-linear-gradient(top, #1D2A4D03 42%, #1D2A4D 90%);
    background-image: linear-gradient(180deg, #1D2A4D03 42%, #1D2A4D 90%);
    opacity         : 0.8;
}

.bg-overlay-white:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#ffffffd6));
    background-image: -o-linear-gradient(top, #fff 50%, #ffffffd6 100%);
    background-image: linear-gradient(180deg, #fff 50%, #ffffffd6 100%);
}

.bg-overlay-white2:before {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(34%, #fff), color-stop(44%, #ffffff00));
    background-image: -o-linear-gradient(bottom, #fff 34%, #ffffff00 44%);
    background-image: linear-gradient(0deg, #fff 34%, #ffffff00 44%);
}

.bg-overlay-white3:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(90%, #F6F7F8));
    background-image: -o-linear-gradient(top, #00000000 0%, #F6F7F8 90%);
    background-image: linear-gradient(180deg, #00000000 0%, #F6F7F8 90%);
}

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

/*------------------------------------*\
		#BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
    background-color: transparent;
    margin-bottom   : 0;
    padding         : 0;
    border-radius   : 0;
    color           : #e5e4e4;
    font-size       : 14px;
    font-weight     : 400;
    line-height     : 1;
    text-transform  : capitalize;
    display         : block;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    padding    : 0 10px;
    color      : var(--global--color-gray);
    content    : "\f054";
}

.breadcrumb>li a {
    color: var(--global--color-gray);
}

.breadcrumb>li a:hover {
    color: var(--global--color-primary);
}

.breadcrumb>.active {
    color: var(--global--color-secondary);
}

/*------------------------------------*\
		#BUTTONS
\*------------------------------------*/
.btn {
    display                    : -webkit-inline-box;
    display                    : -ms-inline-flexbox;
    display                    : inline-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);
    position                   : relative;
    z-index                    : 2;
    font-size                  : 14px;
    font-weight                : 700;
    text-transform             : capitalize;
    padding                    : 0 30px;
    border                     : 0;
    width                      : 200px;
    height                     : 65px;
    -webkit-transition         : all .3s ease-in-out;
    -o-transition              : all .3s ease-in-out;
    transition                 : all .3s ease-in-out;
    -webkit-transition-property: background, color;
    -o-transition-property     : background, color;
    transition-property        : background, color;
    border-radius              : 4px;
    overflow                   : hidden;
}

@media screen and (max-width: 767.98px) {
    .btn {
        height: 50px;
    }
}

.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 i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition     : all .3s ease-in-out;
    transition        : all .3s ease-in-out;
}

.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 .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;
}

.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 {
    color: var(--global--color-white);
}

.btn--primary.btn--inversed::before {
    background-color: var(--global--color-white);
}

.btn--primary.btn--inversed i {
    color: var(--global--color-white);
}

.btn--primary.btn--inversed:active,
.btn--primary.btn--inversed:focus,
.btn--primary.btn--inversed:hover {
    color: var(--global--color-heading);
}

.btn--primary.btn--inversed:active i,
.btn--primary.btn--inversed:focus i,
.btn--primary.btn--inversed:hover i {
    color: var(--global--color-heading);
}

/* Button Secondary*/
.btn--secondary {
    background-color: var(--global--color-heading);
    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-secondary);
}

.btn--secondary.btn--inversed:active,
.btn--secondary.btn--inversed:focus,
.btn--secondary.btn--inversed:hover {
    color: var(--global--color-white);
}

/* Button White */
.btn--white {
    background-color: var(--global--color-white);
    color           : var(--global--color-secondary);
}

.btn--white::before {
    background-color: var(--global--color-secondary);
}

.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 var(--global--color-primary);
    -webkit-transition-property: background, color, border-color;
    -o-transition-property     : background, color, border-color;
    transition-property        : background, color, border-color;
}

.btn--transparent::before {
    background-color: var(--global--color-primary);
}

.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover {
    color       : var(--global--color-white);
    border-color: var(--global--color-primary);
}

.btn--transparent.btn--inversed::before {
    background-color: var(--global--color-secondary);
}

.btn--transparent.btn--inversed:active,
.btn--transparent.btn--inversed:focus,
.btn--transparent.btn--inversed:hover {
    color       : var(--global--color-white);
    border-color: var(--global--color-secondary);
}

/* 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 {
    border          : 2px solid var(--global--color-primary);
    background-color: transparent;
}

.btn--bordered.btn--primary {
    color       : var(--global--color-primary);
    border-color: var(--global--color-primary);
}

.btn--bordered.btn--primary::before {
    background-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);
    border-color: var(--global--color-primary);
}

.btn--bordered.btn--secondary {
    color       : var(--global--color-secondary);
    border-color: var(--global--color-secondary);
}

.btn--bordered.btn--secondary::before {
    background-color: var(--global--color-secondary);
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color       : var(--global--color-white);
    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::before {
    background-color: var(--global--color-white);
}

.btn--bordered.btn--white i {
    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);
    border-color: var(--global--color-white);
}

.btn--bordered.btn--white:active i,
.btn--bordered.btn--white:focus i,
.btn--bordered.btn--white:hover i {
    color: var(--global--color-primary);
}

.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             : 170px;
    height            : 96px;
    padding           : 0 30px;
    border-radius     : 32px 32px 0 32px;
    background-color  : #435ba1;
    color             : var(--global--color-white);
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
    cursor            : pointer;
    position          : relative;
}

.btn-video i {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : 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             : 54px;
    height            : 36px;
    background-color  : var(--global--color-white);
    z-index           : 5;
    color             : var(--global--color-heading);
    font-size         : 16px;
    -webkit-box-shadow: 2.121px 2.121px 6px 0px rgba(3, 21, 50, 0.05);
    box-shadow        : 2.121px 2.121px 6px 0px rgba(3, 21, 50, 0.05);
    border-radius     : 8px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
    margin-right      : 15px;
}

.btn-video span {
    font-family   : var(--global--font-body);
    font-weight   : 700;
    font-size     : 15px;
    line-height   : 21px;
    text-transform: capitalize;
    color         : var(--global--color-white);
}

.btn-video.btn-video-2 {
    border-radius   : 0;
    background-color: transparent;
    padding         : 0;
    width           : auto;
    height          : auto;
}

.btn-video.btn-video-2 i {
    position        : relative;
    display         : -webkit-inline-box;
    display         : -ms-inline-flexbox;
    display         : inline-flex;
    width           : 88px;
    height          : 88px;
    padding         : 0;
    border-radius   : 50%;
    background-color: var(--global--color-white);
    margin-right    : 0;
    color           : var(--global--color-heading);
}

.btn-video.btn-video-2 i::after {
    content          : '';
    height           : 100%;
    width            : 100%;
    position         : absolute;
    top              : 0;
    left             : 0;
    right            : 0;
    border           : 2px solid rgba(255, 255, 255, 0.5);
    border-radius    : 100%;
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1);
    opacity          : 1;
    -webkit-animation: pulse 0.8s ease-out 0s infinite;
    animation        : pulse 0.8s ease-out 0s infinite;
    z-index          : -1;
}

.btn-video.btn-video-2:hover i {
    background-color: var(--global--color-primary);
    color           : var(--global--color-white);
}

/*------------------------------------*\
		#FORMS
\*------------------------------------*/
form {
    position: relative;
}

form .col-12 {
    position: relative;
}

.form-control {
    font-family       : var(--global--font-body);
    color             : var(--global--color-body);
    font-size         : 14px;
    font-weight       : 400;
    height            : 50px;
    line-height       : 1px;
    border-radius     : 4px;
    border            : 1px solid #eaeaea;
    background-color  : var(--global--color-white);
    padding-left      : 20px;
    margin-bottom     : 25px;
    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-family   : var(--global--font-body);
    color         : var(--global--color-body);
    font-size     : 14px;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    font-family   : var(--global--font-body);
    color         : var(--global--color-body);
    font-size     : 14px;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    font-family   : var(--global--font-body);
    color         : var(--global--color-body);
    font-size     : 14px;
    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       : 6px;
    height      : 6px;
    border-color: var(--global--color-body);
    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  : 3px;
    left    : 16px;
    color   : #f05323;
}

.form-control.error {
    border-color: #f05323;
}

.form-label {
    font-family  : var(--global--font-body);
    font-weight  : 700;
    font-size    : 14px;
    color        : var(--global--color-secondary);
    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 : 30px;
    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 : var(--global--color-primary);
    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           : 3px solid #eaeaea;
    width            : 17px;
    height           : 17px;
}

.custom-radio-group .custom-control label::after {
    content           : '';
    display           : inline-block;
    position          : absolute;
    width             : 7px;
    height            : 7px;
    border-radius     : 50%;
    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: auto;
}

.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;
}

.advantages-list {
    text-align: left;
    margin    : 0;
    padding   : 0;
    list-style: none;
}

.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      : 600;
    font-size        : 16px;
    line-height      : 1.8rem;
    color            : var(--global--color-body);
    text-transform   : capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .advantages-list li {
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px) {
    .advantages-list li {
        display     : -webkit-inline-box;
        display     : -ms-inline-flexbox;
        display     : inline-flex;
        margin-right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .advantages-list li {
        display     : -webkit-box;
        display     : -ms-flexbox;
        display     : flex;
        margin-right: 0px;
    }
}

.advantages-list li::before {
    content          : '\f00c';
    font-family      : "Font Awesome 5 Free";
    font-weight      : 700;
    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-primary);
    color            : var(--global--color-white);
    margin-right     : 15px;
    border-radius    : 50%;
    font-size        : 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .advantages-list li::before {
        margin-right: 8px;
    }
}

.advantages-list.advantages-list-2 li {
    color: var(--global--color-white);
}

.advantages-list.advantages-list-2 li::before {
    background-color: var(--global--color-heading);
}

.advantages-list.advantages-list-3 li::before {
    background-color: var(--global--color-heading);
}

.advantages-list.advantages-list-white li {
    color: var(--global--color-white);
}

.advantages-list.advantages-list-white li::before {
    color           : var(--global--color-primary);
    background-color: var(--global--color-white);
}


/*------------------------------------*\
		#Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
    border-top: 4px solid var(--global--color-primary);
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    padding           : 23px 20px 22px 0px;
    -webkit-box-shadow: none;
    box-shadow        : none;
    border            : 0;
    border-bottom     : 2px solid #eaeaea;
    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;
}

.accordion .card.active-acc .card-heading .card-link::before,
.accordion .card:first-of-type.active-acc .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link::before {
    color: var(--global--color-white);
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
    padding: 0;
}

.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         : 19px;
    font-weight       : 700;
    color             : var(--global--color-heading);
    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           : block;
    padding-left      : 0;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
}

.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: var(--global--color-primary);
}

.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
    /* symbol for "opening" cards */
    content           : "\f054";
    -ms-flex-negative : 0;
    flex-shrink       : 0;
    -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             : 22px;
    height            : 22px;
    border-radius     : 50%;
    background-color  : var(--global--color-heading);
    color             : var(--global--color-white);
    font-family       : "Font Awesome 5 Free";
    font-weight       : 700;
    font-size         : 11px;
    margin-right      : 20px;
    -webkit-transform : rotate(90deg);
    -ms-transform     : rotate(90deg);
    transform         : rotate(90deg);
}

.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
    /* symbol for "collapsed" cards */
    background-color : var(--global--color-white);
    color            : var(--global--color-heading);
    -webkit-transform: rotate(0deg);
    -ms-transform    : rotate(0deg);
    transform        : rotate(0deg);
}

.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    : 16px 0 0 31px;
    font-size  : 15px;
    font-weight: 400;
    line-height: 25px;
}

.accordion .card:last-of-type {
    margin-bottom: 0px;
}

.accordion.accordion-light {
    border-color: var(--global--color-white);
}

.accordion.accordion-light .card,
.accordion.accordion-light .card:first-of-type,
.accordion.accordion-light .card:not(:first-of-type):not(:last-of-type) {
    border-color    : #99dfb6;
    background-color: transparent;
}

.accordion.accordion-light .card .card-heading .card-link,
.accordion.accordion-light .card:first-of-type .card-heading .card-link,
.accordion.accordion-light .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
    color: var(--global--color-white);
}

.accordion.accordion-light .card .card-heading .card-link:hover,
.accordion.accordion-light .card:first-of-type .card-heading .card-link:hover,
.accordion.accordion-light .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover {
    color: var(--global--color-heading);
}

.accordion.accordion-light .card .card-body,
.accordion.accordion-light .card:first-of-type .card-body,
.accordion.accordion-light .card:not(:first-of-type):not(:last-of-type) .card-body {
    color: var(--global--color-gray);
}

.accordion.accordion-2 {
    border-top: 0;
}

.accordion.accordion-2 .card,
.accordion.accordion-2 .card:first-of-type,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) {
    padding-left : 30px;
    padding-right: 25px;
    border       : 2px solid #eaeaea;
    border-radius: 4px;
}

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

    .accordion.accordion-2 .card,
    .accordion.accordion-2 .card:first-of-type,
    .accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) {
        padding-left : 15px;
        padding-right: 15px;
    }
}

.accordion.accordion-2 .card.active-acc,
.accordion.accordion-2 .card:first-of-type.active-acc,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type).active-acc {
    border-color: var(--global--color-primary);
}

.accordion.accordion-2 .card.active-acc .card-heading .card-link,
.accordion.accordion-2 .card:first-of-type.active-acc .card-heading .card-link,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link {
    color: var(--global--color-primary);
}

.accordion.accordion-2 .card .card-heading .card-link,
.accordion.accordion-2 .card:first-of-type .card-heading .card-link,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
    font-size: 17px;
}

.accordion.accordion-2 .card .card-heading .card-link::before,
.accordion.accordion-2 .card:first-of-type .card-heading .card-link::before,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
    position         : absolute;
    right            : 0;
    margin-right     : 0;
    content          : '\f077';
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg);
    background-color : var(--global--color-primary);
}

.accordion.accordion-2 .card .card-heading .card-link.collapsed::before,
.accordion.accordion-2 .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
    background-color : var(--global--color-heading);
    color            : var(--global--color-white);
    -webkit-transform: rotate(0deg);
    -ms-transform    : rotate(0deg);
    transform        : rotate(0deg);
}

.accordion.accordion-2 .card .card-body,
.accordion.accordion-2 .card:first-of-type .card-body,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-body {
    padding-top : 12px;
    padding-left: 0;
}

.accordion.accordion-2 .card:last-of-type {
    margin-bottom: 30px;
}

/*------------------------------------*\
		#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         : 16px;
    font-weight       : 700;
    text-transform    : uppercase;
    padding           : 0;
    width             : 50px;
    height            : 50px;
    border-radius     : 4px;
    border            : 2px solid #929ba2;
    -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-heading);
    color           : var(--global--color-white);
    border-color    : var(--global--color-heading);
}

.pagination li a i,
.pagination li span i {
    font-size: 12px;
}

.pagination li a.current,
.pagination li span.current {
    background-color: var(--global--color-heading);
    color           : var(--global--color-white);
    border-color    : var(--global--color-heading);
}


/*------------------------------------*\
		#BACK TO TOP
\*------------------------------------*/
#back-to-top {
    position          : fixed;
    right             : 0px;
    bottom            : 0px;
    opacity           : 0;
    width             : 90px;
    height            : 200px;
    border-radius     : 4px 0 0 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;
    cursor            : pointer;
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
    background-color  : var(--global--color-primary);
}

#back-to-top::before {
    content                 : '';
    position                : absolute;
    width                   : calc(100%);
    height                  : calc(100%);
    top                     : 0px;
    left                    : 0px;
    z-index                 : -1;
    -webkit-transform       : scaleY(0);
    -ms-transform           : scaleY(0);
    transform               : scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin    : top;
    transform-origin        : top;
    background-color        : var(--global--color-heading);
    -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;
}

#back-to-top:hover::before {
    -webkit-transform       : scaleY(1);
    -ms-transform           : scaleY(1);
    transform               : scaleY(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin    : bottom;
    transform-origin        : bottom;
}

#back-to-top.show {
    z-index: 999;
    opacity: 1;
}

#back-to-top i {
    color      : var(--global--color-white);
    font-weight: 700;
    font-size  : 16px;
}

@media screen and (max-width: 991.98px) {
    #back-to-top {
        width        : 50px;
        height       : 50px;
        border-radius: 50%;
        bottom       : 30px;
        right        : 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #back-to-top {
        width : 70px;
        height: 150px;
    }
}

/*------------------------------------*\
		#Page Loader
\*------------------------------------*/
.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 .dual-ring {
    display: inline-block;
    width  : 80px;
    height : 80px;
}

.preloader .dual-ring::after {
    content          : " ";
    display          : block;
    width            : 64px;
    height           : 64px;
    margin           : 8px;
    border-radius    : 50%;
    border           : 6px solid #1b4279;
    border-color     : #1b4279 transparent #1b4279 transparent;
    -webkit-animation: dualring 1.2s linear infinite;
    animation        : dualring 1.2s linear infinite;
}

@-webkit-keyframes dualring {
    0% {
        -webkit-transform: rotate(0deg);
        transform        : rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform        : rotate(360deg);
    }
}

@keyframes dualring {
    0% {
        -webkit-transform: rotate(0deg);
        transform        : rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform        : rotate(360deg);
    }
}


/*------------------------------------*\
		#Header
\*------------------------------------*/

/*Hide top menu */
@media screen and (max-width: 991.98px) {
    .navigation-bar .top-bar {
        display: none;
    }
}

/*Hide desktop menu on mobile to 48em*/

@media (max-width:48em){

    .container{
        padding-right: var(--bs-gutter-x, 1.5rem);
        padding-left: var(--bs-gutter-x, 1.5rem);
        margin-right: auto;
        margin-left: auto;
    }
    .header{
        display: block !important;

    }

    .header .header-row .header-left .logo img{
        max-width: 280px !important;
    }
    .header .header-row{
        padding: 15px 25px;
    }
    .header .header-row .header-right .main-menu {
        display: none;
    }
    .header .module-contact {
        display: none;
    }

    .navigation-bar .top-bar {
        display: none;
    }
}
.header {
    border-bottom: 3px solid #ededed;
    background-color: #fff;
    min-height: 98px;
    display: flex;
    justify-content: center;
    z-index: 10000;
}

.header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*    logo section styling*/
.header .header-row .header-left{
    margin-right: 30px;
}
.header .header-row .header-left .logo{

}
.header .header-row .header-left .logo img{
    max-width: 330px;
    max-height: 84px;
}

.header .mobile-toggler{
    color: #fff;
    background-color: #1B4279;
    cursor: pointer;
    padding: 7px 13px;
    text-align: center;
    vertical-align: middle;
    margin: 8px 0 8px 1px;
    line-height: 20px;
}

.hidden{
    display: none;
    transition: .3s all ease-in-out;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*    Mobile menu styling*/
.header .header-row .mobile-menu {
    position: absolute;
    background-color: #2376ad;
    top: 98px;
    left: 0;
    width: 100%;
    border-top: 3px solid #f05323;
    z-index: 1000;
}

.header .header-row .mobile-menu {
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
}

.header .header-row .mobile-menu ul{
    list-style: none;
}

.header .header-row .mobile-menu ul li {
    margin-bottom: 10px;
}
.header .header-row .mobile-menu ul li:hover{
    background-color: rgba(225,225,225,0.466);
    transition: .3s all ease-in-out;
}
.header .header-row .mobile-menu ul li a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgb(128,131,131);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;

}

.header .header-row .mobile-menu ul li.dropdown > a:after{
    border: 0;
    content: '\f078';
    position: relative;
    margin-left: 5px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    color: #f05323;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*    single dropdown menu style for mobile view*/
.header .header-row .mobile-menu ul li.dropdown {
    position: relative;
}

.header .header-row .mobile-menu ul li.dropdown .sub-menu-wrapper {
    display: none;
}

.header .header-row .mobile-menu ul li.dropdown .sub-menu-wrapper ul li a {
    font-weight: 400;
    padding-left: 15px;
}

.header .header-row .mobile-menu ul li.dropdown:hover .sub-menu-wrapper {
    display: block;
    transition: .3s all ease-in-out;
}

.navbar-fixed {
    position          : fixed;
    top               : 0;
    right             : 0;
    left              : 0;
    background        : var(--global--color-white);
    -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) {
    .navbar-fixed .navbar-brand .logo-dark {
        display: inline-block;
    }
}

.navbar-fixed .navbar-brand .logo-light {
    display: none;
}

.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);
    }
}


/*    mega menu styles*/
.header .header-row .mobile-menu ul li.mega-menu {
    position: relative;
}

.header .header-row .mobile-menu ul li.mega-menu .mega-menu-wrapper {
    display: none;
}

.header .header-row .mobile-menu ul li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.header .header-row .mobile-menu ul li.mega-menu:hover .mega-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    transition: .3s all ease-in-out;
}
.header .header-row .mobile-menu ul li.mega-menu > a:after {
    border: 0;
    content: '\f078';
    position: relative;
    margin-left: 5px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    color: #f05323;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header .header-row .mobile-menu ul li.mega-menu .mega-menu-wrapper .mega-menu-col {
    margin-bottom: 20px;
}

.header .header-row .mobile-menu ul li.mega-menu .mega-menu-wrapper .mega-menu-col h5 {
    font-weight: 800;
    text-transform: uppercase;
}

.header .header-row .mobile-menu ul li.mega-menu .mega-menu-wrapper .mega-menu-col ul li a {
    font-weight: 400;
}

/*show menu on desktop 48em and above*/
@media (min-width:48em){
    .header {
        border-bottom: 3px solid #ededed;
        background-color: #ffffff;
    }

    .header .header-row {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }

    .header .mobile-toggler {
        display: none;
    }
    .header .header-row .header-right{
        padding: 0px 40px;
    }
    .header .header-row .header-right .main-menu {
        display: flex;
    }

    .header .header-row .header-right .main-menu li.menu-item {
        display: block;
    }

    .header .header-row .header-right .main-menu li.dropdown {
        position: relative;
    }

    .header .header-row .header-right .main-menu li.menu-item:not(:last-child) {
        margin: 0 25px 0 0;
    }

    .header .header-row .header-right .main-menu li.menu-item > a {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: #474747;
        padding: 40px 10px 40px 10px;
        display: inline-block;
        text-decoration: none;
        /*text-transform: uppercase;*/
        font-family: 'Inter', sans-serif;
    }

    .header .header-row .header-right .main-menu li.dropdown > a:after {
        border: 0;
        content: '\f078';
        position: relative;
        margin-left: 5px;
        font-size: 16px;
        font-family: "Font Awesome 5 Free";
        color: #f05323;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .header .header-row .header-right .main-menu li.menu-item a.active {
        color: #f05323;
    }

    .header .header-row .header-right .main-menu .sub-menu-wrapper {
        position: absolute;
        text-align: left;
        margin: 0;
        z-index: 111;
        min-width: 100%;
        line-height: 20px;
        display: none;
    }

    /* Show dropdown menu on hover */
    .header .header-row .header-right .main-menu > li.menu-item:hover .sub-menu-wrapper {
        display: block;
    }

    .header .header-row .header-right .main-menu .dropdown ul.sub-menu {
        background-color: #ffffff;
        border-top: 3px solid #f05323;
        min-width: 200px;
        padding: 0px 0;
        box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
        text-transform: none;
    }
    .header .header-row .header-right .main-menu li.menu-item a:hover{
        color: #f05323;
        transition: .3s all ease-in-out;
    }
    .header .header-row .header-right .main-menu li.menu-item:hover .sub-menu-wrapper li.menu-item {
        padding: 0;
        margin-right: 0;
    }

    .header .header-row .header-right .main-menu li.menu-item:hover .sub-menu-wrapper li.menu-item > a {
        padding: 10px;
        display: block;
        text-transform: none;
        color: #474747;
        font-size: 16px;
        font-weight: 400;
    }

    .header .header-row .header-right .main-menu .sub-menu-wrapper ul li:not(:last-child) {
        border-bottom: 1px solid rgba(204, 204, 204, 0.432);
    }

    .header .header-row .header-right .main-menu .sub-menu-wrapper ul li:hover {
        background-color: #f8f9fa;
        color: #f05323;
        transition: .3s all ease-in-out;
    }

    /* Mega menu styles */
    .header .header-row .header-right .main-menu li.mega-menu > a:after {
        border: 0;
        content: '\f078';
        position: relative;
        margin-left: 5px;
        font-size: 16px;
        font-family: "Font Awesome 5 Free";
        color: #f05323;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .header .header-row .header-right .main-menu .mega-menu .mega-menu-wrapper {
        position: absolute;
        left: 0px;
        display: none;
        padding: 20px 25px;
        background-color: #ffffff;
        border-top: 3px solid #f05323;
        width: 100%;
        box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
        z-index: 1000;
    }
    .header .header-row .header-right .main-menu .mega-menu .mega-menu-wrapper .mega-menu-col{
        padding: 20px;
    }


    /* Show mega menu on hover */
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper {
        /*display: grid;*/
        /*grid-template-columns: repeat(4, 1fr);*/
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .services{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .who_we_are{
        /*display: grid;*/
        /*grid-template-columns: repeat(3, 1fr);*/
        /*grid-gap: .5em;*/

        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        column-gap: 41px;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .who_we_are .mega-menu-col {
        position: relative;
    }

    .mega-menu-wrapper > .mega-menu-col::after {
        display: block;
        content: "";
        background: rgba(0,0,0,0.1);
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -21px;
    }

    .mega-menu-wrapper > .mega-menu-col:last-child::after {
        display: none;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col h4 {
        text-transform: uppercase;
        margin-bottom: 25px;
        padding-left: 8px;
        font-size: 12px;
        color: #9b9b9b;
    }

    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col .who_we_are_title{
        font-size: 28px;
        line-height: 1.4;
        padding-right: 20px;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col .who_we_are_desc{
        font-size: 15px;
        line-height: 1.6;
        padding-right: 10px;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul {
        list-style: none;
        margin-left: 0px;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul li {
        margin-bottom: 5px;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul li a {
        text-decoration: none;
        padding: 10px;
        font-size: 15px;
        color: #474747;
        border-bottom: 1px solid rgba(204, 204, 204, 0.432);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul li a i{
        margin-right: 20px;
        font-size: 15px;
    }
    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul li > .current > span{
        color: #f05323 !important;
        transition: .3s all ease-in-out;
    }

    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul > li.current{
        background-color: #f8f9fa !important;
        transition: .3s all ease-in-out;
    }

    .header .header-row .header-right .main-menu li.mega-menu:hover .mega-menu-wrapper .mega-menu-col ul li:hover a {
        background-color: #f8f9fa;
        color: #f05323;
        transition: .3s all ease-in-out;
    }

    /*Service Section*/
    .header .header-row .header-right .main-menu li.mega-menu .mega-menu-wrapper .mega-menu-col .mega_menu_column {
        position: relative;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 2px 0px 8px 4px rgba(0,0,0,0.1);
        cursor: pointer;
    }
    .header .header-row .header-right .main-menu li.mega-menu .mega-menu-wrapper .mega-menu-col .mega_menu_column .service_mega_image {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .header .header-row .header-right .main-menu li.mega-menu .mega-menu-wrapper .mega-menu-col .mega_menu_column:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        /*width: 10em;*/
        /*height: 10em;*/
        background: rgba(0,0,0, 0.5);
        transition: .3s all ease-in-out;
    }

    .header .header-row .header-right .main-menu li.mega-menu .mega-menu-wrapper .mega-menu-col .mega_menu_column:hover:before {
        background: rgba(250,140,50, 0.7);
        transition: .3s all ease-in-out;
    }

    .header .header-row .header-right .main-menu li.mega-menu .mega-menu-wrapper .mega-menu-col .active_service:before{
        background: rgba(250,140,50, 0.6);
        transition: .3s all ease-in-out;
    }

    .header .header-row .header-right .main-menu li.mega-menu .mega-menu-wrapper .mega-menu-col .mega_menu_column .service_mega_text {
        font-size: 18px;
        line-height: 1.285;
        color: white;
        text-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.6);
        margin: 0;
        position: absolute;
        text-align: left;
    }
}


/*------------------------------------*\
		#TopBar
\*------------------------------------*/
.top-bar {
    padding         : 0 40px;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    height          : 50px;
    position        : relative;
    z-index         : 8888;
    background-color: var(--global--color-secondary);
}

@media (min-width: 992px) and (max-width: 1100px) {
    .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;
    -webkit-box-pack : start;
    -ms-flex-pack    : start;
    justify-content  : flex-start;
    -webkit-box-flex : 1;
    -ms-flex-positive: 1;
    flex-grow        : 1;
}

.top-bar .block-right {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -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: 1100px) {
    .top-bar .block-right .module-language {
        margin-left: 15px;
    }
}

.top-bar .top-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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: 1100px) {
    .top-bar .top-contact .contact-infos {
        margin-right: 15px;
    }
}

.top-bar .top-contact .contact-infos:last-child {
    margin-right: 0;
}

.top-bar .top-contact .contact-infos i {
    color       : #f8f6f1; /*var(--global--color-primary);*/
    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);
    line-height   : 22px;
    font-size     : 13px;
    font-weight   : 400;
    margin-bottom : 0;
    color         : #cbcbcb;
    padding: 0;
}

.top-bar .top-contact .contact-infos a:hover {
    color: var(--global--color-primary);
}

.top-bar .social-links {
    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: 1100px) {
    .top-bar .social-links {
        margin-right: 15px;
    }
}

.top-bar .social-links a {
    margin-right      : 10px;
    color             : #b6c0c9; /*var(--global--color-primary);*/
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    font-size         : 20px;
    line-height       : 1;
}

.top-bar .social-links a:last-child {
    margin-right: 0;
}

.top-bar .social-links a:hover i {
    -webkit-transform: scale(0.9);
    -ms-transform    : scale(0.9);
    transform        : scale(0.9);
}

.top-bar .social-links a i {
    display           : -webkit-inline-box;
    display           : -ms-inline-flexbox;
    display           : inline-flex;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.top-bar .topbar-links a {
    font-size         : 13px;
    color             : var(--global--color-white);
    text-transform    : capitalize;
    margin-right      : 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.top-bar .topbar-links a:hover {
    color: var(--global--color-primary);
}

.top-bar .topbar-links a:last-child {
    margin-right: 0;
}

.top-bar .headline {
    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      : 400;
    font-size        : 13px;
    line-height      : 21px;
    color            : var(--global--color-primary);
    margin-bottom    : 0;
    text-transform   : capitalize;
}

.top-bar .headline a {
    font-family   : var(--global--font-body);
    font-weight   : 400;
    font-size     : 13px;
    line-height   : 21px;
    color         : var(--global--color-primary);
    margin-bottom : 0;
    text-transform: capitalize;
    margin-left   : 4px;
}

.top-bar .headline a {
    color: #929ba2;
}

.top-bar .headline i {
    font-size   : 16px;
    margin-right: 10px;
}

.top-bar.top-bar-3 {
    padding: 0;
}

.top-bar.top-bar-3 .topbar-links {
    margin-right: 30px;
}

.top-bar.top-bar-3 .social-links {
    margin-right: 0;
}

.top-bar.top-bar-3 .blocks-holder {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    height          : 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
}

/*------------------------------------*\
		#MODULE
\*------------------------------------*/
/* 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;
    -webkit-transform: translateY(0);
    -ms-transform    : translateY(0);
    transform        : translateY(0);
}

.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 img {
    margin-right: 10px;
}

.module-language .selected span {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    text-transform: capitalize;
    color         : #929ba2;
    margin-right  : 5px;
    cursor        : pointer;
}

.module-language .selected i {
    font-size: 10px;
    color    : #929ba2;
}

.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-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;
    border-radius     : 0 0 8px 8px;
}

@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 img {
    margin-right: 10px;
}

.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);
}

/* Module Social */
.module-social {
    line-height  : 100px;
    height       : 100px;
    margin-right : 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .module-social {
        border-bottom: 0;
    }
}

.module-social:last-child {
    margin-right: 0;
}

.module-social a {
    color             : var(--global--color-white);
    font-size         : 17px;
    font-weight       : 400;
    margin-right      : 10px;
    position          : relative;
    overflow          : hidden;
    width             : 35px;
    height            : 35px;
    background-color  : var(--global--color-primary);
    border-radius     : 50%;
    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-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
}

.module-social a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform    : scale(0.9);
    transform        : scale(0.9);
}

.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);
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    .module-content {
        margin-bottom: 10px;
    }

    .module-cart-warp .cart-overview h5 {
        color: var(--global--color-white);
    }
}

.module-cart.active .module-cart-warp {
    opacity          : 1;
    visibility       : visible;
    -webkit-transform: translateY(0);
    -ms-transform    : translateY(0);
    transform        : translateY(0);
    opacity          : 1;
}

.module.module-active .module-cart-warp,
.module.module-active .search-box {
    display: block !important;
}

.module-cart.module-active .module-cart-warp .cart-control {
    margin-right: auto;
    margin-left : auto;
    text-align  : center;
}

.module-cart.module-active .module-cart-warp .cart-control .pull-right {
    float: none !important;
}

.module-consultation {
    padding: 10px 0;
}

.module-consultation .btn {
    border-color: var(--global--color-heading);
    color       : var(--global--color-heading);
    margin      : 0;
}

.module-social a {
    color      : var(--global--color-heading);
    line-height: 36px;
}

.module-sidearea .module-sidearea-wrap {
    width  : 320px;
    padding: 40px;
}

/*------------------------------------*\
		#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           : 560px;
}

.logistics-list{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}



@media screen and (max-width: 991.98px) {
    .page-title .page-title-wrap {
        height: 500px;
    }
}

@media screen and (max-width: 991.98px) {
    .page-title .title {
        text-align: center;
    }
}

.page-title .title .title-sub-heading {
    font-family  : var(--global--font-body);
    font-weight  : 700;
    font-size    : 15px;
    line-height  : 1;
    color        : var(--global--color-gray);
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .page-title .title .title-sub-heading {
        line-height: 1.4;
    }
}

.page-title .title .title-heading {
    margin-bottom: 20px;
    font-family: var(--global--font-heading);
    color: var(--global--color-white);
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
    .page-title .title .title-heading {
        font-size  : 32px;
        line-height: 1.4;
    }
}

.page-title .title .title-desc{
    color        : var(--global--color-gray);
    font-size    : 16px;
    line-height  : 1.8rem;
    margin-bottom: 30px;
}


.page-title .title .title-action {
    margin-bottom    : 0px;
    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) {
    .page-title .title .title-action {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

@media screen and (max-width: 767.98px) {
    .page-title .title .title-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;
    }
}

.page-title .title .title-action .btn {
    -webkit-box-pack  : justify;
    -ms-flex-pack     : justify;
    justify-content   : space-between;
    border-radius     : 4px;
    padding           : 0 30px;
    -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);
    font-family       : var(--global--font-body);
    font-size         : 15px;
    font-weight       : 700;
    display           : -webkit-inline-box;
    display           : -ms-inline-flexbox;
    display           : inline-flex;
    width             : 200px;
    height            : 65px;
    margin-right      : 30px;
}

.page-title .title .title-action .btn:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767.98px) {
    .page-title .title .title-action .btn {
        width        : 190px;
        height       : 50px;
        margin-right : 0;
        margin-bottom: 20px;
    }

    .page-title .title .title-action .btn:last-child {
        margin-bottom: 0;
    }
}

.page-title .title .title-action .btn i {
    font-size   : 12px;
    margin-right: 0;
}

.page-title .title .title-action .btn-video i {
    width : 65px;
    height: 65px;
}

.page-title .title .title-list {
    margin-bottom: 14px;
}

@media screen and (max-width: 767.98px) {
    .page-title .title .title-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;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        margin-right     : 0;
    }
}

.page-title .title .title-list .icon {
    margin-right: 35px;
    display     : inline-block;
}

.page-title .title .title-list .icon:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767.98px) {
    .page-title .title .title-list .icon {
        margin-right : 0;
        margin       : 0 15px;
        margin-bottom: 15px;
    }

    .page-title .title .title-list .icon:last-child {
        margin-right: 15px;
    }
}

.page-title .title .title-list .icon:hover i {
    -webkit-transform: translateY(-10px);
    -ms-transform    : translateY(-10px);
    transform        : translateY(-10px);
}

.page-title .title .title-list .icon 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;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.page-title .title .title-list .icon i::before {
    margin-left: 0;
    font-size  : 67px;
    color      : var(--global--color-white);
}

.page-title .breadcrumb-wrap {
    height           : 60px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    border-bottom    : 1px solid #eaeaea;
}

.page-title .breadcrumb {
    font-family: var(--global--font-body);
    font-size  : 14px;
    font-weight: 400;
    line-height: 1;
    background : transparent;
    color      : var(--global--color-gray);
    display    : -webkit-box;
    display    : -ms-flexbox;
    display    : flex;
}

@media screen and (min-width: 992px) {
    .page-title .breadcrumb {
        -webkit-box-pack: start;
        -ms-flex-pack   : start;
        justify-content : start;
    }
}

@media screen and (max-width: 991.98px) {
    .page-title .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.page-title .breadcrumb a {
    font-family: var(--global--font-body);
    font-size  : 14px;
    font-weight: 400;
    line-height: 1px;
    background : transparent;
    color      : var(--global--color-heading);
}

.page-title .breadcrumb a:hover {
    color: var(--global--color-primary);
}

.page-title .breadcrumb .active {
    color: var(--global--color-body);
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.page-title .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";
}

.page-title .breadcrumb.breadcrumb-light {
    color: var(--global--color-white);
}

.page-title .breadcrumb.breadcrumb-light a {
    color: var(--global--color-white);
}

.page-title .breadcrumb.breadcrumb-light .active {
    color: var(--global--color-white);
}

.page-title .breadcrumb.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
    color: var(--global--color-white);
}

.page-title.page-title-blank .breadcrumb-wrap {
    min-height   : 100px;
    border-bottom: 0;
}

.page-title.page-title-blank .breadcrumb-wrap .breadcrumb a {
    color: var(--global--color-heading);
}

.page-title.page-title-blank .breadcrumb-wrap .breadcrumb a:hover {
    color: var(--global--color-primary);
}

.page-title.page-title-blank .breadcrumb-wrap .breadcrumb .active {
    color: var(--global--color-body);
}

.page-title.page-title-blank .breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
    color: var(--global--color-heading);
}

.page-title.page-title-blank-2 .breadcrumb-wrap {
    min-height   : 100px;
    border-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .page-title.page-title-blank-2 .breadcrumb-wrap .breadcrumb {
        line-height     : 1.4;
        -webkit-box-pack: start;
        -ms-flex-pack   : start;
        justify-content : flex-start;
    }
}

.page-title.page-title-blank-2 .breadcrumb-wrap .breadcrumb a {
    color        : var(--global--color-heading);
    margin-bottom: 5px;
}

.page-title.page-title-blank-2 .breadcrumb-wrap .breadcrumb a:hover {
    color: var(--global--color-primary);
}

.page-title.page-title-blank-2 .breadcrumb-wrap .breadcrumb .active {
    color: var(--global--color-body);
}

.page-title.page-title-blank-2 .breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
    color: var(--global--color-heading);
}

.page-title.page-title-1 .page-title-wrap {
    background-position: center;
}

.page-title.page-title-1 .page-title-wrap .title .title-action .btn {
    margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
    .page-title.page-title-1 .page-title-wrap .title .title-action .btn {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .page-title.page-title-3 .page-title-wrap {
        background-position-y: -75px;
    }
}

.page-title.page-title-3 .page-title-wrap .title .title-action .btn {
    width       : 234px;
    margin-right: 0;
}

.page-title.page-title-3 .page-title-wrap .title .title-action .btn:hover i {
    color: var(--global--color-white);
}

.page-title.page-title-3 .page-title-wrap .title .title-action .btn 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: 992px) {
    .page-title.page-title-4 .page-title-wrap {
        background-position-y: 73%;
    }
}

.page-title.page-title-4 .page-title-wrap .title .title-action .btn {
    width       : 170px;
    margin-right: 0;
}

.page-title.page-title-4 .page-title-wrap .title .title-action .btn:hover i {
    color: var(--global--color-white);
}

.page-title.page-title-4 .page-title-wrap .title .title-action .btn 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);
}

.page-title.page-title-5 .page-title-wrap {
    background-position-y: bottom;
}

.page-title.page-title-5 .page-title-wrap .title .title-action .btn:first-child {
    width: 170px;
}

.page-title.page-title-5 .page-title-wrap .title .title-action .btn:last-child {
    width  : 178px;
    padding: 0 27px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-title.page-title-5 .page-title-wrap .title .title-action .btn:last-child {
        padding: 0 25px;
    }
}

.page-title.page-title-6 .page-title-wrap .title .title-action .btn {
    width: 170px;
}

.page-title.page-title-7 .page-title-wrap .title .title-action .btn {
    padding: 0 27px;
    width  : 170px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-title.page-title-7 .page-title-wrap .title .title-action .btn {
        padding: 0 25px;
    }
}

.page-title.page-title-8 .page-title-wrap .title .title-action .btn {
    padding: 0 27px;
    width  : 170px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-title.page-title-8 .page-title-wrap .title .title-action .btn {
        padding: 0 25px;
    }
}

.page-title.page-title-9 .page-title-wrap {
    height: 350px;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-9 .page-title-wrap {
        background-position-y: 70%;
    }
}

.page-title.page-title-9 .page-title-wrap .title .title-heading {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-9 .breadcrumb-wrap .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.page-title.page-title-10 {
    position: relative;
}

.page-title.page-title-10 .page-title-wrap {
    height           : 675px;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
}

.page-title.page-title-10 .page-title-wrap .title {
    margin-bottom: 110px;
}

.page-title.page-title-10 .page-title-wrap .title .title-action .btn:first-child {
    width: 170px;
}

.page-title.page-title-10 .page-title-wrap .title .title-action .btn:last-child {
    width  : 178px;
    padding: 0 27px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-title.page-title-10 .page-title-wrap .title .title-action .btn:last-child {
        padding: 0 25px;
    }
}

.page-title.page-title-10 .page-title-wrap .breadcrumb-wrap {
    height          : auto;
    border-bottom   : 0;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    margin-bottom   : 28px;
}

.page-title.page-title-11 {
    position: relative;
}

.page-title.page-title-11 .page-title-wrap {
    height           : 580px;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
}

.page-title.page-title-11 .page-title-wrap .title {
    margin-bottom: 110px;
}

.page-title.page-title-11 .page-title-wrap .title .title-action .btn:first-child {
    width: 170px;
}

.page-title.page-title-11 .page-title-wrap .title .title-action .btn:last-child {
    width  : 178px;
    padding: 0 27px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-title.page-title-11 .page-title-wrap .title .title-action .btn:last-child {
        padding: 0 25px;
    }
}

.page-title.page-title-11 .page-title-wrap .breadcrumb-wrap {
    height          : auto;
    border-bottom   : 0;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    margin-bottom   : 28px;
}

.page-title.page-title-12 .page-title-wrap {
    height               : 470px;
    background-position-y: top;
}

.page-title.page-title-12 .page-title-wrap .title .title-heading {
    margin-bottom: 23px;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-12 .breadcrumb-wrap .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.page-title.page-title-13 .page-title-wrap {
    height               : 395px;
    background-position-y: bottom;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-13 .page-title-wrap {
        background-position-y: 75%;
    }
}

@media screen and (max-width: 767.98px) {
    .page-title.page-title-13 .page-title-wrap {
        height: 230px;
    }
}

.page-title.page-title-13 .page-title-wrap .title .title-heading {
    margin-bottom: 20px;
}

.page-title.page-title-14 .page-title-wrap {
    height               : 350px;
    background-position-y: bottom;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-14 .page-title-wrap {
        background-position-y: 75%;
    }
}

@media screen and (max-width: 767.98px) {
    .page-title.page-title-14 .page-title-wrap {
        height: 230px;
    }
}


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

.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);
    height          : 6px;
}

.carousel-dots .owl-dots .owl-dot span {
    display           : inline-block;
    width             : 35px;
    height            : 3px;
    border-top        : 3px solid transparent;
    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;
}

@media screen and (max-width: 767.98px) {
    .carousel-dots .owl-dots .owl-dot span {
        width: 25px;
    }
}

@media screen and (min-width: 992px) {
    .carousel-dots.dots-side .owl-dots {
        position: absolute;
        bottom  : -17px;
        right   : 0;
    }
}

@media screen and (max-width: 991.98px) {
    .carousel-dots.dots-side .owl-dots {
        margin-bottom: 35px;
    }
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.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              : 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform    : translateY(-50%);
        transform        : translateY(-50%);
        right            : 0;
        left             : 0;
    }
}

.carousel-navs .owl-next,
.carousel-navs .owl-prev {
    position: absolute;
}

.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 {
    left: 50px;
}

.carousel-navs .owl-prev:before {
    content: "\e990";
}

.carousel-navs .owl-next {
    right: 50px;
}

.carousel-navs .owl-next:before {
    content: "\e991";
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom  : 30px;
    width   : 100%;
}

/*------------------------------------*\
		#Heading
\*------------------------------------*/
.heading {
    margin-bottom: 48px;
}

@media screen and (max-width: 991.98px) {
    .heading {
        text-align: center;
    }
}

.heading .heading-subtitle {
    font-family   : var(--global--font-body);
    text-transform: capitalize;
    color         : var(--global--color-primary);
    font-size     : 14px;
    font-weight   : 600;
    line-height   : 1;
    margin-bottom : 12px;
}

@media screen and (max-width: 991.98px) {
    .heading .heading-subtitle {
        line-height: 1.5;
    }
}

.heading .heading-subtitle.heading-subtitle-bg {
    display         : inline-block;
    width           : -webkit-max-content;
    width           : -moz-max-content;
    width           : max-content;
    padding         : 12px 20px;
    border-radius   : 4px;
    background-color: #ffe6de;
}

@media screen and (max-width: 991.98px) {
    .heading .heading-subtitle.heading-subtitle-bg {
        width: auto;
    }
}

.heading .heading-title {
    font-family   : var(--global--font-heading);
    text-transform: capitalize;
    font-size     : 32px;
    line-height   : 3rem;
    margin-bottom : 25px;
    font-weight   : 600;
    color         : var(--global--color-heading);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .heading .heading-title {
        font-size  : 28px;
        line-height: 1.4rem;
    }
}

@media screen and (max-width: 767.98px) {
    .heading .heading-title {
        font-size  : 26px;
        line-height: 2.2rem;
    }
}

.heading .heading-desc {
    font-family  : var(--global--font-body);
    color        : var(--global--color-body);
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 1.8rem;
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .heading .heading-desc {
        font-size  : 16px;
        line-height: 1.8rem;
    }
}

.heading .paragraph {
    font-weight  : 700;
    font-size    : 16px;
    line-height  : 27px;
    color        : #283b6a;
    margin-bottom: 0px;
}

.heading.heading-light .heading-subtitle {
    color: var(--global--color-primary);
}

.heading.heading-light .heading-title {
    color: var(--global--color-white);
}

.heading.heading-light .heading-desc {
    color: var(--global--color-gray);
}

.heading.heading-light .paragraph {
    color: var(--global--color-gray);
}
.heading.heading-1 {
    margin-bottom: 40px;
}

.heading.heading-1 .heading-title {
    margin-bottom: 0;
}

/*------------------------------------*\
		#About
\*------------------------------------*/
.about {
    padding-top   : 60px;
    padding-bottom: 110px;
    overflow      : visible;
}

@media screen and (max-width: 991.98px) {
    .about {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.about .about-img {
    position: relative;
    height  : 570px;
}

@media screen and (min-width: 992px) {
    .about .about-img {
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width: 991.98px) {
    .about .about-img {
        margin: 0 auto 40px;
    }
}

.about .about-img .about-img-holder {
    border-radius: 12px;
}

.about .about-img .counter {
    min-width: 200px;
    position : absolute;
    top      : 70px;
    left     : -40px;
    z-index  : 2;
}

@media screen and (max-width: 767.98px) {
    .about .about-img .counter {
        left             : 0;
        border-radius    : 0 8px 8px 0;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
    }
}

.about .prief-set p {
    font-size    : 17px;
    line-height  : 27px;
    font-weight  : 700;
    margin-bottom: 24px;
}

.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 h6 {
    font-family   : var(--global--font-heading);
    font-weight   : 600;
    font-style    : italic;
    color         : var(--global--color-secondary);
    font-size     : 19px;
    line-height   : 29px;
    text-transform: capitalize;
    margin-bottom : 0;
}

.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   : 26px;
    text-transform: capitalize;
    margin-bottom : 0;
}

.about .signature-block .btn {
    margin-right      : 30px;
    width             : 200px;
    -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);
}

@media screen and (max-width: 991.98px) {
    .about .about-block {
        text-align: center;
    }
}

@media screen and (max-width: 991.98px) {
    .about .about-block .block-left {
        margin-bottom: 40px;
    }
}

.about .about-block .block-left .paragraph {
    font-size    : 16px;
    line-height  : 1.7rem;
    color        : var(--global--color-secondary);
    font-weight  : 500;
    margin-bottom: 25px;
}

.about .about-block .block-left p {
    font-size    : 16px;
    line-height  : 1.7rem;
    margin-bottom: 10px;
}

.about .about-block .block-left .btn {
    -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);
}

@media screen and (min-width: 992px) {
    .about .about-wrapper {
        display              : grid;
        grid-template-columns: 40% 60%;
        height               : 635px;
    }
}

.about .about-wrapper .about-block-wrapper {
    position: relative;
    z-index : 2;
}

.about .about-wrapper .about-block-wrapper .about-block {
    background-color: var(--global--color-white);
}

@media screen and (min-width: 992px) {
    .about .about-wrapper .about-block-wrapper .about-block {
        border-radius: 12px 0 0 0;
        position     : absolute;
        top          : 0;
        left         : 0px;
        padding-left : 60px;
        width        : calc(100% + 60px);
    }
}

@media screen and (min-width: 1200px) {
    .about .about-wrapper .about-block-wrapper .about-block {
        left        : 0px;
        padding-left: 120px;
        width       : calc(100% + 120px);
    }
}

@media screen and (max-width: 991.98px) {
    .about .about-wrapper .about-block-wrapper .about-block .heading {
        max-width: 90%;
        margin   : 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .about .about-wrapper .about-block-wrapper .about-block .heading {
        padding-right: var(--bs-gutter-x, 0.75rem);
        margin-right : auto;
        max-width    : calc(960px / 2);
    }
}

@media screen and (min-width: 1200px) {
    .about .about-wrapper .about-block-wrapper .about-block .heading {
        max-width: calc(1140px / 2);
    }
}

.about .about-wrapper .about-block-wrapper .about-block .heading .heading-subtitle {
    background-color: var(--global--color-primary);
    color           : var(--global--color-white);
    border-radius   : 0 0 12px 12px;
    margin-bottom   : 55px;
}

@media screen and (max-width: 991.98px) {
    .about .about-wrapper .about-block-wrapper .about-block .heading .heading-subtitle {
        border-radius: 12px;
        margin-bottom: 40px;
    }
}

.about .about-wrapper .about-block-wrapper .about-block .heading .heading-title {
    margin-bottom: 21px;
}

.about .about-wrapper .about-block-wrapper .about-block .heading .heading-desc {
    margin-bottom: 32px;
}

.about .about-wrapper .about-block-wrapper .about-block .heading .signature-block {
    margin-bottom: 63px;
}

.about .about-wrapper .about-block-wrapper .about-block .heading .advantages-list-holder {
    padding         : 32px 40px 32px;
    background-color: #e0f6e9;
    border-radius   : 12px;
}

@media screen and (max-width: 991.98px) {
    .about .about-wrapper .about-block-wrapper .about-block .heading .advantages-list-holder {
        padding-left : 30px;
        padding-right: 30px;
    }
}

.about .about-wrapper .about-block-wrapper .about-block .heading .advantages-list-holder p {
    font-size    : 17px;
    font-weight  : 700;
    line-height  : 27px;
    color        : var(--global--color-secondary);
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .about .about-wrapper .about-block-wrapper .about-block .heading .advantages-list-holder p {
        margin-bottom: 10px;
    }
}

.about .about-wrapper .video-wrapper {
    position: relative;
    z-index : 1;
}

@media screen and (max-width: 991.98px) {
    .about .about-wrapper .video-wrapper {
        max-width: 90%;
        margin   : 0 auto 40px;
    }
}

.about .about-wrapper .video-wrapper .video {
    background-position-x: right;
}

@media screen and (min-width: 992px) {
    .about .about-wrapper .video-wrapper .video {
        border-radius: 0 12px 12px 0;
        position     : absolute;
        top          : -110px;
        left         : 0px;
        width        : calc(100% + 60px);
        height       : calc(100% + 110px);
    }
}

@media screen and (min-width: 1200px) {
    .about .about-wrapper .video-wrapper .video {
        width: calc(100% + 120px);
    }
}

.about.about-3 {
    padding-top   : 110px;
    padding-bottom: 130px;
}

@media screen and (max-width: 991.98px) {
    .about.about-3 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

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

    .about.about-3 .about-block .block-left .paragraph,
    .about.about-3 .about-block .block-left p,
    .about.about-3 .about-block .block-left .signature-block {
        padding-left: 50px;
    }
}

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

    .about.about-3 .about-block .block-left .paragraph,
    .about.about-3 .about-block .block-left p,
    .about.about-3 .about-block .block-left .signature-block {
        padding-left: 45px;
    }
}

.about.about-3 .about-block .block-left p {
    margin-bottom: 42px;
}

.about.about-3 .about-block .block-left .paragraph {
    border-left  : 4px solid var(--global--color-primary);
    margin-bottom: 25px;
}

@media screen and (max-width: 767.98px) {
    .about.about-3 .about-block .block-left .paragraph {
        padding-left: 15px;
    }
}



.about.about-3 .about-img .counter {
    top                     : auto;
    bottom                  : 0;
    left                    : 99px;
    width                   : -webkit-max-content;
    width                   : -moz-max-content;
    width                   : max-content;
    min-width               : 0;
    border-radius           : 12px 0 12px 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin    : bottom left;
    transform-origin        : bottom left;
    -webkit-transform       : rotate(270deg);
    -ms-transform           : rotate(270deg);
    transform               : rotate(270deg);
}

/*------------------------------------*\
		#Counters
\*------------------------------------*/
.counters {
    padding-top   : 130px;
    padding-bottom: 90px;
    position      : relative;
}

@media screen and (max-width: 991.98px) {
    .counters {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.counters .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) {
    .counters .actions-holder {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

@media screen and (max-width: 767.98px) {
    .counters .actions-holder {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }
}

.counters .actions-holder .btn {
    margin-right: 30px;
}

.counters .actions-holder .btn:last-child {
    width       : 235px;
    margin-right: 0;
}

@media screen and (max-width: 767.98px) {
    .counters .actions-holder .btn {
        margin-right : 0;
        margin-bottom: 20px;
    }
}

.counters-bar {
    border-radius     : 8px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    box-shadow        : 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    background-color  : var(--global--color-white);
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : justify;
    -ms-flex-pack     : justify;
    justify-content   : space-between;
    padding-top       : 32px;
    padding-bottom    : 26px;
}

@media screen and (max-width: 991.98px) {
    .counters-bar {
        padding-left    : 25px;
        padding-right   : 25px;
        -ms-flex-wrap   : wrap;
        flex-wrap       : wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack   : space-evenly;
        justify-content : space-evenly;
    }
}

.counter {
    background-color     : var(--global--color-primary);
    color                : var(--global--color-white);
    border-radius        : 8px;
    padding              : 24px 40px 30px;
    display              : -webkit-inline-box;
    display              : -ms-inline-flexbox;
    display              : inline-flex;
    -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;
}

.counter .counter-icon {
    margin-bottom: 18px;
}

.counter .counter-icon i::before {
    font-size  : 65px;
    margin-left: 0;
}

.counter .counter-num {
    margin-bottom: 12px;
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
}

.counter .counter-num span,
.counter .counter-num p {
    font-size  : 37px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    line-height: 29px;
    display    : inline-block;
    color      : var(--global--color-white);
}

.counter .counter-num p {
    margin-bottom: 0;
}

.counter .counter-name h6 {
    margin-bottom : 0;
    font-family   : var(--global--font-body);
    font-weight   : 700;
    font-size     : 16px;
    line-height   : 29px;
    color         : var(--global--color-white);
    text-transform: capitalize;
}

.counter.counter-2 {
    background-color: transparent;
    border-radius   : 0;
    padding         : 0;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    position        : relative;
    margin-bottom   : 40px;
}

@media screen and (max-width: 991.98px) {
    .counter.counter-2 {
        -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;
        max-width            : 370px;
        margin               : 0 auto 30px;
    }
}

.counter.counter-2::before {
    content         : '';
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 170px;
    height          : 2px;
    background-color: #4c5b66;
}

@media screen and (max-width: 991.98px) {
    .counter.counter-2::before {
        left             : 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform    : translateX(-50%);
        transform        : translateX(-50%);
    }
}

.counter.counter-2:last-child {
    margin-bottom: 0;
}

.counter.counter-2:last-child::before {
    content: unset;
}

.counter.counter-2:last-child .counter-desc p {
    margin-bottom: 0;
}

.counter.counter-2 .counter-num {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: baseline;
    -ms-flex-align   : baseline;
    align-items      : baseline;
    margin-bottom    : 17px;
}

.counter.counter-2 .counter-num .counting {
    font-family : var(--global--font-body);
    font-weight : 500;
    font-size   : 37px;
    color       : var(--global--color-primary);
    line-height : 29px;
    margin-right: 10px;
}

.counter.counter-2 .counter-num h6 {
    text-transform: capitalize;
    font-size     : 20px;
    font-weight   : 700;
    font-style    : italic;
    line-height   : 29px;
    color         : var(--global--color-white);
    margin-bottom : 0;
}

.counter.counter-2 .counter-desc p {
    margin-bottom: 34px;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--global--color-gray);
}

.counter.counter-3 {
    background-color: transparent;
    border-radius   : 0;
    padding         : 0;
}

.counter.counter-3 .counter-holder {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
    margin-bottom    : 35px;
}

.counter.counter-3 .counter-holder .counter-num {
    margin-right     : 32px;
    -webkit-transform: translateY(-14px);
    -ms-transform    : translateY(-14px);
    transform        : translateY(-14px);
    margin-top       : -14px;
}

.counter.counter-3 .counter-holder .counter-num span {
    font-family  : var(--global--font-body);
    font-weight  : 300;
    color        : var(--global--color-primary);
    font-size    : 120px;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    .counter.counter-3 .counter-holder .counter-num span {
        font-size: 60px;
    }
}

.counter.counter-3 .counter-holder .counter-img {
    width            : 170px;
    height           : 170px;
    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;
    border-radius    : 50%;
}

@media screen and (max-width: 767.98px) {
    .counter.counter-3 .counter-holder .counter-img {
        width : 150px;
        height: 150px;
    }
}

.counter.counter-3 .counter-holder .counter-img:hover i {
    -webkit-transform: scale(0.9);
    -ms-transform    : scale(0.9);
    transform        : scale(0.9);
}

.counter.counter-3 .counter-holder .counter-img i {
    -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;
    width             : 110px;
    height            : 110px;
    background-color  : var(--global--color-primary);
    color             : var(--global--color-white);
    border-radius     : 50%;
}

@media screen and (max-width: 767.98px) {
    .counter.counter-3 .counter-holder .counter-img i {
        width : 90px;
        height: 90px;
    }
}

.counter.counter-3 .counter-holder .counter-img i::before {
    font-size: 50px;
}

.counter.counter-3 .counter-desc {
    position      : relative;
    padding-bottom: 24px;
}

.counter.counter-3 .counter-desc::after {
    content         : '';
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 28px;
    height          : 2px;
    background-color: #4c5b66;
}

@media screen and (max-width: 767.98px) {
    .counter.counter-3 .counter-desc::after {
        left             : 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform    : translateX(-50%);
        transform        : translateX(-50%);
    }
}

@media screen and (min-width: 992px) {
    .counter.counter-3 .counter-desc {
        margin-left: 40px;
        width      : 50%;
    }
}

.counter.counter-3 .counter-desc p {
    margin-bottom: 0;
    font-family  : var(--global--font-body);
    color        : var(--global--color-white);
    font-weight  : 700;
    font-size    : 16px;
    line-height  : 26px;
}

.counter.counter-4 {
    padding          : 32px 40px 38px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.counter.counter-4 .counter-num {
    margin-bottom: 0;
}

.counter.counter-4 .counter-num h6,
.counter.counter-4 .counter-num span,
.counter.counter-4 .counter-num p {
    font-style    : italic;
    margin-bottom : 0;
    font-weight   : 600;
    font-size     : 22px;
    line-height   : 1.5rem;
    text-transform: capitalize;
    color         : var(--global--color-white);
}

.counter.counter-4 .counter-num p {
    margin-right: 10px;
}

@-webkit-keyframes Bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }

    25% {
        -webkit-transform: translateY(-15px);
        transform        : translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }

    75% {
        -webkit-transform: translateY(-15px);
        transform        : translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }
}

@keyframes Bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }

    25% {
        -webkit-transform: translateY(-15px);
        transform        : translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }

    75% {
        -webkit-transform: translateY(-15px);
        transform        : translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform        : translateY(0px);
    }
}
/*------------------------------------*\
		#Features
\*------------------------------------*/
.features {
    padding-top   : 130px;
    padding-bottom: 100px;
    overflow      : visible;
}

@media screen and (max-width: 767.98px) {
    .features {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.features .feature-panel-holder {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder:hover .feature-panel {
    background-color: var(--global--color-white);
}

.features .feature-panel-holder:hover .feature-panel .feature-icon {
    -webkit-animation: bounce 0.5s ease-in-out;
    animation        : bounce 0.5s ease-in-out;
}

.features .feature-panel-holder:hover .feature-panel a {
    background-color: var(--global--color-primary);
    padding-left    : 15px;
    padding-right   : 15px;
}

.features .feature-panel-holder:hover .feature-panel a i {
    color: var(--global--color-white);
}

.features .feature-panel-holder:hover .feature-panel a span {
    font-size  : 14px;
    opacity    : 1;
    margin-left: 10px;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-2 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    box-shadow        : 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
}

.features .feature-panel-holder .feature-panel {
    position             : relative;
    padding              : 39px 35px 40px;
    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;
    overflow             : hidden;
    background-color     : var(--global--color-white);
    border-radius        : 8px;
    -webkit-box-shadow   : 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    box-shadow           : 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    cursor               : pointer;
    margin-bottom        : 30px;
    -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: 1200px) {
    .features .feature-panel-holder .feature-panel {
        padding: 39px 19px 40px;
    }
}

@media screen and (max-width: 991.98px) {
    .features .feature-panel-holder .feature-panel {
        max-width: 370px;
        margin   : 0 auto 30px;
    }
}

.features .feature-panel-holder .feature-panel .feature-icon {
    margin-bottom: 17px;
}

.features .feature-panel-holder .feature-panel .feature-icon i::before {
    color             : var(--global--color-primary);
    margin-left       : 0;
    font-size         : 65px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder .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;
}

.features .feature-panel-holder .feature-panel .feature-content h4 {
    font-family       : var(--global--font-heading);
    font-weight       : 600;
    font-size         : 19px;
    line-height       : 27px;
    text-transform    : capitalize;
    margin-bottom     : 16px;
    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;
}

.features .feature-panel-holder .feature-panel .feature-content p {
    font-family       : var(--global--font-body);
    font-size         : 15px;
    line-height       : 25px;
    margin-bottom     : 20px;
    color             : var(--global--color-body);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel 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;
    padding           : 10px;
    height            : 32px;
    border-radius     : 16px;
    background-color  : var(--global--color-heading);
    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;
    -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);
}

.features .feature-panel-holder .feature-panel a i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel a span {
    font-size         : 0;
    opacity           : 0;
    -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;
    text-transform    : capitalize;
    font-family       : var(--global--font-body);
    font-weight       : 700;
    font-size         : 0px;
    color             : var(--global--color-white);
}

.features .feature-panel-holder .feature-panel.feature-panel-2 {
    -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);
}

.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 {
    margin-right: 30px;
}

.features .actions-holder .btn:first-child {
    width: 170px;
}

.features .actions-holder .btn:last-child {
    width       : 180px;
    margin-right: 0;
    padding     : 0 28px;
}

@media screen and (max-width: 767.98px) {
    .features .actions-holder .btn {
        margin-right : 0;
        margin-bottom: 20px;
    }
}

.features .carousel-dots .owl-dots {
    margin-top   : 10px;
    margin-bottom: 70px;
}

.features.features-1 {
    padding-bottom: 0;
}

.features-bar {
    padding-top   : 0;
    padding-bottom: 0px;
    overflow      : visible;
}

.features-bar .features-holder {
    position         : relative;
    z-index          : 55;
    -webkit-transform: translateY(-80px);
    -ms-transform    : translateY(-80px);
    transform        : translateY(-80px);
    margin-bottom    : -80px;
    border-radius    : 4px;
    overflow         : hidden;
}
.features-bar .features-holder .col{
    margin-right: 10px;
}

@media screen and (max-width: 567px) {
    .features-bar .features-holder {
        max-width: 370px;
    }
}

@media screen and (min-width: 992px) {
    .features-bar .features-holder {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
        box-shadow        : 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    }
}

@media screen and (max-width: 767.98px) {
    .features-bar .features-holder {
        margin: 0 auto -80px;
    }
}

@media screen and (max-width: 767px) {
    .features-bar .features-holder {
        padding-bottom: 40px;
    }
}

.features-bar .features-holder .feature-panel {
    background: #fff;
    padding: 34px 40px 40px;
    min-height: 240px;
    border:1px solid #fff;
    border-radius: 15px;
    transition: .3s all ease-in-out;
}


.features-bar .features-holder .feature-panel:hover {
    cursor: pointer;
    border:1px solid #f05323;
    transition: .3s all ease-in-out;
}

@media screen and (max-width: 767px) {
    .features-bar .features-holder .feature-panel {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .features-bar .features-holder .feature-panel {
        -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);
    }
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-holder .feature-panel {
        max-width: 370px;
        margin   : 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .features-bar .features-holder .feature-panel {
        padding-left : 30px;
        padding-right: 30px;
    }
}

.features-bar .features-holder .feature-panel:hover .feature-content i {
    color            : var(--global--color-white);
    background-color : var(--global--color-primary);
    -webkit-transform: rotate(360deg);
    -ms-transform    : rotate(360deg);
    transform        : rotate(360deg);
}

.features-bar .features-holder .feature-panel .feature-content {
    position             : relative;
    z-index              : 3;
    text-align           : center;
    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;
}

.features-bar .features-holder .feature-panel .feature-content i {
    margin-bottom     : 7px;
    width             : 94px;
    height            : 94px;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    border-radius     : 50%;
    background-color  : var(--global--color-white);
    color             : var(--global--color-primary);
    position          : relative;
    overflow          : hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.features-bar .features-holder .feature-panel .feature-content i::before {
    font-size: 65px;
    z-index  : 2;
}

.features-bar .features-holder .feature-panel .feature-content h5 {
    text-transform: capitalize;
    font-family   : var(--global--font-heading);
    font-weight   : 600;
    font-size     : 16px;
    line-height   : 1.6rem;
    color         : var(--global--color-secondary);
    margin-bottom : 0px;
}

.features-bar .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-bar .actions-holder {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

@media screen and (max-width: 767.98px) {
    .features-bar .actions-holder {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }
}

.features-bar .actions-holder .btn {
    width       : 170px;
    height      : 60px;
    margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
    .features-bar .actions-holder .btn {
        margin-right : 0;
        margin-bottom: 20px;
    }
}

.features-bar .actions-holder .btn:last-child {
    border-color               : #687696;
    border                     : 2px solid;
    -webkit-transition-property: background, color, border-color;
    -o-transition-property     : background, color, border-color;
    transition-property        : background, color, border-color;
}

.features-bar .actions-holder .btn:last-child::before {
    background-color: var(--global--color-primary);
    width           : calc(100% + 4px);
    height          : calc(100% + 4px);
    top             : -2px;
    left            : -2px;
}

.features-bar .actions-holder .btn:last-child:hover {
    border-color: var(--global--color-secondary);
}

/*--------------------------------
		#Services
---------------------------------*/
.services {
    padding-top     : 210px;
    padding-bottom  : 100px;
}

@media screen and (max-width: 991.98px) {
    .services {
        padding-top   : 150px;
        padding-bottom: 70px;
    }
}

.services .service-panel {
    position          : relative;
    padding           : 66px 40px 40px;
    cursor            : pointer;
    margin-bottom     : 30px;
    -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     : 8px;
    background-color  : var(--global--color-white);
}

@media screen and (min-width: 992px) {
    .services .service-panel {
        -webkit-box-align: start;
        -ms-flex-align   : start;
        align-items      : flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services .service-panel {
        padding-left : 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .services .service-panel {
        margin   : 0 auto 30px;
        max-width: 370px;
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel {
        padding-left : 25px;
        padding-right: 25px;
    }
}

.services .service-panel::after {
    content           : '';
    position          : absolute;
    bottom            : 0;
    right             : 0;
    height            : 4px;
    width             : calc(100% - 40px);
    background-color  : var(--global--color-primary);
    border-radius     : 0 0 8px 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: 1200px) {
    .services .service-panel::after {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel::after {
        width: calc(100% - 20px);
    }
}

.services .service-panel:hover:after {
    height: 10px;
}

.services .service-panel:hover .service-icon i {
    -webkit-transform: rotateY(360deg);
    transform        : rotateY(360deg);
}

.services .service-panel:hover .service-content .btn::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;
}

.services .service-panel .service-icon {
    position               : absolute;
    top                    : -40px;
    left                   : 40px;
    z-index                : 2;
    -webkit-transform-style: preserve-3d;
    transform-style        : preserve-3d;
    -webkit-perspective    : 1300px;
    perspective            : 1300px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services .service-panel .service-icon {
        left: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel .service-icon {
        left: 25px;
    }
}

.services .service-panel .service-icon i {
    display           : -webkit-inline-box;
    display           : -ms-inline-flexbox;
    display           : inline-flex;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.services .service-panel .service-icon i::before {
    margin-left       : 0;
    font-size         : 75px;
    color             : var(--global--color-primary);
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
}

.services .service-panel .service-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) {
    .services .service-panel .service-content {
        -webkit-box-align: start;
        -ms-flex-align   : start;
        align-items      : flex-start;
    }
}

.services .service-panel .service-content h4 {
    width        : 100%;
    margin-bottom: 0;
}

.services .service-panel .service-content h4 a {
    display           : block;
    font-family       : var(--global--font-heading);
    font-weight       : 700;
    font-size         : 23px;
    line-height       : 29px;
    text-transform    : capitalize;
    padding-bottom    : 36px;
    margin-bottom     : 35px;
    border-bottom     : 2px solid #eaeaea;
    color             : var(--global--color-heading);
    width             : 100%;
    -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 h4 a:hover {
    color: var(--global--color-primary);
}

.services .service-panel .service-content p {
    font-family  : var(--global--font-body);
    font-size    : 15px;
    line-height  : 25px;
    margin-bottom: 24px;
    color        : var(--global--color-body);
}

.services .service-panel .service-content .advantages-list {
    text-align   : left;
    margin       : 0;
    padding      : 0;
    list-style   : none;
    margin-bottom: 32px;
}

.services .service-panel .service-content .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      : 600;
    font-size        : 16px;
    line-height      : 1.8rem;
    color            : var(--global--color-body);
    text-transform   : capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services .service-panel .service-content .advantages-list li {
        font-size: 14px;
    }
}

.services .service-panel .service-content .advantages-list li::before {
    content          : '\f00c';
    font-family      : "Font Awesome 5 Free";
    font-weight      : 700;
    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     : 18px;
    border-radius    : 50%;
    font-size        : 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services .service-panel .service-content .advantages-list li::before {
        margin-right: 8px;
    }
}

.services .service-panel .service-content .btn {
    position          : relative;
    text-transform    : capitalize;
    -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);
    width             : 165px;
    height            : 55px;
}

.services .service-panel .service-content .btn i {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition     : all 300ms ease-in-out;
    transition        : all 300ms ease-in-out;
    color             : var(--global--color-white);
    font-size         : 12px;
}

.services .service-panel.services-panel-2 {
    padding-top   : 50px;
    padding-bottom: 50px;
    margin-bottom : 37px;
}

.services .service-panel.services-panel-2 .service-icon {
    position     : relative;
    top          : auto;
    left         : auto;
    margin-bottom: 32px;
}

.services .service-panel.services-panel-2 .service-content h4 a {
    padding-bottom: 0;
    border-bottom : 0;
    margin-bottom : 29px;
}

.services .service-panel.services-panel-2 .service-content p {
    margin-bottom: 31px;
}

.services .service-panel.services-panel-2 .service-content .advantages-list {
    display: none;
}

.services .service-panel.services-panel-3 {
    padding      : 0px;
    margin-bottom: 40px;
}

.services .service-panel.services-panel-3:hover::after {
    height: 4px;
    width : calc(100% - 80px);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services .service-panel.services-panel-3:hover::after {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel.services-panel-3:hover::after {
        width: calc(100% - 60px);
    }
}

.services .service-panel.services-panel-3::after {
    right            : auto;
    left             : 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    transform        : translateX(-50%);
    width            : 0;
    border-radius    : 0;
}

.services .service-panel.services-panel-3 .service-img {
    border-radius: 8px;
    overflow     : hidden;
}

.services .service-panel.services-panel-3 .service-content {
    padding: 33px 40px 40px;
}

@media screen and (max-width: 991.98px) {
    .services .service-panel.services-panel-3 .service-content {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services .service-panel.services-panel-3 .service-content {
        padding-left : 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .services .service-panel.services-panel-3 .service-content {
        padding-left : 30px;
        padding-right: 30px;
    }
}

.services .service-panel.services-panel-3 .service-content h4 a {
    padding-bottom: 0;
    border-bottom : 0;
    margin-bottom : 19px;
}

.services .service-panel.services-panel-3 .service-content p {
    margin-bottom: 21px;
}

@media screen and (max-width: 991.98px) {
    .services .service-panel.services-panel-3 .service-content .btn {
        margin: 0 auto;
    }
}

.services .actions-holder {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    padding-top      : 8px;
}

@media screen and (max-width: 991.98px) {
    .services .actions-holder {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

@media screen and (max-width: 767.98px) {
    .services .actions-holder {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }
}

.services .actions-holder .btn {
    margin-right: 30px;
}

.services .actions-holder .btn:first-child {
    width             : 170px;
    -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);
}

.services .actions-holder .btn:last-child {
    width             : 182px;
    margin-right      : 0;
    padding           : 0 27px;
    border-color      : rgba(37, 55, 69, 0.5);
    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 .actions-holder .btn:last-child::before {
    background-color: var(--global--color-heading);
}

.services .actions-holder .btn:last-child:hover {
    border-color: var(--global--color-heading);
    color       : var(--global--color-white);
}

@media screen and (max-width: 767.98px) {
    .services .actions-holder .btn {
        margin-right : 0;
        margin-bottom: 20px;
    }
}

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

.services .more-services p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size  : 15px;
    color      : var(--global--color-body);
}

.services .more-services 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;
}

.services .more-services p a:hover::before {
    width: calc(100% - 20%);
}

.services .more-services 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);
}

.services .more-services .rating i {
    color       : var(--global--color-primary);
    margin-right: 5px;
}

.services .more-services .rating i:last-child {
    margin-right: 0;
}

.services .more-services.more-services-2 {
    display   : -webkit-box;
    display   : -ms-flexbox;
    display   : flex;
    text-align: left;
}

@media screen and (max-width: 991.98px) {
    .services .more-services.more-services-2 {
        -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;
    }
}

.services .more-services.more-services-2 .rating {
    margin-top       : 4px;
    margin-right     : 40px;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
}

@media screen and (max-width: 991.98px) {
    .services .more-services.more-services-2 .rating {
        margin-right : 0;
        margin-bottom: 10px;
    }
}

.services .more-services.more-services-2 a {
    color: var(--global--color-primary);
}

.services .more-services.more-services-2 a::before {
    background-color: var(--global--color-heading);
}

.services .more-services.more-services-2 p {
    font-weight: 400;
}

.services.services-2 {
    padding-top   : 114px;
    padding-bottom: 65px;
}

@media screen and (max-width: 991.98px) {
    .services.services-2 {
        padding-top   : 60px;
        padding-bottom: 70px;
    }
}

.services.services-2 .owl-dots {
    margin-bottom: 62px;
}

.services.services-3 {
    padding-top        : 110px;
    padding-bottom     : 140px;
    background-position: top center;
}

@media screen and (max-width: 991.98px) {
    .services.services-3 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.services.services-4 {
    padding-top   : 60px;
    padding-bottom: 90px;
}

@media screen and (max-width: 991.98px) {
    .services.services-4 {
        padding-top   : 70px;
        padding-bottom: 0px;
    }
}

.services.services-4 .service-panel {
    margin-bottom: 90px;
}

.service-single {
    padding-top   : 110px;
    padding-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .service-single {
        padding-top   : 70px;
        padding-bottom: 20px;
    }
}

.service-single .sidebar {
    margin-left : 0;
    margin-right: auto;
}

.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         : var(--global--color-secondary);
    text-transform: capitalize;
}

.service-single .service-entry .entry-content .entry-infos .entry-desc {
    font-size    : 16px;
    line-height  : 26px;
    margin-bottom: 28px;
}

.service-single .service-entry .entry-content .entry-infos .entry-desc:last-child {
    margin-bottom: 0;
}

.service-single .service-entry .entry-content .entry-introduction .entry-heading {
    margin-bottom    : 17px;
    -webkit-transform: translateY(-4px);
    -ms-transform    : translateY(-4px);
    transform        : translateY(-4px);
}

.service-single .service-entry .entry-content .entry-introduction .entry-desc:nth-child(3) {
    margin-bottom: 32px;
}

.service-single .service-entry .entry-content .entry-introduction img {
    max-width         : 100%;
    border-radius     : 8px;
    -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: 767.98px) {
    .service-single .service-entry .entry-content .entry-introduction img {
        margin-bottom: 30px;
    }
}

.service-single .service-entry .entry-content .entry-introduction img:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform    : translateY(-5px);
    transform        : translateY(-5px);
}

.service-single .service-entry .entry-content .entry-stats {
    margin-bottom: 57px;
}

.service-single .service-entry .entry-content .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-stats img {
        margin-top: 30px;
    }
}

.service-single .service-entry .entry-content .entry-processes {
    margin-bottom   : 66px;
    background-color: #e0f6e9;
    border-radius   : 12px;
    padding         : 45px 40px 40px;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-processes {
        padding: 60px 25px 40px;
    }
}

.service-single .service-entry .entry-content .entry-processes .entry-body {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: start;
    -ms-flex-align   : start;
    align-items      : flex-start;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-processes .entry-body {
        -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-processes .entry-body .process-icon {
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    width            : 170px;
    height           : 170px;
    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;
    border-radius    : 50%;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-processes .entry-body .process-icon {
        width        : 150px;
        height       : 150px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .service-single .service-entry .entry-content .entry-processes .entry-body .process-icon {
        margin-right: 40px;
        margin-top  : 15px;
    }
}

.service-single .service-entry .entry-content .entry-processes .entry-body .process-icon:hover i {
    -webkit-transform: scale(0.9);
    -ms-transform    : scale(0.9);
    transform        : scale(0.9);
}

.service-single .service-entry .entry-content .entry-processes .entry-body .process-icon i {
    -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;
    width             : 110px;
    height            : 110px;
    background-color  : var(--global--color-primary);
    color             : var(--global--color-white);
    border-radius     : 50%;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-processes .entry-body .process-icon i {
        width : 90px;
        height: 90px;
    }
}

.service-single .service-entry .entry-content .entry-processes .entry-body .process-icon i::before {
    font-size: 50px;
}

.service-single .service-entry .entry-content .entry-processes .images-holder {
    overflow     : hidden;
    border-radius: 8px;
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-stage-outer {
    overflow: hidden;
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-stage-outer .owl-item {
    opacity: 1;
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav {
    position         : absolute;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    width            : 100%;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
}

@media screen and (max-width: 767.98px) {
    .service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav {
        display: none;
    }
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next {
    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             : 110px;
    height            : 110px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev::before,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next::before {
    color      : var(--global--color-white);
    content    : '\e906';
    font-family: 'energia';
    font-size  : 20px;
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev {
    left            : 0;
    border-radius   : 0 8px 8px 0;
    background-color: var(--global--color-primary);
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev:hover {
    background-color: var(--global--color-heading);
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev:before {
    -webkit-transform: rotate(270deg);
    -ms-transform    : rotate(270deg);
    transform        : rotate(270deg);
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next {
    right           : 0;
    border-radius   : 8px 0px 0px 8px;
    background-color: var(--global--color-heading);
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next:hover {
    background-color: var(--global--color-primary);
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform    : rotate(90deg);
    transform        : rotate(90deg);
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-dots {
    position: absolute;
    width   : 100%;
    bottom  : -100px;
}

.service-single .service-entry .entry-content .entry-video .heading-desc {
    margin-bottom: 35px;
}

.service-single .service-entry .entry-content .entry-topics {
    padding-top: 40px;
}

.service-single .service-entry .entry-content .entry-topics .entry-topic {
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    margin-bottom        : 16px;
}

.service-single .service-entry .entry-content .entry-topics .entry-topic:last-of-type {
    margin-bottom: 7px;
}

@media screen and (min-width: 992px) {
    .service-single .service-entry .entry-content .entry-topics .entry-topic {
        -webkit-box-orient   : horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction   : row;
        flex-direction       : row;
    }
}

@media screen and (min-width: 992px) {
    .service-single .service-entry .entry-content .entry-topics .entry-topic h5 {
        -ms-flex-preferred-size: 25%;
        flex-basis             : 25%;
        margin-right           : 5%;
    }
}

@media screen and (min-width: 992px) {
    .service-single .service-entry .entry-content .entry-topics .entry-topic p {
        -ms-flex-preferred-size: 70%;
        flex-basis             : 70%;
        -webkit-transform      : translateY(-4px);
        -ms-transform          : translateY(-4px);
        transform              : translateY(-4px);
    }
}

.service-single .service-entry .entry-content .entry-why {
    margin-bottom: 36px;
}

.service-single .service-entry .entry-content .entry-why .entry-desc {
    margin-bottom: 32px;
}

.service-single .service-entry .entry-content .entry-benefits {
    margin-bottom: 36px;
}

.service-single .service-entry .entry-content .entry-benefits .entry-heading {
    margin-bottom: 37px;
}

.service-single .service-entry .entry-content .projects {
    margin-bottom: 0;
}

.service-single .service-entry .entry-content .projects .entry-heading {
    margin-bottom: 37px;
}


/*------------------------------------*\
	#Widgets
\*------------------------------------*/
@media screen and (min-width: 992px) {
    .sidebar {
        max-width  : 330px;
        margin-left: auto;
    }
}

/* Widget */
.widget {
    background-color: #e0f6e9;
    padding         : 30px 20px 20px;
    margin-bottom   : 40px;
    border-radius   : 8px;
    position        : relative;
}

@media screen and (max-width: 767.98px) {
    .widget {
        padding-left : 25px;
        padding-right: 25px;
    }
}

.widget::after {
    content         : '';
    position        : absolute;
    bottom          : 0;
    right           : 0;
    height          : 4px;
    width           : calc(100% - 40px);
    background-color: var(--global--color-primary);
    border-radius   : 0 0 8px 0;
}

@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 h5 {
    font-size     : 19px;
    line-height   : 30px;
    font-weight   : 700;
    font-family   : var(--global--font-heading);
    color         : var(--global--color-secondary);
    text-transform: capitalize;
    margin-bottom : 0;
    position      : relative;
}

/* Recent Posts */
.widget-recent-posts {
    padding-bottom: 35px;
}

.widget-recent-posts .widget-title {
    margin-bottom: 18px;
}

.widget-recent-posts .post {
    position         : relative;
    margin-bottom    : 19px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.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         : #616161;
    text-transform: capitalize;
    margin-bottom : 4px;
}

.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     : 16px;
    font-weight   : 700;
    line-height   : 20px;
    text-transform: capitalize;
}

.widget-recent-posts .post .post-content .post-title a:hover {
    color: var(--global--color-primary);
}

.widget-recent-posts .carousel-dots .owl-dots {
    text-align: center;
    margin-top: 26px;
}

@media screen and (min-width: 992px) {
    .widget-recent-posts .carousel-dots .owl-dots {
        text-align: left;
    }
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot.active span {
    background-color: var(--global--color-primary);
    border-color    : var(--global--color-primary);
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot span {
    width           : 16px;
    height          : 6px;
    border-radius   : 2px;
    border-width    : 3px;
    background-color: var(--global--color-heading);
    border-color    : var(--global--color-heading);
    margin-right    : 12px;
}

/* Reservation Widget */
.widget-reservation {
    position     : relative;
    overflow     : hidden;
    padding      : 50px 40px 30px;
    border-radius: 8px;
}

.widget-reservation:hover::before {
    opacity   : 0;
    visibility: hidden;
}

.widget-reservation:hover::after {
    opacity   : 0.9;
    visibility: visible;
}

.widget-reservation img {
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    width   : 100%;
    height  : 100%;
    z-index : 1;
}

.widget-reservation::before {
    content           : '';
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    width             : 100%;
    height            : 100%;
    background-image: linear-gradient(180deg, #1b4279bf 20%, #1b4279 100%);
    background-image  : -o-linear-gradient(top, #1b4279bf 20%, #1b4279 100%);
    background-image  : linear-gradient(180deg, #1b4279bf 20%, #1b4279 100%);
    -webkit-transform : translateX(0);
    -ms-transform     : translateX(0);
    transform         : translateX(0);
    z-index           : 2;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
    opacity           : 0.9;
    visibility        : visible;
}

.widget-reservation::after {
    content           : '';
    background-image  : -webkit-gradient(linear, left top, left bottom, from(rgba(19, 189, 213, 0)), color-stop(0%, var(--global--color-heading)));
    background-image  : -o-linear-gradient(top, rgba(19, 189, 213, 0) 0%, var(--global--color-heading) 0%);
    background-image  : linear-gradient(180deg, rgba(19, 189, 213, 0) 0%, var(--global--color-heading) 0%);
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    width             : 100%;
    height            : 100%;
    -webkit-transform : translateX(0);
    -ms-transform     : translateX(0);
    transform         : translateX(0);
    z-index           : 2;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
    opacity           : 0;
    visibility        : hidden;
}

@media screen and (max-width: 991.98px) {
    .widget-reservation {
        text-align: center;
    }
}

.widget-reservation .widget-content {
    position: relative;
    z-index : 3;
}

.widget-reservation .widget-content i {
    display          : block;
    -webkit-transform: translateY(-25px);
    -ms-transform    : translateY(-25px);
    transform        : translateY(-25px);
    margin-bottom    : -25px;
}

.widget-reservation .widget-content i:before {
    font-size: 65px;
    color    : var(--global--color-white);
}

.widget-reservation .widget-content p {
    margin-top   : 7px;
    font-family  : var(--global--font-body);
    font-weight  : 700;
    font-size    : 17px;
    line-height  : 28px;
    color        : var(--global--color-white);
    margin-bottom: 52px;
}

.widget-reservation .widget-content a {
    font-family       : var(--global--font-body);
    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) {
    .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 {
    width           : 100%;
    height          : 60px;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    font-family     : var(--global--font-body);
    font-size       : 15px;
    font-weight     : 700;
    padding         : 0 26px;
    margin-bottom   : 22px;
}



/* 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;
    -webkit-box-pack  : justify;
    -ms-flex-pack     : justify;
    justify-content   : space-between;
    padding           : 0 25px;
    height            : 70px;
    background-color  : var(--global--color-primary);
    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-left: 5px;
    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 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 5px 20px 0px rgba(40, 40, 40, 0.11);
    box-shadow        : 0px 5px 20px 0px rgba(40, 40, 40, 0.11);
    height            : 65px;
    padding           : 0 20px;
    position          : relative;
}

.widget-services .widget-content ul li a::before {
    content                 : '';
    position                : absolute;
    width                   : calc(100%);
    height                  : calc(100%);
    top                     : 0px;
    left                    : 0px;
    background-color        : var(--global--color-primary);
    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.active_service::before {
    background-color        : var(--global--color-primary);
    -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.active_service {
    color: var(--global--color-white);
}
.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 {
    background-color: var(--global--color-white);
    color           : var(--global--color-primary);
}

.widget-services .widget-content ul li 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             : 28px;
    height            : 28px;
    border-radius     : 50%;
    background-color  : transparent;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    font-size         : 13px;
}

.widget-services .widget-content ul li a.active_service i {
    background-color: var(--global--color-white);
    color           : var(--global--color-primary);
}

/* blog sidebar */
.sidebar-blog .widget {
    background-color: #f4f4f4;
}

.sidebar-blog .form-search {
    background-color: var(--global--color-white);
}

.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;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sidebar {
        margin-top: 40px;
    }

    .widget {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 40px;
    }

    .widget-recent .entry .entry-desc {
        margin-left: 70px;
    }
}

/*------------------------------------*\
		#Contacts
\*------------------------------------*/
.contact .advantages-list-holder {
    margin-bottom: 32px;
}

.contact .contact-action {
    margin-bottom: 80px;
}

@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        : 40px;
    }
}

.contact .contact-action .btn {
    font-family : var(--global--font-body);
    font-size   : 15px;
    font-weight : 700;
    display     : -webkit-inline-box;
    display     : -ms-inline-flexbox;
    display     : inline-flex;
    width       : 170px;
    height      : 65px;
    margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .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:first-child i {
    color: var(--global--color-heading);
}

.contact .contact-action .btn:first-child:hover i {
    color: var(--global--color-white);
}

.contact .contact-action .btn:last-child {
    padding: 0 28px;
}

.contact .contact-action .btn.btn--white {
    -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);
}

.contact .contact-action.contact-action-2 {
    margin-bottom: 131px;
}

@media screen and (max-width: 991.98px) {
    .contact .contact-action.contact-action-2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .contact .contact-action.contact-action-2 .btn {
        margin-right: 0;
    }
}

.contact .contact-quote {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.contact .contact-quote img {
    margin-right: 15px;
}

.contact .contact-quote p {
    font-weight: 700;
    font-size  : 15px;
    line-height: 25px;
    color      : var(--global--color-gray);
}

.contact .contact-quote p a {
    color         : var(--global--color-gray);
    font-weight   : 700;
    font-size     : 15px;
    line-height   : 25px;
    position      : relative;
    padding-bottom: 6px;
}

.contact .contact-quote p a:hover::before {
    width: calc(100% - 20%);
}

.contact .contact-quote 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-gray);
}

.contact .contact-quote.contact-quote-2 {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: start;
    -ms-flex-align   : start;
    align-items      : flex-start;
}

@media screen and (max-width: 991.98px) {
    .contact .contact-quote.contact-quote-2 {
        -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;
        max-width            : 370px;
        margin               : 0 auto;
    }
}

.contact .contact-quote.contact-quote-2 i {
    color       : var(--global--color-white);
    margin-right: 40px;
}

@media screen and (max-width: 991.98px) {
    .contact .contact-quote.contact-quote-2 i {
        margin-right : 0;
        margin-bottom: 30px;
    }
}

.contact .contact-quote.contact-quote-2 i::before {
    font-size: 65px;
}

@media screen and (min-width: 992px) {
    .contact .contact-quote.contact-quote-2 .quote-body {
        padding-top: 10px;
    }
}

.contact .contact-quote.contact-quote-2 .quote-body p {
    font-size    : 17px;
    line-height  : 28px;
    margin-bottom: 22px;
    color        : var(--global--color-white);
}

.contact .contact-quote.contact-quote-2 .quote-body a {
    color             : var(--global--color-white);
    text-transform    : capitalize;
    font-family       : var(--global--font-body);
    font-weight       : 700;
    font-size         : 15px;
    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) {
    .contact .contact-quote.contact-quote-2 .quote-body a {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.contact .contact-quote.contact-quote-2 .quote-body a:hover {
    padding-left: 10px;
}

.contact .contact-quote.contact-quote-2 .quote-body a i {
    width            : 32px;
    height           : 32px;
    margin-right     : 10px;
    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-white);
    border-radius    : 50%;
}

@media screen and (max-width: 991.98px) {
    .contact .contact-quote.contact-quote-2 .quote-body a i {
        margin-bottom: 0;
    }
}

.contact .contact-quote.contact-quote-2 .quote-body a i::before {
    color    : var(--global--color-primary);
    font-size: 15px;
}

.contact .contact-quote.contact-quote-3 p {
    color: var(--global--color-body);
}

.contact .contact-quote.contact-quote-3 p a {
    color: var(--global--color-heading);
}

.contact .contact-quote.contact-quote-3 p a::before {
    background-color: var(--global--color-primary);
}

.contact.contact-1 {
    padding-top   : 108px;
    padding-bottom: 108px;
}

@media screen and (max-width: 991.98px) {
    .contact.contact-1 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.contact.contact-2 {
    position             : relative;
    padding-top          : 108px;
    padding-bottom       : 108px;
    background-position-x: -750px;
}

@media screen and (max-width: 991.98px) {
    .contact.contact-2 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.contact.contact-2 .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    : 12px;
    height           : 100%;
    z-index          : 1;
}

.contact.contact-4 {
    padding-top   : 110px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .contact.contact-4 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.contact.contact-4 .contact-action .btn:first-child i {
    color: var(--global--color-white);
}

.contact.contact-4 .contact-action .btn:last-child {
    border: 2px solid rgba(37, 55, 69, 0.5);
    color : var(--global--color-heading);
}

.contact.contact-4 .contact-action .btn:last-child i {
    color: var(--global--color-heading);
}

.contact.contact-4 .contact-action .btn:last-child::before {
    content: unset;
}

.contact.contact-4 .contact-action .btn:last-child:hover {
    background-color: var(--global--color-heading);
    color           : var(--global--color-white);
}

.contact.contact-4 .contact-action .btn:last-child:hover i {
    color: var(--global--color-white);
}

.contact.contact-4 .contact-panel-3 textarea {
    padding-top: 25px;
    height     : 150px;
}

.contact-panel {
    padding: 50px 55px;
}

@media screen and (max-width: 767.98px) {
    .contact-panel {
        padding: 40px 25px;
    }
}

.contact-panel.contact-panel-2 {
    padding           : 60px 70px 60px;
    background-color  : var(--global--color-white);
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow        : 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    border-radius     : 12px;
    /*-webkit-transform : translateY(370px);*/
    /*-ms-transform     : translateY(370px);*/
    /*transform         : translateY(370px);*/
    margin-top        : 60px;
    z-index           : 5;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-panel.contact-panel-2 {
        padding-left : 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .contact-panel.contact-panel-2 {
        padding-left : 25px;
        padding-right: 25px;
    }
}

.contact-panel.contact-panel-2 .contact-card {
    padding-top       : 0;
    padding-bottom    : 0;
    padding-right     : 0;
    -webkit-box-shadow: none;
    box-shadow        : none;
}

@media screen and (max-width: 991.98px) {
    .contact-panel.contact-panel-2 .contact-card {
        padding-left: 0;
    }
}

.contact-panel.contact-panel-2 .contact-card .contact-result {
    margin-top: 0;
}

.contact-panel.contact-panel-3 {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    padding : 0;
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .contact-panel.contact-panel-3 {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }
}

@media screen and (min-width: 992px) {
    .contact-panel.contact-panel-3 {
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
    }
}

.contact-panel.contact-panel-3 .heading {
    z-index: 4;
}

@media screen and (min-width:992px) {
    .contact-panel.contact-panel-3 .heading {
        -ms-flex-preferred-size: 40%;
        flex-basis             : 40%;
        -ms-flex-negative      : 0;
        flex-shrink            : 0;
        margin-bottom          : 0;
    }
}

.contact-panel.contact-panel-3 .contact-card {
    z-index: 4;
}

@media screen and (min-width: 992px) {
    .contact-panel.contact-panel-3 .contact-card {
        -ms-flex-preferred-size: 54%;
        flex-basis             : 54%;
        -ms-flex-negative      : 0;
        flex-shrink            : 0;
    }
}

@media screen and (max-width: 767.98px) {
    .contact-panel.contact-panel-3 .contact-card {
        padding-left : 25px;
        padding-right: 25px;
    }
}

.contact-card {
    background-color  : var(--global--color-white);
    border-radius     : 8px 8px 0 8px;
    padding           : 47px 50px 40px;
    border-radius     : 12px;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    height            : -webkit-max-content;
    height            : -moz-max-content;
    height            : max-content;
    position          : relative;
}

@media screen and (max-width: 767.98px) {
    .contact-card {
        padding: 37px 25px 30px;
    }
}

.contact-card .contact-body .card-heading {
    color         : var(--global--color-heading);
    font-family   : var(--global--font-heading);
    font-size     : 24px;
    line-height   : 1;
    font-weight   : 700;
    text-transform: capitalize;
    margin-bottom : 20px;
}

@media screen and (max-width: 991.98px) {
    .contact-card .contact-body .card-heading {
        text-align: center;
    }
}

.contact-card .contact-body .card-desc {
    font-family  : var(--global--font-body);
    font-weight  : 400;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--global--color-body);
    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 .btn {
    padding-left : 30px;
    padding-right: 20px;
}

.contact-card .contact-body .btn 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;
    background-color : var(--global--color-white);
    border-radius    : 50%;
    width            : 28px;
    height           : 28px;
    color            : var(--global--color-heading);
    font-size        : 12px;
}

.contact-card .contact-body .contact-result {
    margin-top: 10px;
    text-align: center;
}

.img-card {
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    height           : auto;
    padding          : 33px 40px 50px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    /*align-items      : flex-end;*/
    text-align       : center;
}

@media screen and (min-width: 992px) {
    .img-card {
        text-align             : left;
        -ms-flex-preferred-size: 46%;
        flex-basis             : 46%;
    }
}

@media screen and (max-width: 767.98px) {
    .img-card {
        padding-left : 20px;
        padding-right: 20px;
    }
}

.img-card .card-content {
    max-width: 100%;
}

@media screen and (max-width: 991.98px) {
    .img-card .card-content .content-top {
        margin-bottom: 30px;
    }
}

.img-card .card-content .content-top p {
    font-size    : 17px;
    line-height  : 28px;
    margin-bottom: 22px;
    font-weight  : 700;
    color        : var(--global--color-white);
}

.img-card .card-content .content-top a {
    color             : var(--global--color-white);
    text-transform    : capitalize;
    font-family       : var(--global--font-body);
    font-weight       : 700;
    font-size         : 15px;
    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) {
    .img-card .card-content .content-top a {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.img-card .card-content .content-top a:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform    : translateX(5px);
    transform        : translateX(5px);
}

.img-card .card-content .content-top a i {
    width             : 32px;
    height            : 32px;
    margin-right      : 10px;
    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-white);
    border-radius     : 50%;
    -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) {
    .img-card .card-content .content-top a i {
        margin-bottom: 0;
    }
}

.img-card .card-content .content-top a i::before {
    color    : var(--global--color-primary);
    font-size: 15px;
}

.img-card .card-content .content-bottom .contact-infos {
    margin-bottom: 30px;
    margin-top: 30px;
}

.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    : 26px;
}
.img-card .card-content .content-bottom .contact-infos .contact-info p{
    padding: 0;
}

.img-card .card-content .content-bottom .contact-infos .contact-info:last-child {
    margin-bottom: 0;
}

.img-card .card-content .content-bottom .contact-infos .contact-info i {
    color       : #f4f4f4;
    font-size   : 16px;
    margin-right: 10px;
}

.img-card .card-content .content-bottom .contact-infos .contact-info a,
.img-card .card-content .content-bottom .contact-infos .contact-info p {
    font-family   : var(--global--font-body);
    line-height   : 22px;
    font-size     : 16px;
    font-weight   : 700;
    margin-bottom : 0;
    color         : #f4f4f4;
    text-transform: capitalize;
}

.img-card .card-content .content-bottom .contact-infos .contact-info a:hover {
    color: var(--global--color-heading);
}

.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 .card-content .content-bottom .btn i {
    color: var(--global--color-primary);
}

.img-card .card-content .content-bottom .btn:hover {
    color: var(--global--color-white);
}

.img-card .card-content .content-bottom .btn:hover i {
    color: var(--global--color-white);
}

@media screen and (max-width: 991.98px) {
    .img-card .card-content .content-bottom .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.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;
}

.map {
    position: relative;
    height  : 470px;
}

.map iframe {
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    height  : 100%;
    width   : 100%;
}

.map iframe.map-gray {
    -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;
}

/*------------------------------------*\
		#Projects
\*------------------------------------*/

.projects.projects-standard {
    padding-top   : 86px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .projects.projects-standard {
        padding-top   : 66px;
        padding-bottom: 70px;
    }
}

.projects.projects-standard .project-panel {
    -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);
    margin-bottom     : 30px;
}

.projects.projects-standard .project-panel:hover .project-panel-holder .project-content {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    background-color  : var(--global--color-primary);
}

.projects.projects-standard .project-panel:hover .project-panel-holder .project-content .project-title h4 a {
    color: var(--global--color-white);
}

.projects.projects-standard .project-panel:hover .project-panel-holder .project-content .project-cat a {
    color: var(--global--color-white);
}

.projects.projects-standard .project-panel .project-panel-holder .project-img {
    border-radius: 8px 8px 0 0;
}

.projects.projects-standard .project-panel .project-panel-holder .project-content {
    background-color: var(--global--color-white);
    padding         : 30px 38px 27px;
    border-radius   : 0 0 8px 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .projects.projects-standard .project-panel .project-panel-holder .project-content {
        padding-left : 10px;
        padding-right: 10px;
    }
}

.projects.projects-standard .project-panel .project-panel-holder .project-content .project-title {
    margin-bottom: 6px;
}

.projects.projects-standard #load-more {
    margin-top: 20px;
}

.projects.projects-standard.projects-standard-2 {
    padding-top   : 36px;
    padding-bottom: 145px;
}

@media screen and (max-width: 767.98px) {
    .projects.projects-standard.projects-standard-2 {
        padding-bottom: 105px;
    }
}

.projects.projects-standard.projects-standard-2 .project-panel {
    margin-bottom: 50px;
}

.projects.projects-standard.projects-standard-2 .owl-carousel .owl-dots {
    position: absolute;
    width   : 100%;
    bottom  : -100px;
}

.projects .projects-load-more {
    text-align: center;
}

.projects .projects-load-more .btn {
    width             : 222px;
    -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);
}


.projects #load-more {
    -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);
}

.projects #load-more i {
    font-size: 12px;
}

.project-panel {
    margin-bottom     : 20px;
    background-color  : var(--global--color-white);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
    border-radius     : 8px;
}

.project-panel:hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(40, 40, 40, 0.13);
    box-shadow        : 0 3px 20px 0 rgba(40, 40, 40, 0.13);
}

.project-panel:hover .project-panel-holder .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform    : scale(1.1);
    transform        : scale(1.1);
}

.project-panel:hover .project-panel-holder .project-img::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform        : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.project-panel:hover .project-panel-holder .project-content .project-more .btn {
    -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);
    color             : var(--global--color-white);
    background-color  : var(--global--color-heading);
    border-color      : var(--global--color-heading);
}

.project-panel:hover .project-panel-holder .project-content .project-more .btn i {
    color: var(--global--color-heading);
}

@media screen and (max-width: 991.98px) {
    .project-panel {
        margin   : 0 auto 30px;
        max-width: 370px;
    }
}

.project-panel .project-panel-holder .project-img {
    position     : relative;
    overflow     : hidden;
    border-radius: 8px;
}

.project-panel .project-panel-holder .project-img::after {
    position          : absolute;
    top               : 0;
    left              : 0;
    width             : 100%;
    height            : 100%;
    background        : rgba(255, 255, 255, 0.5);
    content           : '';
    z-index           : 1;
    -webkit-transition: -webkit-transform 0.6s;
    transition        : -webkit-transform 0.6s;
    -o-transition     : transform 0.6s;
    transition        : transform 0.6s;
    transition        : transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform         : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.project-panel .project-panel-holder .project-img a {
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    width   : 100%;
    height  : 100%;
    z-index : 2;
}

.project-panel .project-panel-holder .project-img img {
    max-width         : 100%;
    height            : auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
}

.project-panel .project-panel-holder .project-content {
    padding   : 33px 40px 40px;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .project-panel .project-panel-holder .project-content {
        padding-right: 25px;
        padding-left : 25px;
    }
}

@media screen and (min-width: 992px) {
    .project-panel .project-panel-holder .project-content {
        text-align: left;
    }
}

.project-panel .project-panel-holder .project-content .project-title {
    margin-bottom: 16px;
}

.project-panel .project-panel-holder .project-content .project-title h4 {
    margin-bottom: 0;
}

.project-panel .project-panel-holder .project-content .project-title h4 a {
    font-family   : var(--global--font-heading);
    font-size     : 20px;
    font-weight   : 600;
    line-height   : 27px;
    text-transform: capitalize;
    color         : var(--global--color-heading);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .project-panel .project-panel-holder .project-content .project-title h4 a {
        font-size: 18px;
    }
}

.project-panel .project-panel-holder .project-content .project-title h4 a:hover {
    color: var(--global--color-primary);
}

.project-panel .project-panel-holder .project-content .project-cat {
    margin-bottom: 3px;
}

.project-panel .project-panel-holder .project-content .project-cat a {
    color         : var(--global--color-primary);
    font-family   : var(--global--font-body);
    font-size     : 14px;
    font-weight   : 400;
    line-height   : 28px;
    position      : relative;
    text-transform: capitalize;
}

.project-panel .project-panel-holder .project-content .project-cat a::before {
    content           : '';
    height            : 1px;
    width             : 100%;
    background-color  : var(--global--color-primary);
    position          : absolute;
    bottom            : -2px;
    left              : 0;
    opacity           : 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.project-panel .project-panel-holder .project-content .project-cat a:hover {
    color: var(--global--color-primary);
}

.project-panel .project-panel-holder .project-content .project-cat a:hover::before {
    opacity: 1;
}

.project-panel .project-panel-holder .project-content .project-cat a::after {
    content     : ",";
    margin-right: 5px;
}

.project-panel .project-panel-holder .project-content .project-cat a:last-of-type::after {
    content: none;
}

.project-panel .project-panel-holder .project-content .project-desc {
    margin-bottom: 32px;
}

.project-panel .project-panel-holder .project-content .project-desc p {
    font-family  : var(--global--font-body);
    color        : var(--global--color-body);
    font-size    : 15px;
    line-height  : 25px;
    margin-bottom: 0;
}

.project-panel .project-panel-holder .project-content .project-more .btn {
    border            : 2px solid rgba(37, 55, 69, 0.5);
    width             : 100%;
    height            : 55px;
    color             : var(--global--color-heading);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
}

.project-panel .project-panel-holder .project-content .project-more .btn i {
    width             : 28px;
    height            : 28px;
    background-color  : var(--global--color-white);
    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-heading);
    border-radius     : 50%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
}

.project-panel .project-panel-holder .project-content .project-more .btn::before {
    content: unset;
}

.project-panel .project-panel-holder .project-content .project-more .btn:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform    : translateX(10px);
    transform        : translateX(10px);
}



/* Project Single */
.project-single {
    padding-top   : 0;
    padding-bottom: 0;
}

.project-single .project-intro .project-img {
    position: relative;
}

.project-single .project-intro .project-img img {
    max-width    : 100%;
    border-radius: 12px;
}

@media screen and (max-width: 767.98px) {
    .project-single .project-intro .project-img img {
        height       : 200px;
        border-radius: 8px 8px 0 0;
    }
}

.project-single .project-intro .project-img .project-panel {
    position          : absolute;
    right             : 65px;
    bottom            : -65px;
    max-width         : 540px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow        : 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    margin-bottom     : 0;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-intro .project-img .project-panel {
        right : 40px;
        bottom: -70px;
    }
}

@media screen and (max-width: 767.98px) {
    .project-single .project-intro .project-img .project-panel {
        position     : relative;
        right        : auto;
        bottom       : auto;
        border-radius: 0 0 8px 8px;
        margin-bottom: 0;
    }
}

.project-single .project-intro .project-img .project-panel:hover .project-content .project-more .btn {
    background-color: var(--global--color-primary);
}

.project-single .project-intro .project-img .project-panel:hover .project-content .project-more .btn::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;
}

.project-single .project-intro .project-img .project-panel .project-content {
    padding: 43px 50px 75px;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-intro .project-img .project-panel .project-content {
        padding-left : 25px;
        padding-right: 25px;
    }
}

.project-single .project-intro .project-img .project-panel .project-content .project-cat {
    margin-bottom: 0;
}

.project-single .project-intro .project-img .project-panel .project-content .project-title {
    margin-bottom: 29px;
}

.project-single .project-intro .project-img .project-panel .project-content .project-more {
    position: absolute;
    bottom  : 0;
    left    : 0;
}

.project-single .project-intro .project-img .project-panel .project-content .project-more .btn {
    width             : 204px;
    height            : 65px;
    color             : var(--global--color-white);
    border            : 0;
    -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);
    border-radius     : 0 8px 0 8px;
}

.project-single .project-intro .project-img .project-panel .project-content .project-more .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 .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;
}

.project-single .project-intro .project-img .project-panel .project-content .project-more .btn i {
    color           : var(--global--color-white);
    background-color: transparent;
}

.project-single .project-overview {
    padding-top   : 110px;
    padding-bottom: 80px;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-overview {
        padding-top   : 70px;
        padding-bottom: 60px;
    }
}

.project-single .project-overview .project-details {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .project-single .project-overview .project-details {
        -webkit-transform: translateY(-6px);
        -ms-transform    : translateY(-6px);
        transform        : translateY(-6px);
        margin-bottom    : 23px;
    }
}

.project-single .project-overview .project-details .table {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .project-single .project-overview .project-details .table {
        width: 80%;
    }
}

.project-single .project-overview .project-details .table td {
    border-top    : 0;
    border-bottom : 0;
    padding-bottom: 5px;
}

.project-single .project-overview .project-details .table .name {
    font-family   : var(--global--font-body);
    font-weight   : 700;
    font-size     : 15px;
    color         : var(--global--color-secondary);
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
    .project-single .project-overview .project-details .table .name {
        padding-left: 0;
    }
}

.project-single .project-overview .project-details .table .value {
    font-family   : var(--global--font-body);
    font-weight   : 400;
    font-size     : 15px;
    color         : var(--global--color-body);
    text-transform: capitalize;
}

.project-single .project-overview .advantages-list-holder {
    padding         : 32px 40px 32px;
    background-color: #e0f6e9;
    border-radius   : 12px;
}

@media screen and (min-width: 992px) {
    .project-single .project-overview .advantages-list-holder {
        margin-top: 6px;
    }
}

@media screen and (max-width: 991.98px) {
    .project-single .project-overview .advantages-list-holder {
        padding-left : 30px;
        padding-right: 30px;
    }
}

.project-single .project-overview .advantages-list-holder p {
    font-size    : 17px;
    font-weight  : 700;
    line-height  : 27px;
    color        : var(--global--color-secondary);
    margin-bottom: 25px;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-overview.project-overview-1 {
        padding-top: 100px;
    }
}

.project-single .project-overview.project-overview-1 .btn {
    width             : 270px;
    height            : 60px;
    -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);
}

@media screen and (max-width: 991.98px) {
    .project-single .project-overview.project-overview-2 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.project-single .project-overview.project-overview-3 {
    padding-top   : 120px;
    padding-bottom: 130px;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-overview.project-overview-3 {
        padding-top   : 200px;
        padding-bottom: 70px;
    }
}

.project-single .project-overview.project-overview-3 .btn {
    -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);
}

.project-single .project-overview.project-overview-3 .heading {
    margin-bottom: 62px;
}

.project-single .project-overview.project-overview-4 {
    padding-top   : 110px;
    padding-bottom: 90px;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-overview.project-overview-4 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.project-single .project-overview.project-overview-4 .counters-holder {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .project-single .project-overview.project-overview-4 .counters-holder {
        margin-top: 11px;
    }
}

.project-single .project-image-carousel {
    padding-top   : 0;
    padding-bottom: 0;
}

.project-single .project-image-carousel .owl-carousel .owl-stage-outer .owl-item {
    opacity: 1;
}

.project-single .project-image-carousel .owl-carousel .owl-nav {
    top: 167px;
}

@media screen and (max-width: 991.98px) {
    .project-single .project-image-carousel .owl-carousel .owl-nav {
        display: none;
    }
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev,
.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next {
    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             : 110px;
    height            : 110px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev::before,
.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next::before {
    color      : var(--global--color-white);
    content    : '\e906';
    font-family: 'energia';
    font-size  : 20px;
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev {
    left            : 0;
    border-radius   : 0 8px 8px 0;
    background-color: var(--global--color-primary);
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev:hover {
    background-color: var(--global--color-heading);
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev:before {
    -webkit-transform: rotate(270deg);
    -ms-transform    : rotate(270deg);
    transform        : rotate(270deg);
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next {
    right           : 0;
    border-radius   : 8px 0px 0px 8px;
    background-color: var(--global--color-heading);
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--global--color-primary);
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform    : rotate(90deg);
    transform        : rotate(90deg);
}

.project-single .project-image-carousel .owl-carousel .owl-dots {
    margin-top: 10px;
    position  : relative;
    bottom    : auto;
}

.project-single .project-share {
    padding-top   : 33px;
    padding-bottom: 40px;
    border-bottom : 1px solid #eaeaea;
}

.project-single .project-share .tags {
    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;
    margin-bottom    : 10px;
}

.project-single .project-share .tags a {
    font-family   : var(--global--font-body);
    font-weight   : 400;
    font-size     : 14px;
    line-height   : 28px;
    color         : var(--global--color-primary);
    text-transform: capitalize;
}

.project-single .project-share .tags a::after {
    content     : ',';
    margin-right: 4px;
}

.project-single .project-share .tags a:last-child::after {
    content: unset;
}

.project-single .project-share .social-share {
    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;
}

.project-single .project-share .social-share a {
    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;
    width             : 40px;
    height            : 40px;
    border-radius     : 50%;
    border            : 2px solid #929ba2;
    margin-right      : 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.project-single .project-share .social-share a:last-child {
    margin-right: 0;
}

.project-single .project-share .social-share a:hover i {
    width           : 40px;
    height          : 40px;
    background-color: var(--global--color-primary);
}

.project-single .project-share .social-share a i {
    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;
    width             : 20px;
    height            : 20px;
    border-radius     : 50%;
    font-size         : 11px;
    background-color  : var(--global--color-heading);
    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;
}

/*------------------------------------*\
		#FAQS
\*------------------------------------*/
.faqs {
    padding-top   : 130px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .faqs {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.faqs .faqs-action {
    margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
    .faqs .faqs-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;
    }
}

.faqs .faqs-action .btn {
    font-family : var(--global--font-body);
    font-size   : 15px;
    font-weight : 700;
    display     : -webkit-inline-box;
    display     : -ms-inline-flexbox;
    display     : inline-flex;
    width       : 170px;
    height      : 65px;
    margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .faqs .faqs-action .btn {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991.98px) {
    .faqs .faqs-action .btn {
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width: 767.98px) {
    .faqs .faqs-action .btn {
        margin-right : 0;
        margin-bottom: 15px;
        height       : 50px;
    }
}

.faqs .faqs-action .btn:first-child i {
    color: var(--global--color-heading);
}

.faqs .faqs-action .btn:first-child:hover i {
    color: var(--global--color-white);
}

.faqs .faqs-action .btn:last-child {
    padding: 0 28px;
}

.faqs .faqs-action .btn.btn--white {
    -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);
}

.faqs .more-faqs {
    text-align: center;
    margin-top: 3px;
}

.faqs .more-faqs p {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size  : 15px;
    color      : var(--global--color-body);
}

.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);
}

.faqs.faqs-2 {
    padding-top   : 130px;
    padding-bottom: 100px;
}

@media screen and (max-width: 991.98px) {
    .faqs.faqs-2 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

/*------------------------------------*\
		#Carrers
\*------------------------------------*/
.careers {
    padding-top   : 130px;
    padding-bottom: 220px;
}

@media screen and (max-width: 991.98px) {
    .careers {
        padding-top   : 70px;
        padding-bottom: 180px;
    }
}

@media screen and (max-width: 991.98px) {
    .careers .career-item {
        max-width: 370px;
        margin   : 0 auto;
    }
}

.careers .career-item .career-item-wrap {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.06);
    box-shadow        : 0px 5px 83px 0px rgba(40, 40, 40, 0.06);
    border-radius     : 8px;
    background-color  : var(--global--color-white);
    padding           : 39px 40px 40px;
    position          : relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .careers .career-item .career-item-wrap {
        padding-right: 25px;
        padding-left : 25px;
    }
}

.careers .career-item .career-item-wrap .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-item-wrap .career-meta .career-type,
.careers .career-item .career-item-wrap .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-item-wrap .career-meta .career-type {
    color        : var(--global--color-primary);
    border       : 2px solid var(--global--color-primary);
    padding      : 0px 9px;
    border-radius: 4px;
    margin-right : 15px;
}

.careers .career-item .career-item-wrap .career-meta .career-place {
    color: var(--global--color-body);
}

.careers .career-item .career-item-wrap .career-content .career-title {
    font-family   : var(--global--font-heading);
    font-size     : 20px;
    font-weight   : 700;
    line-height   : 28px;
    color         : var(--global--color-heading);
    margin-bottom : 17px;
    text-transform: capitalize;
}

.careers .career-item .career-item-wrap .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-item-wrap .career-content .career-more {
    width  : 140px;
    height : 42px;
    padding: 0 20px;
}

.careers .career-item .career-item-wrap .career-content .career-more i {
    font-size: 12px;
}

.careers .carousel-dots .owl-dots {
    margin-top: 40px;
}

/*------------------------------------*\
		#Awards
\*------------------------------------*/
.awards {
    padding-top   : 130px;
    padding-bottom: 80px;
}

@media screen and (max-width: 991.98px) {
    .awards {
        padding-top   : 70px;
        padding-bottom: 30px;
    }
}

.awards .award {
    margin-bottom: 30px;
}

.awards .award:hover .award-img {
    background-color: var(--global--color-primary);
}

.awards .award .award-img {
    padding           : 30px 40px;
    background-color  : #f3f3f3;
    border-radius     : 8px;
    -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: 1200px) {
    .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%;
    width:400px;
}

.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: 1200px) {
    .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       : 700;
    font-size         : 18px;
    line-height       : 26px;
    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;
    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;
}

/*------------------------------------*\
		#Blog
\*------------------------------------*/
.blog {
    padding: 127px 0 70px;
}

.blog.blog-1 {
    padding-top   : 119px;
    padding-bottom: 105px;
}

@media screen and (max-width: 991.98px) {
    .blog.blog-1 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.blog.blog-2 {
    padding-top   : 129px;
    padding-bottom: 105px;
}

@media screen and (max-width: 991.98px) {
    .blog.blog-2 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

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

.blog .more-blog a {
    position          : relative;
    font-size         : 15px;
    font-family       : var(--global--font-body);
    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-blog a:hover::before {
    width: calc(100% - 20%);
}

.blog .more-blog 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-entry {
    position          : relative;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    box-shadow        : 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    border-radius     : 8px;
    background-color  : var(--global--color-white);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition     : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
    margin-bottom     : 36px;
}

@media screen and (max-width: 991.98px) {
    .blog-entry {
        max-width: 370px;
        margin   : 0 auto 30px;
    }
}

.blog-entry::before {
    content           : '';
    position          : absolute;
    top               : 0;
    left              : 0;
    height            : 10px;
    width             : calc(100% - 40px);
    background-color  : #eaeaea;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    border-radius     : 8px 0 0 0;
}

@media screen and (max-width: 767.98px) {
    .blog-entry::before {
        width: calc(100% - 20px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-entry::before {
        width: calc(100% - 25px);
    }
}

.blog-entry::after {
    content                 : '';
    position                : absolute;
    top                     : 0;
    left                    : 0;
    height                  : 10px;
    width                   : calc(100% - 40px);
    background-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;
    border-radius           : 8px 0 0 0;
    -webkit-transform       : scaleX(0);
    -ms-transform           : scaleX(0);
    transform               : scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin    : left;
    transform-origin        : left;
}

@media screen and (max-width: 767.98px) {
    .blog-entry::after {
        width: calc(100% - 20px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-entry::after {
        width: calc(100% - 25px);
    }
}

.blog-entry:hover {
    -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);
}

.blog-entry:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform    : scaleX(1);
    transform        : scaleX(1);
}

.blog-entry:hover .entry-content .entry-img-wrap .entry-img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform        : scale3d(1, 1, 1);
}

.blog-entry:hover .entry-content .entry-more .btn {
    -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);
    color             : var(--global--color-white);
    background-color  : var(--global--color-heading);
    border-color      : var(--global--color-heading);
}

.blog-entry:hover .entry-content .entry-more .btn i {
    background-color: var(--global--color-white);
    color           : var(--global--color-heading);
}

.blog-entry .entry-content {
    padding: 36px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-entry .entry-content {
        padding-left : 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-entry .entry-content {
        padding-left : 20px;
        padding-right: 20px;
    }
}

.blog-entry .entry-content .entry-img-wrap {
    -webkit-transform: translateX(-40px);
    -ms-transform    : translateX(-40px);
    transform        : translateX(-40px);
    width            : calc(100% + 40px);
    position         : relative;
    margin-bottom    : 32px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-entry .entry-content .entry-img-wrap {
        -webkit-transform: translateX(-25px);
        -ms-transform    : translateX(-25px);
        transform        : translateX(-25px);
        width            : calc(100% + 25px);
    }
}

@media screen and (max-width: 767.98px) {
    .blog-entry .entry-content .entry-img-wrap {
        -webkit-transform: translateX(-20px);
        -ms-transform    : translateX(-20px);
        transform        : translateX(-20px);
        width            : calc(100% + 20px);
    }
}

.blog-entry .entry-content .entry-img-wrap .entry-img {
    position     : relative;
    border-radius: 0 8px 8px 0;
    overflow     : hidden;
    max-width    : 100%;
}

.blog-entry .entry-content .entry-img-wrap .entry-img img {
    -webkit-transition: -webkit-transform 0.35s;
    transition        : -webkit-transform 0.35s;
    -o-transition     : transform 0.35s;
    transition        : transform 0.35s;
    transition        : transform 0.35s, -webkit-transform 0.35s;
    max-width         : 100%;
    height            : auto;
    -webkit-transform : scale3d(1.05, 1.05, 1);
    transform         : scale3d(1.05, 1.05, 1);
}

.blog-entry .entry-content .entry-img-wrap .entry-category {
    position         : absolute;
    left             : 40px;
    bottom           : -15px;
    display          : -webkit-inline-box;
    display          : -ms-inline-flexbox;
    display          : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin-bottom    : 0px;
    text-transform   : capitalize;
    height           : 30px;
    padding          : 0 10px;
    background-color : #4aab3d;
    border-radius    : 6px;
    font-size: 13px;.blog-entry .entry-content .entry-bio p
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-entry .entry-content .entry-img-wrap .entry-category {
        left: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-entry .entry-content .entry-img-wrap .entry-category {
        left: 20px;
    }
}

.blog-entry .entry-content .entry-img-wrap .entry-category a {
    position          : relative;
    color             : var(--global--color-white);
    font-family       : var(--global--font-body);
    font-size         : 13px;
    font-weight       : 400;
    line-height       : 26px;
    text-transform    : capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.blog-entry .entry-content .entry-img-wrap .entry-category a::after {
    content     : ", ";
    position    : relative;
    margin-right: 4px;
}

.blog-entry .entry-content .entry-img-wrap .entry-category a:last-of-type::after {
    content: "";
}

.blog-entry .entry-content .entry-img-wrap .entry-category a:hover {
    color: var(--global--color-heading);
}

.blog-entry .entry-content .entry-meta {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin-bottom    : 6px;
}

.blog-entry .entry-content .entry-meta .entry-date {
    margin-right: 20px;font-size: 12px;
}

.blog-entry .entry-content .entry-meta .entry-date .day,
.blog-entry .entry-content .entry-meta .entry-date .year {
    font-family   : var(--global--font-body);
    font-weight   : 400;
    font-size     : 12px;
    line-height   : 16px;
    color         : #616161;
    text-transform: capitalize;
}

.blog-entry .entry-content .entry-meta .entry-date .day:after {
    content     : ',';
    margin-right: 3px;
}

.blog-entry .entry-content .entry-meta .entry-author {
    text-transform: capitalize;
}

.blog-entry .entry-content .entry-meta .entry-author p {
    font-family  : var(--global--font-body);
    font-weight  : 400;
    font-size    : 13px;
    line-height  : 16px;
    color        : var(--global--color-heading);
    margin-bottom: 0;
}

.blog-entry .entry-content .entry-title {
    margin-bottom: 32px;
}

.blog-entry .entry-content .entry-title h4 a {
    font-family       : var(--global--font-heading);
    font-size         : 20px;
    font-weight       : 600;
    line-height       : 28px;
    margin-bottom     : 0;
    text-transform    : capitalize;
    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-entry .entry-content .entry-title h4 a:hover {
    color: var(--global--color-primary);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-entry .entry-content .entry-title h4 a {
        font-size: 18px;
    }
}

.blog-entry .entry-content .entry-bio p {
    font-family  : var(--global--font-body);
    font-size    : 14px;
    font-weight  : 400;
    line-height  : 22px;
    margin-bottom: 22px;
}

@media screen and (max-width: 767.98px) {
    .blog-entry .entry-content .entry-more {
        text-align: center;
    }
}

.blog-entry .entry-content .entry-more a {
    width             : 142px;
    height            : 45px;
    padding           : 0 20px;
    border            : 2px solid rgba(37, 55, 69, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.blog-entry .entry-content .entry-more a::before {
    content: unset;
}

.blog-entry .entry-content .entry-more a:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform    : translateX(10px);
    transform        : translateX(10px);
}

.blog-entry .entry-content .entry-more a i {
    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;
    width             : 20px;
    height            : 20px;
    border-radius     : 50%;
    background-color  : var(--global--color-heading);
    color             : var(--global--color-white);
    font-size         : 12px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

/* Blog Grid */
.blog-grid {
    padding: 70px 0 110px;
}

.blog-grid .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-grid .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.blog-grid .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.blog-grid .owl-carousel .owl-dots {
    position        : relative;
    right           : auto;
    bottom          : auto;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
}

@media screen and (max-width: 991.98px) {
    .blog-grid .owl-carousel .owl-dots {
        margin-top: 0;
    }
}

.blog-grid .owl-carousel .owl-dots .owl-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog-grid.blog-grid-2 {
    padding-top: 510px;
}

.blog-grid.blog-grid-3 {
    padding-top: 130px;
}

@media screen and (max-width: 991.98px) {
    .blog-grid.blog-grid-3 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.blog-grid.blog-grid-4 {
    padding-top: 218px;
}

@media screen and (max-width: 991.98px) {
    .blog-grid.blog-grid-4 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.blog-grid.blog-grid-5 {
    padding-top   : 110px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .blog-grid.blog-grid-5 {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.blog-grid.blog-grid-5 .blog-entry {
    margin-bottom: 30px;
}

.blog-grid.blog-grid-5 .pagination {
    margin-top: 20px;
}

/* Blog Standard */
.blog-standard {
    padding-top   : 110px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .blog-standard {
        padding-top   : 70px;
        padding-bottom: 70px;
    }
}

.blog-standard .blog-entry {
    -webkit-box-shadow: none;
    box-shadow        : none;
    margin-top        : 0;
}

@media screen and (max-width: 991.98px) {
    .blog-standard .blog-entry {
        max-width: initial;
    }
}

.blog-standard .blog-entry:last-of-type {
    margin-bottom: 0px;
}

.blog-standard .blog-entry::before {
    content: unset;
}

.blog-standard .blog-entry .entry-img {
    position: relative;
}

.blog-standard .blog-entry .entry-img img {
    max-width    : 100%;
    border-radius: 12px;
}

.blog-standard .blog-entry .entry-content {
    padding: 34px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-standard .blog-entry .entry-content {
        padding-left : 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-standard .blog-entry .entry-content {
        padding: 39px 0 40px;
    }
}

.blog-standard .blog-entry .entry-content .entry-meta {
    background-color : var(--global--color-white);
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin-bottom    : 23px;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-date {
    margin-right: 15px;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-date span {
    font-family   : var(--global--font-body);
    font-size     : 12px;
    font-weight   : 400;
    color         : #616161;
    text-transform: capitalize;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-date span:last-child::after {
    content: unset;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-date span::after {
    content     : ',';
    margin-right: 3px;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-comments span {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    color         : var(--global--color-primary);
    text-transform: capitalize;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-comments span.num {
    color      : var(--global--color-primary);
    margin-left: 3px;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-category {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin-right     : 15px;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-category a {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    color         : #616161;
    text-transform: capitalize;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-category a:hover {
    color: var(--global--color-heading);
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-category a:last-child::after {
    content: unset;
}

.blog-standard .blog-entry .entry-content .entry-meta .entry-category a::after {
    content     : ',';
    margin-right: 5px;
}

.blog-standard .blog-entry .entry-content .entry-title {
    margin-bottom: 23px;
}

.blog-standard .blog-entry .entry-content .entry-title h4 {
    margin-bottom: 0;
}

.blog-standard .blog-entry .entry-content .entry-title h4 a {
    font-size  : 40px;
    line-height: 49px;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-standard .blog-entry .entry-content .entry-title h4 a {
        font-size: 35px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-standard .blog-entry .entry-content .entry-title h4 a {
        font-size  : 32px;
        line-height: 1.4;
    }
}

.blog-standard .blog-entry .entry-content .entry-bio p {
    font-size  : 16px;
    line-height: 27px;
}

.blog-standard .blog-entry .entry-content .entry-more a {
    border        : 0;
    padding       : 0;
    font-size     : 14px;
    font-weight   : 700;
    color         : var(--global--color-heading);
    border-bottom : 2px solid var(--global--color-heading);
    padding-bottom: 5px;
    text-transform: capitalize;
    width         : -webkit-max-content;
    width         : -moz-max-content;
    width         : max-content;
}

.blog-standard .blog-entry .entry-content .entry-more a:hover {
    color       : var(--global--color-primary);
    border-color: var(--global--color-primary);
}

/* Blog Single */
.blog-single {
    padding-top   : 0px;
    padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
    .blog-single {
        padding-bottom: 40px;
    }
}

.blog-single .blog-entry {
    -webkit-box-shadow: none;
    box-shadow        : none;
    margin-top        : 0;
}

@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::before {
    content: unset;
}

.blog-single .blog-entry .entry-img {
    position: relative;
}

.blog-single .blog-entry .entry-img img {
    max-width    : 100%;
    border-radius: 12px;
}

.blog-single .blog-entry .entry-img .entry-meta {
    position         : absolute;
    background-color : var(--global--color-white);
    border-radius    : 0 12px 0 0;
    bottom           : -6px;
    left             : 0;
    padding          : 25px 40px 0;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
    min-width: 280px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-single .blog-entry .entry-img .entry-meta {
        padding-left : 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-single .blog-entry .entry-img .entry-meta {
        padding-left : 25px;
        padding-right: 25px;
    }
}

.blog-single .blog-entry .entry-img .entry-meta .entry-date {
    margin-right: 20px;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-date span {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    color         : #616161;
    text-transform: capitalize;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-date span:last-child::after {
    content: unset;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-date span::after {
    content     : ',';
    margin-right: 3px;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-author {
    margin-right: 20px;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-author a {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    color         : var(--global--color-heading);
    text-transform: capitalize;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-author a:hover {
    color: var(--global--color-primary);
}

.blog-single .blog-entry .entry-img .entry-meta .entry-comments span {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    color         : #616161;
    text-transform: capitalize;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-comments span.num {
    color      : var(--global--color-primary);
    margin-left: 3px;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-category {
    position         : absolute;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    background-color : #4aab3d;
    height           : 30px;
    padding          : 0 10px;
    top              : -15px;
    left             : 40px;
    border-radius    : 6px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-single .blog-entry .entry-img .entry-meta .entry-category {
        left: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-single .blog-entry .entry-img .entry-meta .entry-category {
        left: 25px;
    }
}

.blog-single .blog-entry .entry-img .entry-meta .entry-category a {
    font-family   : var(--global--font-body);
    font-size     : 13px;
    font-weight   : 400;
    color         : var(--global--color-white);
    text-transform: capitalize;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-category a:hover {
    color: var(--global--color-heading);
}

.blog-single .blog-entry .entry-img .entry-meta .entry-category a:last-child::after {
    content: unset;
}

.blog-single .blog-entry .entry-img .entry-meta .entry-category a::after {
    content     : ',';
    margin-right: 5px;
}

.blog-single .blog-entry .entry-content {
    padding      : 39px 40px 40px;
    border-bottom: 1px solid #eaeaea;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-single .blog-entry .entry-content {
        padding-left : 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-single .blog-entry .entry-content {
        padding: 39px 0 40px;
    }
}

.blog-single .blog-entry .entry-content .entry-title {
    margin-bottom: 32px;
}

.blog-single .blog-entry .entry-content .entry-title h4 {
    font-size  : 40px;
    line-height: 49px;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-single .blog-entry .entry-content .entry-title h4 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767.98px) {
    .blog-single .blog-entry .entry-content .entry-title h4 {
        font-size  : 32px;
        line-height: 1.4;
    }
}

.blog-single .blog-entry .entry-content .entry-bio p {
    font-size    : 16px;
    line-height  : 27px;
    margin-bottom: 10px;
}

.blog-single .blog-entry .entry-content .entry-bio p:last-child {
    margin-bottom: 24px;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share {
    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;
    background-color  : var(--global--color-white);
    border-radius     : 8px;
    padding           : 25px 25px 25px 40px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
    box-shadow        : 0px 5px 83px 0px rgba(40, 40, 40, 0.21);
}

@media screen and (max-width: 767.98px) {
    .blog-single .blog-entry .entry-content .entry-holder .entry-share {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        padding              : 20px;
    }
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share span {
    font-family   : var(--global--font-body);
    font-weight   : 700;
    font-size     : 15px;
    color         : var(--global--color-secondary);
    text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
    .blog-single .blog-entry .entry-content .entry-holder .entry-share span {
        margin-bottom: 20px;
    }
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share a {
    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;
    width             : 40px;
    height            : 40px;
    border-radius     : 50%;
    border            : 2px solid #929ba2;
    margin-right      : 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share a:last-child {
    margin-right: 0;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share a:hover i {
    width           : 40px;
    height          : 40px;
    background-color: var(--global--color-primary);
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share a i {
    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;
    width             : 20px;
    height            : 20px;
    border-radius     : 50%;
    font-size         : 11px;
    background-color  : var(--global--color-heading);
    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;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-tags {
    margin-bottom: 32px;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-tags span {
    font-family   : var(--global--font-body);
    font-weight   : 700;
    color         : #282828;
    text-transform: capitalize;
    font-size     : 15px;
    margin-right  : 5px;
}

@media screen and (max-width: 767.98px) {
    .blog-single .blog-entry .entry-content .entry-holder .entry-tags {
        margin-bottom: 30px;
    }
}

.blog-single .blog-entry .entry-content .entry-holder .entry-tags a {
    display           : inline-block;
    font-family       : var(--global--font-body);
    font-size         : 14px;
    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             : var(--global--color-primary);
}

.blog-single .blog-entry .entry-content .entry-holder .entry-tags a:last-child::after {
    content: unset;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-tags a::after {
    content     : ',';
    margin-right: 5px;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-tags a:hover {
    color: var(--global--color-heading);
}

.blog-single .nav-posts {
    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;
    padding-top      : 30px;
    padding-bottom   : 30px;
    text-transform   : capitalize;
    border-bottom    : 1px solid #eaeaea;
}

@media screen and (max-width: 991.98px) {
    .blog-single .nav-posts {
        -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;
    }
}

.blog-single .nav-posts .prev-post,
.blog-single .nav-posts .next-post {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    border-radius     : 8px;
    padding           : 20px;
    background-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;
}

.blog-single .nav-posts .prev-post:hover,
.blog-single .nav-posts .next-post:hover {
    background-color: #e0f6e9;
}

.blog-single .nav-posts .prev-post:hover .post-img .overlay,
.blog-single .nav-posts .next-post:hover .post-img .overlay {
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1);
}

.blog-single .nav-posts .prev-post .post-img,
.blog-single .nav-posts .next-post .post-img {
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    width            : 90px;
    height           : 67px;
    border-radius    : 8px;
    margin-right     : 20px;
    position         : relative;
    overflow         : hidden;
}

.blog-single .nav-posts .prev-post .post-img .overlay,
.blog-single .nav-posts .next-post .post-img .overlay {
    content           : '\e905';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    width             : 100%;
    height            : 100%;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    background-color  : var(--global--color-primary-90);
    color             : var(--global--color-white);
    transition        : 0.3s ease-in-out;
    -webkit-transform : scale(0);
    -ms-transform     : scale(0);
    transform         : scale(0);
}

.blog-single .nav-posts .prev-post .post-img img,
.blog-single .nav-posts .next-post .post-img img {
    width: 100%;
}

.blog-single .nav-posts .prev-post .post-body span,
.blog-single .nav-posts .next-post .post-body span {
    display    : block;
    font-family: var(--global--font-body);
    font-size  : 13px;
    font-weight: 400;
    line-height: 16px;
    color      : var(--global--color-body);
}

.blog-single .nav-posts .prev-post .post-body .post-link,
.blog-single .nav-posts .next-post .post-body .post-link {
    font-family       : var(--global--font-heading);
    font-weight       : 700;
    font-size         : 16px;
    line-height       : 22px;
    color             : var(--global--color-heading);
    -webkit-transition: 300ms ease-in-out;
    -o-transition     : 300ms ease-in-out;
    transition        : 300ms ease-in-out;
}

.blog-single .nav-posts .prev-post .post-body .post-link:hover,
.blog-single .nav-posts .next-post .post-body .post-link:hover {
    color: var(--global--color-primary);
}

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

    .blog-single .nav-posts .prev-post,
    .blog-single .nav-posts .next-post {
        -ms-flex-preferred-size: 50%;
        flex-basis             : 50%;
    }
}

.blog-single .nav-posts .prev-post .post-img .overlay i {
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg);
}

@media screen and (max-width: 991.98px) {
    .blog-single .nav-posts .prev-post {
        margin-bottom: 38px;
    }
}

.blog-single .nav-posts .next-post {
    text-align: right;
}

.blog-single .nav-posts .next-post .post-img {
    margin-right: 0;
    margin-left : 20px;
}

.blog-single .entry-widget {
    padding-top: 62px;
}

.blog-single .entry-widget .entry-widget-title {
    position     : relative;
    margin-bottom: 21px;
}

.blog-single .entry-widget .entry-widget-title h4 {
    font-family   : var(--global--font-heading);
    font-size     : 21px;
    font-weight   : 700;
    line-height   : 30px;
    margin-bottom : 0;
    position      : relative;
    text-transform: capitalize;
    color         : var(--global--color-secondary);
}

.blog-single .entry-widget-bio {
    margin-top      : 40px;
    padding         : 40px 40px 35px;
    border-radius   : 8px;
    background-color: #f4f4f4;
    position        : relative;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio {
        padding-right: 20px;
        padding-left : 20px;
    }
}

.blog-single .entry-widget-bio::before {
    content         : '';
    position        : absolute;
    bottom          : 0;
    right           : 0;
    height          : 4px;
    width           : calc(100% - 40px);
    background-color: var(--global--color-primary);
    border-radius   : 0 0 8px 0;
}

@media screen and (max-width: 767.98px) {
    .blog-single .entry-widget-bio::before {
        width: calc(100% - 20px);
    }
}

.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        : 70px;
    height       : 70px;
    border-radius: 8px;
    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;
    }
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h4 {
    font-family  : var(--global--font-heading);
    color        : var(--global--color-heading);
    font-size    : 18px;
    font-weight  : 700;
    line-height  : 30px;
    margin-bottom: 10px;
}

.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 a {
    color             : var(--global--color-heading);
    font-size         : 16px;
    font-weight       : 400;
    line-height       : 1;
    margin-right      : 18px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc a:hover {
    color: var(--global--color-primary);
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc a:last-child {
    margin-right: 0;
}

.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: 30px;
    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 {
    border-bottom : none;
    padding-bottom: 0;
    margin-bottom : 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .comment {
    border-bottom: none;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .replies-list {
    margin-top : 25px;
    padding-top: 30px;
    border-top : 2px solid #eaeaea;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list {
    margin-top : 25px;
    padding-top: 30px;
    border-top : 2px solid #eaeaea;
}

.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 {
    border-bottom : none;
    padding-bottom: 0;
    margin-bottom : 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child .comment {
    border-bottom: none;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body .comment {
    border-bottom: 2px solid #eaeaea;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body:last-child .comment {
    border: 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    width            : 60px;
    height           : 60px;
    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;
    padding-bottom: 10px;
    border-bottom : 2px solid #eaeaea;
}

@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 h6 {
    font-family   : var(--global--font-heading);
    color         : var(--global--color-heading);
    font-size     : 15px;
    font-weight   : 700;
    text-transform: capitalize;
    margin-bottom : 5px;
    line-height   : 16px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .date {
    color        : #616161;
    font-family  : var(--global--font-body);
    font-size    : 12px;
    font-weight  : 400;
    line-height  : 24px;
    margin-bottom: 6px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment p {
    font-family  : var(--global--font-body);
    color        : var(--global--color-body);
    font-size    : 15px;
    font-weight  : 400;
    line-height  : 24px;
    margin-bottom: 7px;
}

.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);
    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:hover {
    color: var(--global--color-heading);
}

.blog-single .entry-add-comment {
    padding-top: 36px;
}

.blog-single .entry-add-comment input.form-control {
    height       : 60px;
    margin-bottom: 30px;
    padding-left : 25px;
}

.blog-single .entry-add-comment textarea.form-control {
    margin-bottom: 30px;
    padding-left : 25px;
    padding-top  : 25px;
    height       : 120px;
}

.blog-single .entry-add-comment .custom-radio-group .custom-control {
    margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
    .blog-single .entry-add-comment .custom-radio-group .custom-control input {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-single .entry-add-comment .custom-radio-group .custom-control label {
        padding-left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .blog-single .entry-add-comment .custom-radio-group .custom-control label::after {
        top: 22px;
    }
}

@media (max-width: 344px) {
    .blog-single .entry-add-comment .custom-radio-group .custom-control label::after {
        top: 35px;
    }
}

.blog-single .entry-add-comment .btn {
    width: 270px;
}

@media screen and (max-width: 991.98px) {
    .blog-single .entry-add-comment .btn {
        width: 100%;
    }
}

.blog-single .entry-add-comment .btn:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform    : translateX(5px);
    transform        : translateX(5px);
}

.blog-single .entry-add-comment .btn 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             : 28px;
    height            : 28px;
    background-color  : var(--global--color-white);
    border-radius     : 50%;
    color             : var(--global--color-primary);
    margin-left       : 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}


/*------------------------------------*\
	#Slider
\*------------------------------------*/
.slider {
    padding-top   : 0;
    padding-bottom: 0;
}

.slider .slide {
    padding-top      : 0;
    height           : 680px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.slider .slide .slide-content {
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -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;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content {
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
    }
}

.slider .slide .slide-content .slide-subheadline {
    font-family   : var(--global--font-body);
    font-weight   : 700;
    font-size     : 16px;
    line-height   : 1;
    color         : var(--global--color-gray);
    margin-bottom : 20px;
    text-transform: capitalize;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content .slide-subheadline {
        text-align : center;
        line-height: 1.5;
    }
}

.slider .slide .slide-content .slide-headline {
    font-family   : var(--global--font-heading);
    font-weight   : 600;
    font-size     : 45px;
    line-height   : 54px;
    color         : var(--global--color-white);
    margin-bottom : 24px;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider .slide .slide-content .slide-headline {
        font-size  : 60px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-headline {
        font-size  : 32px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content .slide-headline {
        text-align: center;
    }
}

.slider .slide .slide-content .slide-desc {
    font-family  : var(--global--font-body);
    font-weight  : 700;
    font-size    : 18px;
    line-height  : 29px;
    color        : var(--global--color-gray);
    margin-bottom: 41px;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slide-content .slide-desc {
        text-align: center;
    }
}

.slider .slide .slide-content .slide-action {
    margin-bottom    : 0px;
    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) {
    .slider .slide .slide-content .slide-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;
    }
}

.slider .slide .slide-content .slide-action .btn {
    -webkit-box-pack  : justify;
    -ms-flex-pack     : justify;
    justify-content   : space-between;
    border-radius     : 4px;
    padding           : 30px;
    -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);
    font-family       : var(--global--font-body);
    font-size         : 15px;
    font-weight       : 700;
    display           : -webkit-inline-box;
    display           : -ms-inline-flexbox;
    display           : inline-flex;
    width             : 200px;
    height            : 65px;
    margin-right      : 30px;
}

.slider .slide .slide-content .slide-action .btn:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-action .btn {
        width        : 190px;
        height       : 50px;
        margin-right : 0;
        margin-bottom: 20px;
    }

    .slider .slide .slide-content .slide-action .btn:last-child {
        margin-bottom: 0;
    }
}

.slider .slide .slide-content .slide-action .btn i {
    font-size   : 12px;
    margin-right: 0;
}

.slider .slide .slide-content .slide-list {
    margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
    .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;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        margin-right     : 0;
    }
}

.slider .slide .slide-content .slide-list .icon {
    margin-right: 35px;
    display     : inline-block;
}

.slider .slide .slide-content .slide-list .icon:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slide-content .slide-list .icon {
        margin-right : 0;
        margin       : 0 15px;
        margin-bottom: 15px;
    }

    .slider .slide .slide-content .slide-list .icon:last-child {
        margin-right: 15px;
    }
}

.slider .slide .slide-content .slide-list .icon:hover i {
    -webkit-transform: translateY(-10px);
    -ms-transform    : translateY(-10px);
    transform        : translateY(-10px);
}

.slider .slide .slide-content .slide-list .icon 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;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.slider .slide .slide-content .slide-list .icon i::before {
    margin-left: 0;
    font-size  : 67px;
    color      : var(--global--color-white);
}

.slider .slide .slider-panel-holder {
    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-flex     : 1;
    -ms-flex-positive    : 1;
    flex-grow            : 1;
    -webkit-box-pack     : center;
    -ms-flex-pack        : center;
    justify-content      : center;
}

@media screen and (max-width: 991.98px) {
    .slider .slide .slider-panel-holder {
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
    }
}

.slider .slide .slider-panel-holder .slider-panel {
    background-color     : var(--global--color-white);
    position             : relative;
    padding              : 40px;
    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;
    -webkit-box-shadow   : 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    box-shadow           : 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    border-radius        : 8px;
    max-width            : 270px;
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slider-panel-holder .slider-panel {
        padding: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider .slide .slider-panel-holder .slider-panel {
        padding: 20px;
    }
}

.slider .slide .slider-panel-holder .slider-panel::before {
    content          : '';
    position         : absolute;
    top              : 0;
    left             : 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    transform        : translateX(-50%);
    height           : 4px;
    width            : calc(100% - 80px);
    background-color : var(--global--color-primary);
}

@media screen and (max-width: 767.98px) {
    .slider .slide .slider-panel-holder .slider-panel::before {
        width: calc(100% - 60px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider .slide .slider-panel-holder .slider-panel::before {
        width: calc(100% - 40px);
    }
}

.slider .slide .slider-panel-holder .slider-panel .panel-icon {
    margin-bottom: 23px;
}

.slider .slide .slider-panel-holder .slider-panel .panel-icon:before {
    font-size  : 75px;
    margin-left: 0;
    color      : var(--global--color-heading);
}

.slider .slide .slider-panel-holder .slider-panel .panel-title {
    font-size     : 19px;
    line-height   : 29px;
    color         : var(--global--color-secondary);
    text-transform: capitalize;
    margin-bottom : 10px;
}

.slider .slide .slider-panel-holder .slider-panel .panel-desc {
    font-size    : 15px;
    line-height  : 25px;
    margin-bottom: 17px;
}

.slider .slide .slider-panel-holder .slider-panel a {
    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;
    width             : 32px;
    height            : 32px;
    background-color  : var(--global--color-primary);
    border-radius     : 50%;
    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;
}

.slider .slide .slider-panel-holder .slider-panel a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform    : translateX(10px);
    transform        : translateX(10px);
}

@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: 30px;
}

.slider .carousel-navs .owl-nav .owl-prev {
    margin-right: 0;
    left        : 30px;
}

@media screen and (max-width: 991.98px) {
    .slider.slider-1 .slide {
        height        : auto;
        padding-top   : 70px;
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 991.98px) {
    .slider.slider-1 .slide .slide-content {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767.98px) {
    .slider.slider-1 .slide .slide-content .slide-list {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 992px) {
    .slider.slider-2 .carousel-dots {
        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 (min-width: 992px) {
    .slider.slider-2 .carousel-dots .owl-dots {
        padding-right            : var(--bs-gutter-x, 0.75rem);
        padding-left             : var(--bs-gutter-x, 0.75rem);
        margin-right             : auto;
        margin-left              : auto;
        position                 : relative;
        max-width                : 960px;
        bottom                   : auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order           : -1;
        order                    : -1;
        -webkit-box-pack         : start;
        -ms-flex-pack            : start;
        justify-content          : flex-start;
        -webkit-transform        : translateY(80px);
        -ms-transform            : translateY(80px);
        transform                : translateY(80px);
        margin-top               : -6px;
    }
}

@media screen and (min-width: 1200px) {
    .slider.slider-2 .carousel-dots .owl-dots {
        max-width: 1140px;
    }
}

.slider.slider-3 .slide-content .slide-headline {
    margin-bottom: 34px;
}

.slider.slider-3 .slide-content .slide-list {
    margin-right : 0;
    margin-bottom: 32px;
}

@media screen and (max-width: 767.98px) {
    .slider.slider-3 .slide-content .slide-list li::before {
        margin-right     : 10px;
        -ms-flex-negative: 0;
        flex-shrink      : 0;
    }
}

@media screen and (max-width: 991.98px) {
    .slider.slider-3 .slide-content .slide-action {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.slider.slider-3 .slide-content .slide-action .btn:first-child {
    margin-right: 40px;
}

@media screen and (max-width: 767.98px) {
    .slider.slider-3 .slide-content .slide-action .btn:first-child {
        margin-right: 0;
    }
}

.slider.slider-3 .slide-content .slide-action .btn:first-child:hover i {
    color: var(--global--color-white);
}

.slider.slider-3 .slide-content .slide-action .btn:first-child 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;
}

.slider.slider-3 .slide-content .slide-action .btn-video:hover span {
    color: var(--global--color-heading);
}

.slider.slider-3 .slide-content .slide-action .btn-video:hover i {
    background-color: var(--global--color-heading);
    color           : var(--global--color-white);
}

.slider.slider-3 .slide-content .slide-action .btn-video i {
    width       : 65px;
    height      : 65px;
    margin-right: 30px;
}

.slider.slider-3 .slide-content .slide-action .btn-video 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;
    font-weight       : 700;
    color             : var(--global--color-white);
    text-transform    : capitalize;
}





/*------------------------------------*\
		#Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
    position  : relative;
    z-index   : 1060;
    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: #252525;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background-image: linear-gradient(113deg, #303030 60%, #252525 45%) !important;
    /* Footer Widgets */
}

.footer .footer-top {
    padding-top   : 100px;
    padding-bottom: 68px;
}

@media screen and (max-width: 991.98px) {
    .footer .footer-top {
        padding-top   : 70px;
        padding-bottom: 20px;
    }
}

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

@media screen and (min-width: 768px) {
    .footer .footer-widget {
        text-align: left;
    }
}

@media screen and (max-width: 991.98px) {
    .footer .footer-widget {
        margin-bottom: 30px;
    }
}

.footer .footer-widget .footer-widget-title h5 {
    font-family   : var(--global--font-heading);
    color         : var(--global--color-gray);
    font-size     : 16px;
    font-weight   : 700;
    line-height   : 1.6rem;
    text-transform: capitalize;
    margin-bottom : 30px;
}

.footer .footer-widget .widget-content p {
    font-family  : var(--global--font-body);
    color        : #929ba2;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 1.6rem;
    margin-bottom: 25px;
}

.footer .widget-links ul {
    padding-left     : 0;
    list-style       : none;
    margin-bottom    : 0;
    overflow         : hidden;
    -webkit-transform: translateY(-5px);
    -ms-transform    : translateY(-5px);
    transform        : translateY(-5px);
}

.footer .widget-links ul li {
    display: block;
}

.footer .widget-links ul li a {
    color         : #929ba2;
    font-size     : 14px;
    font-weight   : 400;
    line-height   : 1.8rem;
    text-transform: capitalize;
    font-family   : var(--global--font-body);
}

.footer .widget-links ul li a:hover {
    color: var(--global--color-primary);
}

.footer .widget-links.widget-icon {
    /*background           : url("../images/icons/footer-mouse.png");*/
    background-position-x: 100%;
    background-position-y: -21px;
    background-repeat    : no-repeat;
}

.footer .widget-contact {
    -webkit-transform: translateY(12px);
    -ms-transform    : translateY(12px);
    transform        : translateY(12px);
}

.footer .widget-contact .widget-content p {
    color        : var(--global--color-white);
    margin-bottom: 15px;
}

.footer .widget-contact .widget-content .phone {
    margin-bottom: 18px;
    font-family  : var(--global--font-body);
    font-weight  : 300;
    font-size    : 32px;
    line-height  : 1.5rem;
    color        : #929ba2;
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
}

@media screen and (max-width: 767.98px) {
    .footer .widget-contact .widget-content .phone {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.footer .widget-contact .widget-content .phone a {
    font-family       : var(--global--font-body);
    font-weight       : 300;
    font-size         : 32px;
    line-height       : 1.5rem;
    margin-left       : 8px;
    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;
}

.footer .widget-contact .widget-content .phone a:hover {
    color: var(--global--color-primary);
}

.footer .widget-contact .widget-content .email {
    font-family  : var(--global--font-body);
    font-weight  : 600;
    font-size    : 14px;
    line-height  : 1.5rem;
    color        : var(--global--color-primary);
    margin-bottom: 12px;
}

.footer .widget-contact .widget-content .email a {
    font-family: var(--global--font-body);
    font-weight: 600;
    font-size  : 14px;
    line-height: 1.5rem;
    color      : var(--global--color-primary);
}

.footer .widget-contact .widget-content .email a:hover {
    color: var(--global--color-primary-70);
}

.footer .widget-contact .widget-content .address {
    margin-bottom: 12px;
}

.footer .widget-contact .widget-content .address p {
    font-family  : var(--global--font-body);
    color        : #929ba2;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 1.5rem;
    margin-bottom: 25px;
}

.footer .widget-contact .widget-content .directions a {
    font-family       : var(--global--font-body);
    font-weight       : 700;
    font-size         : 15px;
    line-height       : 1;
    color             : var(--global--color-white);
    text-transform    : capitalize;
    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: 767.98px) {
    .footer .widget-contact .widget-content .directions a {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center;
    }
}

.footer .widget-contact .widget-content .directions a i {
    color             : var(--global--color-white);
    margin-right      : 10px;
    -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 .directions a:hover {
    color: var(--global--color-primary);
}

.footer .widget-contact .widget-content .directions a:hover i {
    color: var(--global--color-primary);
}

.footer-copyright {
    padding: 50px 0 40px;
}

.footer-copyright .copyright {
    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;
    width            : 100%;
}

@media screen and (max-width: 991.98px) {
    .footer-copyright .copyright {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }
}

.footer-copyright .copyright span {
    font-family   : var(--global--font-body);
    font-weight   : 400;
    font-size     : 14px;
    color         : var(--global--color-white);
    text-transform: capitalize;
}

@media screen and (max-width: 991.98px) {
    .footer-copyright .copyright span {
        margin-bottom: 40px;
        text-align   : center;
    }
}

.footer-copyright .copyright span a {
    color: var(--global--color-primary);
}

.footer-copyright .copyright span a:hover {
    color: var(--global--color-primary-70);
}

.footer-copyright .copyright .social-icons {
    margin-bottom: 0;
}

.footer-copyright .copyright .social-icons li {
    display     : inline-block;
    margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
    .footer-copyright .copyright .social-icons li {
        margin-right: 15px;
    }
}

.footer-copyright .copyright .social-icons li:last-child {
    margin-right: 0;
}

.footer-copyright .copyright .social-icons li a {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    font-size         : 14px;
    text-transform    : capitalize;
    font-family       : var(--global--font-body);
    font-weight       : 400;
    color             : #929ba2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition     : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.footer-copyright .copyright .social-icons li a:hover {
    color: var(--global--color-primary);
}

.footer-copyright .copyright .social-icons li a:hover i {
    color: var(--global--color-primary);
}

.footer-copyright .copyright .social-icons li a i {
    font-size         : 16px;
    margin-right      : 10px;
    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;
}

.bottom_divider{
    background-size: 100% 140px;
    bottom: 0;
    height: 140px;
    z-index: 1;
    transform: scale(1, 1);
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}

.highlighted-text{
    color: #f05323;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 12px;
}




