﻿/*#region General */
/*--------------------------------------------------------------
# General   
--------------------------------------------------------------*/
/* table */
.divTable {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}

.divRow {
    display: table-row;
    width: auto;
}

.divCell {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 200px;
    background-color: #ccc;
}
/* table end*/
.dropdown-toggle {
    white-space: unset;
}
.text-primary{
   color: var(--primary-color) !important;
}
.aboutus-list h6 em,
.aboutus-list h6 i {
    font-size: 36px;
    position: absolute;
}
.aboutus-list h6 span{
    font-size: 18px;
    margin-left: 45px;
    line-height: 38px;
}
.text-decoration-none.text-primary {
    box-shadow: unset !important;
}
.bg-gradient-info {
    background-image: linear-gradient(45deg, var(--footer-bottom-bg) 20%, var(--primary-color) 60%);
}
.header1 .admin-main-layout,
.header0 .admin-main-layout {
    margin-top: 120px !important;
    margin-bottom: 30px !important;
}

.contact-style a:not(.btn) {
    color: #111;
}

.contact-style a:hover:not(.btn) {
    color: var(--primary-color);
}

#reports_wrapper {
    overflow: hidden;
}

@media (max-width: 767px) {
    .dataTables_paginate .paginate_button.first {
        display: none;
    }

    .dataTables_paginate .paginate_button.last {
        display: none;
    }
}

.iconic-box p {
    overflow: hidden;
}

#report-detail table {
    border: 1px solid #c5c5c5;
    border-collapse: collapse;
    width: 100%;
}

    #report-detail table,
    #report-detail table th,
    #report-detail table td {
        border: 1px solid #c5c5c5;
    }

body {
    border: 0;
    margin: 0;
    padding: 0;
}

.list-group .primary {
    background: var(--primary-color) !important;
    color: white;
}

    .list-group .primary:hover {
        color: white;
        text-shadow: #ffffff 1px 0 10px;
    }

.reference .embed-responsive {
    width: auto !important;
}

.modal {
    overflow-y: visible;
}

.form-check label {
    vertical-align: middle;
}

.btn {
    margin-right: 12px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-md {
    height: 36px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 34px
}

.btn-xs {
    height: 28px;
    padding: 0 12px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn {
    outline: 0;
}

.btn-light {
    border: 1px solid #f5f5f5;
}

.btn-primary:visited,
.btn-primary {
    outline: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--primary-color) !important;
    border: 1px solid transparent !important;
}

    .btn-primary:active,
    .btn-primary.active,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:hover {
        outline: none !important;
        box-shadow: none !important;
        outline: 0 !important;
        background-color: var(--primary-color-hover) !important;
        border: 1px solid var(--primary-color-hover) !important;
    }

.btn-outline-primary:visited,
.btn-outline-primary {
    outline: 0;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-outline-primary:active,
    .btn-outline-primary:focus,
    .btn-outline-primary:hover {
        outline: none !important;
        box-shadow: none !important;
        outline: 0 !important;
        color: #fff !important;
        background-color: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
    }

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-size: 13px;
    touch-action: manipulation; /* mobil zoom disabled*/
}

@media (min-width: 991px) {
    /* scrollbar*/
    body::-webkit-scrollbar {
        width: 1.25em;
    }

    body::-webkit-scrollbar-button {
        padding: 5px;
    }

    body::-webkit-scrollbar-button {
        background: no-repeat #e9ecef;
        background-size: 0.80em;
        background-position: center bottom;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

        body::-webkit-scrollbar-button:vertical:decrement {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a6268'><polygon points='0,50 100,50 50,0'/></svg>");
        }

        body::-webkit-scrollbar-button:vertical:increment {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a6268'><polygon points='0,0 100,0 50,50'/></svg>");
        }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #e9ecef;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
    }
    /* END scrollbar*/
}
/* SPECIAL SCROOLBAR */

body.special-scrollbar::-webkit-scrollbar {
    width: 12px
}

body.special-scrollbar::-webkit-scrollbar-button {
    /*padding: 5px;*/
    display: none;
}

body.special-scrollbar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 1)
}

body.special-scrollbar::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    outline: 0px;
    box-shadow: 0px 0px 0px 0px;
    border-left: 1px solid var(--primary-color-hover);
}

body.special-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px white;
    border-left: 1px solid #f2f2f2;
}

/***/
/**/
p {
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: var(--primary-color);
}

    a:hover {
        color: var(--primary-color-hover);
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

input:focus {
    outline: none !important;
}

.text-default {
    color: #444444;
}

    .text-default:hover {
        color: var(--primary-color);
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid var(--primary-color);
        border-top-color: #d1e6f9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: var(--primary-color);
        color: #fff;
        transition: all 0.4s;
        -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.2);
        box-shadow: 0 0 20px rgba(255,255,255,0.2);
    }

    .back-to-top:hover i {
        background: var(--primary-color-hover);
        color: #fff;
    }

.datepicker-dropdown {
    padding: 20px !important;
}

/*#endregion*/
/*#region Top Bar */
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: var(--topbar-bg);
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

    #topbar.topbar-scrolled {
        top: -40px;
        /*transition: all 0.5s;*/
    }

    #topbar .contact-info a {
        line-height: 1;
        color: var(--topbar-text);
    }

        #topbar .contact-info a:hover {
            color: var(--topbar-text-hover);
        }

    #topbar .contact-info i {
        color: var(--topbar-text);
        padding-right: 4px;
        margin-left: 15px;
    }

        #topbar .contact-info i:first-child {
            margin-left: 0;
        }

    #topbar .social-links button {
        color: var(--topbar-text);
        padding-left: 15px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
        border: 0px solid transparent;
        background-color: transparent;
        outline: 0;
    }

    #topbar .social-links a {
        color: var(--topbar-text);
        padding-left: 15px;
        display: inline-block;
        line-height: 1px;
    }

        #topbar .social-links a:hover {
            color: var(--topbar-text-hover);
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }
    /* dark  - change color*/
    #topbar a .text-default,
    #topbar a .navi-link,
    #topbar .social-links button .text-default,
    #topbar a {
        color: var(--topbar-text) !important;
    }

        #topbar i:hover,
        #topbar .text-default:hover,
        #topbar .navi-link:hover,
        #topbar .social-links button:hover .text-default,
        #topbar a:hover i,
        #topbar a:hover {
            color: var(--topbar-text-hover) !important;
            transition: all 0.5s;
        }

    #topbar .social-links a:hover i {
        color: var(--topbar-text-hover) !important;
        transition: all 0.5s;
    }
/*#endregion*/
/*#region Header */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    /*transition: all 0.5s; dont use it*/
    z-index: 997;
    top: 40px;
    box-shadow: 0px 2px 15px #d5d5d5;
}

    #header.fixed-top {
        padding: 15px 0;
    }

    #header.header-scrolled {
        top: 0;
        box-shadow: 0px 2px 15px #e5e5e5;
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-family: "Poppins", sans-serif;
    }

        #header .logo a {
            color: var(--primary-color);
        }

        #header .logo img {
            margin-top: -20px;
            margin-bottom: -15px;
            max-height: 60px;
        }

@media (max-width: 991px) {
    #header {
        top: 0;
    }

        #header .logo {
            font-size: 28px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #topbar .contact-info a {
        display: none;
    }

    .nav-menu ul:first-child > li:first-child a:first-child{
        display: none;
    }
}

/*#endregion*/
/*#region Navigation Menu */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

    .nav-menu > ul > li {
        position: relative;
        /*   white-space: nowrap;*/
        padding: 8px 0 8px 20px;
    }

.nav-menu a {
    display: block;
    position: relative;
    color: var(--menu-color);
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 5px 2px;
    border-top: 2px solid transparent;
}

    .nav-menu a:hover,
    .nav-menu li:hover > a {
        color: var(--menu-color-hover);
        border-top: 2px solid var(--menu-color-hover);
    }


.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    width: 200px;
    position: relative;
}

    .nav-menu .drop-down li > a {
        width: 200px;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }


.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: var(--menu-color);
    border: none;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: var(--menu-color-hover);
        border: none;
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Get Startet Button */
.appointment-btn {
    margin-left: 25px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .appointment-btn:hover {
        background: var(--primary-color-hover);
        color: #fff;
    }

@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
    }

    .references .owl-carousel .owl-dots {
        display: none;
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: var(--primary-color);
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-x: hidden !important;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: var(--primary-color);
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: var(--primary-color);
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }
/*#endregion*/
/*#region HERO SECTION */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.header1 .carousel-section {
    margin-top: 50px !important;
}

.header3 .carousel-section {
    margin-top: -70px !important;
}

.header2 .carousel-section {
    margin-top: -70px !important;
}

#hero h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 2px 2px 4px transparent;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}

#hero h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    /*text-transform: uppercase;*/
    color: #ffffff; /* var(--primary-color)*/
    text-shadow: 2px 2px 4px transparent;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}

#hero h2 {
    color: #ffffff; /* var(--primary-color)*/
    font-weight: 500;
    font-size: 22px;
    text-shadow: 2px 2px 4px transparent;
    padding: 8px 10px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    #hero {
        margin-bottom: 0;
    }

        #hero .container {
            padding-bottom: 63px;
        }

        #hero h3 {
            font-size: 18px;
            line-height: 20px;
        }

        #hero h1 {
            font-size: 28px;
            line-height: 30px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 20px;
        }
}

@media (max-width: 767px) {

    #hero h3 {
        font-size: 18px;
        line-height: 18px;
    }

    #hero h1 {
        font-size: 26px;
        line-height: 28px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .header1 .carousel-section {
        margin-top: -12px !important;
    }

    .header2 .carousel-section {
    }
}

@media (max-width: 767px) {
    .header2 .carousel-section {
        margin-bottom: 30px;
    }
}

#hero {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: -220px;
}

    #hero .carousel-content {
        width: 100%;
        height: 500px;
        background-size: cover;
        position: relative;
        overflow: hidden !important;
    }

    #hero .container {
        position: relative;
    }

        #hero .container .box {
            width: 60%;
        }




    #hero .btn-outline-slide-section,
    #hero .btn-slide-section {
        font-weight: 700;
        border: 2px;
        padding: 12px 20px 10px;
        border-radius: 3px;
    }

    #hero .btn-outline-slide-section {
        background-color: white !important;
    }

        #hero .btn-outline-slide-section:hover {
            font-weight: 700;
            background-color: var(--primary-color-hover) !important;
        }

@media (max-width: 575px) {
    #hero .btn-outline-slide-section {
        display: none;
    }
}

#hero .slider-box-frame {
    padding: 20px 30px;
    background-color: var(--slider-color);
}

@media (max-width: 767px) {
    #hero .silder-box,
    #hero .slider-box-frame {
        margin-top: 20px;
    }

    #hero .slider-box-frame {
        padding: 10px 15px !important;
    }
}



#hero .silder-box h3,
#hero .silder-box h1,
#hero .silder-box h2 {
    margin-top: 10px;
    background-color: var(--slider-color);
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    #hero .carousel-indicators-position {
        bottom: 50px !important;
        position: absolute;
        z-index: 3;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }
}

.carousel-control-prev,
.carousel-control-next {
    height: 50px;
    width: 50px;
    background-size: 100%, 100%;
    border-radius: 50%;
    z-index: 20;
    display: none;
}

.carousel-section:hover .carousel-control-prev,
.carousel-section:hover .carousel-control-next {
    display: inline-grid;
    z-index: 25;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.8)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 16px;
    height: 26px;
    filter: drop-shadow(0px 0px 1px black);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.8)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 16px;
    height: 26px;
    filter: drop-shadow(0px 0px 1px black);
}

.carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.5)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 16px;
    height: 26px;
}

.carousel-control-next:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.5)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 16px;
    height: 26px;
}


.carousel-control-prev,
.carousel-control-next {
    top: auto;
    bottom: 18px;
    left: auto;
    width: 50px;
    height: 50px;
    margin: 0;
    /*transition: background-color .3s;*/
    border: 0;
    border-radius: 0;
    background-color: var(--slider-color);
    color: #505050;
    line-height: 44px;
    opacity: 1;
    z-index: 100;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .carousel-control-prev {
        margin-bottom: -30px !important;
    }

    .carousel-control-next {
        margin-bottom: -30px !important;
    }
}

@media (min-width: 1200px) {
    .carousel-control-prev {
        width: 60px;
        height: 60px;
        margin-left: 20px;
    }

    .carousel-control-next {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .carousel-control-prev {
        width: 50px;
        height: 50px;
        top: auto;
        right: 69px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: inline-grid;
    }

    .carousel-control-next {
        width: 50px;
        height: 50px;
        top: auto;
        right: 18px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        display: inline-grid;
    }
}

.hero-slider > .owl-carousel.dots-inside .owl-dots {
    display: inline-block;
    right: 110px;
    bottom: 18px;
    width: auto;
    height: 46px;
    padding: 10px 16px 14px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff
}
@media (min-width: 1400px) {
    #hero .carousel-content {
        width: 100%;
        height: 600px;
    }
    #carouselvideo {
        width: 100%;
        height: 00px;
    }
}

#hero video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*#endregion*/
/*#region Sections Genral*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.section-bg {
    background-color: #f1f7fd;
}
.section-summary{
    font-weight: bold;
    font-size: 14px;
}
.section-title {
    text-align: center;
}

    .section-title h5,
    .section-title h2 {
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: var(--section-title-color);
    }

        .section-title h5::before,
        .section-title h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 1px;
            background: #f1f7fd;
            bottom: 1px;
            left: calc(50% - 50%);
        }

        .section-title h5::after,
        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--primary-color);
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }
/* section-title-left */
.section-title-left {
    text-align: left;
}

    .section-title-left h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: var(--section-title-color);
    }

        .section-title-left h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 1px;
            background: #f1f7fd;
            bottom: 1px;
            left: calc(50% - 50%);
        }

        .section-title-left h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 1px;
            background: #f1f7fd;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title-left p {
        margin-bottom: 0;
    }
/*#endregion*/
/*#region Breadcrumbs*/
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 25px 0;
    background-color: var(--title-bg);
    min-height: 40px;
}

#main.header1 > .breadcrumbs {
    margin-top: 120px !important;
}

@media (max-width: 991px) {
    .no-breadcrumbs {
        height: 63px;
    }

    .breadcrumbs {
        margin-top: 0px;
        margin-bottom: -30px;
    }

    #main.header1 > .breadcrumbs {
        margin-top: 60px !important;
    }
}

.breadcrumbs h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

    .breadcrumbs ol li + li {
        padding-left: 5px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 5px;
            color: #6c757d;
            content: "/";
        }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}
/*#endregion*/
/*#region link-boxes*/
/*--------------------------------------------------------------
# link-boxes
--------------------------------------------------------------*/

.our-services .who-us {
    height: 430px;
    z-index: 3;
}

.who-us h3 {
    font-size: 26px !important;
}

.link-boxes {
    margin-top: -20px !important;
    position: relative;
    overflow: visible;
}

.link-boxes {
    width: 100%;
}

    .link-boxes .content {
        padding: 30px;
        background: var(--title-dark-bg);
        border-radius: 4px;
        color: #fff;
        width: 100%;
        min-height: 80px;
        vertical-align: bottom;
    }

        .link-boxes .content h3 {
            font-weight: 700;
            font-size: 34px;
            margin-bottom: 30px;
        }

        .link-boxes .content p {
            margin-bottom: 30px;
            max-height: 210px;
            overflow: hidden;
            overflow-y: auto;
        }
            /* scrollbar*/
            .link-boxes .content p::-webkit-scrollbar {
                width: 12px;
                background-color: #fff;
                border-radius: 10px;
            }

            .link-boxes .content p::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
            }

            .link-boxes .content p::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
            }
        /* END scrollbar*/
        .link-boxes .content .more-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: all ease-in-out 0.4s;
            vertical-align: middle;
        }

            .link-boxes .content .more-btn i {
                vertical-align: middle;
            }

            .link-boxes .content .more-btn:hover {
                color: var(--primary-color);
                background: #fff;
            }

    .link-boxes .iconic-boxes {
        width: 100%;
    }

        .link-boxes .iconic-boxes .iconic-box {
            text-align: center;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            padding: 40px 30px;
            width: 100%;
        }

            .link-boxes .iconic-boxes .iconic-box i {
                font-size: 40px;
                color: var(--primary-color);
                margin-bottom: 25px;
            }

            .link-boxes .iconic-boxes .iconic-box h4 {
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 25px 0;
            }

            .link-boxes .iconic-boxes .iconic-box p {
                font-size: 13px;
                color: #848484;
                max-height: 100px;
                overflow: hidden;
                overflow-y: auto;
            }

                .link-boxes .iconic-boxes .iconic-box p a {
                    color: #848484;
                }

                    .link-boxes .iconic-boxes .iconic-box p a:hover {
                        color: var(--primary-color);
                    }
                /* scrollbar*/
                .link-boxes .iconic-boxes .iconic-box p::-webkit-scrollbar {
                    width: 12px;
                    background-color: #fff;
                    border-radius: 10px;
                }

                .link-boxes .iconic-boxes .iconic-box p::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                    border-radius: 10px;
                }

                .link-boxes .iconic-boxes .iconic-box p::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
                }
        /* END scrollbar*/
        .link-boxes .iconic-boxes h4 a {
            color: #454545;
        }

            .link-boxes .iconic-boxes h4 a:hover {
                color: var(--primary-color);
            }

@media (max-width: 991px) {
    .link-boxes .who-us {
        position: static;
    }

    .link-boxes {
        margin-top: -10px !important;
        width: 100%;
    }

        .link-boxes .iconic-boxes .grid {
            padding: 20px 0;
        }
}

.link-boxes .container.our-services.essential {
    margin-top: -100px !important;
    z-index: 3;
    position: relative;
}
/*#endregion*/
/*#region About */
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .iconic-boxes h4 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.about .iconic-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.about .iconic-box {
    margin-top: 40px;
}

    .about .iconic-box .icon {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border: 2px solid var(--primary-color);
        border-radius: 50px;
        transition: 0.5s;
    }

        .about .iconic-box .icon i {
            color: var(--primary-color);
            font-size: 32px;
        }

    .about .iconic-box:hover .icon {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

        .about .iconic-box:hover .icon i {
            color: #fff;
        }

    .about .iconic-box .title {
        margin-left: 85px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .about .iconic-box .title a {
            color: #343a40;
            transition: 0.3s;
        }

            .about .iconic-box .title a:hover {
                color: var(--primary-color);
            }

    .about .iconic-box .description {
        margin-left: 85px;
        line-height: 24px;
        font-size: 14px;
    }

.about .video-box {
    background: url("../images/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 500px;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--primary-color) 50%, var(--colour-dot-four) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid var(--colour-dot-seven);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:hover::after {
        border-left: 15px solid var(--primary-color);
        transform: scale(20);
    }

    .about .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.about a {
    color: #444444;
}

    .about a:hover .title,
    .about a:hover .icon {
        color: var(--primary-color);
    }
/*#endregion*/
/*#region Counts*/
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: #f1f7fd;
    padding: 70px 0 60px;
}

    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #fff;
    }

        .counts .count-box i {
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            background: var(--primary-color);
            padding: 12px;
            color: #fff;
            border-radius: 50px;
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: var(--primary-color);
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
        }
/*#endregion*/
/*#region Services*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .iconic-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 40px 20px;
    transition: all ease-in-out 0.3s;
}

    .services .iconic-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: var(--primary-color);
        border-radius: 5px;
        transition: all .3s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transform-style: preserve-3d;
    }

        .services .iconic-box .icon i {
            color: #fff;
            font-size: 28px;
        }

        .services .iconic-box .icon::before {
            position: absolute;
            content: '';
            left: -8px;
            top: -8px;
            height: 100%;
            width: 100%;
            background: #badaf7;
            border-radius: 5px;
            transition: all .3s ease-out 0s;
            transform: translateZ(-1px);
        }

    .services .iconic-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .iconic-box h4 a {
            color: var(--primary-color);
        }

    .services .iconic-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .iconic-box:hover {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

        .services .iconic-box:hover .icon {
            background: #fff;
        }

            .services .iconic-box:hover .icon i {
                color: var(--primary-color);
            }

            .services .iconic-box:hover .icon::before {
                background: var(--primary-color);
            }

        .services .iconic-box:hover h4 a, .services .iconic-box:hover p {
            color: #fff;
        }
/*#endregion*/
/*#region Appointments*/
/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .contactus-form {
    width: 100%;
}

    .appointment .contactus-form .form-group {
        padding-bottom: 8px;
    }

    .appointment .contactus-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .appointment .contactus-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .appointment .contactus-form .error-message br + br {
            margin-top: 25px;
        }

    .appointment .contactus-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .appointment .contactus-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .appointment .contactus-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .appointment .contactus-form input, .appointment .contactus-form textarea, .appointment .contactus-form select {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        padding: 10px !important;
    }

        .appointment .contactus-form input:focus, .appointment .contactus-form textarea:focus, .appointment .contactus-form select:focus {
            border-color: var(--primary-color);
        }

    .appointment .contactus-form input, .appointment .contactus-form select {
        height: 44px;
    }

    .appointment .contactus-form textarea {
        padding: 10px 12px;
    }

    .appointment .contactus-form button[type="submit"] {
        background: var(--primary-color);
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .appointment .contactus-form button[type="submit"]:hover {
            background: var(--primary-color-hover);
        }
/*#endregion*/
/*#region Departments */
/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
    overflow: hidden;
}

    .departments .nav-tabs {
        border: 0;
    }

    .departments .nav-link {
        border: 0;
        padding: 12px 15px 12px 0;
        transition: 0.3s;
        color: var(--primary-color);
        border-radius: 0;
        border-right: 2px solid #ebf1f6;
        font-weight: 600;
        font-size: 15px;
    }

        .departments .nav-link:hover {
            color: var(--primary-color);
        }

        .departments .nav-link.active {
            color: var(--primary-color);
            border-color: var(--primary-color);
        }

    .departments .tab-pane.active {
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

    .departments .details h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        color: var(--primary-color);
    }

    .departments .details p {
        color: #777777;
    }

        .departments .details p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 992px) {
    .departments .nav-link {
        border: 0;
        padding: 15px;
    }

        .departments .nav-link.active {
            color: #fff;
            background: var(--primary-color);
        }
}
/*#endregion*/
/*#region our-services */
/*--------------------------------------------------------------
# our-services
--------------------------------------------------------------*/
#our-services {
    background: #fff;
}

    #our-services .list-group {
        transition: all ease-in-out 0.3s;
    }

    #our-services .top {
        padding: 10px;
        color: var(--title-dark-text);
        background: var(--title-dark-bg);
    }

        #our-services .top .list-group-item {
            border: 0px;
        }

    #our-services .list-group-item-action .title {
        color: var(--title-dark-text);
        background: var(--title-dark-bg);
        cursor: none !important;
        border-bottom: 0px;
    }

        #our-services .list-group-item-action .title h5 {
            cursor: none !important;
            font-size: 34px !important;
        }

    #our-services .list-group-item-action .body {
        color: var(--title-dark-text);
        background: var(--title-dark-bg);
        border-top: 0px;
        max-height: 270px;
        overflow: hidden;
        cursor: none !important;
        overflow-y: auto;
    }

    #our-services .list-group-item-action .title,
    #our-services .list-group-item-action .body {
        color: var(--title-dark-text);
        cursor: none !important;
    }

    #our-services .list-group-item-action {
        color: var(--section-title-color);
    }

        #our-services .list-group-item-action:hover:not(.title):not(.body) {
            color: var(--primary-color-hover);
        }

    #our-services .list-group .body::-webkit-scrollbar {
        width: 12px;
        background-color: #fff;
        border-radius: 10px;
    }

    #our-services .list-group .body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #our-services .list-group .body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }


/*#endregion*/
/*#region Doctors */
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
    background: #fff;
}

    .doctors .member {
        position: relative;
        box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
        padding: 30px;
        border-radius: 10px;
    }

        .doctors .member .pic {
            overflow: hidden;
            width: 180px;
            border-radius: 50%;
        }

            .doctors .member .pic img {
                transition: ease-in-out 0.3s;
            }

        .doctors .member:hover img {
            transform: scale(1.1);
        }

        .doctors .member .member-info {
            padding-left: 30px;
        }

        .doctors .member h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 20px;
            color: var(--primary-color);
        }

        .doctors .member span {
            display: block;
            font-size: 15px;
            padding-bottom: 10px;
            position: relative;
            font-weight: 500;
        }

            .doctors .member span::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 1px;
                background: #b2c8dd;
                bottom: 0;
                left: 0;
            }

        .doctors .member p {
            margin: 10px 0 0 0;
            font-size: 14px;
        }

        .doctors .member .social {
            margin-top: 12px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .doctors .member .social a {
                transition: ease-in-out 0.3s;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50px;
                width: 32px;
                height: 32px;
                background: #a0bcd5;
            }

                .doctors .member .social a i {
                    color: #fff;
                    font-size: 16px;
                    margin: 0 2px;
                }

                .doctors .member .social a:hover {
                    background: var(--primary-color);
                }

                .doctors .member .social a + a {
                    margin-left: 8px;
                }
/*#endregion*/
/*#region Frequently Asked Questions */
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    /* padding: 0 0px;*/
    width: 100%;
}

    .faq .faq-list ul {
        padding-left: 20px;
        padding-right: 20px;
        list-style: none;
        width: 100%;
    }

        .faq .faq-list ul li {
            width: 100%;
        }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
    }

    .faq .faq-list .iconix-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: var(--primary-color);
    }

    .faq .faq-list .iconix-show, .faq .faq-list .iconix-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .iconix-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #343a40;
    }

        .faq .faq-list a.collapsed:hover {
            color: var(--primary-color);
        }

        .faq .faq-list a.collapsed .iconix-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .iconix-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}
/*#endregion*/
/*#region Testimonials*/
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .testimonials .owl-nav .owl-prev {
        margin-left: -45px;
    }

    .testimonials .owl-nav .owl-next {
        margin-right: -45px;
    }
}

.testimonials .owl-dots {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

.testimonials .testimonial-wrap {
    padding-left: 50px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    margin: 30px 15px;
    min-height: 180px;
    box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
    position: relative;
}

    .testimonials .testimonial-item .testimonial-item-frame {
        box-sizing: content-box;
        min-height: 180px;
        padding: 15px 15px 15px 60px;
    }

    .testimonials .testimonial-item .testimonial-date {
        width: 90px;
        border-radius: 10px;
        border: 6px solid #fff;
        position: absolute;
        left: -45px;
        background-color: var(--primary-color);
        text-align: center;
        font-weight: bold;
        padding: 0px;
        line-height: 1;
        padding-top: 6px;
        padding-bottom: 6px;
        display: inline-block;
        margin-top: 10px;
    }

        .testimonials .testimonial-item .testimonial-date .month {
            text-align: center;
            font-size: 14px;
            color: #f1f7fd;
        }

        .testimonials .testimonial-item .testimonial-date .day {
            text-align: center;
            font-size: 22px;
            color: #f1f7fd;
        }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #444444;
        height: 42px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: var(--primary-color-hover);
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        font-size: 14px;
        color: #111;
        margin: 15px auto 15px auto;
        height: 82px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .testimonials .testimonial-item h3:hover,
        .testimonials .testimonial-item h4:hover,
        .testimonials .testimonial-item p:hover {
            color: var(--primary-color);
        }


.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .testimonials .owl-dot.active {
        background-color: var(--primary-color) !important;
    }

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

        .testimonials .testimonial-item .testimonial-date {
            position: static;
            left: auto;
            margin-top: 0px;
        }

    .testimonials .owl-dots {
        margin-top: -5px !important;
        margin-bottom: 20px !important;
    }
}
/*#endregion*/
/*#region Gallery */
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    .gallery .gallery-item img {
        transition: all ease-in-out 0.4s;
    }

    .gallery .gallery-item:hover img {
        transform: scale(1.1);
    }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: var(--primary-color);
        float: left;
        width: 44px;
        height: 44px;
        background: #d6e9fa;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: var(--primary-color);
    }

    .contact .info a {
        color: #444444;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #444444;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: var(--primary-color);
            color: #fff;
        }

.contact .contactus-form {
    width: 100%;
    background: #fff;
}

    .contact .contactus-form .form-group {
        padding-bottom: 8px;
    }

    .contact .contactus-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .contactus-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .contactus-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .contactus-form .sent-message {
        display: none;
        color: #fff;
        background: var(--primary-color);
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .contactus-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .contactus-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .contactus-form input, .contact .contactus-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .contactus-form input {
        height: 44px;
    }

    .contact .contactus-form textarea {
        padding: 10px 12px;
    }

    .contact .contactus-form button[type="submit"] {
        background: var(--primary-color);
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .contactus-form button[type="submit"]:hover {
            background: var(--primary-color-hover);
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion*/
/*#region Footer */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.slogan h5 {
    text-transform: lowercase !important;
    font-style: italic !important;
}

#footer {
    color: #377ebf;
    color: var(--footer-top-text);
    font-size: 14px;
    box-shadow: 0 -4px 4px 0px #f2f2f2;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    #footer .footer-slogan {
        color: var(--footer-top-text) !important;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        z-index: 2;
        box-shadow: 0 10px 20px -5px rgba(255,255,255,0.2);
        /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
    }


    #footer .footer-body {
        padding-top: 30px;
        background-color: transparent;
        overflow: hidden;
        background-color: var(--footer-middle-bg);
        box-shadow: 0 -5px 10px -5px #f2f2f2;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 110%;
    }


        #footer .footer-body h4 {
            font-size: 16px;
            font-weight: bold;
            color: var(--footer-middle-text);
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-body p {
            color: var(--footer-middle-text);
        }

    #footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-links ul i {
            padding-right: 2px;
            color: var(--footer-middle-text);
            font-size: 18px;
            line-height: 1;
        }

        #footer .footer-links ul li {
            padding: 5px 0;
            display: flex;
            align-items: center;
        }

    #footer footer-links ul li:first-child {
        padding-top: 0;
    }

    #footer .footer-links ul a {
        color: var(--footer-middle-text);
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
    }


    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: var(--footer-middle-text);
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            text-align: left;
            border: 1px solid #bfdcf7;
            height: 48px;
        }

            #footer .footer-newsletter form .form-group input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
                height: 35px !important;
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: var(--primary-color);
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

        #footer .footer-newsletter input[type="submit"]:hover {
            background: var(--primary-color-hover);
        }

    #footer .footer-body a {
        color: var(--footer-middle-text);
    }

        #footer .footer-body a:hover {
            color: var(--footer-middle-text-hover);
        }

.big-social-links a {
    color: rgb(0, 100, 180);
    font-size: 18px;
    display: inline-block;
    background: var(--primary-color);
    color: #e5e5e5 !important;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.2);
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

    .big-social-links a:hover {
        background: var(--primary-color-hover);
        color: #fff !important;
        text-decoration: none;
    }

.active-result.result-selected {
    background-color: #e5e5e5;
}

#footer .footer-copyright {
    box-shadow: 0 -5px 10px -5px var(--footer-middle-bg);
    color: var(--footer-bottom-text);
    background-color: var(--footer-bottom-bg);
}

.footer-login .navi-link,
.footer-login a,
.footer-login a span {
    color: var(--footer-bottom-text);
}

    .footer-login .navi-link:hover,
    .footer-login a:hover,
    .footer-login a:hover span {
        color: #f5f5f5;
        text-shadow: 2px 2px 4px #ffffff;
    }

/*#endregion*/
/*#region OURSERVICES*/
.our-services .grid .details h3,
.our-services .grid .details h3 a {
    color: #444444;
    font-weight: bold;
}

    .our-services .grid .details h3:hover,
    .our-services .grid .details h3 a:hover {
        color: var(--primary-color);
    }

.our-services {
    position: relative;
}

    .our-services .grid {
        position: relative;
        background: transparent;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        text-align: left;
    }

        .our-services .grid:hover .img-holder img {
            -webkit-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
            -webkit-filter: blur(2.5px);
            filter: blur(2.5px);
        }

    .our-services .icon-ser {
        /*margin-top: -30px;*/
        margin-bottom: 5px;
        text-shadow: 2px 2px 4px #fff;
    }

        .our-services .icon-ser i {
            font-size: 40px;
            color: var(--primary-color);
            background-color: white;
            /*   border: 1px solid #f5f5f5;
            border-radius: 5px;*/
        }

    .our-services .grid .details {
        background-color: #fff;
        padding: 50px 0 0
    }

        .our-services .grid .details h3 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 10px;
            text-transform: capitalize;
            height: 42px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .our-services .grid .details p {
            margin-bottom: 0;
            height: 78px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .our-services .img-holder img {
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .our-services .img-holder {
        position: relative;
        border: 5px solid #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.07)
    }

    .our-services .grid .img-holder {
        border: none;
        box-shadow: none;
        position: relative;
        overflow: hidden;
    }

    .our-services .grid .details {
        padding: 15px 15px 20px;
        background: #fff !important;
        position: relative;
        z-index: 2;
        margin: -30px 20px 0;
        -moz-box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2);
        color: #848484;
        box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2);
        border-radius: 5px;
    }

        .our-services .grid .details p {
            color: #848484;
        }
/*#endregion*/
/*#region REPORT HOME PAGE*/
.report-background {
    background-color: var(--title-bg);
}

.image-text-block {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #505050;
    padding-left: 10px;
    padding-right: 10px;
}

.reports .card img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.reports .card:hover img {
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.image-header {
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}

.report-card .title {
    height: 38px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-card p {
    height: 76px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#endregion*/
/*#region REFERENCES HOME PAGE*/
.references {
    text-align: center;
}

.reference {
    height: 106px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .reference img {
        max-height: 90px;
        height: auto;
        width: 100%;
        max-width: 170px;
    }

.reference-text {
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 0px solid #f1f7fd;
    color: #606975;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
}
/*#endregion*/
/*#region LINK */
.link a h6 {
    color: #606975;
    font-weight: bold;
}

.img-thumbnail {
    padding: 5px !important;
    border: 0px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
    border-radius: 5px;
    background-color: #fff;
    font-size: 50px;
    width: 50%;
    color: #606975;
}

    .img-thumbnail.rounded-circle {
        border-radius: 50%
    }

    .img-thumbnail i {
        padding: 20px 0px;
    }

.link a:hover .img-thumbnail,
.link a:hover h6 {
    color: var(--primary-color);
}
/*#endregion Link */
/*#region OWL-CAROUSEL */
/* owl carousel - prev and next button */


.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage::after {
            display: block;
            height: 0;
            clear: both;
            line-height: 0;
            content: '.';
            visibility: hidden
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: hidden
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item .owl-lazy {
            transition: opacity 400ms ease;
            opacity: 0
        }

        .owl-carousel .owl-item .from-top, .owl-carousel .owl-item .from-bottom, .owl-carousel .owl-item .from-left, .owl-carousel .owl-item .from-right, .owl-carousel .owl-item .scale-up, .owl-carousel .owl-item .scale-down {
            transition: all .45s .3s ease-in-out;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        .owl-carousel .owl-item .from-top {
            -webkit-transform: translateY(-45px);
            -ms-transform: translateY(-45px);
            transform: translateY(-45px)
        }

        .owl-carousel .owl-item .from-bottom {
            -webkit-transform: translateY(45px);
            -ms-transform: translateY(45px);
            transform: translateY(45px)
        }

        .owl-carousel .owl-item .from-left {
            -webkit-transform: translateX(-45px);
            -ms-transform: translateX(-45px);
            transform: translateX(-45px)
        }

        .owl-carousel .owl-item .from-right {
            -webkit-transform: translateX(45px);
            -ms-transform: translateX(45px);
            transform: translateX(45px)
        }

        .owl-carousel .owl-item .scale-up {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8)
        }

        .owl-carousel .owl-item .scale-down {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .owl-carousel .owl-item .delay-1 {
            transition-delay: .5s
        }

        .owl-carousel .owl-item .delay-2 {
            transition-delay: .7s
        }

        .owl-carousel .owl-item .delay-3 {
            transition-delay: .9s
        }

        .owl-carousel .owl-item .delay-4 {
            transition-delay: 1.1s
        }

        .owl-carousel .owl-item.active .from-top, .owl-carousel .owl-item.active .from-bottom {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }

        .owl-carousel .owl-item.active .from-left, .owl-carousel .owl-item.active .from-right {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }

        .owl-carousel .owl-item.active .scale-up, .owl-carousel .owl-item.active .scale-down {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        .owl-carousel .owl-item > img {
            display: block;
            width: 100%
        }

            .owl-carousel .owl-item > img.owl-lazy {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d
            }

    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: none
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

    .owl-carousel .owl-dots {
        display: block;
        width: 100%;
        margin-top: 18px;
        text-align: center
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin: 0 6px;
            transition: opacity .25s;
            border-radius: 50%;
            background-color: #505050;
            opacity: .33
        }

            .owl-carousel .owl-dots .owl-dot.active {
                opacity: 1
            }

    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 46px;
        height: 46px;
        margin-top: -43px;
        transition: opacity .3s;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        background-color: #fff;
        color: #232323;
        line-height: 44px;
        text-align: center;
        opacity: .75
    }

        .owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
            opacity: 1
        }

        .owl-carousel .owl-prev::before, .owl-carousel .owl-next::before {
            font-family: feather;
            font-size: 22px
        }

    .owl-carousel .owl-prev {
        left: 20px
    }

        .owl-carousel .owl-prev::before {
            content: '\e92f';
        }

    .owl-carousel .owl-next {
        right: 20px
    }

        .owl-carousel .owl-next::before {
            content: '\e930';
        }

    .owl-carousel.large-controls .owl-prev, .owl-carousel.large-controls .owl-next {
        width: 54px;
        height: 54px;
        margin-top: -47px;
        border-radius: 6px;
        line-height: 52px
    }

    .owl-carousel.large-controls .owl-prev {
        left: 30px
    }

    .owl-carousel.large-controls .owl-next {
        right: 30px
    }

    .owl-carousel.dots-inside .owl-dots {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding-bottom: 24px
    }

        .owl-carousel.dots-inside .owl-dots .owl-dot {
            background-color: #fff;
            opacity: .5
        }

            .owl-carousel.dots-inside .owl-dots .owl-dot.active {
                opacity: 1
            }

    .owl-carousel.dots-inside .owl-prev, .owl-carousel.dots-inside .owl-next {
        margin-top: -23px
    }

    .owl-carousel.dots-inside.large-controls .owl-prev, .owl-carousel.dots-inside.large-controls .owl-next {
        margin-top: -27px
    }

    .owl-carousel .widget {
        margin-bottom: 0
    }

        .owl-carousel .widget.widget-featured-posts > .entry {
            margin-bottom: 0
        }

.no-js .owl-carousel {
    display: block
}
/*#endregion */
/*#region CUSTOM OWL-CAROUSEL */
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    visibility: hidden;
}

.testimonials:hover .owl-prev,
.testimonials:hover .owl-next {
    visibility: visible;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    visibility: visible;
}

.owl-carousel .owl-prev::before {
    content: '\e92f';
    border: 1px solid #f2f2f2;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

.owl-carousel .owl-next::before {
    content: '\e930';
    border: 1px solid #f2f2f2;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

.owl-carousel .owl-prev {
    left: 0px;
    position: absolute;
    z-index: 10;
    outline: 0;
    border-radius: 2px;
}

.owl-carousel .owl-next {
    right: 0px;
    position: absolute;
    z-index: 10;
    outline: 0;
    border-radius: 2px;
}
/*#endregion */
/*#region some fix for responsive design */
/* some fix for responsive design */
@media (max-width: 991px) {
    .link-boxes {
        margin-top: -80px;
    }

    .our-services .who-us {
        height: auto;
    }
}

@media (max-width: 991px) {
    #hero .container .box {
        width: 75%;
    }
}

@media (max-width: 767px) {
    #hero .container .box {
        width: 100%;
    }

    #footer .slogan h5 {
        font-size: 14px;
        text-transform: lowercase;
        font-style: italic;
    }
}
/*#endregion*/
/* CUSTOM */
/*#region Default-FIX*/
.a-tag {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.note-editable {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-size: 14px;
}

.download {
    overflow: hidden;
}


.navi-link {
    color: #444444;
}

    .navi-link:hover {
        color: var(--primary-color);
    }

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    margin-left: 11px;
}

button > i, a > i {
    pointer-events: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}
/* clears the 'X' from Internet Explorer */
::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

.hidden {
    display: none;
}

.hide {
    display: none;
}
/* calendar style */
input[type="date"] {
    max-width: none;
    width: 100% !important;
}



table tr > td img,
table tr > td input,
table tr > td .btn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: -4px;
    margin-bottom: -4px;
}

.show-sub-row {
    cursor: pointer;
}

.table-hover tbody tr:hover {
    background-color: rgba(255,255,230, 0.9);
}

.datatable {
    display: none;
}

.dataTables_length .btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.dataTables_empty {
    color: #a94442;
    text-align: center;
}

.table-buttons-col {
    min-width: 190px;
}

.border-radius {
    border-radius: 5px;
}
/*#endregion*/
/*#region iziToast*/
.iziToast {
    border: 1px solid #e5e5e5;
    background: #f5f5f5
}

    .iziToast::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 8px 10px -4px rgba(0,0,0,0.2);
        content: '';
        z-index: -1
    }

    .iziToast > .iziToast-body {
        margin-left: 15px
    }

    .iziToast > .iziToast-close {
        width: 40px;
        transition: opacity .25s;
        background: none;
        background-position: center;
        background-color: transparent;
        background-image: url(data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
        background-size: 8px;
        background-repeat: no-repeat
    }

    .iziToast.iziToast-info {
        border-color: rgba(33,150,243,0.3);
        background-color: #e3f2fd;
        color: #0d8aee
    }

        .iziToast.iziToast-info > .iziToast-close {
            background-image: url(data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=)
        }

    .iziToast.iziToast-success {
        border-color: rgba(76,175,80,0.3);
        background-color: #e7f5e7;
        color: #439a46
    }

        .iziToast.iziToast-success > .iziToast-close {
            background-image: url(data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=)
        }

    .iziToast.iziToast-warning {
        border-color: rgba(255,160,0,0.3);
        background-color: #fff2db;
        color: #f09600
    }

        .iziToast.iziToast-warning > .iziToast-close {
            background-image: url(data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=)
        }

    .iziToast.iziToast-danger {
        border-color: rgba(244,67,54,0.3);
        background-color: #fee6e4;
        color: #ff6a5f
    }

        .iziToast.iziToast-danger > .iziToast-close {
            background-image: url(data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=)
        }

/* custom iziToast*/

.iziToast-danger {
    box-shadow: 2px 5px 22px 2px rgba(47,56,68,0.1);
}

.iziToast-wrapper-center {
    margin-top: -100px;
    box-shadow: 22px 22px 22px 22px rgba(235, 220, 50, 0.00) !important;
}

.iziToast-primary hr {
    border-color: #0da9ef !important;
    margin: 10px 0 10px 0;
}

.iziToast-success hr {
    /*border-color: #43d9a3 !important;*/
    margin: 10px 0 10px 0;
    border-color: rgba(67,217,163,0.3);
}

.iziToast-info hr {
    /*border-color: #50c6e9 !important;*/
    margin: 10px 0 10px 0;
    border-color: #a6e8fb;
}

.iziToast-warning hr {
    /*border-color: #ffb74f !important;*/
    margin: 10px 0 10px 0;
    border-color: rgba(255,183,79,0.3);
}

.iziToast-danger hr {
    /*border-color: #ff5252 !important;*/
    margin: 10px 0 10px 0;
    border-color: rgba(255,82,82,0.3);
}

.iziToast-secondary hr {
    border-color: #e2e2e2;
    margin: 10px 0 10px 0;
}

.iziToast-dark hr {
    border-color: #374250 !important;
    margin: 10px 0 10px 0;
}

.iziToast {
    border: 1px solid #e1e7ec;
    background: #f5f5f5;
    max-width: 350px;
    min-width: 240px;
    width: 90%;
    margin-bottom: 10px;
    padding: 0px !important;
    background-color: white !important;
    border-radius: 2px !important;
}

    .iziToast > .iziToast-body > strong {
        width: 90%;
        margin-left: -7px; /* -10 */
    }

        .iziToast > .iziToast-body > strong > hr {
            margin-left: -41px; /* 38 */
            margin-right: -46px; /* 48 */
        }

    .iziToast > .iziToast-body > p {
        /*text-align: justify;*/
        /*text-justify: inter-word;*/
        margin-left: -34px;
        padding-right: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.iziToast-body .iziToast-icon {
    top: 20px !important;
}

.iziToast .iziToast-close {
    position: absolute;
    top: 0px !important;
    right: 0;
    height: 40px;
    color: #ffffff;
    width: 40px;
}
/*#endregion*/
/*#region Input Group*/
.form-group > img {
    padding-top: 18px;
}

.form-group > .checkbox {
    padding-top: 28px;
}

#login-form .form-group input {
    height: 40px;
}

.form-group input {
    height: 38px;
}

.input-group {
    display: block;
    position: relative
}

    .input-group .input-group-addon, .input-group .input-group-btn {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-left: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        font-size: 16px;
    }

    .input-group .input-group-btn {
        margin-top: 3px
    }

    .input-group .input-group-addon {
        left: 10px;
        transition: color .3s;
        color: #999;
    }

    .input-group .form-control {
        padding-left: 37px;
        width: 100%;
    }

    .input-group .input-group-btn {
        right: 10px
    }

    .input-group .input-group-btn {
        cursor: pointer;
    }

.form-control {
    padding-left: 17px;
    height: 34px;
}

    .form-control:focus {
        outline: none;
        box-shadow: none !important
    }

.form-group > label {
    margin-bottom: 2px;
    padding-left: 18px;
    font-size: 12px;
}

.custom-control-label,
.form-control {
    font-size: 13px;
}

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
        font-size: 12px;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        font-size: 12px;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        font-size: 12px;
    }

.custom-control .custom-control-label {
    padding-top: 2px;
}

.form-group input[type="file"] {
    padding-top: 6px;
    padding-left: 6px;
}
/*#endregion*/
/*#region Validation Error*/
.has-error > .note-editor,
.has-error > .radio-btn-group,
.has-error > .checkbox-btn-group {
    border: 1px solid red !important;
}

.has-error > div > div > div.mce-edit-area,
.has-error > textarea:not(.summernote),
.has-error > input,
.has-error > select,
.has-error > .chosen-container > a,
.has-error > .chosen-container > ul,
.has-error > div > input {
    border: 1px solid red !important;
}

.has-error .input-group .input-group-addon {
    color: #ea372e;
}

.field-validation-error > span {
    display: inline-block;
    position: relative;
    background-color: #cd2e26;
    min-width: 220px;
    max-width: 280px;
    border-radius: 2px;
    color: white;
    padding: 2px 10px;
    z-index: 9;
    font-size: 12px;
    margin-top: 6px;
}

    .field-validation-error > span:before {
        content: '';
        position: absolute;
        display: block;
        height: 0;
        width: 0;
        border-width: 5px;
        border-style: solid;
        top: -10px;
        left: 14px;
        border-color: transparent transparent #cd2e26 transparent;
    }

/*#endregion*/
/*#region Cookie Policy Modal*/
.cookie-box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 17px 17px rgba(0,0,0,.15), 0 27px 55px rgba(0,0,0,.3);
    font: 14px/20px "Open Sans",sans-serif;
    margin: 24px;
    max-height: calc(100% - 48px);
    max-width: calc(100% - 48px);
    overflow: auto;
    padding: 8px;
    position: fixed;
    z-index: 10012;
    right: 60px;
    bottom: 30px;
    display: inline-block;
}

.cookie-box-contents {
    color: #757575;
    padding: 8px;
}

.cookie-box-buttons {
    text-align: right;
}

.cookie-button {
    color: #039be5;
    padding: 6px;
    margin: 0 8px;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    font: 700 12px "Raleway",sans-serif;
    min-width: 56px;
    outline: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #e1f3fc;
}

    .cookie-button:hover {
        background-color: #e1f3fc;
        text-decoration: none;
    }

@media (max-width: 374px) {
    .cookie-box {
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 17px 17px rgba(0,0,0,.15), 0 27px 55px rgba(0,0,0,.3);
        font: 12px/16px "Open Sans",sans-serif;
        margin: 24px;
        max-height: calc(100% - 48px);
        max-width: calc(100% - 48px);
        overflow: auto;
        padding: 8px;
        position: fixed;
        z-index: 10012;
        right: 60px;
        bottom: 30px;
    }

    .cookie-button {
        font: 500 10px "Raleway",sans-serif;
    }
}
/*#endregion*/
/*#region User Left Menu*/
.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 40px; /*90*/
    padding-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden
}

    .user-info-wrapper .user-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px; /* 120px*/
        background-position: center;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
        background-size: cover
    }

        .user-info-wrapper .user-cover .tooltip .tooltip-inner {
            width: 230px;
            max-width: 100%;
            padding: 10px 15px
        }

    .user-info-wrapper .info-label {
        display: block;
        position: absolute;
        top: 18px;
        right: 18px;
        height: 26px;
        padding: 0 12px;
        border-radius: 4px;
        background-color: #fff;
        color: #505050;
        font-size: 12px;
        line-height: 26px;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.18);
        cursor: pointer
    }

        .user-info-wrapper .info-label > i {
            display: inline-block;
            margin-right: 3px;
            font-size: 1.2em;
            vertical-align: middle
        }

    .user-info-wrapper .user-info {
        display: table;
        position: static;
        width: 100%;
        padding: 0 18px;
        z-index: 5
    }

        .user-info-wrapper .user-info .user-avatar, .user-info-wrapper .user-info .user-data {
            display: table-cell;
            vertical-align: top
        }

        .user-info-wrapper .user-info .user-avatar {
            position: relative;
            width: 115px
        }

            .user-info-wrapper .user-info .user-avatar > img {
                display: block;
                width: 100%;
                border: 5px solid #fff;
                border-radius: 50%
            }

            .user-info-wrapper .user-info .user-avatar .edit-avatar {
                display: block;
                position: absolute;
                top: -2px;
                right: 2px;
                width: 36px;
                height: 36px;
                transition: opacity .3s;
                border-radius: 50%;
                background-color: #fff;
                color: #505050;
                line-height: 34px;
                box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
                cursor: pointer;
                opacity: 0;
                text-align: center;
                text-decoration: none
            }

                .user-info-wrapper .user-info .user-avatar .edit-avatar::before {
                    font-family: feather;
                    font-size: 17px;
                    color: red;
                    content: '\ea04'
                }

            .user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
                opacity: 1
            }

        .user-info-wrapper .user-info .user-data {
            padding-top: 48px;
            padding-left: 12px
        }

            .user-info-wrapper .user-info .user-data h4 {
                margin-bottom: 2px
            }

            .user-info-wrapper .user-info .user-data span {
                display: block;
                color: #999;
                font-size: 12px
            }

    .user-info-wrapper + .list-group .list-group-item:first-child {
        border-radius: 0
    }

/*#endregion*/
/*#region List Group Item*/
/* user left menu .list-group-item */
.list-group-item {
    border-color: #e5e5e5;
    background-color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 5px;
}

    .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .list-group-item i {
        display: inline-block;
        margin-top: -2px;
        margin-right: 8px;
        font-size: 1.1em;
        vertical-align: middle
    }

    .list-group-item p, .list-group-item ul, .list-group-item ol, .list-group-item li, .list-group-item span {
        font-weight: normal !important
    }

a.list-group-item, .list-group-item-action {
    position: relative;
    transition: all .25s;
    color: #505050
}

    a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active, .list-group-item-action:hover, .list-group-item-action:focus, .list-group-item-action:active {
        background-color: #fff;
        color: var(--primary-color)
    }

    a.list-group-item::before, .list-group-item-action::before {
        position: absolute;
        top: 0;
        left: -1px;
        width: 2px;
        height: 100%;
        background-color: var(--primary-color);
        content: '';
        opacity: 0
    }

a.list-group-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.with-badge {
    position: relative;
    padding-right: 3.3rem
}

    .with-badge .badge {
        position: absolute;
        top: 50%;
        right: 1.15rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.badge {
    color: #fff;
    font-size: 85%;
    font-weight: 500
}

    .badge.badge-default {
        border: 1px solid #e5e5e5;
        background-color: #f5f5f5;
        color: #505050
    }

    .badge.badge-primary {
        background-color: #05f
    }

    .badge.badge-info {
        background-color: #2196f3
    }

    .badge.badge-success {
        background-color: #4caf50
    }

    .badge.badge-warning {
        background-color: #ffa000
    }

    .badge.badge-danger {
        background-color: #ff6a5f
    }

.list-group-item.active {
    border-color: #e5e5e5;
    background-color: #fff;
    color: var(--menu-color-hover);
    cursor: default;
    pointer-events: none
}

    .list-group-item.active::before {
        opacity: 1
    }

    .list-group-item.active h1, .list-group-item.active .h1, .list-group-item.active h2, .list-group-item.active .h2, .list-group-item.active h3, .list-group-item.active .h3, .list-group-item.active h4, .list-group-item.active .h4, .list-group-item.active h5, .list-group-item.active .h5, .list-group-item.active h6, .list-group-item.active .h6 {
        color: #fff
    }

.list-group-item-info {
    background-color: rgba(33,150,243,0.12);
    color: #2196f3 !important
}

    .list-group-item-info > *, .list-group-item-info h1, .list-group-item-info h2, .list-group-item-info h3, .list-group-item-info h4, .list-group-item-info h5, .list-group-item-info h6, .list-group-item-info p, .list-group-item-info ul, .list-group-item-info ol, .list-group-item-info a {
        color: #2196f3 !important
    }

    .list-group-item-info::before {
        display: none
    }

.list-group-item-success {
    background-color: rgba(76,175,80,0.12);
    color: #47a44b !important
}

    .list-group-item-success > *, .list-group-item-success h1, .list-group-item-success h2, .list-group-item-success h3, .list-group-item-success h4, .list-group-item-success h5, .list-group-item-success h6, .list-group-item-success p, .list-group-item-success ul, .list-group-item-success ol, .list-group-item-success a {
        color: #47a44b !important
    }

    .list-group-item-success::before {
        display: none
    }

.list-group-item-warning {
    background-color: rgba(255,160,0,0.12);
    color: #f09600 !important
}

    .list-group-item-warning > *, .list-group-item-warning h1, .list-group-item-warning h2, .list-group-item-warning h3, .list-group-item-warning h4, .list-group-item-warning h5, .list-group-item-warning h6, .list-group-item-warning p, .list-group-item-warning ul, .list-group-item-warning ol, .list-group-item-warning a {
        color: #f09600 !important
    }

    .list-group-item-warning::before {
        display: none
    }

.list-group-item-danger {
    background-color: rgba(244,67,54,0.12);
    color: #ff6a5f !important
}

    .list-group-item-danger > *, .list-group-item-danger h1, .list-group-item-danger h2, .list-group-item-danger h3, .list-group-item-danger h4, .list-group-item-danger h5, .list-group-item-danger h6, .list-group-item-danger p, .list-group-item-danger ul, .list-group-item-danger ol, .list-group-item-danger a {
        color: #ff6a5f !important
    }

    .list-group-item-danger::before {
        display: none
    }

.list-group-item-action:hover.list-group-item-info, .list-group-item-action.active.list-group-item-info {
    background-color: rgba(33,150,243,0.24)
}

.list-group-item-action:hover.list-group-item-success, .list-group-item-action.active.list-group-item-success {
    background-color: rgba(76,175,80,0.24)
}

.list-group-item-action:hover.list-group-item-warning, .list-group-item-action.active.list-group-item-warning {
    background-color: rgba(255,160,0,0.24)
}

.list-group-item-action:hover.list-group-item-danger, .list-group-item-action.active.list-group-item-danger {
    background-color: rgba(244,67,54,0.24)
}

.card:not([class*='mb-']):not([class*='margin-bottom-']) + .list-group {
    margin-top: -1px
}

    .card:not([class*='mb-']):not([class*='margin-bottom-']) + .list-group .list-group-item:first-child {
        border-radius: 0
    }

/*#endregion*/
/*#region Modal Popup and Confirmation*/
.alert-default .modal-content,
.default .modal-content,
.alert-default .modal-header,
.default .modal-header {
    border-color: var(--default)
}

.alert-info .modal-content,
.info .modal-content,
.alert-info .modal-header,
.info .modal-header {
    border-color: var(--info)
}

.alert-primary .modal-content,
.primary .modal-content,
.alert-primary .modal-header,
.primary .modal-header {
    border-color: var(--primary);
}

.alert-secondary .modal-content,
.secondary .modal-content,
.alert-secondary .modal-header,
.secondary .modal-header {
    border-color: var(--secondary)
}

.alert-success .modal-content,
.success .modal-content,
.alert-success .modal-header,
.success .modal-header {
    border-color: var(--success)
}

.alert-warning .modal-content,
.warning .modal-content,
.alert-warning .modal-header,
.warning .modal-header {
    border-color: var(--warning)
}

.alert-danger .modal-content,
.danger .modal-content,
.alert-danger .modal-header,
.danger .modal-header {
    border-color: var(--danger)
}

.default .modal-header, .default span {
    border-color: #f5f5f5;
    background-color: #fcfcfc;
    color: #606975;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.info .modal-header, .info span {
    border-color: var(--info);
    background-color: var(--info);
    color: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.primary .modal-header, .primary span {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.secondary .modal-header, .secondary span {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.success .modal-header, .success span {
    border-color: var(--success);
    background-color: var(--success);
    color: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.warning .modal-header, .warning span {
    border-color: var(--warning);
    background-color: var(--warning);
    color: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.danger .modal-header, .danger span {
    border-color: var(--danger);
    background-color: var(--danger);
    color: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.modal-content {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

.modal-header {
    padding: 8px 20px 2px 20px !important;
    background-color: #fcfcfc;
}

.modal .modal-header .close {
    margin-top: -20px;
    outline: none;
}

    .modal .modal-header .close > span {
        font-size: 1.3rem;
    }

.modal-body {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

.modal-footer {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-dialog-centered {
    margin-top: -30px;
}

.btn-light {
    border: 1px solid #e5e5e5;
}
/*#endregion */
/*#region Countdown*/
.countdown {
    display: inline-block
}

    .countdown::after {
        display: block;
        clear: both;
        content: ''
    }

    .countdown .item {
        display: block;
        margin: 7px;
        float: left;
        text-align: center
    }

        .countdown .item .days, .countdown .item .hours, .countdown .item .minutes, .countdown .item .seconds {
            width: 48px;
            height: 48px;
            margin-bottom: 5px;
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            background-color: #fff;
            font-size: 20px;
            line-height: 46px
        }

        .countdown .item .days_ref, .countdown .item .hours_ref, .countdown .item .minutes_ref, .countdown .item .seconds_ref {
            font-size: 12px
        }

    .countdown.countdown-inverse .item .days, .countdown.countdown-inverse .item .hours, .countdown.countdown-inverse .item .minutes, .countdown.countdown-inverse .item .seconds {
        border-color: rgba(255,255,255,0.13);
        background-color: transparent;
        color: #fff
    }

    .countdown.countdown-inverse .item .days_ref, .countdown.countdown-inverse .item .hours_ref, .countdown.countdown-inverse .item .minutes_ref, .countdown.countdown-inverse .item .seconds_ref {
        color: rgba(255,255,255,0.8)
    }

.countdown-frame {
    border: 1px solid #e1e7ec;
    border-radius: 5px !important;
}

.countdown .item .time_remaining {
    height: 48px;
    margin-bottom: 5px;
    border: 0px solid #e1e7ec;
    border-radius: 7px;
    font-size: 22px;
    line-height: 46px;
    padding: 0 5px 0 10px;
}
/*#endregion*/
/*#region widget-categories*/
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: normal
}

    .widget-title::after {
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 90px;
        height: 1px;
        background-color: #05f;
        content: ''
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 1.8
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0
    }

.widget-categories ul, .widget-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -16px;
}

    .widget-categories ul > li, .widget-links ul > li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 16px;
    }

        .widget-categories ul > li:last-child, .widget-links ul > li:last-child {
            margin-bottom: 0
        }

        .widget-categories ul > li::before, .widget-links ul > li::before {
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            transition: -webkit-transform .35s;
            transition: transform .35s;
            color: #999;
            font-family: feather;
            font-size: 1.15em;
            /*content: '\e92e';*/
        }

        .widget-categories ul > li > a, .widget-links ul > li > a {
            display: inline-block;
            transition: color .3s;
            color: #505050;
            font-size: 14px;
            text-decoration: none
        }

            .widget-categories ul > li > a:hover, .widget-links ul > li > a:hover {
                color: #05f
            }

        .widget-categories ul > li.active > a, .widget-links ul > li.active > a {
            color: #05f
        }

        .widget-categories ul > li > span, .widget-links ul > li > span {
            margin-left: 4px;
            color: #999
        }

        .widget-categories ul > li.has-children ul, .widget-links ul > li.has-children ul {
            border-left: 1px solid #e2e2e2;
            margin-left: 6px;
        }

            .widget-categories ul > li.has-children ul li::before, .widget-links ul > li.has-children ul li::before {
                top: 14px;
                width: 8px;
                height: 1px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                border: 0;
                background-color: #e2e2e2;
                color: transparent
            }

            .widget-categories ul > li.has-children ul li a, .widget-links ul > li.has-children ul li a {
                font-size: 13px
            }

            .widget-categories ul > li.has-children ul ul > li, .widget-links ul > li.has-children ul ul > li {
                margin-bottom: 0
            }

        .widget-categories ul > li.has-children > ul, .widget-links ul > li.has-children > ul {
            max-height: 0;
            transition: max-height .6s;
            overflow: hidden;
        }

        .widget-categories ul > li.has-children.expanded::before, .widget-links ul > li.has-children.expanded::before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        .widget-categories ul > li.has-children.expanded > ul, .widget-links ul > li.has-children.expanded > ul {
            max-height: 800px;
        }
/*#endregion*/
/*#region Numarator*/
.form-group.numarator .input-group {
    width: 50%;
}

#EditCommonSetting .form-group.numarator .input-group {
    width: 100%;
}

.form-group.numarator > .input-group > input {
    text-align: center;
    padding-right: 35px;
    padding-left: 35px;
}

.form-group.numarator > .input-group > .input-group-addon,
.form-group.numarator > .input-group > .input-group-btn {
    cursor: pointer;
    margin: 0px !important;
    padding: 6px 10px !important;
    color: #444444;
}

    .form-group.numarator > .input-group > .input-group-addon:hover,
    .form-group.numarator > .input-group > .input-group-btn:hover {
        background-color: #f5f5f5;
    }
/*#endregion*/
/*#region Admin Language*/
/* admin-website-language */
.text-crop {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-website-language {
    max-width: 250px;
    z-index: 1;
    border-radius: 4px;
}

    .admin-website-language button {
        outline: none;
        box-shadow: none !important;
        max-width: 250px;
    }

    .admin-website-language.admin-website-language-stuck > button {
        position: fixed;
        top: 260px;
        left: -100px;
        min-width: 250px;
        z-index: 1;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

.admin-menu.admin-menu-stuck {
    padding-left: 30px;
}

.admin-website-language-stuck > .dropdown-menu {
    z-index: 1;
    top: -252px !important;
    margin-left: 40px;
    box-shadow: 0px 0px 0px 0px white !important;
}
/*#endregion*/
/*#region Whatsapp*/
.whatsapp-popup_open-btn i {
    font-size: 52px;
    margin: 0px;
    float: left;
    margin-left: 3px;
}

.whatsapp-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.whatsapp-popup-container {
    width: auto;
    position: fixed;
    z-index: 100;
}

.whatsapp-popup {
    display: none
}

.whatsapp-popup_close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
}

.whatsapp-popup_close-btn {
    font-size: 22px;
}

.whatsapp-popup_support-wrapper {
    margin-top: 8px
}

.whatsapp-popup_support-img-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
    background-color: #fff
}

.whatsapp-popup_support-img {
    max-width: 100%;
    height: auto;
    display: block
}

.whatsapp-popup_support {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 8px;
    overflow: hidden;
    width: 232px
}

.whatsapp-popup_support-about {
    font-size: 14px;
    text-align: center;
    padding: 18px 12px;
    line-height: 16px;
    user-select: none;
}

.whatsapp-popup_support-welcome {
    background-color: #fff;
    font-size: 14px;
    padding: 16px 12px;
    color: #888FBB;
    line-height: 16px;
    user-select: none;
    text-align: left;
}

.whatsapp-popup_input-wrapper {
    width: 232px;
    margin-top: 14px;
    float: right;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    position: relative;
    height: 50px;
}

.whatsapp-popup_input {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    color: #000 !important;
    vertical-align: middle !important;
    display: inline-block !important;
    width: 166px !important;
    height: auto !important;
}

    .whatsapp-popup_input::-webkit-input-placeholder {
        color: #888FBB !important;
    }

.whatsapp-popup_send-btn {
    cursor: pointer;
    padding: 6px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    user-select: none
}

.whatsapp--bg-color {
    background-color: #22C15E;
}

    .whatsapp--bg-color i {
        background-color: transparent;
    }

.whatsapp--text-color {
    color: #fff
}

.whatsapp-popup_open-btn {
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    color: #22C15E;
}

.whatsapp-popup-container--position {
    right: 5px;
    bottom: 9px
}


.whatsapp-popup_open-btn {
    float: right
}

.whatsapp-gradient--position {
    bottom: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom right,rgba(29,39,54,0.2) 0,rgba(29,39,54,0) 72%)
}

.whatsapp-clearfix {
    clear: both
}

.whatsapp-shadow {
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.whatsapp-icon {
    font-family: "wwsFonts" !important;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.whatsapp-icon-close:before {
    content: '\e800';
}

.whatsapp-icon-whatsapp:before {
    content: '\f232';
}

.whatsapp-shortcode-btn {
    padding: 4px 10px;
    margin: 2px;
    border-radius: 5px;
    text-align: center
}

    .whatsapp-shortcode-btn:hover {
        box-shadow: 0 3px 8px rgba(0,0,0,0.16)
    }

.whatsapp-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none
}

@-webkit-keyframes whatsapp-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    25% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes whatsapp-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    25% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.whatsapp-shake-animation {
    animation: whatsapp-shake .3s
}

.whatsapp-popup .whatsapp-gdpr {
    padding: 8px 12px 6px;
    background: #fff;
    font-size: 12px;
    color: #888FBB;
    user-select: none
}

    .whatsapp-popup .whatsapp-gdpr label {
        color: #888FBB;
        display: block;
        font-weight: 400;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-family: Arial,Helvetica,sans-serif
    }

        .whatsapp-popup .whatsapp-gdpr label input[type="checkbox"] {
            vertical-align: middle;
            margin-right: 4px;
            padding: 0
        }

.whatsapp-btn-send1 {
    fill: #99ffc0;
}

.whatsapp-btn-send2 {
    fill: #22C15E;
}

.whatsapp-popup-container--position.up-side {
    right: 70px;
    bottom: 9px
}

.whatsapp-popup_footer.up-side {
    display: none;
}

@media (max-width: 767px) {
    .whatsapp-popup_footer {
        display: none;
    }
}

.whatsapp-popup_footer {
    display: none;
}
/*#endregion*/
/*#region Welcome Section */
/*===========Welcome section========*/
@media (min-width: 768px) and (max-width: 991px) {
    .welcome-heading.contact-style .contact-info {
        padding-left: 20px;
    }
}

.welcome-section {
    margin-top: 70px;
    padding-bottom: 50px;
    overflow-x: hidden;
    position: relative;
}

    .welcome-section .welcome-details {
        padding-top: 70px;
    }

    .welcome-section h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 1.625em;
        color: #323232;
        position: relative;
        text-align: right;
        line-height: 32px;
        padding-right: 25px;
        font-stretch: expanded;
    }

        .welcome-section h2:before {
            content: '';
            width: 4px;
            height: 100%;
            background: var(--border-color);
            position: absolute;
            letter-spacing: 1px;
            right: -16px;
            top: -4px;
        }

    .welcome-section .welcome-heading {
        margin-top: 70px;
    }

.welcome-heading p {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 1em;
    color: #3c3c3c;
    padding-left: 30px;
    padding-top: 16px;
    line-height: 26px;
}

.welcome-heading .summary {
    color: #444;
    height: 57px;
    display: inline-block;
    display: -webkit-box;
    white-space: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.welcome-heading .border-left-color {
    border-left: 5px solid var(--border-color)
}

.welcome-heading.contact-style {
    border: 1px solid var(--title-light-bg);
    border-radius: 6px;
    background-color: #f1f7fd;
    background-color: var(--title-light-bg); /*  #f1f7fd;*/
    z-index: 2;
    position: relative;
    /*box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.1);*/
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.2);
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
    overflow: visible;
}

.welcome-section .welcome-heading.contact-style {
    margin-top: 60px !important;
}

.welcome-section .bottom .welcome-heading.contact-style {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.welcome-section .welcome-heading {
    vertical-align: middle !important;
}

.welcome-heading.contact-style .contact-info {
    padding: 20px;
    padding-left: 60px;
    min-width: 240px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome-heading.contact-style .contact-info {
        padding-left: 20px;
    }
}

.welcome-heading.contact-style .contact-info h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

    .welcome-heading.contact-style .contact-info h6:before {
        content: '';
        width: 45px;
        height: 3px;
        background: var(--border-color); /*var(--border-color);*/
        position: absolute;
        top: 46px;
    }

.welcome-heading.contact-style .contact-info i {
    color: var(--primary-color);
    font-size: 30px;
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
}

.welcome-heading.contact-style .contact-button {
    height: 100%;
    min-height: 80px;
}

.welcome-heading a:hover .summary {
    color: var(--primary-color);
}

.welcome-item {
    position: relative;
}

    .welcome-item p {
        height: 90px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.welcome-details {
    margin-right: 20px;
}

    .welcome-details .welcome-item {
        display: block;
    }

    .welcome-details img {
        position: absolute;
        z-index: 1;
        background: #fff;
        padding: 8px;
        max-width: 192px;
        margin-top: 13px;
    }

    .welcome-details .welcome_info {
        position: relative;
        width: 77%;
        background: #fdfdfd;
        border: 1px solid #e6e6e6;
        margin-left: 150px;
        padding-top: 18px;
        padding-bottom: 18px;
        /* 
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;

       */
        height: 158px;
    }

    .welcome-details h6 {
        color: #323232;
    }

    .welcome-details h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.25em;
        color: #323232;
        padding-left: 66px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
    }

        .welcome-details h3:before {
            content: '';
            width: 45px;
            height: 3px;
            background: var(--border-color);
            position: absolute;
            top: 46px;
        }

    .welcome-details a:hover h3:before {
        background: #fff;
    }

    .welcome-details h3 i {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 30px;
        color: var(--primary-color);
    }

    .welcome-details p {
        font-family: 'Open Sans', sans-serif;
        color: #3c3c3c;
        padding-left: 66px;
        padding-right: 41px;
        padding-top: 13px;
    }

.welcome-item_bottom {
    margin-top: 29px;
}

.welcome-details a:hover .welcome_info {
    background-color: var(--primary-color);
}

    .welcome-details a:hover .welcome_info h3,
    .welcome-details a:hover .welcome_info h6,
    .welcome-details a:hover .welcome_info h3 i,
    .welcome-details a:hover .welcome_info p {
        color: #fff;
    }

.welcome-details .welcome_info:hover h3 i,
.welcome-details .welcome_info:hover h3 {
    color: #fff;
}

.welcome-details .welcome_info:hover p {
    color: #e4e8e8;
}

@media (max-width: 1199px) {
    .welcome-section {
        height: auto;
        padding-bottom: 81px;
    }

        .welcome-section .bottom_row {
            margin-top: 29px;
        }

    .welcome-details p {
        padding-right: 3px;
    }

    .welcome-details .welcome_info {
        padding-bottom: 46px;
    }
}

@media (max-width: 767px) {

    .welcome-section .welcome-heading p {
        padding-left: 0px;
    }

    .welcome-section h2 {
        text-align: left;
    }

        .welcome-section h2:before {
            width: 0px;
        }

    .welcome-details img {
        display: none;
    }

    .welcome-details .welcome_info {
        width: 100%;
        margin-left: 0px;
    }

    .welcome-details h3,
    .welcome-details p {
        padding-left: 20px;
    }
}

.welcome-details > div {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 575px) {
    .welcome-details > div {
        padding-right: 20px;
    }
}

@media (max-width: 412px) {
    .welcome-section .welcome-details {
        margin-right: 0px;
    }

        .welcome-section .welcome-details > .mega-ourservice2,
        .welcome-section .welcome-details > .ourservice2 {
            padding-left: 20px;
            padding-right: 20px;
        }
}


/*#endregion*/
/*#region Modal Popup*/
#entry-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19999;
    overflow: hidden;
    background: rgba(255,255,255,1);
    overflow-y: visible;
    overflow-x: hidden;
}

#modal-popup .modal-dialog .modal-content {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#modal-popup .close span {
    font-size: 40px;
    padding: -5px;
    margin: 0px;
}

#modal-popup .close {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    #modal-popup .close:hover {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        color: var(--danger);
        border: 1px solid var(--danger);
    }

#modal-popup .close {
    font-size: 40px;
    width: 44px;
    border-radius: 60%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #444;
    left: 20px !important;
    position: absolute;
    background-color: rgba(255,255,255, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.5);
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    outline: 0;
}

#modal-popup .modal-body .htmlcontent {
    margin-top: 50px;
}

#modal-popup .modal-body {
    padding: 20px;
    margin: 0px;
}

#modal-popup .modal-dialog {
    width: initial !important;
    max-width: 750px !important;
    margin: 0 auto;
}

#modal-popup .modal-content img {
    max-width: 100%;
    height: auto;
}

#modal-popup .modal-footer .form-check {
    margin-top: -10px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    #modal-popup .modal-dialog {
        max-width: 80% !important;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    #modal-popup .modal-dialog {
        max-width: 95% !important;
        margin: 0 auto;
    }
}
/*#endregion*/

/*#region OUR-SERVICE 6*/
.welcome-cart-section .welcome-card-our-service {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
}

.welcome-cart-section .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 32px;
}

    .welcome-cart-section .card img {
        max-width: 100%;
        border-radius: 0 !important;
    }

    .welcome-cart-section .card .card-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }

.welcome-section .card-our-service {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #fff;
    height: 250px;
    width: 100%;
}

    .welcome-section .card-our-service .card-icon {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 2;
        visibility: hidden;
    }

.welcome-cart-section .card-our-service:hover .card-icon {
    visibility: visible;
}

.welcome-cart-section .card-our-service .card-icon i {
    margin-top: 146px;
    font-size: 28px;
    background-color: #F6BB19;
    padding: 5px;
    color: #fff;
}

.welcome-section .card-our-service img {
    max-height: 150px;
}

.welcome-section .card-our-service a {
    color: #fff;
}

.welcome-section .card-our-service .card-block {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 68px;
    overflow: hidden;
    background-color: var(--primary-color-hover);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .welcome-section .card-our-service .card-block .card-text,
    .welcome-section .card-our-service .card-block .btn {
        opacity: 0;
        -webkit-transition: opacity 0s;
        transition: opacity 0s;
    }

.welcome-section .card-our-service:hover .card-block {
    height: 230px;
    color: #fff;
}

    .welcome-section .card-our-service:hover .card-block p {
        padding: 20px;
        font-size: 14px;
        height: 125px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .welcome-section .card-our-service:hover .card-block .card-text, .card-our-service:hover .card-block .btn {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in-out 0.3s;
        transition: opacity 0.3s ease-in-out 0.3s;
        color: #fff;
    }

.welcome-cart-section .card-our-service > .card-block > .card-title {
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    height: 68px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .welcome-cart-section .card-our-service > .card-block > .card-title:before {
        content: '';
        height: 68px;
        position: absolute;
        top: -6px;
        left: 20%;
        right: 20%;
        z-index: 1;
        border-top: 1px solid #F6BB19;
    }
/*#endregion*/

/*#region Slogan*/
.footer-slogan-border {
    border-bottom: 4px solid var(--footer-top-bg);
    padding-bottom: 20px;
}
/**/
.middle-slogan .appointment-btn {
    margin-left: 0px;
    margin-right: 0px;
    border: 4px solid #fff;
}

.middle-slogan h5 {
    margin-top: 6px;
    vertical-align: middle;
}

.middle-slogan {
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--title-light-bg);
}
/*#endregion*/

/*#region NEW STYLE CONTENT 1 NSC1 */
.welcome-details.nsc4 .content-box .left {
    border: 2px solid white;
}

.welcome-section .welcome-details.nsc1 .content-box {
    border: 2px solid var(--title-light-bg);
    background: linear-gradient(to right, var(--title-light-bg) 50%, transparent 0);
    background-position-x: -100%;
}

    .welcome-section .welcome-details.nsc1 .content-box:hover i {
        color: transparent !important;
    }

    .welcome-section .welcome-details.nsc1 .content-box:hover {
        border: 2px solid var(--primary-color);
    }

    .welcome-section .welcome-details.nsc1 .content-box .left {
        /*background-color: green;*/

        margin-right: -30px;
        text-align: center;
        line-height: 150px;
        vertical-align: middle;
        height: 100%;
    }

        .welcome-section .welcome-details.nsc1 .content-box .left i {
            font-size: 38px;
            font-weight: bold;
            color: var(--primary-color);
            line-height: 150px;
            margin-left: -20px;
            font-family: 'boxicons', 'feather', 'Verdana';
        }

    .welcome-section .welcome-details.nsc1 .content-box .right {
        background-color: white;
        /*border-left: 2px solid var(--title-light-bg);*/
        -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        transform: skewX(20deg);
        margin: -5px;
    }

        .welcome-section .welcome-details.nsc1 .content-box .right .content {
            /*background-color: aqua;*/
            margin-left: 20px;
            margin-right: -30px;
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
            transform: skewX(-20deg);
        }

        .welcome-section .welcome-details.nsc1 .content-box .right .content-title {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 1.25em;
            color: #323232;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 300px;
            padding: 15px 0px;
        }

        .welcome-section .welcome-details.nsc1 .content-box .right .content-summary {
            margin: 10px 0px;
            height: 80px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #444
        }

        .welcome-section .welcome-details.nsc1 .content-box .right .content-title:before {
            content: '';
            width: 45px;
            height: 3px;
            background: var(--border-color);
            position: absolute;
            top: 46px;
        }

    .welcome-section .welcome-details.nsc1 .content-box:hover .right .content-title:before {
        background: var(--primary-color);
    }

@media (max-width: 991px) {
    .welcome-section .welcome-details.nsc1 .content-box {
        background-image: none !important;
    }

        .welcome-section .welcome-details.nsc1 .content-box .left {
            text-align: right !important;
        }

        .welcome-section .welcome-details.nsc1 .content-box i {
            display: inline;
            position: absolute;
            z-index: 2;
            top: -50px;
            right: 20px;
            font-size: 28px !important;
            vertical-align: top !important;
            font-weight: normal !important;
        }

        .welcome-section .welcome-details.nsc1 .content-box:hover i {
            color: var(--primary-hover) !important;
        }

        .welcome-section .welcome-details.nsc1 .content-box .right .content {
            margin-right: 0px;
        }

        .welcome-section .welcome-details.nsc1 .content-box:hover i {
            display: inline;
        }

        .welcome-section .welcome-details.nsc1 .content-box .right {
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            transform: skewX(0deg);
        }

            .welcome-section .welcome-details.nsc1 .content-box .right .content {
                -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                transform: skewX(0deg);
            }
}

/*#endregion*/

/*#region NEW STYLE CONTENT 2 nsc2 */
.welcome-section .welcome-details.nsc2 .content-box {
    background: #fff;
    border: 2px solid var(--title-light-bg);
    background: linear-gradient(to right, var(--primary-color) 50%, transparent 0);
    background-position-x: -100%;
}

    .welcome-section .welcome-details.nsc2 .content-box .left {
        /*background-color: green;*/
        margin-right: -30px;
        text-align: center;
        line-height: 150px;
        vertical-align: middle;
        height: 100%;
    }

        .welcome-section .welcome-details.nsc2 .content-box .left i {
            font-size: 52px;
            font-weight: normal;
            color: transparent;
            line-height: 150px;
            left: 35px;
            padding-top: 5px;
            position: absolute;
            font-family: 'boxicons', 'feather', 'Verdana';
        }

    .welcome-section .welcome-details.nsc2 .content-box .right {
        background-color: white;
        /*border-left: 2px solid var(--title-light-bg);*/
        -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        transform: skewX(20deg);
        border: 5px solid white;
        margin: -5px;
    }

@media (max-width: 991px) {
    .welcome-section .welcome-details.nsc2 .content-box .left {
        display: none;
    }

    .welcome-section .welcome-details.nsc2 .content-box .right {
        border: 0px solid white;
        margin: 0px;
    }
}

.welcome-section .welcome-details.nsc2 .content-box .right .content {
    /*background-color: aqua;*/
    margin-left: 20px;
    margin-right: -30px;
    -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
    transform: skewX(-20deg);
}

.welcome-section .welcome-details.nsc2 .content-box .right .content-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    padding: 15px 0px;
}

.welcome-section .welcome-details.nsc2 .content-box .right .content-summary {
    margin: 10px 0px;
    height: 80px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444
}

.welcome-section .welcome-details.nsc2 .content-box .right .content-title:before {
    content: '';
    width: 45px;
    height: 3px;
    background: var(--border-color);
    position: absolute;
    top: 46px;
}

.welcome-section .welcome-details.nsc2 .content-box:hover .right .content-title:before {
    background: var(--primary-color);
}


.welcome-section .welcome-details.nsc2 .content-box:hover {
    border: 2px solid var(--primary-color);
}

    .welcome-section .welcome-details.nsc2 .content-box:hover .left i {
        color: #fff;
    }
/*.welcome-section .welcome-details.nsc2 a {*/
/*height: 100px;*/
/*background-size:  auto 120% !important;
    padding-left: 50px;
}*/
@media (max-width: 991px) {
    .welcome-section .welcome-details.nsc2 .content-box {
        background-image: none !important;
    }

        .welcome-section .welcome-details.nsc2 .content-box .left {
            text-align: right !important;
        }

        .welcome-section .welcome-details.nsc2 .content-box i {
            display: inline;
            position: absolute;
            z-index: 2;
            top: -50px;
            right: 20px;
            font-size: 28px !important;
            vertical-align: top !important;
            font-weight: normal !important;
        }

        .welcome-section .welcome-details.nsc2 .content-box:hover i {
            color: var(--primary-hover) !important;
            z-index: 2;
        }

        .welcome-section .welcome-details.nsc2 .content-box .right .content {
            margin-right: 0px;
        }

        .welcome-section .welcome-details.nsc2 .content-box:hover i {
            display: inline;
        }

        .welcome-section .welcome-details.nsc2 .content-box .right {
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            transform: skewX(0deg);
        }

            .welcome-section .welcome-details.nsc2 .content-box .right .content {
                -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                transform: skewX(0deg);
            }
}

/*#endregion*/

/*#region NEW STYLE CONTENT 3 nsc3 */
.welcome-section .welcome-details.nsc3 .content-box {
    background-position-x: -99%;
    border: 2px solid #f2f2f2;
    width: 100%;
}

.welcome-section .welcome-details.nsc3 .content-box {
    background: linear-gradient(to right, var(--primary-color) 50%, transparent 0);
}

    .welcome-section .welcome-details.nsc3 .content-box:hover i {
        color: transparent !important;
    }

    .welcome-section .welcome-details.nsc3 .content-box:hover {
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        border: 2px solid var(--primary-color);
    }

    .welcome-section .welcome-details.nsc3 .content-box .left {
        /*background-color: green;*/
        margin-right: -32px;
        text-align: center;
        line-height: 150px;
        vertical-align: middle;
        height: 100%;
    }

        .welcome-section .welcome-details.nsc3 .content-box .left i {
            font-size: 38px;
            font-weight: bold;
            color: #fff;
            line-height: 150px;
            margin-left: -20px;
            font-family: 'boxicons', 'feather', 'Verdana';
        }

    .welcome-section .welcome-details.nsc3 .content-box .right {
        background-color: white;
        /*border-left: 2px solid var(--title-light-bg);*/
        -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        transform: skewX(20deg);
        margin: -5px;
    }

        .welcome-section .welcome-details.nsc3 .content-box .right .content {
            /*background-color: aqua;*/
            margin-left: 20px;
            margin-right: -30px;
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
            transform: skewX(-20deg);
        }

        .welcome-section .welcome-details.nsc3 .content-box .right .content-title {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 1.25em;
            color: #323232;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 300px;
            padding: 15px 0px;
        }

        .welcome-section .welcome-details.nsc3 .content-box .right .content-summary {
            margin: 10px 0px;
            height: 80px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #444
        }

        .welcome-section .welcome-details.nsc3 .content-box .right .content-title:before {
            content: '';
            width: 45px;
            height: 3px;
            background: var(--border-color);
            position: absolute;
            top: 46px;
        }

    .welcome-section .welcome-details.nsc3 .content-box:hover .right .content-title:before {
        background: var(--primary-color);
    }

@media (max-width: 991px) {
    .welcome-section .welcome-details.nsc3 .content-box {
        background-image: none !important;
    }

        .welcome-section .welcome-details.nsc3 .content-box .left {
            text-align: right !important;
        }

        .welcome-section .welcome-details.nsc3 .content-box i {
            display: inline;
            position: absolute;
            z-index: 2;
            top: -50px;
            right: 20px;
            font-size: 28px !important;
            vertical-align: top !important;
            font-weight: normal !important;
        }

        .welcome-section .welcome-details.nsc3 .content-box:hover i {
            color: var(--primary-hover) !important;
        }

        .welcome-section .welcome-details.nsc3 .content-box .right .content {
            margin-right: 0px;
        }

        .welcome-section .welcome-details.nsc3 .content-box:hover i {
            display: inline;
        }

        .welcome-section .welcome-details.nsc3 .content-box .right {
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            transform: skewX(0deg);
        }

            .welcome-section .welcome-details.nsc3 .content-box .right .content {
                -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                transform: skewX(0deg);
            }
}

/*#endregion*/

/*#region NEW STYLE CONTENT 4 nsc4 */
.welcome-section .welcome-details.nsc4 .content-box {
    border: 2px solid var(--title-light-bg);
    background: linear-gradient(to right, var(--title-light-bg) 50%, transparent 0);
    background-position-x: -100%;
}

    .welcome-section .welcome-details.nsc4 .content-box:hover i {
        color: #ffffff !important;
    }

    .welcome-section .welcome-details.nsc4 .content-box:hover {
        border: 2px solid var(--primary-color);
        background: linear-gradient(to right, var(--primary-color) 50%, transparent 0);
    }

    .welcome-section .welcome-details.nsc4 .content-box .left {
        /*background-color: green;*/
        margin-right: -30px;
        text-align: center;
        line-height: 150px;
        vertical-align: middle;
        height: 100%;
    }

        .welcome-section .welcome-details.nsc4 .content-box .left i {
            font-size: 38px;
            font-weight: bold;
            color: var(--primary-color);
            line-height: 150px;
            margin-left: -20px;
            font-family: 'boxicons', 'feather', 'Verdana';
        }

    .welcome-section .welcome-details.nsc4 .content-box .right {
        background-color: white;
        /*border-left: 2px solid var(--title-light-bg);*/
        -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(20deg);
        transform: skewX(20deg);
    }

        .welcome-section .welcome-details.nsc4 .content-box .right .content {
            /*background-color: aqua;*/
            margin-left: 20px;
            margin-right: -30px;
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-20deg);
            transform: skewX(-20deg);
        }

        .welcome-section .welcome-details.nsc4 .content-box .right .content-title {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 1.25em;
            color: #323232;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 300px;
            padding: 15px 0px;
        }

        .welcome-section .welcome-details.nsc4 .content-box .right .content-summary {
            margin: 10px 0px;
            height: 80px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #444
        }

        .welcome-section .welcome-details.nsc4 .content-box .right .content-title:before {
            content: '';
            width: 45px;
            height: 3px;
            background: var(--border-color);
            position: absolute;
            top: 46px;
        }

    .welcome-section .welcome-details.nsc4 .content-box:hover .right .content-title:before {
        background: var(--primary-color);
    }

@media (max-width: 991px) {
    .welcome-section .welcome-details.nsc4 .content-box {
        background-image: none !important;
    }

        .welcome-section .welcome-details.nsc4 .content-box .left {
            text-align: right !important;
        }

        .welcome-section .welcome-details.nsc4 .content-box i {
            display: inline;
            position: absolute;
            z-index: 2;
            top: -50px;
            right: 20px;
            font-size: 28px !important;
            vertical-align: top !important;
            font-weight: normal !important;
        }

        .welcome-section .welcome-details.nsc4 .content-box:hover i {
            color: var(--primary-hover) !important;
        }

        .welcome-section .welcome-details.nsc4 .content-box .right .content {
            margin-right: 0px;
        }

        .welcome-section .welcome-details.nsc4 .content-box:hover i {
            display: inline;
        }

        .welcome-section .welcome-details.nsc4 .content-box .right {
            -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
            transform: skewX(0deg);
        }

            .welcome-section .welcome-details.nsc4 .content-box .right .content {
                -moz-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewX(0deg);
                transform: skewX(0deg);
            }
}

/*#endregion*/

/*#region NEW STYLE IMAGE - nsshadowimage */
.welcome-section .welcome-details.welcome-nsshadowimage > div {
    padding-left: 20px;
    padding-right: 20px;
}

.welcome-section .welcome-nsshadowimage div {
    margin: 7.5px 0px;
}

.welcome-section .welcome-nsshadowimage .content-image {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-section .welcome-nsshadowimage .content-box {
    background-size: cover;
    box-sizing: border-box;
    transition: all .3s ease-in;
    height: 220px;
    padding: 20px;
    width: 100%;
    transition: box-shadow .3s;
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(25,25,25,0.3);
    vertical-align: bottom;
    position: relative;
    background-color: rgba(255,255,255,0.8);
}

    .welcome-section .welcome-nsshadowimage .content-box .image-title {
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        /*border-radius: 4px;*/
        /*text-transform: uppercase;*/
        color: #ffffff; /* var(--primary-color)*/
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        background-color: var(--primary-color);
        padding: 4px 15px;
        opacity: 0.90;
        position: absolute;
        bottom: 20px;
        left: 0px;
        line-height: 25px;
    }

    .welcome-section .welcome-nsshadowimage .content-box:hover {
        background-image: none !important;
        background-color: rgba(255,255,255,0);
        border-radius: 4px;
        box-shadow: 0 2px 16px 0 rgba(25,25,25,0.16);
    }

    .welcome-section .welcome-nsshadowimage .content-box .image-title-text {
        display: none;
    }

    .welcome-section .welcome-nsshadowimage .content-box:hover .image-title-text {
        display: block;
    }

    .welcome-section .welcome-nsshadowimage .content-box .image-title {
        border-top: 10px solid var(--primary-color);
        bottom: -10px;
        background-color: rgba(255,255,255,0);
        bottom: 20px;
    }

    .welcome-section .welcome-nsshadowimage .content-box:hover .image-title {
        border-top: 0px;
        background-color: var(--primary-color);
    }

    .welcome-section .welcome-nsshadowimage .content-box .content-title {
        display: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.25em;
        color: #323232;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
        padding: 15px 0px;
    }

        .welcome-section .welcome-nsshadowimage .content-box .content-title:before {
            content: '';
            width: 45px;
            height: 3px;
            background: var(--border-color);
            position: absolute;
            top: 78px;
        }

    .welcome-section .welcome-nsshadowimage .content-box .content-title {
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .welcome-section .welcome-nsshadowimage .content-box i {
        position: absolute;
        text-align: center;
        bottom: 20px;
        font-size: 38px;
        font-weight: bold;
        color: #fff;
        background-color: var(--primary-color);
        opacity: 0.9;
        padding: 2px;
        border-radius: 3px;
    }

.welcome-section .welcome-nsshadowimage .content-image .content-box .content-summary {
    display: block;
    display: -webkit-box;
    margin: 10px 0px;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444
}

.welcome-section .welcome-nsshadowimage .content-box:hover i,
.welcome-section .welcome-nsshadowimage .content-box:hover .content-title,
.welcome-section .welcome-nsshadowimage .content-box:hover .content-summary {
    display: none;
}

.welcome-nsshadowimage,
.welcome-nsshadowimage > div {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
/*#endregion */

/*#region NEW STYLE IMAGE - nsimage */
.welcome-section .welcome-details.welcome-nsimage > div {
    padding-left: 20px;
    padding-right: 20px;
}

.welcome-section .welcome-nsimage div {
    margin: 7.5px 0px;
}

.welcome-section .welcome-nsimage .content-image {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-section .welcome-nsimage .content-box {
    background-size: cover;
    box-sizing: border-box;
    transition: all .3s ease-in;
    height: 220px;
    padding: 20px;
    width: 100%;
    transition: box-shadow .3s;
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(25,25,25,0.3);
    vertical-align: bottom;
    position: relative;
}

    .welcome-section .welcome-nsimage .content-box .content-summary {
        display: none;
    }

    .welcome-section .welcome-nsimage .content-box .image-title {
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        /*border-radius: 4px;*/
        /*text-transform: uppercase;*/
        color: #ffffff; /* var(--primary-color)*/
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        background-color: var(--primary-color); /*rgba(59, 59, 59, 0.7);*/
        padding: 4px 15px;
        opacity: 0.90;
        position: absolute;
        bottom: 20px;
        left: 0px;
        line-height: 25px;
    }

    .welcome-section .welcome-nsimage .content-box:hover {
        background-image: none !important;
        background-color: rgba(255,255,255,0.9);
        border-radius: 4px;
        box-shadow: 0 2px 16px 0 rgba(25,25,25,0.16);
    }

        .welcome-section .welcome-nsimage .content-box:hover .image-title {
            background-color: transparent;
        }

        .welcome-section .welcome-nsimage .content-box:hover .image-title-text {
            display: none;
        }

        .welcome-section .welcome-nsimage .content-box:hover .image-title {
            border-top: 10px solid var(--primary-color);
            bottom: -10px;
        }

    .welcome-section .welcome-nsimage .content-box .content-title {
        display: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.25em;
        color: #323232;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
        padding: 15px 0px;
    }

        .welcome-section .welcome-nsimage .content-box .content-title:before {
            content: '';
            width: 45px;
            height: 3px;
            background: var(--border-color);
            position: absolute;
            top: 78px;
        }

    .welcome-section .welcome-nsimage .content-box:hover .content-title {
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .welcome-section .welcome-nsimage .content-box:hover .content-title i {
            position: absolute;
            right: 20px;
            top: 40px;
            font-size: 38px;
            font-weight: bold;
            color: var(--primary-color);
        }

    .welcome-section .welcome-nsimage .content-box:hover .content-summary {
        display: none;
        display: -webkit-box;
        margin: 10px 0px;
        height: 80px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #444
    }

.welcome-nsimage,
.welcome-nsimage > div {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
/*#endregion */

/*#region CAROUSEL VIDEO */
#carouselvideo {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 992px) {
    #carouselvideo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        object-fit: cover;
        z-index: 0;
    }
}
/*#endregion*/

/*#region New Referance*/

.ourawards-detail .ourawards-box {
    min-height: 138px;
    border-radius: 4px;
    border: solid .5px #d1d6d8;
    background-color: #fff;
    text-align: unset;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
}


    .ourawards-detail .ourawards-box .ourawards-box-title {
        font-size: 16px;
        font-weight: bold;
        color: var(--primary-color);
        padding-bottom: 8px;
    }


    .ourawards-detail .ourawards-box .ourawards-box-text {
        font-size: 13px;
        height: 58px;
        color: #000;
    }


    .ourawards-detail .ourawards-box .ourawards-box-bottom {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: var(--primary-color);
    }

/*#endregion*/

/*#region OURSERVICES-10 FEATURES */
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
    border: 0;
    padding: 80px 15px 15px 15px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.features .card-title {
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}

    .features .card-title a {
        color: #3c4133;
    }

.features .card-text {
    color: #5e5e5e;
    height: 78px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.features .read-more a {
    color: #777777;
    text-transform: uppercase;
    transition: 0.4s;
}

    .features .read-more a:hover {
        text-decoration: underline;
    }

.features .card:hover .card-body {
    background: var(--primary-color);
}

.features .card:hover .read-more a, .features .card:hover .card-title, .features .card:hover .card-title a, .features .card:hover .card-text {
    color: #fff;
}

/*#endregion */

/*#region OURSERVICES-11 */
/*--------------------------------------------------------------
# Services - Icon
--------------------------------------------------------------*/
.services-icon .i-box {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    margin-left: 15px;
}

    .services-icon .i-box:hover {
        transform: translateY(-5px);
    }

.services-icon .icon {
    position: absolute;
    left: -38px;
    top: calc(50% - 40px);
    overflow: visible;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.2);
    border-radius: 5px;
    border: 1px solid rgba(68, 88, 144, 0.12);
}

    .services-icon .icon i {
        font-size: 64px;
        line-height: 1;
        transition: 0.5s;
        padding: 5px;
    }

.services-icon .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .services-icon .title a {
        color: #111;
    }

.services-icon .i-box:hover .icon,
.services-icon .i-box:hover .title a {
    color: var(--primary-color);
}

.services-icon .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
    height: 68px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .services-icon .description a {
        color: #323232
    }

/*#endregion */

/*#region OURSERVICES-12 */
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid #fff;
            border-left: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid #fff;
            border-right: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 14px;
            padding: 0;
            margin: 0;
        }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 1;
        background: rgba(84, 84, 84, 0.6);
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }

.portfolio .portfolio-info h4 a {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

.portfolio .portfolio-info p a {
    color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
    padding: 20px;
}

.portfolio .portfolio-info p {
    width: 100%;
    height: 84px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    border-color: var(--primary-color);
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    border-color: var(--primary-color);
}

.portfolio .portfolio-wrap {
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
}

    .portfolio .portfolio-wrap:hover {
        /*transform: translateY(-5px);*/
    }

        .portfolio .portfolio-wrap:hover .portfolio-info {
            background-color: rgba(255,255,255, 0.9);
            transition: all 0.5s ease 0s;
        }

            .portfolio .portfolio-wrap:hover .portfolio-info h4 a {
                color: var(--primary-color);
                transition: all 0.5s ease 0s;
            }

            .portfolio .portfolio-wrap:hover .portfolio-info p a {
                color: #111;
                width: 100%;
                transition: all 0.5s ease 0s;
                display: block;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .portfolio .portfolio-wrap .portfolio-info hr {
        margin-top: 10px;
        margin-bottom: 0px;
        height: 3px;
        width: 40px;
        border: 0px solid white;
        background-color: white;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info h4 a {
        text-shadow: 2px 2px 4px #c5c5c5;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info hr {
        margin-top: 10px;
        margin-bottom: 0px;
        border: 0px solid var(--primary-color);
        width: 40px;
        background-color: var(--primary-color);
    }
/*#endregion */

/*#region OURSERVICES-13 */
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-2 .portfolio-item {
    margin-bottom: 30px;
}

.portfolio-2 .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

    .portfolio-2 .portfolio-wrap::before {
        content: "";
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio-2 .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio-2 .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid var(--primary-color);
            border-left: 3px solid var(--primary-color);
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio-2 .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid var(--primary-color);
            border-right: 3px solid var(--primary-color);
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio-2 .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio-2 .portfolio-wrap .portfolio-info p {
            color: #111;
            font-size: 14px;
            padding: 0;
            margin: 0;
        }

    .portfolio-2 .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio-2 .portfolio-wrap .portfolio-info {
        opacity: 1;
        background-color: rgba(255,255,255, 0.8);
    }

        .portfolio-2 .portfolio-wrap .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio-2 .portfolio-wrap .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }

.portfolio-2 .portfolio-info h4 a {
    color: #111;
    font-weight: bold;
    /*text-shadow: 2px 2px 4px #000;*/
}

.portfolio-2 .portfolio-info p a {
    color: #111;
}

.portfolio-2 .portfolio-wrap .portfolio-info {
    padding: 20px;
}

.portfolio-2 .portfolio-info p {
    width: 100%;
    height: 84px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-2 .portfolio-wrap .portfolio-info h4 {
    opacity: 1;
}

.portfolio-2 .portfolio-wrap:hover .portfolio-info::before {
    border-color: #ffffff;
}

.portfolio-2 .portfolio-wrap:hover .portfolio-info::after {
    border-color: #ffffff;
}

.portfolio-2 .portfolio-wrap {
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
}

    .portfolio-2 .portfolio-wrap:hover {
        /*transform: translateY(-5px);*/
    }

        .portfolio-2 .portfolio-wrap:hover .portfolio-info {
            background: rgba(84, 84, 84, 0.6);
            transition: all 0.5s ease 0s;
        }

            .portfolio-2 .portfolio-wrap:hover .portfolio-info h4 a {
                color: #ffffff;
                transition: all 0.5s ease 0s;
            }

            .portfolio-2 .portfolio-wrap:hover .portfolio-info p a {
                color: #ffffff;
                width: 100%;
                transition: all 0.5s ease 0s;
                display: block;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .portfolio-2 .portfolio-wrap .portfolio-info hr {
        margin-top: 10px;
        margin-bottom: 0px;
        height: 3px;
        width: 40px;
        border: 0px solid var(--primary-color);
        background-color: var(--primary-color);
    }

    .portfolio-2 .portfolio-wrap:hover .portfolio-info h4 a {
        /* text-shadow: 2px 2px 4px #000; */
        text-shadow: 1px 0 0 var(--primary-color), -1px 0 0 var(--primary-color), 0 1px 0 var(--primary-color), 0 -1px 0 var(--primary-color), 1px 1px var(--primary-color), -1px -1px 0 var(--primary-color), 1px -1px 0 var(--primary-color), -1px 1px 0 var(--primary-color);
        text-shadow: 1px 0 0 #111, -1px 0 0 #111, 0 1px 0 #111, 0 -1px 0 #111, 1px 1px #111, -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111;
    }

    .portfolio-2 .portfolio-wrap:hover .portfolio-info hr {
        margin-top: 10px;
        margin-bottom: 0px;
        border: 0px solid #ffffff;
        width: 40px;
        background-color: #ffffff;
    }

/*#endregion */

/*#region menu-colorful-band*/
.menu-colorful-band {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .menu-colorful-band > div {
        height: 8px;
    }

        .menu-colorful-band > div.menu-colorful-band-first {
            width: 14%;
            background: #7a29db;
        }

        .menu-colorful-band > div.menu-colorful-band-second {
            width: 15%;
            background: #45b5d5;
        }

        .menu-colorful-band > div.menu-colorful-band-third {
            width: 30%;
            background: #e96226;
        }

        .menu-colorful-band > div.menu-colorful-band-fourth {
            width: 16%;
            background: #f3a12f;
        }

        .menu-colorful-band > div.menu-colorful-band-fifth {
            width: 12%;
            background: #5f1951;
        }

        .menu-colorful-band > div.menu-colorful-band-sixth {
            width: 13%;
            background: #5bbb9e;
        }
/*#endregion*/

/*#region HEADER NEW */

/*!------------------------------------------------------------------
[MAIN STYLESHEET]
Template Name: Constra - Construction Html5 Template
Description: Constra - Construction Html5 Template
-------------------------------------------------------------------*/
/*:root {
    --menu-bg: #23282d;
    --menu-color-hover: #ffb600;
}*/

/* Top Bar
================================================== */
.top-bar {
    padding: 8px 0;
    background: #ebebeb;
    position: relative;
}

/* Top info */
ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.top-info li {
        position: relative;
        line-height: 10px;
        display: inline-block;
        margin-left: 0;
        padding-right: 15px;
    }

        ul.top-info li i {
            font-size: 18px;
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

        ul.top-info li p.info-text {
            margin: 0;
            line-height: normal;
            display: inline-block;
            flex-direction: column;
        }

/* Top social */
.top-social .social-icon {
    display: inline-block !important;
}

.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
}

@media (max-width: 767px) {
    .top-social ul {
        margin-right: 0;
    }
}

.top-social ul li {
    display: inline-block;
    padding: 0;
}

    .top-social ul li a {
        color: #2c2c2c;
        font-size: 14px;
        /*transition: 400ms;*/
        padding: 9px 12px;
    }

        .top-social ul li a:hover {
            color: #333;
        }

/* Top bar border */
.top-bar-border {
    padding: 8px 20px 8px;
    border-bottom: 1px solid #ddd;
}

    .top-bar-border ul.top-info {
        color: #707070;
        font-weight: 400;
    }

    .top-bar-border .top-social li a {
        color: #7c7c7c;
    }

    .top-bar-border ul.top-info li i {
        color: var(--menu-color-hover) /*#ffb600*/;
    }

/* Header area
================================================== */
.header {
    background: #fff;
    position: relative;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
    background: var(--menu-bg) /*#23282d*/;
}

    .header-one .navbar-collapse {
        padding-left: 0;
    }

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        overflow-y: auto;
    }
}

.header-one ul.navbar-nav > li {
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .header-one ul.navbar-nav > li {
        padding-right: 0;
    }
}

.header-one .logo-area {
    padding: 15px 0;
}

.container .logo-area .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}

.header-two {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    /*padding: 15px 0;*/
}

    .header-two .navbar-fixed {
        background-color: #fff;
    }

ul.navbar-nav > li > a {
    padding: 15px 0 !important;
    color: #fff;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a {
        padding: 1px 0 !important;
    }

    .navbar-nav {
        margin-bottom: 15px;
    }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
/*    color: #111;*/
    color: var(--menu-color-hover) !important;
}
/* menu hover color */
.header-one ul.navbar-nav > li.show > a,
.header-one ul.navbar-nav > li:hover > a,
.header-one ul.navbar-nav > li.active > a {
    color: white !important;
}
/*-- Logo --*/
.logo img {
    width: auto;
    height: 35px;
}

.header-two .logo img {
    height: 30px;
}

/* header right */
.header-right {
    float: right;
}

ul.top-info-box {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 767px) {
    ul.top-info-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
}

ul.top-info-box li {
    position: relative;
    float: left;
    margin-left: 0;
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 25px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    ul.top-info-box li {
        border: 0;
        text-align: center;
        margin: 0;
        padding: 0 20px;
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    ul.top-info-box li {
        border: 0;
        text-align: center;
        margin: 0;
        flex: 0 0 100%;
        margin-top: 15px;
    }
}

ul.top-info-box li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

ul.top-info-box li.last {
    border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: 2px 5px 0 0;
    position: relative;
}
.contact-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-icon {
    font-size: 33px;
    height: auto;
    flex-shrink: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 24px;
    color: var(--primary-color);
    margin-right: 12px;
    position: relative;
    z-index: 1;
 
}

ul.top-info-box li .info-box .info-box-content {
    display: inline-block;
    /*font-family: "Montserrat", sans-serif;*/
    flex-direction: column;
}
    ul.top-info-box li .info-box i:before {
        
    }
 
ul.top-info-box li .info-box .info-box-title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: normal;
}

ul.top-info-box li .info-box .with-icon .info-box-title {
    margin-bottom: 0px !important;
    min-width: 100px;
}

ul.top-info-box li .info-box .info-box-subtitle a {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

ul.top-info-box li .info-box .info-box-subtitle{
    margin-top: 0px !important;
}
 
.av-first-text-workhours,
.av-second-text-workhours {
    font-size: 15px !important;
    min-width: 150px;
}
ul.top-info-box li .info-box .info-box-subtitle span {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}
/* Main navigation */
.navbar-toggler {
    float: left;
    margin-top: 10px;
    padding: 12px;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    border-radius: 0;
    font-size: 1rem;
    background: var(--primary-color); /* fix*/
}

    .navbar-toggler:focus {
        outline: 0;
    }

.navbar-dark button[aria-expanded="false"] > span.navbar-toggler-icon,
.navbar-light button[aria-expanded="false"] > span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark button[aria-expanded="true"] > span.navbar-toggler-icon,
.navbar-light button[aria-expanded="true"] > span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 122.878 122.88' enable-background='new 0 0 122.878 122.88' xml:space='preserve'><g><path fill='white' d='M1.426,8.313c-1.901-1.901-1.901-4.984,0-6.886c1.901-1.902,4.984-1.902,6.886,0l53.127,53.127l53.127-53.127 c1.901-1.902,4.984-1.902,6.887,0c1.901,1.901,1.901,4.985,0,6.886L68.324,61.439l53.128,53.128c1.901,1.901,1.901,4.984,0,6.886 c-1.902,1.902-4.985,1.902-6.887,0L61.438,68.326L8.312,121.453c-1.901,1.902-4.984,1.902-6.886,0 c-1.901-1.901-1.901-4.984,0-6.886l53.127-53.128L1.426,8.313L1.426,8.313z'/></g></svg>");
    background-size: 75%;
}

ul.navbar-nav > li.show > a,
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a,
ul.navbar-nav > li.show > a.nav-link,
ul.navbar-nav > li.show > a {
    color: #111 !important;
    color: var(--menu-color) !important; /* fix menu rengi */
    position: relative;
}

@media (max-width: 1200px) {
    ul.navbar-nav > li {
        padding: 0 9px;
    }

        ul.navbar-nav > li .nav-link {
            font-size: 12px;
        }
}

.header-two .navbar-nav > .header-get-a-quote {
    top: -4px;
}

@media (max-width: 991px) {
    .header-two ul.navbar-nav > li {
        padding: 0;
        width: 100%;
    }
}

ul.navbar-nav > li:last-child {
    padding-right: 0;
}

    ul.navbar-nav > li:last-child:after {
        background: none;
    }

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
}

ul.navbar-nav > li > a i {
    font-weight: 700;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a i {
        float: right;
        background: #222;
        padding: 6px 10px;
        margin-top: 7px;
    }

    .header-two ul.navbar-nav > li > a i {
        color: #fff;
    }

    .header-two ul.navbar-nav > li.active > a i,
    .header-two ul.navbar-nav > li > a.active i {
        color: var(--menu-color-hover);
    }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
    display: none;
}

ul.navbar-nav > li > a {
    /*font-family: "Montserrat", sans-serif;*/
    color: #fff !important;
    text-rendering: optimizeLegibility;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: -.2px;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
    padding: 30px 0;
    transition: 350ms;
}

/* Dropdown */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -2px;
        border-radius: 0;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "\ea1d";
        font-family: "boxicons";
        float: right;
        margin: 0 auto;
        margin-right: -15px;
        border: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 2px solid var(--menu-color-hover);
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}

.dropdown-menu-large {
    min-width: 400px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dropdown-menu-large > li > ul > li > a {
            padding-left: 0;
        }

        .dropdown-menu-large > li > ul > li.active > a {
            color: var(--menu-color-hover) !important;
        }

.navbar-nav > li > .dropdown-menu a {
    background: none;
}

.dropdown-menu li a {
    /* font-family: "Montserrat", sans-serif;*/
    display: block;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: .3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    outline: 0;
}

@media (max-width: 991px) {
    .dropdown-menu li a {
        padding: 12px 0;
    }
}

.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: var(--menu-color-hover);
}

@media (min-width: 991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 991px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }

    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: var(--menu-color-hover);
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-right: 0;
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 18px;
    color: #999;
}

@media (max-width: 991px) {
    .nav-search {
        top: 17px;
    }
}

.search-block {
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}

@media (max-width: 991px) {
    .search-block {
        top: 58px;
    }
}

.search-block .form-control {
    background-color: #222;
    border: none;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
    color: #999;
    position: absolute;
    top: -53px;
    right: -4px;
    font-size: 32px;
    cursor: pointer;
    background: var(--menu-bg);
    padding: 5px;
}

@media (max-width: 991px) {
    .search-block .search-close {
        top: -46px;
    }
}

.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
    font-size: 16px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .header-get-a-quote .btn-primary {
        padding: 12px !important;
    }
}

@media (max-width: 991px) {
    .header-get-a-quote .btn-primary {
        padding: 12px 30px !important;
    }
}

.header-get-a-quote .btn-primary:hover {
    background: #272d33;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
    position: relative;
    content: no-close-quote;
}

.nav.navbar-nav.navbar-nav-light {
    background: var(--primary-color-hover);
}

/* Table of Content
==================================================
1.    Slider
2.    Call to action
3.    Features
4.    Facts
5.    Services
6.   Project area
7.   Content area
8.   Testimonial
9.   Subscribe area
10.   News section
11.   Footer
12.   Sub Pages
13.   Contact Us
14.   News Listing
15.   News Single
16.   Sidebar
17.   Error page
*/
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    height: 470px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 991px) {
    .banner-carousel .banner-carousel-item {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .banner-carousel .banner-carousel-item {
        height: 400px;
    }
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: var(--menu-color-hover);
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
}

.slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
}

@media (max-width: 991px) {
    .slide-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .slide-title {
        font-size: 16px;
    }
}

.slide-sub-title {
    font-style: normal;
    font-size: 60px;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    .slide-sub-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .slide-sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

    .slider-text .slide-head {
        font-size: 36px;
        color: #0052a5;
        position: relative;
    }

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

    .slider-img img {
        display: block;
        position: relative;
        max-height: 100%;
        width: auto;
    }

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

@media (max-width: 575px) {
    .slider.btn {
        font-size: 12px;
    }
}

.slider.border {
    background: none;
    border: 2px solid var(--menu-color-hover) !important;
}

    .slider.border:hover {
        background: var(--menu-color-hover);
        border: 2px solid transparent;
    }

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    /*transition: all .25s ease;*/
    padding: 0;
    outline: 0;
    border: 0;
}

@media (max-width: 575px) {
    .banner-carousel .carousel-control {
        display: none !important;
    }
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
}

@media (max-width: 767px) {
    .banner-carousel .slick-dots {
        display: none;
    }
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--menu-color-hover);
}

.slick-slide {
    outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
    left: 20px;
}

.banner-carousel .carousel-control.right {
    right: 20px;
}

.banner-carousel .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}

    .banner-carousel .carousel-control i:hover {
        background: var(--menu-color-hover);
        color: #fff;
    }

/*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .box-slider-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.box-slider-text {
    background: #111;
    background: var(--slider-color); /*rgba(0, 0, 0, 0.65);*/
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-title {
        font-size: 16px;
    }
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-sub-title {
        font-size: 26px;
    }
}

.box-slide-description {
    color: #fff;
}

.box-slide-description {
    font-size: 18px;
}

@media (max-width: 767px) {
    .box-slide-description {
        font-size: 15px;
    }
}

.box-slider-text .btn {
    padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
    background-color: #272d33;
    padding: 30px;
}

.call-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
}
/* EXCHANGE BOX  */
/* TOP */
.exchangerate-box-top {
    position: absolute;
    width: 100%;
    height: 0px !important;
}

.call-to-exchangerate-box-top {
    margin-left: auto;
    position: absolute;
    z-index: 5;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .call-to-exchangerate-box-top {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .call-to-exchangerate-box-top {
        margin-top: 10px;
    }
}
/* bottom */
.exchangerate-box-bottom {
    position: absolute;
    width: 100%;
    height: 0px !important;
}

.call-to-exchangerate-box-bottom {
    margin-right: auto;
    width: 100%;
    position: absolute;
    z-index: 5;
    margin-top: -120px;
}
/* menu */

.exchangerate-box-menu {
    width: 80px;
    padding-top: 5px;
    position: relative;
}

@media (min-width: 1200px) {
    .exchangerate-box-menu {
        width: 180px;
    }
}

.call-to-exchangerate-box-menu {
    position: fixed;
    z-index: 2;
    width: 180px;
    right: 0;
    top: 0;
}

/* END EXCHANGE BOX*/
/* Action style box */
.no-slider-action-box {
    margin-bottom: 220px !important;
}

.slider-action-box {
    position: relative;
    margin-bottom: 260px !important;
    background: transparent !important;
}

.call-to-action-box {
    position: absolute;
    z-index: 2;
    margin-top: 102px;
    width: 100%;
}

@media (max-width: 991px) {

    .slider-action-box {
        margin-top: -120px;
    }

        .slider-action-box .call-to-action-box {
            /* font boyutlarına göre değişir */
            position: relative;
            margin-bottom: -340px !important;
            margin-top: 182px;
        }

    .no-slider-action-box {
        margin-top: 202px !important;
        position: relative;
        margin-bottom: 20px !important;
    }
}

.call-to-action-box .action-style-box {
    background: var(--menu-bg);
    padding: 30px;
}

.action-title {
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-size: 18px;
}

/* new */
.header-one .nav-item:active,
.header-one .nav-item:hover,
.header-one .nav-item.show {
    background-color: white;
}
/* menu space */
.header-one ul.navbar-nav > li {
    padding-left: 12px;
    padding-right: 12px;
}

.inner-page .admin-main-new-layout {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.site-navigation.navbar-fixed {
    box-shadow: 0px 2px 15px #e5e5e5;
}

.navbar-collapse-two {
    /*padding-top: 20px;*/ /* fix for header3 */
}

.top-bar i {
    font-size: 16px;
}

.top-bar .contact-info a {
    margin-right: 10px;
}

.navbar-collapse-two {
    width: 100%;
}

section,
.section-padding {
    padding: 70px 0;
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.slider.btn.btn-primary.menu-btn {
    background-color: var(--menu-bg) !important;
}

    .slider.btn.btn-primary.menu-btn:hover {
        background-color: var(--primary-color-hover) !important;
    }

.slick-dots li.slick-active button:before {
    color: var(--menu-bg) !important;
}

.btn.btn-primary.action-btn {
    border: 2px solid white !important;
}

.slick-dots li.slick-active button:after {
    color: var(--menu-bg) !important;
}

.nav-link.dropdown-toggle {
    outline: 0 !important;
}

.header2 .inner-page {
    padding-bottom: 20px !important;
}

@media (max-width: 991px) {
    .navbar-collapse.collapse.show {
        overflow-y: auto !important;
    }
}

@media (max-width: 991px) {

    #navbar-collapse-two {
        width: 100%;
        height: auto;
        z-index: 999999;
        overflow: auto;
    }
}

/* fix all new menu*/
.header-two ul.navbar-nav > li > a {
    color: #111 !important;
    color: var(--menu-color) !important;
}

.navbar-collapse-one > ul.navbar-nav > li {
    padding: 0 13px; /* fix */
    position: relative;
}

.navbar-collapse-two > ul.navbar-nav > li {
    padding: 0 10px; /* fix */
    position: relative;
}

@media (min-width: 992px) {

    #navbar-collapse-two > ul > li:nth-last-child(2) {
        margin-right: -10px !important;
    }
}

.header-two .navbar-light .navbar-nav .show > .nav-link,
.header-two .navbar-light .navbar-nav .active > .nav-link,
.header-two .navbar-light .navbar-nav .nav-link.show,
.header-two .navbar-light .navbar-nav .nav-link.active,
.navbar-collapse-two > ul.navbar-nav > li:hover .nav-link {
    color: #111 !important;
    color: var(--menu-color-hover) !important;
}
/*#endregion */
/*#region KISAYOLLAR .owl-carousel LinkType 2 */
.shortcut .shortcut-box {
    padding: 10px;
}

    .shortcut .shortcut-box .owl-item .item {
        padding: 15px !important;
    }

        .shortcut .shortcut-box .owl-item .item .li {
            margin: auto auto !important;
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }

    .shortcut .shortcut-box .li {
        width: auto;
        color: #fff;
        border-radius: 4px;
        padding: 10px;
        margin: 20px;
        max-width: 350px;
        background: var(--primary-color);
        border: 1px solid var(--primary-color) !important;
    }

        .shortcut .shortcut-box .li a {
            color: #fff;
        }

        .shortcut .shortcut-box .li .title {
            font-size: 16px;
            font-weight: bold;
            font-weight: 700;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .shortcut .shortcut-box .li .left-icon {
            float: left;
            margin-right: 10px;
            width: 20%;
            height: 49px;
            text-align: center;
        }

            .shortcut .shortcut-box .li .left-icon i {
                font-size: 36px;
            }

        .shortcut .shortcut-box .li p {
            padding: 0;
            padding-top: 6px;
            margin: 0;
            font-size: 12px;
            height: 42px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .shortcut .shortcut-box .li:hover {
            color: var(--primary-color) !important;
            background-color: #fff;
            border: 1px solid var(--primary-color) !important;
        }

            .shortcut .shortcut-box .li:hover .title,
            .shortcut .shortcut-box .li:hover .left-icon i,
            .shortcut .shortcut-box .li:hover p {
                color: #111 !important;
                color: var(--primary-color) !important;
            }
/*#endregion */

/*#region KISAYOLLAR .owl-carousel LinkType 4 */
.shortcut-2 .shortcut-box-2 {
    padding: 10px;
}

    .shortcut-2 .shortcut-box-2 .owl-item .item {
        padding: 15px !important;
    }

        .shortcut-2 .shortcut-box-2 .owl-item .item .li {
            margin: auto auto !important;
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }

    .shortcut-2 .shortcut-box-2 .li {
        width: auto;
        color: var(--primary-color);
        border-radius: 4px;
        padding: 10px;
        margin: 20px;
        max-width: 350px;
        background: #fff;
        border: 1px solid var(--primary-color) !important;
    }

        .shortcut-2 .shortcut-box-2 .li a {
            color: var(--primary-color);
        }

        .shortcut-2 .shortcut-box-2 .li .title {
            font-size: 16px;
            font-weight: bold;
            font-weight: 700;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .shortcut-2 .shortcut-box-2 .li .left-icon {
            float: left;
            margin-right: 10px;
            width: 20%;
            height: 49px;
            text-align: center;
        }

            .shortcut-2 .shortcut-box-2 .li .left-icon i {
                font-size: 36px;
            }

        .shortcut-2 .shortcut-box-2 .li p {
            padding: 0;
            padding-top: 6px;
            margin: 0;
            font-size: 12px;
            height: 42px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .shortcut-2 .shortcut-box-2 .li:hover {
            color: #111;
            color: #fff !important;
            background-color: var(--primary-color);
            border: 1px solid var(--primary-color) !important;
        }

            .shortcut-2 .shortcut-box-2 .li:hover .title,
            .shortcut-2 .shortcut-box-2 .li:hover .left-icon i,
            .shortcut-2 .shortcut-box-2 .li:hover p {
                color: #fff !important;
            }
/*#endregion */
/*#region KISAYOLLAR .row-shortcut  LinkType - 3*/

/* scrollbar*/
.shortcut ::-webkit-scrollbar-button:vertical:start:increment,
.shortcut ::-webkit-scrollbar-button:vertical:end:decrement,
.shortcut ::-webkit-scrollbar-button:horizontal:start:increment,
.shortcut ::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
}

.shortcut ::-webkit-scrollbar {
    width: 1.25em;
}

.shortcut ::-webkit-scrollbar-button {
    padding: 5px;
    background: no-repeat #e9ecef;
    background-size: 0.80em;
    background-position: center bottom;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

    .shortcut ::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a6268'><polygon points='0,50 100,50 50,0'/></svg>");
    }

    .shortcut ::-webkit-scrollbar-button:vertical:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a6268'><polygon points='0,0 100,0 50,50'/></svg>");
    }

.shortcut ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.shortcut ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e9ecef;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
/* END scrollbar*/

.shortcut .row-shortcut {
    padding: 10px;
    width: 100% !important;
    min-width: 260px;
}

.shortcut .row-shortcut1 {
    height: 384px;
    overflow: auto;
}

.shortcut .row-shortcut .li {
    width: 100% !important;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
    background: var(--primary-color);
}

    .shortcut .row-shortcut .li a {
        color: #fff;
    }

    .shortcut .row-shortcut .li .title {
        font-size: 16px;
        font-weight: bold;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .shortcut .row-shortcut .li .left-icon {
        float: left;
        margin-right: 10px;
        width: 20%;
        height: 49px;
        text-align: center;
    }

        .shortcut .row-shortcut .li .left-icon i {
            font-size: 36px;
        }

    .shortcut .row-shortcut .li p {
        padding: 0;
        padding-top: 6px;
        margin: 0;
        font-size: 12px;
        height: 42px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .shortcut .row-shortcut .li:hover {
        color: #111;
        color: var(--primary-color) !important;
        background-color: #fff;
        border: 1px solid var(--primary-color) !important;
    }

        .shortcut .row-shortcut .li:hover .title,
        .shortcut .row-shortcut .li:hover .left-icon i,
        .shortcut .row-shortcut .li:hover p {
            color: #111 !important;
            color: var(--primary-color) !important;
        }

#shortcut-section {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
/*#endregion */

/*#region PHONE RING */
.menu-social-scroll {
    width: calc(100% - 80px);
    overflow-x: auto !important;
    position: absolute;
    display: flex;
}

.menu-social-icon.menu-social-scroll.new a {
    margin-left: 5px;
    margin-right: 15px;
}

.mobile-nav .menu-social-icon a {
    padding: 5px 5px;
}

.menu-social-icon a {
    font-size: 42px;
    z-index: 1081;
}

    .menu-social-icon a:hover {
        color: var(--primary-color-hover);
    }

.phone-ring-img-circle {
    margin-top: 12px;
    background-color: #e60808;
    width: 50px;
    height: 50px;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phone-ring-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-ring-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

    .phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 25px
    }


@-webkit-keyframes phone-ring-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.phone-ring-img-circle {
    background-color: var(--primary-color);
}

    .phone-ring-img-circle .pps-btn-img {
        font-size: 25px;
        color: #fff;
    }

/*#endregion */

/*#region Slider Contact */
/*
==========================================
    04. Slider Contact
==========================================
*/
.slider-action-box .info-first {
    min-height: 106px;
}

.contact-box .contact-wrapper {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    border-width: 0;
    border-style: solid;
    border-color: var(--border-color);
    border-bottom-width: 3px;
    z-index: 1;
}

.contact-box .single-contact {
    flex: 1;
    position: relative;
    padding: 20px 5px 10px 25px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 600px) {
    .contact-box .single-contact {
        padding: 20px 5px 10px 5px;
    }
}

.contact-box .single-contact:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 50px;
    margin: auto 0;
    background: #e6e6e6;
}

.contact-box .single-contact:last-child:after {
    display: none;
}

.contact-box .single-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin-right: 16px;
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

    .contact-box .single-icon * {
        z-index: 1;
    }

    .contact-box .single-icon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: inherit;
        opacity: 0.2;
        z-index: 0;
    }

    .contact-box .single-icon .spin-circle {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

        .contact-box .single-icon .spin-circle:after {
            content: "";
            position: absolute;
            left: 8px;
            bottom: 0;
            width: 12px;
            height: 12px;
            z-index: 1;
            border-radius: 50%;
            background-color: var(--border-color);
        }

.contact-box .single-contact:nth-child(2) .single-icon .spin-circle,
.contact-box .single-contact:nth-child(8) .single-icon .spin-circle,
.contact-box .single-contact:nth-child(14) .single-icon .spin-circle {
    -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
}

.contact-box .single-icon i,
.contact-box .single-icon img {
    width: 40px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-box .contact-wrapper .single-contact:hover i,
.contact-box .contact-wrapper .single-contact:hover img {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

.contact-box .single-contact:hover .single-icon {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

    .contact-box .single-contact:hover .single-icon:after {
        background-color: #ffffff;
    }

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotatemetwo {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.contact-box .contact-wrapper i {
    color: var(--menu-bg);
    font-size: 30px;
}

.contact-box .single-contact:hover .single-icon i {
    color: var(--primary-color-hover);
}

.contact-box .single-icon:after {
    background: var(--menu-bg);
}

.contact-box .single-contact:hover .single-icon .spin-circle:after {
    background-color: var(--menu-bg);
}
/*responsive contact */
.slider-action-box.contact-box {
    margin-bottom: 300px !important;
}

@media (max-width: 991px) {
    .slider-action-box.contact-box .call-to-action-box {
        margin-bottom: -550px !important;
        margin-top: 182px;
    }
}

.contact-box .contact-wrapper {
    margin-bottom: 160px;
}

.welcome-section {
    z-index: 2;
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .contact-box .single-contact .text-center.text-md-left {
        margin-left: 15px;
    }
}

/* Mobile Layout: 320px */
.contact-box .single-contact.info-first,
.contact-box .single-contact.info-second,
.contact-box .single-contact.info-third {
    min-width: 150px;
}
@media only screen and (max-width:991px) {

    .contact-box .contact-wrapper {
        margin-top: 40px;
        border-bottom-width: 0;
        box-shadow: none;
    }

    .contact-box .single-icon {
        margin-right: 0px;
    }

    .contact-box .single-contact {
        box-shadow: 0 15px 45px -5px rgba(0,0,0,.10);
        border-width: 0;
        border-style: solid;
        border-color: inherit;
        border-bottom-width: 3px;
        background-color: #ffffff;
        margin-bottom: 20px;
    }

        .contact-box .single-contact:after {
            display: none;
        }

        .contact-box .single-contact.info-third:last-child {
            margin: auto;
        }
}

@media (min-width: 601px) and (max-width: 991px) {
    .contact-box .single-contact {
        flex: auto;
        max-width: 48%;
        padding: 28px 20px;
        margin-right: 20px;
    }

        .contact-box .single-contact:nth-child(2n+2),
        .contact-box .single-contact:last-child {
            margin-right: 0;
        }
}

@media only screen and (max-width:767px) {
    .single-icon {
        margin-bottom: 15px;
    }

        .single-icon img,
        .single-icon i {
            margin: auto !important;
        }

    .contact-box .single-icon {
        margin-bottom: 10px;
    }

        .contact-box .single-icon img,
        .contact-box .single-icon i {
            margin: auto;
        }

    .contact-box #contact-info .single-box:after {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .contact-box .single-contact {
        flex-basis: 100%;
    }
}

/*#endregion*/

/*#region REPORTS4 */
.dez-box-canvas .dez-info {
    background: rgb(245, 245, 245, 0.8);
}

.reports-carousel .dez-box {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: visible;
    margin: 20px 10px;
}

.reports-carousel .dez-box,
.reports-carousel .dez-info,
.reports-carousel .dez-tilte,
.reports-carousel .dez-tilte-inner {
    position: relative;
}

    .reports-carousel .dez-media.dez-media-top:hover .dez-info-has,
    .reports-carousel .dez-box:hover .dez-media.dez-media-top .dez-info-has {
        margin-top: 0;
    }

.reports-carousel .dez-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

    .reports-carousel .dez-social-icon li {
        display: inline-block;
        padding: 0;
        font-size: 12px;
    }

        .reports-carousel .dez-social-icon li a {
            display: inline-block;
            width: 24px;
            height: 24px;
            padding: 4px;
        }

        .reports-carousel .dez-social-icon li .fa {
            vertical-align: middle;
        }

    .reports-carousel .dez-social-icon.border li {
        padding: 0 3px;
    }

        .reports-carousel .dez-social-icon.border li a {
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

.reports-carousel .dez-social-links.dark li {
    padding: 0 3px;
}

.reports-carousel .dez-social-icon.dark li a {
    border: 1px solid #777777;
    color: #777777;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.reports-carousel .dez-social-icon.dez-social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}

.reports-carousel .dez-media.dez-media-left .dez-social-icon li {
    display: block;
    margin: 3px 0;
}

.reports-carousel .dez-media.dez-media-right .dez-social-icon li {
    display: block;
    margin: 3px 0;
}

.reports-carousel .dez-social-icon {
    margin: 0;
}

.reports-carousel .p-t40 {
    padding-top: 40px;
}

.reports-carousel .p-a20 {
    padding: 20px;
}

.reports-carousel .m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.reports-carousel .dez-box h4 {
    font-weight: bold;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #111;
    height: 44px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reports-carousel p {
    margin-top: 10px;
    line-height: 22px;
    height: 68px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reports-carousel .new-p {
    margin-top: 10px;
    line-height: 22px;
    height: 88px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reports-carousel .skew-content-box .latest-blog-date li {
    padding: 2px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.reports-carousel .skew-content-box-new .latest-blog-date li {
    padding: 2px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.reports-carousel .skew-content-box ul li {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 5px 10px;
}
.reports-carousel .skew-content-box-new ul li {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 5px 10px;
}
.reports-carousel .dez-social-icon li {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
}

.reports-carousel .dez-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

.reports-carousel .skew-content-box:before {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
    height: 40px;
}

.reports-carousel .skew-content-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -20px;
    width: auto;
    background-color: var(--primary-color) !important;
    border: 0px !important;
    height: 40px;
}
.reports-carousel .skew-content-box-new {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -20px;
    width: calc(100% + 2px);
    background-color: var(--primary-color);
    z-index: 1;
    border: 0px !important;
    height: 40px;
}
    .reports-carousel .skew-content-box-new .publisher-section{
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.reports-carousel .dez-box[class*="border-"], .dez-info[class*="border-"] {
    border: 1px solid #eee;
}

.reports-carousel .m-r15 {
    margin-right: 15px;
}

.reports-carousel .skew-content-box ul li {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 5px 10px;
}
.reports-carousel .skew-content-box-new ul li {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 5px 10px;
}
.reports-carousel .dez-social-icon li {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
}

.reports-carousel .m-r5 {
    margin-right: 5px;
}

.reports-carousel .dez-title {
    margin-top: 20px;
}
.reports-carousel .dez-title-new {
    margin-top: 30px !important;
    margin-bottom: -5px !important;
}
.reports-carousel .dez-sub-title {
    font-size: 14px;
}

.reports-carousel .dez-box a:hover h4 {
    color: var(--primary-color);
}

.reports-carousel a:hover .skew-content-box {
    background-color: var(--primary-color-hover) !important;
}
.reports-carousel a:hover .skew-content-box-new {
    background-color: var(--primary-color-hover) !important;
}

/*#endregion*/
/*#region REFERENCE 2 */
.reference2 .reference-item {
    padding: 10px;
    position: relative;
    z-index: 1;
}

    .reference2 .reference-item .item {
        border: 1px solid #e9ecef;
        position: relative;
        z-index: 1;
    }

        .reference2 .reference-item .item img {
            width: 100%;
            height: auto;
            position: relative;
            z-index: 1;
        }

        .reference2 .reference-item .item h6 {
            line-height: 50px;
            font-weight: bold;
            height: 50px;
            width: 100%;
            background: var(--primary-color);
            color: #fff;
            z-index: 2;
            position: absolute;
            z-index: 2;
            margin-left: auto;
            margin-right: auto;
        }

            .reference2 .reference-item .item h6 .bxs-left-arrow,
            .reference2 .reference-item .item h6 .bxs-right-arrow {
                color: var(--primary-color-hover);
            }

@media (max-width: 767px) {
    .reference2 .reference-item .item h6 .bxs-left-arrow,
    .reference2 .reference-item .item h6 .bxs-right-arrow {
        display: none;
    }
}
/*#endregion*/

/*#region REFERENCE 3*/

.reference3 {
    border-radius: 3px;
    height: 160px;
    border-bottom: 2px solid var(--primary-color) !important;
}

.references .owl-item.active .reference-text {
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.reference2 .bxs-left-arrow,
.reference2 .bxs-right-arrow {
    color: #fff !important;
}

.reference3 .reference-text {
    color: #fff;
    font-stretch: expanded !important;
    background-color: var(--primary-color);
    font-size: 14px;
    width: auto;
    padding: 6px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    overflow: visible !important;
}
/*#endregion*/

/*#region MEGA MENU*/
@media (min-width: 992px) {
    .mega-dropdown-menu {
        display: none;
        margin: 0px !important;
        position: absolute !important;
        left: 0px !important;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
        color: #111;
        padding: 0px 20px 20px 20px;
        border-top: 2px solid var(--menu-color-hover)
    }

        .mega-dropdown-menu ul > li > a {
            line-height: 30px;
        }
}

.mega-dropdown:hover .mega-dropdown-menu:not(.dropdown-menu) {
    display: flex;
}


.mega-dropdown-menu {
    display: none;
    background-color: #f9f9f9;
    width: 100% !important;
    color: #111;
    border-top: 2px solid var(--menu-color-hover)
}

    .mega-dropdown-menu ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mega-dropdown-menu li ul li,
    .mega-dropdown-menu li {
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mega-dropdown-menu ul > li > a {
        display: block;
        /*padding: 3px 20px;*/
        clear: both;
        font-weight: bold;
        color: #878787;
        line-height: normal !important;
        white-space: normal;
        padding: 5px 5px;
    }

        .mega-dropdown-menu ul > li > a:hover,
        .mega-dropdown-menu ul > li > a:focus {
            text-decoration: none;
            color: #444;
            background-color: #f5f5f5;
            border-left: 15px solid #f5f5f5;
            margin-left: -15px;
            border-right: 15px solid #f5f5f5;
            margin-right: -15px;
        }

.dropdown-header a {
    color: var(--primary-color) !important;
    font-weight: bold;
    margin-top: 20px !important;
    line-height: normal !important;
}

@media (max-width: 991px) {
    .mega-dropdown-menu {
        background-color: #fff;
        display: none;
        padding: 20px 0;
        margin-bottom: 10px;
    }

        .mega-dropdown-menu .dropdown-header {
            border-bottom: 2px solid var(--menu-color-hover)
        }

    .dropdown-header a:not(:first-child) {
        margin-top: 15px !important;
    }

    .dropdown-header a:first-child {
        margin-top: 0px !important;
    }

    .mega-dropdown-menu ul > li > a {
        color: #111;
        line-height: normal !important;
        padding: 12px 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .mega-dropdown-menu ul > li > a:hover,
        .mega-dropdown-menu ul > li > a:focus {
            text-decoration: none;
            color: var(--menu-color-hover);
            background-color: #fff;
            border-left: 0px solid #f5f5f5;
            margin-left: 0px;
            border-right: 0px solid #f5f5f5;
            margin-right: 0px;
        }
}
/*#endregion*/

/*#region MEGA OURSERVICE-2*/
.welcome-details .mega-ourservice2 img {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 8px;
    max-width: 220px;
    margin-top: 25px;
}

.welcome-details .mega-ourservice2 .welcome_info {
    position: relative;
    width: 77%;
    background: #fdfdfd;
    border: 1px solid #e6e6e6;
    margin-left: 185px;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 158px;
}

.welcome-details .mega-ourservice2 .welcome_info {
    width: calc(100% - (165px));
    height: 200px;
}

    .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices {
        position: relative;
        display: flex;
        padding-right: 25px;
        padding-bottom: 40px;
    }

        .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul {
            width: 100%;
            list-style-type: none;
            max-height: 175px;
            overflow: hidden;
            overflow-y: auto;
        }

            .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul li {
                padding-right: 10px;
            }

            /* scrollbar*/
            .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul::-webkit-scrollbar {
                width: 12px;
                background-color: #fff;
                border-radius: 10px;
            }

            .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
            }

            .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
            }
/* END scrollbar*/

.welcome-details > div.mega-ourservice2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 14px;
}

.welcome-details .mega-ourservice2 h6 {
    color: #111;
    font-weight: 700;
    font-size: 14px;
}

.welcome-details .mega-ourservice2 h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    padding-left: 66px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: unset;
}

    .welcome-details .mega-ourservice2 h3:before {
        content: '';
        width: 45px;
        height: 3px;
        background: var(--border-color);
        position: absolute;
        top: 30px;
    }

.welcome-details .mega-ourservice2 .welcome_info span.more {
    line-height: 40px;
    margin-left: 65px;
    font-weight: 700;
    font-size: 14px;
}

.welcome-details .mega-ourservice2 a .welcome_info span.more,
.welcome-details .mega-ourservice2 a .welcome_info h3,
.welcome-details .mega-ourservice2 a .welcome_info h6,
.welcome-details .mega-ourservice2 a .welcome_info h3 i,
.welcome-details .mega-ourservice2 a .welcome_info p {
    color: #111;
}

.welcome-details .mega-ourservice2 a:hover .welcome_info span.more,
.welcome-details .mega-ourservice2 a:hover .welcome_info h3,
.welcome-details .mega-ourservice2 a:hover .welcome_info h6,
.welcome-details .mega-ourservice2 a:hover .welcome_info h3 i,
.welcome-details .mega-ourservice2 a:hover .welcome_info p {
    color: #fff;
}

@media (max-width: 991px) {
    .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-left: 55px;
    }

    .welcome-details .mega-ourservice2 .welcome_info {
        height: unset !important;
        max-height: unset !important;
    }

        .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul {
            height: unset !important;
            max-height: unset !important;
            margin-left: 10px !important;
            padding-left: 0px !important;
        }

        .welcome-details .mega-ourservice2 .welcome_info span.more {
            display: none;
        }
}

@media (max-width: 767px) {
    .welcome-details .mega-ourservice2 .welcome_info {
        width: 100%;
        margin-left: 0px;
    }

    .welcome-details .mega-ourservice2 h6,
    .welcome-details .mega-ourservice2 h3,
    .welcome-details .mega-ourservice2 p {
        padding-left: 20px !important;
    }

    .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-left: 0px !important;
    }

    .welcome-details .mega-ourservice2 .welcome_info span.more {
        margin-left: 20px;
    }

    .welcome-details .mega-ourservice2 .welcome_info .sub-ourservices ul {
        margin-left: 0px !important;
    }
}
/* fix from homepage */
#our-services .welcome-section {
    margin-top: 0px;
}

    #our-services .welcome-section .welcome-details {
        padding-top: 0px;
    }
/*#endregion*/

/*#region OURSERVICES 14*/
#home-hs-services {
    padding-top: 80px;
}

.hs-item {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

    .hs-item:hover {
        /*filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");*/ /* Firefox 3.5+ */
        /*filter: grayscale(100%);*/ /* Current draft standard */
        /*-webkit-filter: grayscale(100%);*/ /* New WebKit */
        /*-moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;*/ /* IE6+ */
    }

    .hs-item .hsi-title {
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .hs-item h3 {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 3px 7px;
        border: 1px solid #fff;
        margin-top: 0;
        margin-left: 20px;
        margin-right: 20px;
        /*background-color: rgba(0, 0, 0, 0.6);*/
        text-align: center;
        vertical-align: middle;
        width: calc(100% - 40px);
        min-height: 72px;
        background-color: var(--primary-color-opacity);
        padding: 0 10px;
    }
    .hs-item:hover .hsi-detail {
        opacity: 1;
        -webkit-transition: opacity 0.1s ease-in-out 0.1s;
        transition: opacity 0.1s ease-in-out 0.1s;
        box-shadow: 0 8px 16px 0 white;
    }

    .hs-item:hover .hsi-title {
        opacity: 0;
    }
 
.hsi-detail {
    opacity: 0;
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    /*background: rgba(36, 39, 46, 0.9);*/
    color: #fff;
    padding: 20px;
    background-color: var(--primary-color-opacity);
}
    .hsi-detail h3 {
        font-size: 25px;
        width: 100%;
        margin: 0px auto;
        padding: 3px 7px;
    }
.ourservice-carousel .hsi-detail h3 {
    font-size: 23px;
}
.hsi-detail a {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    font-family: montserratlight;
    background: #d36c27;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .hsi-detail p {
        margin-top: 20px;
        overflow: hidden;
        max-height: 57%;
        line-height: 20px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.ourservice-carousel .owl-dots {
    margin-top: -10px !important;
}
@media (min-width: 768px) {
    .ourservice-carousel .owl-nav .owl-prev {
        margin-left: -45px;
    }

    .ourservice-carousel .owl-nav .owl-next {
        margin-right: -45px;
    }
}
/*#endregion*/

/*#region OURSERVICE 15*/
 
.box-hover-effect {
    display: block;
    vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: block;
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 35px;
}
.box-hover-effect .effect-wrapper .thumb {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-hover-effect .effect-wrapper .text-holder .title {
    color: #fff;
}

.box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
    .box-hover-effect:hover .effect-wrapper .thumb img {
        overflow: hidden;
    }
/* Individual effects */
/* Individual effect = image-zoom-in */
.box-hover-effect.image-zoom-in .thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.box-hover-effect.image-zoom-in:hover .thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* Individual effect = image-zoom-out */
.box-hover-effect.image-zoom-out .thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.box-hover-effect.image-zoom-out:hover .thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Individual effect = siberia */
.box-hover-effect.effect-siberia .info-box .info-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 70px 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

    .box-hover-effect.effect-siberia .info-box .info-title:before {
        color: #fff;
        content: "\ecf3";
        font-family: "boxicons";
        position: absolute;
        text-align: center;
        line-height: 50px;
        bottom: 5px;
        top: 21px;
        right: 7px;
        width: 50px;
        height: 50px;
        background-color: rgba(9, 9, 9, 0.3);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        font-size: 18px;
    }
    .box-hover-effect.effect-siberia .info-box .info-content p{
        max-height: 100px;
        line-height: 18px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.box-hover-effect.effect-siberia .info-box .info-content {
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-hover-effect.effect-siberia:hover .info-box .info-title {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
    .box-hover-effect.effect-siberia .info-box .info-title{
        min-height: 95px;
    }

.box-hover-effect.effect-siberia:hover .info-box .info-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.bg-theme-colored-transparent-9 {
    background-color: var(--primary-color-opacity) !important;
}

/*#endregion*/

/*#region SPECIAL PHONE */
/* ---------------- 
Text Animate Style
---------------- */

.av-heading {
    line-height: 1.2;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.av-text-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

    .av-text-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

    .av-text-wrapper i {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    .av-text-wrapper b.is-show {
        position: relative;
        line-height: 1.2;
    }

.no-js .av-text-wrapper b {
    opacity: 0;
}

    .no-js .av-text-wrapper b.is-show {
        opacity: 1;
    }

/* ---------------- 

animate-7 (Zoom) 

---------------- */
.av-heading.animate-7 .av-text-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.av-heading.animate-7 b {
    opacity: 0;
}

    .av-heading.animate-7 b.is-show {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s;
    }

    .av-heading.animate-7 b.is-hide {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s;
    }

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}
 
/*#endregion*/