@font-face {
    font-family: '29ltbukraregular';
    src: url('../fonts/29ltbukraregular.ttf');
}

@font-face {
    font-family: '29ltbukrabold';
    src: url('../fonts/29ltbukrabold.ttf');
}

@font-face {
    font-family: '29ltbukralight';
    src: url('../fonts/29ltbukralight.ttf');
}

@font-face {
    font-family: '29ltbukrabolditalic';
    src: url('../fonts/29ltbukrabolditalic.ttf');
}

/*
** General Styles for HTML tags
*/

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    scroll-behavior: smooth;
}

body {
    font-family: '29ltbukraregular';
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: var(--sixth);
    color: var(--eighth);
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: normal;
    line-height: inherit;
    font-family: '29ltbukraregular';
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 15px;
}

h5,
h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img,
iframe {
    border: none;
}

p {
    color: var(--seventh);
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-size: 1.2rem;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid var(--fifth);
    border-radius: inherit;
    background-color: var(--fifth);
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #23232F;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: '29ltbukraregular';
}

b,
strong {
    font-weight: 900;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

.btn-second {
    background: var(--second);
    color: var(--sixth);
    font-weight: 100;
    text-transform: uppercase;
    border: 0px solid;
    padding: 10px 23px;
    border-radius: 5px;
    display: inline-block;
}

.btn-second:hover,
.btn-second:focus {
    color: var(--sixth);
    background: var(--first);
}

.equal-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.center-middle-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 480px;
    height: auto;
}

.contact-block-row {
    margin-top: 4rem;
}

.contact-block {
    background: var(--sixth);
    border: 1px solid var(--first);
    border-radius: 20px;
    padding: 6% 6%;
    color: var(--seventh);
    width: 100%;
}

.contact-block .contact-block-title {
    font-family: '29ltbukrabold';
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0px 0px 6px 0;
    color: var(--seventh);
}

.contact-block ul {
    margin-top: 2rem;
}

.contact-block ul li {
    position: relative;
    padding-right: 0;
    padding-left: 4rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.contact-block ul li .contact-block-icon {
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.contact-block ul li a {
}

.contact-block ul li a:hover,
.contact-block ul li a:focus {
}


/* Default CSS */

.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-gray-hard {
    background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
}

.bg-light {
    background-color: var(--sixth);
}

.bg-theme {
    background-color: var(--first);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: var(--sixth);
}

.shadow {
    position: relative;
    z-index: 1;
}

.shadow.dark::after {
    background: #76745000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: var(--first) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.light::after {
    background: var(--sixth) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: var(--first) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: var(--first) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.default-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.default-padding-top {
    padding-top: 100px;
}

.default-padding-bottom {
    padding-bottom: 100px;
}

/*.default-padding.bottom-less {*/
/*    padding-top: 120px;*/
/*    padding-bottom: 90px;*/
/*}*/

.default-padding.top-less {
    padding-top: 20px;
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

.btn {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.btn-md {
    padding: 13px 40px 13px;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid var(--sixth);
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: var(--sixth);
    color: #232323;
    border: 2px solid var(--sixth);
}

.btn-dark {
    background-color: #232323;
    color: var(--sixth);
    border: 2px solid #232323;
}

.btn-dark.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323;
}

.btn-dark.border:hover {
    background-color: #232323;
    color: var(--sixth) !important;
    border: 2px solid #232323;
}

.btn.btn-light {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid var(--sixth);
    color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
    background: transparent none repeat scroll 0 0;
    border: 2px solid var(--sixth);
    color: var(--sixth);
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
    background-color: var(--first);
    color: var(--sixth) !important;
    border: 2px solid var(--first)
}

.btn.btn-light.border {
    background: transparent;
    border: 2px solid var(--sixth);
    color: var(--sixth);
}

.btn.btn-light.border:hover {
    background: var(--sixth) none repeat scroll 0 0 !important;
    border: 2px solid var(--sixth) !important;
    color: #232323 !important;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #232323 !important;
    background: transparent;
}

.bg-dark {
    background: var(--first) none repeat scroll 0 0;
}

.btn-theme {
    background-color: var(--second);
    color: var(--sixth) !important;
    border: 2px solid var(--second);
}

.btn-theme.border {
    background-color: transparent;
    color: #525252 !important;
    border: 1px solid #525252;
    height: 4rem !important;
    line-height: 3rem !important;
}

.btn-theme.border:hover {
    background-color: var(--first);
    color: var(--sixth) !important;
    border: 2px solid var(--first);
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: var(--first) none repeat scroll 0 0;
    border: 2px solid var(--first);
    color: var(--sixth);
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid var(--sixth);
    color: var(--sixth);
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.container-full {
    padding: 0 15px;
    width: 100%;
}

.container-mid {
    padding: 0 15px;
    width: 90%;
    margin: auto;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}


/* Default CSS */

.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

.container-full {
    position: relative;
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

.container-fluid {
    width: 100%;
}

@media (min-width: 576px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

header {
    position: inherit;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: var(--sixth) none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0;
}

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}


/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
    background: var(--first) none repeat scroll 0 0;
    border: 2px solid var(--first);
    color: var(--sixth) !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--first);
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 0px;
    position: relative;
    text-transform: capitalize;
    line-height: normal;
}

.site-heading h4 {
    font-family: '29ltbukrabold';
    text-transform: uppercase;
    color: var(--first);
}

.site-heading p {
}

.site-heading.dark-color {
}

.site-heading.dark-color h4 {
    font-family: '29ltbukrabold';
    color: var(--fifth);
}

.site-heading.dark-color h2 {
    color: var(--sixth);
}

.site-heading.dark-color p {
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

.site-heading.clean h2 span {
    color: var(--first);
}

.site-heading h2 span {
    color: var(--first);
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
}

.site-heading h2::before {
    background: #76745000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
    background: var(--sixth) none repeat scroll 0 0;
}

.site-heading h2 span {
    color: var(--first);
}

.site-heading {
    margin-bottom: 20px;
    /* overflow: hidden; */
    margin-top: 0px;
}

.site-heading.single {
    margin-bottom: 35px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

@media screen and (min-width: 1200px) {
    .item-flex {
        display: flex;
    }
}

.item-flex.center {
    align-items: center;
}


/* ==============================================================
     # Bradcrumb
=================================================================== */

.breadcrumb-area {
    padding: 0px 0;
    background: #ccc0;
    margin-top: 16rem;
}

.breadcrumb-area .breadcrumb {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
    background: #23232300 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.3rem;
}

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: var(--sixth);
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 14px 0 0px;
    position: relative;
    z-index: 1;
    margin: 0px 30px 0px 0px;
}

.breadcrumb-area .breadcrumb li img {
    width: 15px;
    margin-right: 6px;
}

.breadcrumb-area .breadcrumb li::after {
    content: "";
    height: 10px;
    right: -7px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    border: solid var(--second);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

.breadcrumb-area .breadcrumb li:first-child::after {
    /* display: none; */
}

.breadcrumb-area .breadcrumb li:last-child::after {
    opacity: 0.9;
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.breadcrumb-area .breadcrumb li.active {
    /* color: var(--first); */
    opacity: 0.6;
}

.breadcrumb-area .breadcrumb a:hover,
.breadcrumb-area .breadcrumb a:focus {
    color: var(--second)
}

.breadcrumb-area.with-bg {
    background: var(--first);
    padding: 10px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.breadcrumb-area::before {
    position: absolute;
    content: '';
    background: url('../img/inner-page-top-dark-waves.svg');
    z-index: 0;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 3px -180px;
}

.breadcrumb-area.with-bg h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.3rem;
    padding: 8rem 0px 10rem;
    color: var(--sixth)
}

.breadcrumb-area.with-bg .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area.with-bg .breadcrumb li {
    color: var(--sixth);
}

.breadcrumb-area.with-bg .breadcrumb li img {
}

.breadcrumb-area.with-bg .breadcrumb li::after {
    border: solid var(--sixth);
    border-width: 0 2px 2px 0;
}

.breadcrumb-area.with-bg .breadcrumb a,
.breadcrumb-area.with-bg .breadcrumb li {
    color: var(--sixth);
}


/* Topbar CSS */

.top-bar-area {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    overflow: hidden;
}

.top-bar-area .row {
    align-items: center;
    display: flex;
    float: none;
    vertical-align: middle;
}

.top-bar-area .info.box li {
    display: inline-block;
    text-align: left;
    float: left;
}

.top-bar-area .info.box li .icon,
.top-bar-area .info.box li .info {
    display: table-cell;
    vertical-align: middle;
}

.top-bar-area .info.box li .info span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.top-bar-area .info.box li .icon i {
    color: var(--eighth);
    font-size: 30px;
}

.top-bar-area.bg-light .info.box li .icon i {
    color: var(--first);
}

.top-bar-area .info.box li .icon {
    padding-right: 15px;
}

.top-bar-area .address-info.text-right .info.box li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.top-bar-area .address-info.text-left .info.box li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.top-bar-area .address-info.text-right .info.box li::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: -50%;
    width: 1px;
}

.top-bar-area .address-info.text-left .info.box li::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 200px;
    right: 0;
    position: absolute;
    top: -50%;
    width: 1px;
}

.top-bar-area .address-info.text-right .info.box li:first-child::after {
    display: none;
}

.top-bar-area .address-info.text-left .info.box li:last-child::after {
    display: none;
}

.top-bar-area .address-info.text-right .info.box li:first-child {
    border: medium none;
    margin-left: 0;
    padding-left: 0;
}

.top-bar-area .address-info.text-left .info.box li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}

.top-bar-area .address-info.text-right .info {
    display: inline-block;
}

.top-bar-area .link.text-right a {
    margin-left: 5px;
}

.top-bar-area .social li {
    display: inline-block;
}

.top-bar-area .social li a {
    color: var(--eighth);
    display: inline-block;
    font-size: 20px;
}

.top-bar-area .social.text-right li {
    margin-left: 15px;
}

.top-bar-area.one-line li {
    margin-right: 15px;
    padding-right: 15px;
}

.top-bar-area.bg-dark li {
    color: var(--sixth);
}

.top-bar-area.one-line.bg-dark li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.one-line li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}

.top-bar-area.one-line li i {
    margin-right: 5px;
}

.top-bar-area.one-line li i {
    color: var(--first);
}

.top-bar-area.one-line .link a {
    border-left: 1px solid #e7e7e7;
    font-weight: 500;
    margin-left: 13px;
    padding-left: 15px;
    text-transform: uppercase;
}

.top-bar-area.one-line.bg-dark .link a {
    border-left: 1px solid var(--sixth);
}

.top-bar-area.one-line .link a:hover,
.top-bar-area.one-line .link a:last-child:hover {
    color: var(--first);
}

.top-bar-area.one-line .link a:last-child {
    color: #232323;
}

.top-bar-area.one-line.bg-dark .link a:last-child {
    color: var(--sixth);
}

.top-bar-area.one-line .link a:first-child {
    border: medium none;
    padding-left: 0;
}


/* ==============================================================
     # Banner
=================================================================== */

body,
.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto;
}

.banner-area .content {
    position: relative;
    z-index: 9;
}

div#bootcarousel {
    z-index: 1;
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid var(--sixth);
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}


/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .5s;
}

.banner-area .item ul {
    animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s;
}


/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Slider Zoom Effect */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }
    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .item > .slider-thumb {
    /*-webkit-animation: zoom 20s;*/
    /*animation: zoom 20s;*/
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover !important;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: var(--sixth);
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .carousel-control.left {
    left: -50px;
}

.banner-area:hover .carousel-control.left {
    left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -50px;
}

.banner-area:hover .carousel-control.right {
    right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicators {
    position: absolute;
    right: 40px;
    left: auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    bottom: auto;
    margin: 0;
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 0;
    border: 2px solid var(--sixth);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: var(--sixth);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* Content */

.banner-area .transparent-nav .content {
    margin-top: 25rem;
}

.banner-area .content {
    overflow: hidden;
}

.banner-area .content h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 1.6 !important;
    font-family: '29ltbukrabold';
}

.banner-area .heading-uppercase .content h1 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
}

.banner-area .text-center .content h1 {
    line-height: 6rem;
    color: var(--sixth);
}

.banner-area .content h1 span {
    color: var(--first);
    font-weight: 700;
}

.banner-area .content p {
    font-size: 18px;
    line-height: 35px;
}

.banner-area .content a {
    margin-top: 15px;
    margin-right: 8px;
}

.banner-area .text-right .content a {
    margin-left: 8px;
}

.banner-area .text-center .content a {
    margin: 15px 4px 0;
}

.banner-area .text-center.inc-top-heading .content a {
    margin: 5px 4px 0;
}

.banner-area .inc-top-heading h3 {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.banner-area .inc-top-heading a {
    margin-top: 5px;
}

.banner-area .text-center p {
    color: var(--sixth);
    text-align: center;
}

.banner-area .text-dark p {
    color: #232323;
}

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
}

.banner-area .fixed-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
}

.banner-area.top-pad-60 .content {
    padding-top: 60px;
}

.banner-area.standard .thumb img {
    margin-top: 200px;
}

.banner-area.standard .thumb {
    padding-left: 35px;
}

.banner-area.standard .info h4 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    color: #999999;
}

.banner-area.standard .info h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.banner-area.standard .info a {
    margin-top: 41px;
}

.banner-area.standard .info-box {
    padding: 80px 50px;
    background: var(--sixth);
    border-bottom: 3px solid var(--first);
}

.banner-area.standard .info::after {
    position: absolute;
    left: -80px;
    top: -80px;
    content: "";
    height: 180px;
    width: 180px;
    background: url(../img/bg-dotted.png);
    background-size: contain;
    background-position: left top;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.banner-area.standard .info {
    position: relative;
    z-index: 1;
}

.banner-area .vr-buttons {
    margin-top: 25px;
}

.banner-area .vr-buttons a {
    margin-bottom: 15px;
}


/* ==============================================================
     # Video Button Play
=================================================================== */

.video-play-button {
    color: var(--first);
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--sixth) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--sixth) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: var(--first);
}


/* ==============================================================
     # About
=================================================================== */

.about-area .about-info {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

.about-area.full-width .about-info {
    border: medium none;
    padding-left: 15px;
}

.about-area.inc-video .about-info {
    border: medium none;
}

.about-area.reverse.inc-video .about-info {
    padding-left: 15px;
    padding-right: 15px;
}

.about-area.reverse.inc-video .video-info {
    float: right;
}

.about-area .management-quote {
    padding-right: 0px;
}

.about-area .management-quote .management-items p {
    padding-top: 10px;
    position: relative;
}

.about-area .management-quote .management-items p::before {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 180px;
    right: -20px;
    letter-spacing: -10px;
    opacity: 0.09;
    position: absolute;
    top: -20%;
    transform: rotate(180deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.management-area .managements-items .item .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e7e7e7;
}

.about-area .about-info li {
    float: left;
    margin-top: 30px;
    width: 50%;
}

.about-area.full-width .single-item {
    margin-bottom: 30px;
}

.about-area .about-info li:first-child,
.about-area .about-info li:nth-child(2) {
    margin-top: 10px;
}

.about-area .about-items .item a {
    padding: 50px 30px;
    display: block;
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.about-area .about-info li i,
.about-area .about-items .item i {
    color: var(--first);
    display: inline-block;
    font-size: 50px;
    margin-bottom: 20px;
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-area h2 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.about-area .author {
    align-items: center;
    border-top: 0px dashed #e7e7e7;
    display: flex;
    padding-top: 0px;
}

.about-area .author .thumb {
    max-width: 100%;
}

.about-area .author .info {
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
}

.about-area .author .info span {
    display: block;
    text-transform: uppercase;
}

.about-area .author .info b {
    color: var(--first);
    display: block;
    font-weight: 500;
}

.about-area .management-quote .management-items .owl-dots {
    margin-top: 20px;
    text-align: center;
    display: block;
}

.about-area .management-quote .management-items .owl-dots .owl-dot span {
    background: #dadada none repeat scroll 0 0;
    border: 2px solid #dadada;
    height: 5px;
    margin: 0 5px;
    width: 25px;
}

.about-area .management-quote .management-items .owl-dots .owl-dot.active span {
    background: var(--third) none repeat scroll 0 0;
    border: 2px solid transparent;
    width: 50px;
}

.about-area .about-list {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

.about-area .about-list ul {
    margin-bottom: -5px;
}

.about-area .about-list li .icon,
.about-area .about-list li .info {
    display: table-cell;
    vertical-align: top;
}

.about-area .about-list li .info {
    padding-top: 5px;
}

.about-area .about-list li .icon i {
    color: var(--first);
    display: inline-block;
    font-size: 50px;
    min-width: 70px;
}

.about-area .about-list li .info h5 {
    font-weight: 600;
    text-transform: capitalize;
}

.about-area .about-list li {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}

.about-area .about-list li p:last-child {
    margin-bottom: 0;
}

.about-area .about-list li:first-child {
    border: medium none;
    margin-top: 0;
    padding-top: 0;
}

.about-area .about-content .thumb img {
    position: relative;
    z-index: 1;
    width: 80%;
    box-shadow: 40px -40px 0px var(--fifth);
    border-radius: 20px;
    margin-top: 30px;
}

.about-area.full-width.mt .about-items {
    margin-top: 50px;
}

.about-area .about-content .info h4 {
    /* color: var(--first); */
    font-weight: 600;
    text-transform: uppercase;
}

.about-area .about-content .info h2 {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}

.about-area .about-content .info a {
    margin-top: 10px;
}

.about-area .about-content .info a.btn-contact {
    padding: 10px;
}

.about-area .about-content .info h2::after {
    background: #23232300 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.about-area .about-content ul {
    margin-bottom: 15px;
    margin-top: 25px;
}

.about-area .about-content ul li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 0px;
    /* background: #f0f; */
    border-bottom: 0px !important;
}

.about-area .about-content ul li .icon,
.about-area .about-content ul li .info {
    display: table-cell;
    vertical-align: top;
}

.about-area .about-content ul li .info span {
    color: #232323;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-area .about-content ul li .info {
    padding-left: 15px;
}

.about-area .about-content ul li .icon i {
    color: var(--first);
    font-size: 40px;
}

.about-area.side-bg .about-content ul li .icon i {
    color: var(--sixth);
    font-size: 40px;
}

.about-area .about-content ul li .icon i.fa-clock {
    font-weight: 500;
}

.about-area .about-content ul li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-area .about-content .about-list {
    border: none;
}

.about-area.side-bg {
    position: relative;
    z-index: 1;
}

.about-area.side-bg::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--first);
    z-index: -1;
}

.about-area .about-box ul li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    font-family: '29ltbukraregular';
    font-weight: 700;
    font-size: 16px;
    color: #232323;
}

.about-area .about-box ul {
    overflow: hidden;
    margin-top: 25px;
}

.about-area .about-box ul li i {
    display: inline-block;
    font-size: 40px;
    padding-right: 15px;
    color: var(--first);
}

.about-area .about-box .thumb {
    padding-right: 35px;
}

.about-area .about-box blockquote {
    line-height: 32px;
}

.about-area .clients-area {
    margin-top: 55px;
    padding-top: 50px;
    border-top: 1px solid #e7e7e7;
}

.about-area .clients-area h4 {
    font-weight: 600;
    padding: 0;
}

.about-area .clients-area h4::after {
    display: none;
}

.about-area .clients-area p {
    margin: 0;
}

.about-area .clients-area .left-info {
    border: none;
    padding-right: 15px;
}

.about-area .clients-area .clients-box {
    padding-left: 15px;
}


/* ==============================================================
     # Standard About
=================================================================== */

.about-standard-area .thumb-box {
    position: relative;
    z-index: 1;
    margin-right: 35px;
}

.about-standard-area .thumb-box::after {
    position: absolute;
    left: -290px;
    bottom: -120px;
    content: "";
    height: 150%;
    width: 120%;
    background: url(../img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.about-standard-area .thumb-box {
    text-align: center;
}

.about-standard-area .info {
    position: relative;
    z-index: 1;
}

.about-standard-area .info h2.heading {
    position: absolute;
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 900;
    z-index: -1;
    top: -87px;
    opacity: 0.05;
    left: 0;
}

.about-standard-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.about-standard-area .info a {
    margin-top: 20px;
}


/* ==============================================================
     # Top Features
=================================================================== */

.top-features-area {
    margin-bottom: -50px;
}

.top-features-area .features-items {
    padding: 50px 30px;
    position: relative;
    top: -50px;
    background: var(--sixth);
    z-index: 1;
    border-radius: 5px;
    float: left;
    width: 100%;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.top-features-area .features-items i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--first);
}

.top-features-area .features-items h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.top-features-area .features-items span {
    color: #e7e7e7;
    font-family: '29ltbukraregular';
    font-size: 30px;
    font-weight: 800;
    display: block;
    margin-top: 20px;
    margin-bottom: -5px;
}


/* ==============================================================
     # Services
=================================================================== */

.section-together {
    overflow: hidden;
}

.services-inc-area.half-bg {
    position: relative;
    z-index: 1;
}

.services-inc-area.half-bg::after {
    background: var(--first) none repeat scroll 0 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.services-inc-area.circle-shape.half-bg::before {
    position: absolute;
    right: -100px;
    top: -200px;
    content: "";
    height: 450px;
    width: 450px;
    border: 60px solid var(--first);
    border-radius: 50%;
}

.services-area .services-items .equal-height {
    margin-bottom: 30px;
    right: -1px;
}

.services-inc-area.inc-colum .equal-height {
    margin-bottom: 30px;
}

.services-items.colum-items .single-item {
    margin-bottom: 30px;
}

.services-area .services-items .item {
    background: var(--sixth) none repeat scroll 0 0;
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 50px 30px;
}

.services-area .services-items .item i {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--first);
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 95px;
    position: relative;
    text-align: center;
    width: 100px;
}

.services-area .services-items .item i::after {
    border-bottom: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-left: 2px solid;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
}

.services-area .services-items .item:hover i::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.services-area .services-items .item h4 {
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.services-area .services-items .item p {
    margin: 0;
}

.services-area .services-items .item a {
    color: var(--eighth);
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.services-area .services-items .item a:hover {
    color: var(--first);
}


/* Services Shadow */

.services-area.shadow .services-items .item {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inherit;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.services-area.shadow .services-items .item::after {
    background: var(--first) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 8px;
}

.services-area.shadow .services-items .item:hover:after {
    background: var(--sixth);
    opacity: 1;
}

.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
    color: var(--eighth);
    opacity: 1;
}

.services-area.shadow .services-items .item:hover i {
    color: var(--first);
    opacity: 1;
}

.services-area.shadow .services-items .item a {
    color: var(--first);
}

.services-area.shadow .services-items .item i {
    border: medium none;
    color: var(--sixth);
    height: inherit;
    line-height: inherit;
    width: inherit;
    border-radius: inherit;
}

.services-area.shadow .services-items .item a i {
    float: right;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 1px;
    color: var(--first);
}

.services-area.shadow .services-items .item i::after {
    border: none;
    border-radius: inherit !important;
}


/* Thumbnail Services */

.services-inc-area .services-items {
    margin-top: 0px;
}

.services-inc-area .services-items .item {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    overflow: hidden;
}

.services-inc-area .item .thumb {
    position: relative;
    z-index: 1;
    height: 510px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    border-radius: 20px;
}

.services-inc-area .item .thumb .item-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 140px 0px 9px;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #f7f7f7 80%, #f7f7f7 151%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.services-inc-area .item .thumb .item-title a {
    color: var(--sixth) !important;
}

.services-inc-area .item .thumb .item-details {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    text-align: left;
    padding: 10px;
    padding: 40px 18px 0px;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffffc9 -10%, #fff 51%);
    background: var(--sixth);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.services-inc-area .item .thumb .item-details .btn {
    padding: 10px 30px 10px;
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 4%;
}

.services-inc-area .item .thumb .item-details p {
    font-size: 1.5rem;
    height: 90%;
    overflow: hidden;
}

.services-inc-area .item .thumb:hover .item-details,
.services-inc-area .item .thumb:focus .item-details {
    opacity: 1;
}

.services-inc-area .item .thumb:hover .item-title,
.services-inc-area .item .thumb:focus .item-title {
    opacity: 0;
}

.services-inc-area .item .overlay > a {
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    position: absolute;
    z-index: 1;
    align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay > a {
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
    font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.services-inc-area .item .overlay i {
    color: var(--sixth);
    display: inline-block;
    font-size: 50px;
}

.services-inc-area .item .overlay h4 {
    border-left: 1px solid var(--sixth);
    margin-left: 15px;
    padding-left: 15px;
    color: var(--sixth);
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.services-inc-area .item .overlay h4 a {
    color: var(--sixth);
}

.services-inc-area .item .overlay > a {
    color: var(--first);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

.services-inc-area .item .info {
    background: var(--sixth) none repeat scroll 0 0;
    padding: 30px;
}

.services-inc-area .item .info a {
    color: var(--eighth);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-inc-area .item .info a:hover {
    color: var(--first);
}

.services-inc-area .services-carousel .owl-nav {
    margin: 0;
}

.services-inc-area .services-carousel .owl-nav .owl-prev,
.services-inc-area .services-carousel .owl-nav .owl-next {
    background: #c4c4c4 none repeat scroll 0 0;
    color: #f7f7f7;
    font-size: 21px;
    height: 40px;
    left: 44%;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    bottom: -13%;
    width: 40px;
    border-radius: 100px;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
    left: auto;
    right: 44%;
}

.services-inc-area .services-items.services-carousel .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
    display: block;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
    background: var(--first) none repeat scroll 0 0;
    border-color: var(--first);
}


/* Services item cell */

.services-area .services-items.item-cell .item .icon,
.services-area .services-items.item-cell .item .info {
    display: table-cell;
    vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
    padding-left: 25px;
}

.services-area .services-items.item-cell .item {
    padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
    position: relative;
    z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 900;
    left: 0;
    opacity: 0.06;
    position: absolute;
    top: 0;
}

.services-area .services-items.item-cell .item .icon i {
    border: medium none;
    height: inherit;
    line-height: inherit;
    width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
    display: none;
}


/* Services Single */

.services-single-area .sidebar-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding: 30px;
}

.services-single-area .sidebar-item:last-child {
    margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
    font-weight: 500;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.services-single-area .sidebar-item .title h4::before {
    background: var(--first) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}

.services-single-area .sidebar-item.link li {
    display: block;
    margin-bottom: 15px;
}

.services-single-area .sidebar-item.link li a {
    color: var(--eighth);
    font-size: 16px;
}

.services-single-area .sidebar-item.link li:last-child {
    margin-bottom: 0;
}

.services-single-area .sidebar-item li {
    display: block;
    margin-bottom: 30px;
}

.services-single-area .sidebar-item li .icon,
.services-single-area .sidebar-item li span {
    display: table-cell;
    vertical-align: top;
}

.services-single-area .sidebar-item li span {
    padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock,
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
    font-weight: 500;
}

.services-single-area .sidebar-item li .icon i {
    color: var(--first);
    display: inline-block;
    font-size: 50px;
}

.services-single-area .sidebar-item.project li span {
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
    margin-bottom: 15px;
    text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
    margin-bottom: 0;
}

.services-single-area .info h2 {
    font-weight: 600;
}

.services-single-area .services-content img {
    margin-bottom: 30px;
}

.services-single-area .info h4 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ==============================================================
     # Features Area
=================================================================== */

.features-area .features-items {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.features-area .features-items .single-item {
    margin-bottom: 30px;
}

.features-area .features-items .item .icon {
    position: relative;
    z-index: 1;
}

.features-area .features-items .item .icon i {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 30px;
    color: var(--first);
}

.features-area .features-items .single-item:nth-child(2n) .item .icon i {
    color: #ff4450;
}

.features-area .features-items .single-item:nth-child(3n) .item .icon i {
    color: #1BDBAC;
}

.features-area .features-items .single-item:nth-child(4n) .item .icon i {
    color: #F48687;
}

.features-area .features-items .item .icon span {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-size: 80px;
    z-index: -1;
    opacity: 0.07;
    font-weight: 600;
    font-family: '29ltbukraregular';
}

.features-area .features-items .item .info h4 {
    text-transform: capitalize;
    font-weight: 700;
}

.features-area .features-items .item .info p {
    margin-bottom: 0;
}


/* ==============================================================
     # Work Place
=================================================================== */

.work-place-area .work-place-items .item {
    display: flex;
}

.work-place-area .work-place-items .item .info {
    background: var(--fifth) none repeat scroll 0 0;
    padding: 80px;
}

.work-place-area ul {
    padding-left: 20px;
}

.work-place-area ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.work-place-area ul li::after {
    border-radius: 50%;
    color: var(--first);
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 19px;
    font-weight: 900;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.work-place-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.work-place-items .info a {
    margin-top: 30px;
}

.work-place-area .work-place-items .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.work-place-area .work-place-items .info h4 {
    color: var(--first);
    font-weight: 600;
    text-transform: uppercase;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots {
    bottom: 25px;
    left: 50%;
    position: absolute;
    width: 50%;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots .owl-dot span {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid;
    height: 20px;
    width: 20px;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots .owl-dot.active span {
    background: var(--first) none repeat scroll 0 0;
    border-color: var(--first);
}

.work-place-area .work-place-items.workplace-carousel .owl-nav {
    margin: 0;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-prev,
.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--first);
    font-size: 30px;
    height: 40px;
    left: 15px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
    left: auto;
    right: 15px;
}


/* ==============================================================
     # Skill
=================================================================== */

.skill-area.full .row {
    display: flex;
}

.skill-area.full .skill-items {
    padding: 80px;
}

.skill-area.full .skill-items h2 {
    margin-bottom: 50px;
}

.skill-area .info {
    padding-right: 30px;
}

.skill-area .skill-items {
    margin-top: 30px;
}

.skill-area .info h2 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.skill-area .info h2 span {
    color: var(--first);
}

.skill-area .skill-items .progress {
    background: #e7e7e7 none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 5px;
    margin-bottom: 25px;
}

.skill-area .skill-items .progress .progress-bar {
    background: var(--first) none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.skill-area .skill-items .progress-box:last-child .progress {
    margin-bottom: 0;
}

.skill-area .skill-items .progress-box h5 {
    color: var(--eighth);
    font-weight: 600;
    text-transform: uppercase;
}

.skill-area .tab-content h2,
.skill-area .tab-content h3,
.skill-area .tab-content h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.skill-area .tab-items .nav-pills a {
    border: medium none;
    border-radius: inherit;
    float: left;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 50px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.skill-area .tab-items .nav-pills .active a,
.skill-area .tab-items .nav-pills a:focus {
    background: transparent none repeat scroll 0 0;
    color: var(--first);
}

.skill-area .tab-items .nav-pills a:hover {
    color: var(--first);
    background: transparent none repeat scroll 0 0;
}

.skill-area .tab-items .nav-pills {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    margin-top: -10px;
}

.skill-area .tab-items .nav-pills .active a::after {
    background: var(--first) none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}

.skill-area .tab-content p:last-child {
    margin-bottom: 0;
}


/* ==============================================================
     # Portfolio
=================================================================== */

.portfolio-area .portfolio-carousel .owl-nav,
.portfolio-area .portfolio-carousel-3-colo .owl-nav {
    margin: 0;
}

.portfolio-area .portfolio-carousel .owl-nav .owl-prev,
.portfolio-area .portfolio-carousel-3-col .owl-nav .owl-prev,
.portfolio-area .portfolio-carousel .owl-nav .owl-next,
.portfolio-area .portfolio-carousel-3-col .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--sixth);
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.portfolio-area .portfolio-carousel .owl-nav .owl-next,
.portfolio-area .portfolio-carousel-3-col .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.portfolio-area .mix-item-menu button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #232323;
}

.portfolio-area .mix-item-menu {
    margin-bottom: 20px;
    margin-top: -10px;
}

.portfolio-area.full-width .mix-item-menu {
    margin-bottom: 50px;
}

.portfolio-area .mix-item-menu button::after {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid var(--first);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 10px;
}

.portfolio-area .mix-item-menu button:last-child::after {
    display: none;
}

.portfolio-area .mix-item-menu button.active {
    color: var(--first);
}

.portfolio-area.inc-colum {
    padding-bottom: 105px;
}

.portfolio-area.full-width.inc-colum {
    padding-bottom: 0;
    margin-bottom: -5px;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
}


/* Effect(3) left slide */

.effect-left-swipe {
    position: relative;
    overflow: hidden;
    background: #232323;
}

.effect-left-swipe * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.portfolio-area .effect-left-swipe a i {
    background: var(--sixth) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--first);
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.effect-left-swipe img {
    max-width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-left-swipe:after {
    background: var(--first) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.effect-left-swipe .icons {
    height: auto;
    bottom: 25px;
    left: 30px;
    position: absolute;
    text-align: left;
    z-index: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.effect-left-swipe .icons .cat span {
    color: var(--sixth);
    display: inline-block;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-right: 5px;
}

.effect-left-swipe .icons .cat span::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
}

.effect-left-swipe .icons .cat span:last-child::after {
    display: none;
}

.effect-left-swipe .cat,
.effect-left-swipe h4 {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.swipe-inline .effect-left-swipe .icons {
    bottom: 20px;
    left: 30px;
}

.swipe-inline .effect-left-swipe .cat {
    display: inline-block;
    margin-right: 3px;
    width: auto;
}

.effect-left-swipe h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.portfolio-area .portfolio-items.col-4 .pf-item h4 {
    font-size: 16px;
}

.portfolio-area.full-width .container-full {
    padding: 0;
}

.portfolio-area.full-width .container-full .portfolio-items .pf-item {
    padding: 0;
    overflow: hidden;
}

.portfolio-area.full-width .container-full .portfolio-items .pf-item .effect-left-swipe {
    border: 2px solid var(--sixth);
    border-top: 3px solid var(--sixth);
}

.effect-left-swipe h4 a {
    color: var(--sixth);
}

.effect-left-swipe .cat {
    display: inline-block;
}

.effect-left-swipe:hover img,
.effect-left-swipe.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-left-swipe:hover:after,
.effect-left-swipe.hover:after {
    opacity: .5;
}

.effect-left-swipe:hover .icons .cat,
.effect-left-swipe.hover .icons .cat,
.effect-left-swipe:hover .icons h4,
.effect-left-swipe.hover .icons h4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.effect-left-swipe:hover h4,
.effect-left-swipe.hover h4,
.effect-left-swipe:hover .cat,
.effect-left-swipe.hover .cat {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.effect-left-swipe > a {
    color: var(--sixth);
    font-size: 20px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    z-index: 1;
}

.effect-left-swipe:hover > a,
.effect-left-swipe.hover > a {
    opacity: 1;
    top: 30px;
}


/* ==============================================================
     # Team
=================================================================== */

.team-area .team-items .single-item {
    margin-bottom: 30px;
}

.team-area .team-items .item {
    position: relative;
    /*margin: 0px 25px 0px 0px;*/
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-area .team-items .item:hover {
    -moz-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 60%);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 60%);
    -o-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 60%);
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 60%);
}

.team-area .team-items .item .info {
    background: var(--sixth) none repeat scroll 0 0;
    text-align: left;
    position: relative;
    color: var(--first);
    padding: 40px 2% 20px 25%;
    min-height: 160px;
}

.team-area .team-items .item .info:hover,
.team-area .team-items .item .info:focus {
    background: var(--sixth);
    color: var(--first);
}

.team-area .team-items .item .info:hover .events-h4,
.team-area .team-items .item .info:hover .events-p,
.team-area .team-items .item .info:focus .events-h4,
.team-area .team-items .item .info:focus .events-p {
    color: var(--third) !important;
}

.team-area .team-items .item .info p {
    color: var(--third) !important;
    height: 70px;
    overflow: hidden;
    margin-bottom: 0px;
}

.team-area .team-items .item .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--third) !important;
}

.team-area .team-items .item .info p:last-child {
    margin-bottom: 0;
}

.team-area .team-items .item .info span {
    color: var(--first);
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.team-area .team-items.team-standard .item .info span {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.team-area .team-items.team-standard .item .info span::after {
    background: var(--first) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}

.team-area .team-items .item .thumb {
    overflow: hidden;
    z-index: 1;
    height: 360px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.team-area .info .social li {
    display: inline-block;
}

.team-area .info .social li a {
    color: var(--eighth);
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

.team-area .info .social {
    border-top: 1px dashed #dbdbdb;
    padding-top: 20px;
}

.team-area .team-items .item .thumb .icon {
    background: var(--sixth) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 50px;
    left: 50%;
    margin-bottom: -25px;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.team-area .team-items .item .thumb .icon::after {
    color: var(--first);
    content: "\f508";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    height: 100%;
    left: 0;
    letter-spacing: -2px;
    position: absolute;
    top: 5px;
    width: 100%;
}

.team-area .team-items.team-standard .thumb {
    overflow: hidden;
    z-index: 1;
    height: 370px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.team-area .team-items.team-standard .item:hover .thumb::after {
    opacity: 1;
    -moz-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 25%);
    -o-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 25%);
}

.team-area .team-items.team-standard .thumb .social ul {
    background: var(--sixth) none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
}

.team-area .team-items.team-standard .thumb .social li {
    display: inline-block;
}

.team-area .team-items.team-standard .thumb .social li a {
    color: var(--first);
    display: inline-block;
    font-size: 20px;
    margin: 5px 10px 0;
}

.team-area .team-items.team-standard .thumb .social {
    bottom: -55px;
    left: 0;
    padding: 15px 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.team-area .team-items.team-standard .item:hover .thumb .social {
    bottom: 0;
}

.team-area .team-items.team-carousel .owl-nav {
    margin: 0;
}

.team-area .team-items.team-carousel .owl-nav .owl-prev,
.team-area .team-items.team-carousel .owl-nav .owl-next {
    background: var(--sixth) none repeat scroll 0 0;
    color: var(--first);
    font-size: 21px;
    height: 40px;
    left: 46%;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    bottom: -13%;
    width: 40px;
    border-radius: 100px;
}

.team-area .team-items.team-carousel .owl-nav .owl-next {
    left: auto;
    right: 46%;
}

.team-area .team-items.team-carousel .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot {
    display: block;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot span {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot.active span {
    background: var(--first) none repeat scroll 0 0;
    border-color: var(--first);
}


/* Team Single */

.team-items.single .bio h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-items.single .bio {
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 30px;
    text-align: center;
}

.team-items.single .bio span {
    color: var(--first);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.team-items.single .bio li {
    display: inline-block;
}

.team-items.single .bio li a {
    color: var(--eighth);
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

.team-items.single .bio ul {
    margin-top: 10px;
}

.team-items.single .content h2 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.team-items.single .content h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.team-items.single .content h3 {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 20px;
    text-transform: capitalize;
}

.team-items.single .profile {
    padding-right: 30px;
}

.team-items.single .content .progress {
    height: 5px;
}

.team-items.single .content .progress .progress-bar {
    background: var(--first) none repeat scroll 0 0;
}

.team-items.single .progress-box h5 {
    color: var(--eighth);
    font-weight: 600;
    text-transform: capitalize;
}

.team-items.single .progress-box .progress {
    margin-bottom: 30px;
}

.team-items.single .progress-box:last-child .progress {
    margin-bottom: 0;
}

.team-area .team-items.single .content ul li {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
}

.team-area .team-items.single .content ul li:first-child {
    border-top: medium none navy;
    padding-top: 0;
}

.team-area .team-items.single ul li:last-child {
    padding-bottom: 0;
}

.team-area .team-items.single .content ul li i {
    color: var(--first);
    font-size: 20px;
    min-width: 25px;
}


/* ==============================================================
     # Pricing Table
=================================================================== */

.pricing-area .pricing-item {
    background: var(--sixth) none repeat scroll 0 0;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--first)
}

.pricing-area .col-md-3,
.pricing-area .col-md-4,
.pricing-area .col-md-6 {
    margin-bottom: 30px;
}

.pricing-area .pricing-item .title {
}

.pricing-area .pricing-item .title h4 {
    color: var(--eighth);
    display: inline-block;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.pricing-area .pricing-item.active .title h4::after,
.pricing-area .pricing-item.active .title h4::before {
    background: var(--sixth) none repeat scroll 0 0;
}

.pricing-area .pricing-item i {
    color: var(--first);
    display: inline-block;
    font-size: 80px;
    margin-bottom: 15px;
}

.pricing-area .pricing-item h2 {
    color: var(--eighth);
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}

.pricing-area .pricing-item.active h2 {
    color: var(--sixth);
}

.pricing-area .pricing-item h2 sup {
    bottom: auto;
    font-size: 30px;
    font-weight: 500;
    right: 5px;
    top: -15px;
}

.pricing-area .pricing-item h2 sub {
    font-size: 15px;
}

.pricing-area .pricing-item .footer a {
    margin-top: 20px;
}

.pricing-area .pricing-item li {
    line-height: 40px;
}

.pricing-area .pricing-item li.pricing-header {
    color: var(--eighth);
    line-height: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.pricing-area .pricing-item li.pricing-header::after {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    bottom: 0;
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    width: 200%;
    z-index: -1;
}

.pricing-area .pricing-item.active li.pricing-header::after {
    background: var(--first) none repeat scroll 0 0;
    border-color: transparent;
}

.pricing-simple li.pricing-header span.badge {
    background: var(--sixth) none repeat scroll 0 0;
    border-radius: inherit;
    color: var(--first);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 0;
    position: absolute;
    right: -87px;
    text-transform: uppercase;
    top: -68px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 200px;
}


/* ==============================================================
     # Achivement
=================================================================== */

.achivement-area .info {
    padding-right: 30px;
}

.achivement-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.achivement-area .info h2::after {
    background: var(--sixth) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.achivement-area .info a {
    margin-top: 15px;
}

.achivement-area .achivement-items .fun-fact {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}

.achivement-area .achivement-items .fun-fact::after {
    background: var(--sixth) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.57);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.achivement-area .achivement-items .item {
    /* margin-top: 30px; */
}

.achivement-area .achivement-items .item:first-child,
.achivement-area .achivement-items .item:nth-child(2) {
    margin-top: 0;
}

.achivement-area .achivement-items .fun-fact .timer {
    color: var(--first);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.achivement-area .achivement-items .fun-fact .medium {
    color: #232323;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}


/* ==============================================================
     # Fun Factor
=================================================================== */

.latest-fun-fact-area {
    font-family: '29ltbukraregular';
}

.latest-fun-fact-area .single-item .counter {
    position: relative;
}

.latest-fun-fact-area .single-item .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    color: #232323;
    line-height: 1;
    margin-bottom: 15px;
}

.latest-fun-fact-area .single-item .counter .operator {
    font-size: 40px;
    margin-left: 2px;
}

.latest-fun-fact-area .single-item .medium {
    font-weight: 600;
    color: #232323;
}

.latest-fun-fact-area .fun-factor-box .progress-box .progress {
    position: relative;
    height: 5px;
    background: #ddd;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 0;
}

.latest-fun-fact-area .fun-factor-box .progress-box .progress .progress-bar {
    background: var(--first)
}


/* ==============================================================
     # Work Process
=================================================================== */

.work-process-area .thumb {
    padding-right: 35px;
}

.work-process-area .process-item .icon,
.work-process-area .process-item .info {
    display: table-cell;
    vertical-align: top;
}

.work-process-area .process-item .info {
    padding-left: 30px;
}

.work-process-area .process-item .icon i {
    color: var(--first);
    font-size: 60px;
}

.work-process-area .process-item .info span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
    opacity: 0.2;
}

.work-process-area .process-item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.work-process-area .process-items h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.work-process-area .process-items .heading {
    margin-bottom: 30px;
}

.work-process-area .process-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.work-process-area .process-item p:last-child {
    margin-bottom: 0;
}

.work-process-area .process-item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}


/* ==============================================================
     # Faq Accordion
=================================================================== */

.faq-area {
    overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
    margin-bottom: 0;
}

.faq-area .faq-items {
    margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
    background: #ff5a6e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--sixth);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.acd-items .panel-heading .panel-title a {
    color: #232323;
    display: block;
    font-weight: 600;
    padding: 19px 0 20px 15px;
    position: relative;
}

.acd-items .panel-heading {
    padding: 0;
}

.faq-area .acd-items .panel-body {
    padding: 30px 15px;
}

.acd-items .panel.panel-default {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
    margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
    margin: 0;
}

.faq-items .panel-body {
    padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
    border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #232323;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
    content: "\f01b" !important;
    font-size: 20px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f01a" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-area .faq-items .panel-group {
    margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/* ==============================================================
     # Product
=================================================================== */

.buspro-product-area .product-single {
    margin-bottom: 30px;
}

.product-list .product-thumb {
    position: relative;
    z-index: 1;
}

.product-list .product-thumb .overlay {
    background: var(--sixth) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: -35px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    left: 15px;
    padding: 15px;
    position: absolute;
    right: 15px;
    text-align: center;
}

.product-list .product-thumb .overlay li {
    display: inline-block;
}

.product-list .product-thumb .overlay li a {
    border: 1px solid;
    border-radius: 50%;
    color: var(--first);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
}

.product-list .product-content {
    background: var(--sixth) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    padding: 65px 30px 30px;
}

.product-list .product-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-list .product-content h4 a:hover {
    color: var(--first);
}

.product-list .product-content span {
    color: #232323;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 3px;
}

.product-list .product-content span del {
    color: #999999;
}


/* ==============================================================
     # Error Page
=================================================================== */

.error-page-area .error-box {
    position: relative;
}

.error-page-area .error-box h1 {
    color: var(--eighth);
    font-size: 300px;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    opacity: 0.09;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: -1;
}

.error-page-area h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.error-page-area a {
    margin-top: 15px;
}

.error-box .search {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}

.error-box .search form {
    margin: auto;
    position: relative;
    width: 400px;
}

.error-box .search .input-group {
    width: 100%;
}

.error-box .search form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: inherit;
}

.error-box .search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}


/* ==============================================================
     # Blog
=================================================================== */

.blog-area .single-item {
    margin-bottom: 30px;
}


.blog-area.full-blog .single-item {
    margin-bottom: 50px;
}

.blog-area .single-item .item {
    border-radius: 20px;
    /* border: 1px solid #000; */
    overflow: hidden;
    background: var(--fifth);
    border: 1px solid #ededed40;
}

.blog-area .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    z-index: 1;
    height: 170px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    /* border: 1px solid var(--fifth); */
}

.blog-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog-area .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-area .thumb .post-formats {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--sixth);
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 50px;
    z-index: 1;
}

.blog-area .thumb .post-formats::after {
    background: var(--first) none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.blog-area .info {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 20px 15px;
    background: var(--fifth) none repeat scroll 0 0;
    height: 280px;
}

.blog-area .info p {
    color: #33333380;
    font-size: 12px;
    line-height: 2;
}

.blog-area .info a:hover {
    color: var(--first);
}

.blog-area .info h4 {
    margin-bottom: 7px;
    font-size: 1.3rem;
    font-family: '29ltbukrabold';
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--seventh);
    /* font-size: 1.3rem; */
}

.blog-area .info .cats {
    margin-bottom: 10px;
}

.blog-area .info .cats i {
    margin-right: 5px;
}

.blog-area .info .cats a {
    color: var(--eighth);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.blog-area .info .cats a:hover {
    color: var(--first);
}

.blog-area .info .cats a::after {
    bottom: 0;
    content: ",";
    font-family: "Times New Roman";
    font-size: 15px;
    position: absolute;
    right: 0;
}

.blog-area .info .cats a:last-child::after {
    display: none;
}

.blog-area .info .meta li {
    color: var(--eighth);
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area .info .meta li i {
    margin-right: 5px;
}

.blog-area .info .meta > a {
    color: var(--sixth);
    background: var(--second);
    float: left;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid;
    padding: 8px 15px;
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.blog-area .info .meta > a:hover,
.blog-area .info .meta > a:focus {
    background: var(--first);
    color: var(--sixth);
}

.blog-area .info .meta {
    border-top: 0px solid #e7e7e7;
    float: left;
    padding-top: 0px;
    width: 100%;
    margin-bottom: -5px;
    /* background: #f0f; */
}

.blog-area .blog-carousel .owl-nav {
    margin: 0;
}

.blog-area .blog-carousel .owl-nav .owl-prev,
.blog-area .blog-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--first);
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.blog-area .blog-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.blog-area .blog-carousel .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.blog-area .blog-carousel .owl-dots .owl-dot {
    display: block;
}

.blog-area .blog-carousel .owl-dots .owl-dot span {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.blog-area .blog-carousel .owl-dots .owl-dot.active span {
    background: var(--first) none repeat scroll 0 0;
    border-color: var(--first);
}

.blog-area.left-sidebar .blog-content {
    float: right;
}


/* Pagination */

.blog-area .pagi-area .pagination li a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--first);
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

.blog-area .pagi-area .pagination li.active a {
    background: var(--first) none repeat scroll 0 0;
    border-color: transparent;
    color: var(--sixth);
}

.blog-area .pagi-area .pagination {
    margin-bottom: -10px;
    margin-top: -5px;
}


/* Sidebar */

.blog-area .sidebar .title {
    display: block;
}

.blog-area .sidebar .title h4 {
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.blog-area .sidebar .title h4::before {
    background: var(--first) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar input[type="submit"] {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: var(--sixth);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: var(--first) none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.blog-area .sidebar .sidebar-item.gallery {
    margin-bottom: 40px;
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: var(--first);
}

.sidebar-item.category ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    top: 10px;
}

.blog-area .sidebar .sidebar-item.category li a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--eighth);
    font-weight: 500;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 10px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.recent-post li a {
    color: var(--seventh);
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
    font-weight: 400;
}

.sidebar-item.recent-post .meta-title {
    color: #999999;
    font-family: "Poppins", sans-serif;
    margin-top: 5px;
}

.sidebar-item.recent-post li a:hover {
    color: var(--first);
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #232323;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
    text-transform: capitalize;
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 20px;
    vertical-align: top;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 10px 0;
    width: 33.333%;
    float: left;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    color: var(--eighth);
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--sixth);
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    text-align: center;
    width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
    color: var(--sixth) !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    background: var(--sixth) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 10px 25px;
    text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
    color: var(--first);
}


/* Blog Single */

.blog-area.single .item .content-box span {
    background: var(--first) none repeat scroll 0 0;
    color: var(--sixth);
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
    display: none;
}

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: var(--first);
    color: #414141;
    font-size: 15px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.author-bio {
    display: block;
    margin-top: 30px;
    width: 100%;
}

.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.author-bio .content {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: middle;
}

.author-bio .content p {
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.author-bio .content p::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 60px;
    left: 0;
    letter-spacing: -4px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.author-bio .content h4 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
    background: var(--fifth) none repeat scroll 0 0;
    margin: 30px 0 45px;
    overflow: hidden;
    padding: 15px;
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
    color: var(--first);
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.blog-area.single .post-tags span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}

.blog-area.single .post-tags a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
    color: var(--first);
}

.blog-area.single.color-yellow .post-tags a:hover {
    color: #ff9800;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 100px;
    width: 100px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
}

.comments-list .commen-item.reply {
    padding-left: 80px;
}

.comments-area {
    margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
    padding: 1px 10px;
    text-transform: uppercase;
}

.comments-info a:hover {
    color: var(--first);
}

.color-yellow .comments-info a:hover {
    color: #ff9800;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background-color: var(--first);
    border: 1px solid transparent;
    color: var(--sixth);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
    color: var(--sixth);
    background-color: var(--first);
    border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* ==============================================================
     # Clients
=================================================================== */

.clients-area h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.clients-area h4::after {
    background: var(--sixth) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.clients-area.bg-light h4::after {
    background: var(--first) none repeat scroll 0 0;
}

.clients-area .left-info {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
}

.clients-area.bg-light .left-info {
    border-right: 1px solid #e7e7e7;
}

.clients-area .clients-box {
    padding-left: 30px;
}

.clients-area .clients-items img {
    width: auto;
    margin: auto;
}

.clients-area .row {
    align-items: center;
    display: flex;
}


/* ==============================================================
     # Contact Area
=================================================================== */

.contact-area .contact-items {
    overflow: hidden;
}

.contact-area .contact-form h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.contact-area .contact-form p {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.contact-area .contact-form p::after {
    background: var(--first) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.contact-area .contact-form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.contact-area .contact-form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 180px;
    padding: 15px 12px;
}

.contact-area .contact-form button {
    background: var(--first) none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: var(--sixth);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
}

.contact-area .contact-form button i {
    margin-left: 2px;
}

.contact-area form img.loader {
    margin-left: 5px;
}

.contact-area .contact-form {
    margin-top: -5px;
}

.contact-area .address-items h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.contact-area .address-items li {
    display: block;
    margin-bottom: 30px;
}

.contact-area .address-items li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-area .address-items li .icon,
.contact-area .address-items li span {
    display: table-cell;
    vertical-align: top;
}

.contact-area .address-items li span {
    padding-left: 15px;
}

.contact-area .address-items li .icon i {
    color: var(--first);
    display: inline-block;
    font-size: 50px;
}

.contact-area .address-items li .icon i.fa-clock,
.contact-area .address-items li .icon i.fa-envelope-open {
    font-weight: 500;
}

form .alert-notification {
    padding: 0;
}

form .alert-notification .alert-success h3 {
    color: green;
}

form .alert-notification h3 {
    margin-bottom: 5px;
}

form .alert-notification .alert {
    background: var(--sixth) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}


/* Google Maps */

.google-maps iframe {
    height: 500px;
    margin-bottom: -10px;
    padding: 3px;
    width: 100%;
}

.maps-area.full .google-maps iframe {
    border: medium none;
    height: 500px;
    margin-bottom: -10px;
}

.maps-area {
    overflow: hidden;
}


/* Call Back Area */

.callback-area {
    position: relative;
}

.callback-area .side-icon {
    color: var(--eighth);
    font-size: 300px;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    opacity: 0.09;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.callback-area h2 {
    font-weight: 600;
}

.callback-area .heading {
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

.callback-area .heading::after {
    background: #232323 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.callback-area input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.callback-area button {
    background: var(--first) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: var(--sixth);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

.callback-area .loader {
    margin-left: 5px;
}


/* ==============================================================
     # Login Register
=================================================================== */

form.white-popup-block {
    background: var(--sixth) none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
    padding: 50px 30px;
    position: relative;
    width: 50%;
}

form.white-popup-block button.mfp-close {
    color: red;
}

form.white-popup-block li {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

form.white-popup-block li a {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: var(--sixth);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    width: 50px;
}

form.white-popup-block li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-md-6:last-child {
    border-left: 1px solid #e7e7e7;
}

form.white-popup-block .col-md-6:last-child {
    border-left: 1px solid;
}

form.white-popup-block h3,
form.white-popup-block h4 {
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

form.white-popup-block .login-social {
    padding-right: 30px;
}

form.white-popup-block .login-custom {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

form.white-popup-block input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

form.white-popup-block .lost-pass-link {
    float: right;
}

form.white-popup-block .lost-pass-link:hover {
    text-decoration: underline;
}

form.white-popup-block label {
    float: left;
}

form.white-popup-block label input {
    float: left;
    margin-right: 5px;
    min-height: 20px;
}

form.white-popup-block button[type="submit"] {
    background: var(--first) none repeat scroll 0 0;
    border: medium none;
    color: var(--sixth);
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 50px;
    text-transform: uppercase;
}

form.white-popup-block .link-bottom {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

form.white-popup-block .link-bottom a:hover {
    text-decoration: underline;
}

.login-area form.white-popup-block {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    width: auto;
}


/* ==============================================================
     # Counter
=================================================================== */

.counter-content-area,
.counter-content-area div {
    height: 100%;
}

.counter-content-area {
    background-position: right center;
}

.counter-content-box div {
    height: auto;
}

.counter-content-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.counter-content-area {
    position: relative;
    z-index: 1;
}

.counter-content-area::before {
    position: absolute;
    left: -8%;
    top: 0;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(35, 40, 46, 1) 75%);
    transform: skewX(-10deg);
    border-right: 3px solid var(--first)
}

.counter-content-box img {
    margin-bottom: 30px;
}

.counter-content-box h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.counter-content-box .info {
    padding-right: 70px;
}

.counter-content-box .info form {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.counter-content-box .info form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding-left: 30px;
    min-height: 60px;
}

.counter-content-box .info form button {
    position: absolute;
    right: 5px;
    top: 5px;
    min-height: 50px;
    border-radius: 30px;
    border: none;
    padding: 0 30px;
    background: var(--first);
    color: var(--sixth);
    font-family: '29ltbukraregular';
    font-weight: 600;
    text-transform: uppercase;
}

.item-list .counter-item {
    float: left;
    width: 50%;
    padding: 15px;
    font-family: '29ltbukraregular';
    text-align: center;
}

.counter-content-box .item-list {
    overflow: hidden;
    margin: 0 -15px;
}

.item-list .counter-item span {
    display: block;
    padding-top: 45px;
    font-size: 30px;
    margin-bottom: 10px;
}

.item-list .counter-item .item {
    background: linear-gradient(90deg, rgba(28, 185, 200, 1) 0%, rgba(17, 138, 149, 1) 75%);
    height: 150px;
    width: 150px;
    margin: auto;
    color: var(--sixth);
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.item-list .counter-item .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 110%;
    width: 110%;
    background: var(--first);
    z-index: -1;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    opacity: 0.3;
}


/* ==============================================================
     # Footer
=================================================================== */

.footer-top .content li {
    display: inline-block;
    margin-left: 100px;
    text-align: left;
}

.footer-top {
    /* border-bottom: 1px solid #e7e7e7; */
    display: block;
    overflow: hidden;
    padding: 5px 0;
    margin-top: 20px;
}

.footer-top .row {
    align-items: center;
    display: flex;
}

.footer-top .form form {
    float: right;
    width: 70%;
}

.footer-top form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 10px !important;
    box-shadow: inherit;
    min-height: 40px;
    padding-left: 20px;
    width: 100%;
}

.footer-top .form form .input-group-addon {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    padding: 0;
}

.footer-top form .input-group-addon button {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px 10px 10px 0px;
    color: var(--sixth);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 40px;
    padding: 0 13px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 9;
    font-size: 20px;
}

.footer-top form .input-group.stylish-input-group {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

footer .f-items {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer.bg-dark p {
    color: var(--sixth);
    font-size: 14px;
}

.footer-top .logo a {
    display: inline-block;
    margin-top: 10px;
}

footer .footer-top img {
    height: 50px;
}

footer .f-item h4 {
    font-weight: 500;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-family: '29ltbukrabold';
    font-size: 1.4rem;
    color: var(--sixth);
}

footer.bg-dark .f-item h4 {
    color: var(--sixth);
}

footer .f-item.link li {
    float: left;
    margin-bottom: 1px;
    width: 50%;
    padding-right: 15px;
    text-transform: capitalize;
}

footer.col-3 .f-item.link li {
    padding-right: 0;
    width: 100%;
}

footer .f-item.link li a {
    display: inline-block;
    font-size: 13px;
    padding-left: 0px;
    position: relative;
    color: var(--sixth);
    border-bottom: 1px solid #0000;
}

footer .f-item.link li a:hover {
    color: #CC9B55;
    /* transform: scale(1.04); */
    /*border-bottom: 1px solid;*/
}

footer .f-item.link li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 6px;
    color: var(--sixth);
    opacity: 0;
}

footer .f-item.link li:last-child {
    margin: 0;
}

footer .f-item .address h5 {
    text-transform: uppercase;
}

footer .f-item .address li {
    margin-bottom: 15px;
}

footer .f-item .address li:last-child {
    margin: 0;
}

footer .f-item .address h5 i {
    color: var(--first);
    margin-right: 5px;
}

footer .f-item .social li {
    display: inline-block;
    margin-right: 2px;
}

footer .f-item .social li a {
    border: 1px solid #e7e7e7;
    color: var(--second);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 20px;
}

footer.bg-dark .f-item .social li a {
    border: 0px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .social {
    border-top: 1px solid #e7e7e700;
    margin-top: 1px;
    padding-top: 12px;
    margin-bottom: 15px;
}

footer.bg-dark li a {
    color: #cccccc;
}

footer.bg-dark .f-item .social {
    border-top: 0px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li a:last-child {
    display: inline-block;
    font-weight: 400;
    border: none;
}

footer .f-item.recent-post .meta-title,
footer .f-item.recent-post .meta-title a {
    color: var(--eighth);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title,
footer.bg-dark .f-item.recent-post .meta-title a {
    color: var(--sixth);
}

footer.bg-dark .f-item.recent-post .meta-title a {
    color: var(--first);
}

footer .f-item.recent-post .meta-title {
    margin-top: 5px;
    text-transform: uppercase;
}

footer .f-item.recent-post li a span {
    display: inline-block;
    color: #cdd0d3;
}

footer .f-item.recent-post li a:hover {
    color: var(--sixth);
    transform: scale(1.1);
}

footer .f-item.recent-post li span {
    display: inline-block;
}

footer .f-item.recent-post li span i {
    margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
    text-transform: capitalize;
}

footer .f-item.recent-post li {
    color: #cdd0d3;
}

footer .f-item.recent-post li {
    /* border-bottom: 1px solid #e7e7e7; */
    margin-bottom: 5px;
    padding-bottom: 0px;
}

footer.bg-dark .f-item.recent-post li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

footer .f-item.recent-post li .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

footer .f-item .thumb img {
    width: 100%;
    margin-top: 5px;
}

footer .f-item.recent-post li .info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    line-height: 26px;
    color: #837f7e;
}

footer .f-item .twitter-item a {
    color: var(--first);
    margin-left: 5px;
}

footer .f-item .twitter-item .twitter-context {
    color: var(--sixth);
    line-height: initial;
    position: relative;
    padding-left: 36px;
    font-size: 1.2rem;
}

footer .f-item .twitter-item .twitter-context i {
    color: var(--sixth);
    margin-right: 5px;
    position: absolute;
    top: 8%;
    left: 0;
    font-size: 20px;
}

footer .f-item .twitter-item {
    /* border-bottom: 1px solid #e7e7e7; */
    margin-bottom: 5px;
    padding-bottom: 5px;
}

footer.bg-dark .f-item .twitter-item {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}

footer .footer-icons-holder {
    margin-top: 10px;
    margin-bottom: 5px;
}

footer .footer-icons-holder img {
    max-width: 100%;
}


/* Footer Bottom */

.footer-bottom {
    border-top: 2px solid #ffffff59;
    padding: 24px 0;
    text-align: center;
}

footer.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom.bg-theme-small {
    border-top: medium none;
}

.footer-bottom li {
    display: inline-block;
}

.footer-bottom li a {
    display: inline-block;
    margin-left: 15px;
}

.footer-bottom li a:hover {
    color: var(--first);
}

.footer-bottom p {
    margin: 0;
}


/* ==============================================================
     # Preloader
=================================================================== */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/preloader.svg) center no-repeat var(--sixth);
    text-align: center;
    background-size: 5%;
    animation: rotate 3s infinite linear;
}

@keyframes rotate {
    0% {
        background-size: 5%;
    }
    50% {
        background-size: 7%;
    }
    100% {
        background-size: 5%;
    }
}


/* ==============================================================
     # Demo
=================================================================== */

.demo-area.demo-conten.default-padding {
    padding-bottom: 30px;
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 15px 10px;
    text-align: center;
}

.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 25px;
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 20px;
    max-height: 80px;
}

.demo-area .def-heading h2 {
    font-weight: 900;
    margin: 30px 0;
    text-transform: uppercase;
    color: var(--seventh);
}

.demo-footer {
    padding-bottom: 80px;
}

.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: var(--sixth);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.introduction-area h2::before {
    background: #fd0060 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 50px;
}

.introduction-area h2::after {
    background: var(--sixth) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

.demo-area .site-heading {
    margin-bottom: 30px;
}

.demo-area img {
    background: var(--sixth) none repeat scroll 0 0;
    padding: 10px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: var(--first);
    color: var(--sixth);
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #cccccc;
}

footer.text-light.demo.default-padding.centered.bg-dark.text-center img {
    margin-bottom: 0;
}

.demo-banner.auto-height {
    min-height: auto;
    padding: 250px 0;
    padding-top: 300px;
}

footer.demo img {
    height: 50px;
}

.footer-logo-holder {
    margin-bottom: 30px;
}

.footer-logo-holder img {
    width: 210px;
    max-width: 100%;
}

.news-letter-holder {
}

.contact-ul-holder {
    margin-top: -2px;
}

.contact-ul-holder ul {
}

.contact-ul-holder ul li {
    position: relative;
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 37px;
    /* border: 1px solid; */
    position: relative;
}

.contact-ul-holder ul li i {
    position: absolute;
    top: 20%;
    color: var(--sixth);
    font-size: 15px;
}

.contact-ul-holder ul li a {
    font-size: 14px;
    color: var(--sixth);
}

.contact-ul-holder ul li a:hover,
.contact-ul-holder ul li a:focus {
    color: var(--first);
    color: #CC9B55;
    /* transform: scale(1.1); */
}

footer p {
    margin: 0 0 0px 0px;
    color: var(--sixth);
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: '29ltbukraregular';
}


/*************** About US Home Section Start  ***************/

.round-btn {
    background: #c4c4c4;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    border-radius: 100px;
    color: #f3f2f2;
    margin-top: 20px !important;
}

.round-btn i {
}

.round-btn:hover,
.round-btn:focus {
    background: var(--first);
    color: var(--sixth);
}

.about-home-body {
    padding: 0px 50px 0px 0px;
    /* text-align: justify; */
}

.about-home-body P {
    /* text-align: justify; */
    font-size: 1.6rem;
    font-weight: 600;
}


/*************** About US Home Section ENd  ***************/


/*************** HH Section Start  ***************/

.hh-section {
    position: relative;
    z-index: 0;
    background: var(--first);
}

.hh-section::before {
    position: absolute;
    content: '';
    background: url('../img/darak-bg-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 190%;
    background-position: bottom;
    transform: rotate(180deg);
}

.hh-section .info {
    padding-top: 25px;
}

.hh-section .info h4 {
}

.hh-section .info h2 {
}

.hh-section .info p {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.hh-section .thumb {
    text-align: center;
}

.hh-section .thumb img {
}

.facts-number-section {
    background: var(--sixth);
    width: 700px;
    max-width: 100%;
    position: absolute;
    bottom: 8%;
    right: 5%;
    z-index: 1;
    border-radius: 20px;
    padding: 0px 19px;
}

.facts-number-section .facts-number-holder {
    display: flex;
}

.facts-number-section .facts-number-holder .item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 31px 0px;
    /* text-align: left; */
    border-right: 1px solid #76745052;
    width: 25%;
}

.facts-number-section .facts-number-holder .item:last-child {
    border-right: 0px solid var(--first)
}

.facts-number-section .facts-number-holder .item .fun-fact {
}

.facts-number-section .facts-number-holder .item .fun-fact .timer {
    color: var(--first);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.facts-number-section .facts-number-holder .item .fun-fact .medium {
    color: #232323;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: initial;
}


/*************** HH Section END  ***************/


/*************** NEWS Homepage  Section END  ***************/

.news-full-width-btn {
    width: 100%;
}

.single-item-full {
    position: relative;
    overflow: hidden;
}

.single-item-full .thumb {
    height: 399px;
}

.single-item-full .thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #00000066 61%, #000 101%);
    opacity: 0.6;
}

.single-item-full .info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: transparent;
    padding-left: 6%;
    padding-right: 6%;
    /*left: 15px;
    background: #ccc0;
    width: 95%;
    border-radius: 10px;
    height: 53%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #00000066 61%, #000 101%);
    /* padding-bottom: 0px; */
    /* padding-top: 20px;*/
}


.single-item-full .info h4 {
    font-size: 2.2rem;
}

.single-item-full .info h4 a {
    color: var(--sixth);
}

.single-item-full .info p {
    color: #fffc;
    font-size: 1.6rem;
}

.single-item-full .info .btn {
    border: 1px solid var(--first) !important;
}

.single-item-full .info .btn:hover,
.single-item-full .info .btn:focus {
}


/*************** NEWS Homepage Section END  ***************/


/*************** NEWS 2 Homepage Section END  ***************/

.news-2-section {
}

.news-2-section .container-fluid-custom {
    padding-left: 9%;
}

.news-2-section .container-fluid-team {
    padding-left: 8%;
    padding-right: 8%;
}

.news-2-section h4 {
    color: #000 !important;
}

.news-2-section h2 {
    color: var(--sixth);
}

.news-2-section .news-2-stater {
    /* border: 1px solid; */
    position: absolute;
    left: 2%;
    top: 46px;
    height: 50%;
    width: 21%;
    text-align: center;
    display: inline-block;
    padding-top: 3px;
}

.news-2-section .news-2-stater .text {
    color: #000;
    font-size: 1.7rem;
}

.news-2-section .news-2-stater .number {
    font-size: 5rem;
    padding-top: 18px;
    font-weight: bold;
}

.news-2-section .news-2-read-more {
    position: absolute;
    left: 96%;
    bottom: -6%;
    height: auto;
    width: 128px;
    text-align: center;
    display: inline-block;
    padding-top: 3px;
    transform: rotate(270deg);
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
    z-index: 10000;
    transform-origin: left;
    text-decoration: revert;
}

.news-2-section .news-2-read-more:hover,
.news-2-section .news-2-read-more:focus {
    color: var(--sixth);
}

.news-2-section .top-filter {
    /* border: 1px solid; */
    text-align: right;
    color: var(--sixth);
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.news-2-section .top-filter .filter-title {
    /* line-height: 1.2; */
    font-size: 2.4rem;
    height: inherit;
    padding: 0px 30px;
    /* font-weight: 800; */
}

.news-2-section .top-filter .filter-date {
}

.news-2-section .top-filter .filter-date .date-input {
    border: 0px !important;
    border-bottom: 1px solid #0000006b !important;
    background: transparent;
    font-size: 1.8rem;
    height: 40px;
    /* border: 1px solid #000 !important; */
    padding: 8px 9px;
    color: var(--sixth) !important;
}


/*************** NEWS Homepage Section END  ***************/


/*************** Social Blocks Homepage Section END  ***************/

/*.custom-social {*/
/*    padding-bottom: 110px;*/
/*    position: relative;*/
/*    !* background: url(/img/white-wave.svg); *!*/
/*    z-index: 10;*/
/*}*/

.custom-social .custom-social-holder {
}

.custom-social .custom-social-holder .item {
    background: var(--fifth);
    margin: 0px 10px 5px;
    padding: 0px 0px;
    border-radius: 20px;
    overflow: hidden;
    max-height: initial;
    min-height: 480px;
    position: relative;
}

.custom-social .custom-social-holder .item .author {
    overflow: hidden;
    z-index: 1;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.custom-social .custom-social-holder .item .author .thumb {
}

.custom-social .custom-social-holder .item .info {
    padding: 20px 30px 30px;
    position: relative;
}

.custom-social .custom-social-holder .item .info p {
    text-align: left;
    font-size: 16px;
}

.custom-social .custom-social-holder .item .info span {
    font-weight: bolder;
    color: #000;
    font-size: 1.7rem;
}

.custom-social .custom-social-holder .item .info b {
}

.custom-social .social-icon-holder {
    position: absolute;
    right: 80%;
    top: 46%;
    z-index: 1;
    background: var(--first);
    color: var(--sixth);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 100%;
}

.custom-social .social-icon-holder.no-image-social-icon-holder {
    right: 13%;
    bottom: 4%;
    top: inherit;
}

.custom-social .social-icon-holder i {
    color: var(--sixth);
}

.custom-social .top-social {
    text-align: right;
    margin-top: 40px;
}

.custom-social .top-social ul {
}

.custom-social .top-social ul li {
    display: inline-block;
    margin: 1px 2px;
}

.custom-social .top-social ul li a {
    border: 1px solid var(--third);
    color: #000000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.custom-social .top-social ul li a.active-btn {
    width: 98px;
    background: var(--first);
    color: var(--sixth);
    text-transform: capitalize;
}

.custom-social .top-social ul li a:hover,
.custom-social .top-social ul li a:focus {
    background: var(--third);
    color: var(--sixth);
}

.custom-social .top-social ul li a i {
}


/*************** Social Blocks Homepage Section END  ***************/

.banner-area .custom-left-pannel {
    position: absolute;
    bottom: 0%;
    left: -47%;
    width: 100%;
    height: 90px;
    z-index: 1;
    background: var(--sixth);
    text-align: center;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* padding-top: 12px; */
    align-items: center;
    transform: rotate(90deg);
    display: none;
}

.banner-area .banner-social {
    /* background: #f0f; */
    width: 25%;
    text-align: right;
}

.banner-area .banner-social ul {
    margin-top: 9px;
}

.banner-area .banner-social ul li {
    display: inline-block;
    margin: 9px 2px 8px;
}

.banner-area .banner-social ul li a {
    border: 1px solid var(--first);
    color: #000000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.banner-area .banner-social ul li a.active-btn {
    width: 98px;
    background: var(--first);
    color: var(--sixth);
    text-transform: capitalize;
}

.banner-area .banner-social ul li a:hover,
.banner-area .banner-social ul li a:focus {
    background: var(--first);
    color: var(--sixth);
}

.banner-area .banner-social ul li a i {
    transform: rotate(270deg);
}

.banner-area .custom-left-pannel .custom-left-pannel-copy {
    padding-top: 4px;
    width: 40%;
    text-align: left;
    padding-left: 4%;
}

.input-group-addon {
    background-color: #eee0;
    border: 1px solid #ccc0;
}

footer .copywrite p {
    text-align: center;
    text-transform: none;
    padding: 0px 10px 10px 10px;
}

.side-bar-logo {
    text-align: right;
}

.side-bar-logo img {
    width: 70%;
    max-width: 100%;
    margin-right: 0px;
    max-height: 66px;
}

.scroll-down {
    position: absolute;
    bottom: 4%;
    left: 49%;
    width: 40px;
    height: 60px;
    background: transparent;
    border: 1px solid var(--sixth);
    border-radius: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
    height: 60px !important;
}

.scroll-down:hover,
.scroll-down:focus {
    background: #7674503b;
}

.scroll-down .mins {
    border-radius: 25px;
    width: 1px;
    height: 20px;
    background: var(--sixth);
    margin: 0px auto;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.management-items .owl-nav {
    margin: 0;
    display: block !important;
}

.management-items .owl-nav .owl-prev,
.management-items .owl-nav .owl-next {
    background: #c4c4c4 none repeat scroll 0 0;
    color: #f7f7f7;
    font-size: 21px;
    height: 40px;
    left: 45%;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    bottom: -18%;
    width: 40px;
    border-radius: 100px;
    display: none;
}

.management-items .owl-nav .owl-next {
    left: auto;
    right: 45%;
}

.custom-social::before {
    position: absolute;
    content: '';
    background: url('../img/white-wave.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 121%;
    background-position: top;
}

.blog-area {
    position: relative;
}

.blog-area::before {
    position: absolute;
    content: '';
    background: url('../img/wave-news.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 0px 110px;
}

.news-2-section {
    position: relative;
    z-index: 2;
    background: var(--first)
}

.news-2-section::before {
    position: absolute;
    content: '';
    background: url('../img/darak-bg-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 10px 10px;
}

.footer-bar {
    position: relative;
    z-index: 0;
    background: var(--first);
    height: 240px;
}

.footer-bar::before {
    position: absolute;
    content: '';
    background: url('../img/footer-bg-svg.svg');
    background: url('../img/footer-bg.svg');
    z-index: -1;
    height: 100%;
    opacity: 1;
    width: 100%;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

footer {
    position: relative;
    z-index: 0;
    background: var(--forth);
    padding-top: 0px;
}

footer::before {
    /* position: absolute;
    content: '';
    background: url('img/footer-bg-svg.svg');
    background: url('img/footer-bg.svg');
    z-index: -1;
    height: 100%;
    opacity: 1;
    width: 100%;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 11px;
    transform: rotate(181deg) scale(-1); */
}

.plan-ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.plan-ul li {
    display: inline-block;
}

.plan-ul li a {
    font-size: 1.3rem;
    color: var(--sixth);
    border-right: 1px solid;
    padding-right: 7px;
    text-decoration: underline;
}

.plan-ul li:last-child a {
    border-right: 0px;
}

.plan-ul li a:hover,
.plan-ul li a:focus {
    color: #232323;
}

.twitter-context::before {
    position: absolute;
    content: '';
    background: url('../img/icons/tablet-phone-and-browser.svg');
    z-index: 1;
    height: 30px;
    width: 30px;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat !important;
    background-size: 77% !important;
    background-position: center !important;
}

.twitter-context.update::before {
    background: url('../img/icons/update.svg');
}

.contact-ul-holder ul li::before {
    position: absolute;
    content: '';
    background: url('../img/icons/fax.svg');
    z-index: 1;
    height: 30px;
    width: 30px;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat !important;
    background-size: 51% !important;
    background-position: center !important;
}

.contact-ul-holder ul li.phone-icon::before {
    background: url('../img/icons/phone-call-dark.svg');
}

.contact-ul-holder ul li.fax-icon::before {
    background: url('../img/icons/fax-dark.svg');
}

.contact-ul-holder ul li.email-icon::before {
    background: url('../img/icons/envelope-dark.svg');
}

.contact-ul-holder ul li.address-icon::before {
    /*background: url('img/icons/update.svg');*/
    background: url('../img/icons/location-dark.svg');


}

.navbar-header {
    margin-left: 1% !important;
    float: right;
}

.navbar-right {
    float: left !important;
}

.top-search .input-group {
    width: 100%;
}

.body-overlay-cus {
    position: fixed;
    background: #00000080;
    height: 100vh;
    width: 100%;
    top: 0%;
    right: 0%;
    z-index: 20;
    overflow: hidden;
    display: none;
}

.about-area-homepage {
    position: relative;
    z-index: 0;
    background: var(--forth)
}

.about-area-homepage::before {
    position: absolute;
    content: '';
    background: url('../img/darak-bg-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.about-area-homepage .site-heading {
}

.about-area-homepage .site-heading h4 {
}

.about-area-homepage .site-heading h2 {
}

.about-area-homepage .site-heading p {
}

.about-area-homepage .text-body {
}

.about-area-homepage .text-body h2 {
}

.about-area-homepage .text-body p {
    font-size: 1.6rem;
    line-height: 3.5rem;
    color: var(--sixth);
}

.about-area-homepage .tab-content h2,
.about-area-homepage .tab-content h3,
.about-area-homepage .tab-content h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.about-area-homepage .tab-items .nav-pills a {
    border: medium none;
    border-radius: inherit;
    float: left;
    margin-bottom: 0;
    margin-right: 22px;
    padding: 10px 10px 10px 0px;
    position: relative;
    text-align: left;
    z-index: 1;
    font-size: 1.7rem;
    color: var(--sixth);
}

.about-area-homepage .tab-items .nav-pills .active a,
.about-area-homepage .tab-items .nav-pills a:focus {
    background: transparent none repeat scroll 0 0;
    color: var(--sixth);
}

.about-area-homepage .tab-items .nav-pills a:hover {
    color: var(--sixth);
    background: transparent none repeat scroll 0 0;
}

.about-area-homepage .tab-items .nav-pills {
    border: 0px solid #e7e7e7b5;
    margin-bottom: 15px;
    margin-top: 40px;
}

.about-area-homepage .tab-items .nav-pills .active a::after {
    background: var(--sixth) none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 92%;
}

.about-area-homepage .tab-content p:last-child {
    margin-bottom: 0;
}

.hh-blog-waves-div {
    position: relative;
    z-index: 0;
}

.hh-blog-waves-div::after {
    position: absolute;
    content: '';
    background: url('../img/hh-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 124%;
    background-position: -370px -500px;
    transform: scaleX(-1);
}

.last-two-waves-div {
    position: relative;
    z-index: 0;
}

.last-two-waves-div::before {
    position: absolute;
    content: '';
    background: url('../img/hh-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 124%;
    background-position: -370px -500px;
    transform: scaleX(-1);
}


/* municipal-services */

.municipal-services {
    position: relative;
}

.municipal-services::before {
    position: absolute;
    content: '';
    background: url('../img/m-services-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    /* transform: scaleX(-1); */
}

.municipal-services .site-heading {
}

.municipal-services .site-heading h4 {
}

.municipal-services .site-heading h2 {
}

.municipal-services .site-heading p {
}

.municipal-services .text-body {
}

.municipal-services .text-body h2 {
}

.municipal-services .text-body p {
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding: 0px 6rem 0px 0rem;
}

.municipal-services .text-body .btn-second {
    margin-top: 10px;
}

.municipal-services .img-holder-div {
    text-align: left;
}

.municipal-services .img-holder {
}

.municipal-services .img-holder img {
    position: relative;
    z-index: 1;
    width: 90%;
    box-shadow: 40px -40px 0px var(--fifth);
    border-radius: 20px;
    margin-top: 30px;
}


/*************************** PDF Magzine ***************************/

.blog-pdf-magzine-row {
    background: var(--fifth);
    height: 402px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.blog-pdf-magzine-row .magzine-cover {
}

.blog-pdf-magzine-row .magzine-cover img {
    border: 12px solid rgb(249 249 249 / 70%);
    max-width: 100%;
    width: 260px;
}

.blog-pdf-magzine-row .magzine-body select option {
    background: var(--fifth);
}

.blog-pdf-magzine-row .magzine-body .magzine-input {
    border: 0px !important;
    border-bottom: 1px solid #0000006b !important;
    background: transparent;
    font-size: 1.4rem;
    height: 40px;
    /* border: 1px solid #000 !important; */
    padding: 8px 1px;
    color: #000;
    width: 96%;
    /*margin-bottom: 20px;*/
}

.blog-pdf-magzine-row .magzine-body .magzine-title {
    color: var(--sixth);
    margin-top: 10%;
    margin-bottom: 10%;
    height: 100%;
    min-height: 210px;
}

.blog-pdf-magzine-row .magzine-body .magzine-title a {
    color: #000;
    line-height: 4rem;
    font-family: '29ltbukraregular';
    font-weight: bolder;
}

.blog-pdf-magzine-row .magzine-body .magzine-btn {
    border-radius: 5px;
    padding: 9px 17px;
    position: absolute;
    right: 8%;
    bottom: -12%;
}


/* about-us-page-section-1  START */

.about-us-page-section-1 {
    position: relative;
}

.about-us-page-section-1::before {
    position: absolute;
    content: '';
    background: url('../img/m-services-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    /* transform: scaleX(-1); */
}

.about-us-page-section-1 .center-middle-div {
    /* border: 1px solid; */
}

.about-us-page-section-1 .site-heading {
}

.about-us-page-section-1 .site-heading h4 {
}

.about-us-page-section-1 .site-heading h2 {
}

.about-us-page-section-1 .site-heading p {
}

.about-us-page-section-1 .text-body {
}

.about-us-page-section-1 .text-body h2 {
}

.about-us-page-section-1 .text-body p {
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding: 0px 0 0px 0;
}

.about-us-page-section-1 .text-body .btn-second {
    margin-top: 10px;
}

.about-us-page-section-1 .img-holder-div {
    text-align: left;
}

.about-us-page-section-1 .img-holder {
    padding-right: 10%;
}

.about-us-page-section-1 .img-holder img {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 0px;
}


/* about-us-page-section-1 SEction END */


/* about-us-page-cp-section START  */

.about-us-page-cp-section {
    position: relative;
}

.about-us-page-cp-section::before {
    position: absolute;
    content: '';
    background: url('../img/m-services-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
}

.about-us-page-cp-section .site-heading {
    padding-top: 25px;
}

.about-us-page-cp-section .text-body p {
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding: 0px 0px 0px 0px;
}

.about-us-page-cp-section .text-body .btn-second {
    margin-top: 10px;
}

.about-us-page-cp-section .img-holder-div {
    /* text-align: left; */
}

.about-us-page-cp-section .img-holder {
    padding-right: 0;
}

.about-us-page-cp-section .img-holder img {
    position: relative;
    z-index: 1;
    width: 90%;
    box-shadow: 40px -40px 0px var(--fifth);
    border-radius: 20px;
    margin-top: 30px;
    max-width: 100%;
}


/* about-us-page-cp-section END  */


/* about-us-department-section START  */

.about-us-department-section {
    position: relative;
    background: #f7f7f700;
    z-index: 0;
    background: var(--first)
}

.about-us-department-section::before {
    position: absolute;
    content: '';
    background: url('../img/darak-bg-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.about-us-department-section .site-heading {
}

.about-us-department-section .site-heading h4 {
}

.about-us-department-section .site-heading h2 {
}

.about-us-department-section .site-heading p {
}

.about-us-department-section .text-body {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: var(--sixth);
}

.about-us-department-section .text-body h2 {
}

.about-us-department-section .text-body p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: var(--sixth);
}

.about-us-department-section .text-body ul {
    padding-left: 5%;
    color: var(--sixth);
    list-style: decimal;
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.about-us-department-section .text-body ul li {
}

.about-us-department-section .text-body ul li a {
}


/* about-us-department-section End  */


/* about-us-contact-section Start  */

.about-us-contact-section {
    position: relative;
    z-index: 0;
}

.about-us-contact-section::before {
    position: absolute;
    content: '';
    background: url('../img/darak-bg-waves.svg');
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.about-us-contact-section .site-heading {
}

.about-us-contact-section .site-heading h4 {
}

.about-us-contact-section .site-heading h2 {
}

.about-us-contact-section .site-heading p {
}

.about-us-contact-section .text-body {
}

.about-us-contact-section .text-body h2 {
}

.about-us-contact-section .text-body p,
.about-us-contact-section .text-body {
    font-size: 1.6rem;
    line-height: 3.5rem;
}

.about-us-contact-section .contact-block-row {
}

.about-us-contact-section .contact-block {
}

.about-us-contact-section .contact-block .contact-block-title {
}

.about-us-contact-section .contact-block ul {
}

.about-us-contact-section .contact-block ul li {
}

.about-us-contact-section .contact-block ul li .contact-block-icon {
}

.about-us-contact-section .contact-block ul li a {
}

.about-us-contact-section .contact-block ul li a:hover,
.about-us-contact-section .contact-block ul li a:focus {
}

/* about-us-Contact-section End  */

/* NEWS PAGE : Slider PDF Magzine  : START*/

.slider-blog-pdf-magzine-row {
    background: var(--second);
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 4rem;
    margin-right: 0px;
    margin-left: 0px;
}

.slider-blog-pdf-magzine-row .slider-magzine-title {
    color: var(--sixth);
    margin: 2rem 0px 3rem 0px;
    font-size: 2.5rem;
}

.slider-blog-pdf-magzine-row .slider-magzine-cover {
    position: relative;
    margin-bottom: 39px;
    margin: 0px 20px 60px 20px;
    border: 12px solid rgb(249 249 249);
    max-width: 100%;
    height: 32rem;
    background-size: cover !important;
    background-position: center !important;
}

.slider-blog-pdf-magzine-row .slider-magzine-cover img {
    border: 12px solid rgb(249 249 249 / 70%);
    max-width: 100%;
    width: 100%;
}

.slider-blog-pdf-magzine-row .slider-magzine-cover .slider-magzine-btn {
    position: absolute;
    bottom: -8%;
    left: 17%;
    background: var(--sixth);
    color: var(--second);
    font-size: 1.2rem;
    width: 66%;
    text-transform: capitalize;
    text-align: center;
    padding: 8px 15px;
    margin: 0;
}

.slider-blog-pdf-magzine-row .slider-magzine-cover .slider-magzine-btn:hover,
.slider-blog-pdf-magzine-row .slider-magzine-cover .slider-magzine-btn:focus {
    opacity: 0.9;
}

.slider-blog-pdf-magzine-row .owl-nav {
    margin: 0;
}

.slider-blog-pdf-magzine-row .owl-nav .owl-prev,
.slider-blog-pdf-magzine-row .owl-nav .owl-next {
    background: var(--sixth) none repeat scroll 0 0;
    color: var(--second);
    font-size: 2rem;
    height: 50px;
    left: 103%;
    line-height: 51px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    bottom: 45%;
    width: 50px;
    border-radius: 100px;
}

.slider-blog-pdf-magzine-row .owl-nav .owl-next {
    left: auto;
    right: -17%;
}

.slider-blog-pdf-magzine-row .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.slider-blog-pdf-magzine-row .owl-dots .owl-dot {
    display: block;
}

.slider-blog-pdf-magzine-row .owl-dots .owl-dot span {
    background: var(--sixth) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.slider-blog-pdf-magzine-row .owl-dots .owl-dot.active span {
    background: var(--first) none repeat scroll 0 0;
    border-color: var(--first);
}

/* NEWS PAGE : Slider PDF Magzine  : END */


/* Inner PAGE Light: Slider PDF Magzine  : Start */

.inner-page-light {
}

.inner-page-light .site-heading {
}

.inner-page-light .site-heading h4 {
}

.inner-page-light .site-heading h2 {
}

.inner-page-light .main-image-banner-holder {
    background: url(../img/Bitmap.jpg);
    width: 100%;
    padding: 25rem 0px;
    border-radius: 20px;
    position: relative;
    background-size: cover !important;
    background-position: bottom !important;
}

.inner-page-light .main-image-banner-holder .inner-block {
    position: absolute;
    bottom: 3%;
    left: 0;
    color: var(--sixth);
}

.inner-page-light .main-image-banner-holder .inner-block a {
    color: var(--sixth);
}

.inner-page-light .main-image-banner-holder .inner-block a:hover,
.inner-page-light .main-image-banner-holder .inner-block a:focus {
    color: var(--first);
}

.inner-page-light .main-image-banner-holder .inner-block .icon {
    margin-right: 5px;
    margin-left: 6px;
    width: 20px;
    height: auto;
}

.inner-page-light .main-image-banner-holder .inner-block.date {
    left: 2%;
    width: 190px;
    max-width: 30%;
    overflow: hidden;
}

.inner-page-light .main-image-banner-holder .inner-block.share {
    right: 14%;
    left: inherit;
    width: 160px;
    /* border: 1px solid; */
    max-width: 30%;
    overflow: hidden;
}

.inner-page-light .main-image-banner-holder .inner-block.print {
    width: 160px;
    right: 0;
    /* border: 1px solid; */
    max-width: 30%;
    overflow: hidden;
    left: inherit;
}

.inner-page-light .content-body {
}

.inner-page-light .content-body h1 {
    font-size: 2.2rem;
    margin: 5rem 0px 3rem 0px;
}

.inner-page-light .content-body h2 {
    font-size: 1.8rem;
    margin: 5rem 0px 3rem 0px;
}

.inner-page-light .content-body p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin: 3rem 0px 3rem;
}

.inner-page-light .content-body a {
    color: var(--first);
    text-decoration: underline;
    font-weight: bolder;
}

.inner-page-light .content-body a:hover,
.inner-page-light .content-body a:focus {
}

.inner-page-light .content-body ul {
    /* list-style: initial; */
    font-size: 1.6rem;
    /* line-height: 3.2rem; */
    margin: 0px 5%;
}

.inner-page-light .content-body ul li {
    margin-bottom: 2rem;
    padding-bottom: 0px;
    border-bottom: 0px !important;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
}

.inner-page-light .content-body ul li::after {
    content: "";
    height: 15px;
    left: -5px;
    margin-top: -4px;
    position: absolute;
    top: 9px;
    width: 15px;
    border-radius: 100px;
    border: solid var(--second);
    background: var(--second);
    /* border-width: 0 2px 2px 0; */
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

.inner-page-light .content-body ul li a {
}

.inner-page-light .content-body ul li a:hover {
}

.inner-page-light .content-body ol {
    /* list-style: initial; */
    font-size: 1.6rem;
    /* line-height: 3.2rem; */
    margin: 0px 5%;
}

.inner-page-light .content-body ol li {
    margin-bottom: 2rem;
    padding-bottom: 0px;
    border-bottom: 0px !important;
    position: relative;
    padding-left: 1%;
    padding-right: 1%;
}

.inner-page-light .content-body ol li::after {
    /*  content: "";
    height: 15px;
    left: -5px;
    margin-top: -4px;
    position: absolute;
    top: 9px;
    width: 15px;
    border-radius: 100px;
    border: solid var(--second);
    background: var(--second);
    /* border-width: 0 2px 2px 0; */
    /*  display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);  */
}

.inner-page-light .content-body ol li a {
}

.inner-page-light .content-body ol li a:hover {
}


/* Inner PAGE Light: Slider PDF Magzine  : END */


/* News Sigle PAGE Light: Slider PDF Magzine  : Start */

.contact-page .content-body p {
    margin-top: 0px;
}

.contact-page .contact-block-row {
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
}

.contact-page .contact-block {
    background: var(--first);
    border: 1px solid var(--first);
    border-radius: 20px;
    padding: 3% 5%;
    color: var(--seventh);
    width: 100%;
}

.contact-page .contact-block .contact-block-title {
    font-family: '29ltbukrabold';
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0px 0px 30px 0;
    color: var(--sixth);
}

.contact-page .contact-block ul {
    margin-top: 2rem;
}

.contact-page .contact-block ul li {
    position: relative;
    padding-right: 0;
    padding-right: 1.5rem !important;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.contact-page .contact-block ul li .contact-block-icon {
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
}

.contact-page .contact-block ul li a {
    color: var(--sixth);
}

.contact-page .contact-block ul li a:hover,
.contact-page .contact-block ul li a:focus {
}

.contact-page .contact-block .contact-block-title {
}

.contact-page .contact-block .contact-block-left {
    margin-bottom: 30px;
}

.contact-page .contact-block .sub-block-title {
    font-size: 1.8rem;
    color: var(--sixth);
    font-family: '29ltbukrabold';
    font-weight: 400;
}

.contact-page .contact-block .simple-text {
    font-size: 1.6rem;
    margin-top: 10px;
    color: var(--sixth);
}

.contact-page .contact-block .simple-text a {
    color: var(--sixth);
}

.contact-page .contact-block .simple-text img {
    width: 20px;
}

.map-holder {
    margin: 0;
    margin-top: 40px;
}

.map-holder iframe {
    height: 450px;
    padding: 3px;
    width: 100%;
    border-radius: 20px;
}


/* Contact Us page : End  */


/*-----------------------------------------------------------------------------------*/
/*	29. MODAL
/*-----------------------------------------------------------------------------------*/

#call-button {
    position: fixed;
    display: block;
    z-index: 8009;
    color: #f7f7f7;
    bottom: 20px;
    right: 6%;
    text-decoration: none;
    background: rgb(0, 0, 0);
    color: #f7f7f7;
    border-radius: 50%;
    transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 20px;
    padding: 15px;
    font-weight: 900;
}

#contact-info {
    opacity: 0
}

#contact-info-button,
#btn-close-modal,
.close-contact-info {
    position: fixed;
    display: block;
    z-index: 8009;
    color: #f7f7f7;
    bottom: 80px;
    right: 6%;
    text-decoration: none;
    /* background: var(--first) */
    color: #000000;
    border-radius: 50%;
    transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 20px;
    padding: 15px;
    font-weight: 900;
}

#btn-close-modal,
.close-contact-info {
    top: 10px;
    bottom: auto;
    cursor: pointer;
    font-family: '29ltbukraregular';
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    padding: 0;
    font-size: 2rem;
    position: absolute;
    right: 10px;
}

#contact-info-button:hover,
#btn-close-modal:hover,
.close-contact-info:hover {
    color: var(--first);
}

.modal-content {
    box-shadow: none;
    border: 0;
    color: inherit;
    background: var(--sixth);
    margin: 8% 25%;
    overflow: hidden;
}

.modal-content .inner {
    padding: 60px 33px;
    width: 100%;
    position: relative;
}

.inquire-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 76%);
    overflow-y: auto;
    z-index: 99999999;
    opacity: 0;
    animation-duration: 0.6s;
    transition: all 200ms ease-in;
    display: none;
    opacity: 0;
}

.contact-form {
}

.contact-form h2 {
    font-size: 2.5rem;
}

.contact-form p {
    padding: 10px 0px 20px;
    font-size: 1.6rem;
    line-height: inherit;
}

.contact-form .form-group {
}

.contact-form .form-group .form-control {
    border: 1px solid #7674506e;
}

.contact-form .form-group textarea.form-control {
    height: 140px;
}

.contact-form .form-group select.form-control {
    height: 50px;
}

.contact-form .form-group .form-control .alert-error {
}

.contact-form .btn {
}

.contact-form .btn:hover,
.contact-form .btn:focus {
}

/*-----------------------------------------------------------------------------------*/

/*	29. MODAL : End
/*-----------------------------------------------------------------------------------*/

/************** LEft Floting Buttons Strat  ***************/

.custom-left {
    position: fixed;
    bottom: 50%;
    left: 23px;
    height: 65px;
    z-index: 99;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding-top: 12px; */
    align-items: center;
    transform-origin: left;
    transform: rotate(270deg);
}

.custom-left ul {
    margin-top: 0px;
}

.custom-left ul li {
    display: inline-block;
    margin: 9px 5px 8px 11px;
}

.custom-left ul li a {
    /* border: 1px solid var(--first) */
    color: var(--first);
    display: inline-block;
    text-align: center;
    padding: 11px 30px;
    background: var(--fifth);
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 200;
}

.custom-left ul li a.light-btn {
    background: var(--third);
    color: var(--sixth);
    text-transform: capitalize;
}

.custom-left ul li a:hover,
.custom-left ul li a:focus {
    background: var(--second);
    color: var(--sixth);
}

.custom-left ul li a.happy-btn:hover,
.custom-left ul li a.happy-btn:focus {
    background: var(--third);
}

.custom-left .banner-social ul li a i {
}

/*************** LEft Floting Buttons END  ***************/

.top-menu-icon {
    width: 26px;
    position: absolute;
    top: 20px;
    right: 85%;
}

.top-block {
    min-height: 200px;
}

.assess-ul {
    padding: 20px 10px 10px !important;
}

.setting-block li {
    text-align: left;
    padding: 0px 10px;
    margin-bottom: 12px;
}

.setting-block .settings-title {
    padding-top: 2px;
    width: 100%;
}

.setting-block .setting-btn-holder {
    display: flex;
}

.setting-block .setting-btn-holder a {
    width: 41px !important;
    height: 40px !important;
    border: 1px solid #ccc;
    padding: 0px !important;
    margin-right: 0;
    margin-top: 6px;
    text-align: center !important;
    line-height: 40px;
    color: #000 !important;
}

.setting-block .setting-btn-holder a img {
    height: inherit;
    padding: 9px;
    max-width: 100%;
}

.setting-block .setting-btn-holder a:hover,
.setting-block .setting-btn-holder a:focus,
.setting-block .setting-btn-holder a.active {
    border: 1px solid #000;
    transform: scale(1.1);
    cursor: pointer;
}

.setting-block .setting-btn-holder a.font-bigger {
}

.setting-block .setting-btn-holder a.font-smaller {
}

.setting-block .setting-btn-holder a.theme-contrast {
    background: var(--first) !important;
}

.setting-block .setting-btn-holder a.theme-normal {
    background: #000000 !important;
}


.prayer-block {
}

.small-links {
}

.small-links ul {
    display: inline-block;
}

.small-links ul li {
    margin-bottom: 0px !important;
    display: inline-block !important;
}

.small-links ul:last-child li {
    /* border-right: 1px solid #9b9797 !important; */
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.small-links ul li a {
    font-size: 1.3rem !important;
    color: var(--second) !important;
    border-right: 1px solid;
    padding-right: 7px;
    text-decoration: none;
}

.small-links ul li:last-child a {
    border-right: 0px solid;
}

.small-links ul li a:hover,
.small-links ul li a:focus {
    text-decoration: underline;
}

.social-contact {
}

.social-contact ul {
    display: inline-block;
}

.social-contact ul li {
    display: inline-block;
    padding-left: 4px !important;
    padding-right: 8px !important;
}

.social-contact ul li a {
}

.social-contact ul li a:hover,
.social-contact ul li a:focus {
    color: #000;
    /*font-size: rem;*/
}

.social-contact ul li a i {
    font-size: 2rem;
}

.happy-form {
}

.happy-form h2 {
}

.happy-form p {
}

.happy-form .happy-image-holder-row {
    padding-bottom: 20px;
}

.happy-form .happy-image-holder-row .happy-image-holder {
    text-align: center;
}

.happy-form .happy-image-holder-row .happy-image-holder img {
}

.happy-form .happy-image-holder-row a {
    font-size: 12rem;
    width: 100%;
    height: 160px;
    line-height: 17rem;
    /* border: 1px solid; */
    display: block;
    /* border-radius: 100px; */
}

.happy-form .happy-image-holder-row a:hover,
.happy-form .happy-image-holder-row a:focus {
    opacity: 0.7;
}

.happy-form .happy-image-holder-row a img {
    max-width: 100%;
    border: 0px solid;
    width: 160px;
    margin: 0px auto;
    padding: 4px;
    border-radius: 100px;
    transition: all 0.35s ease-in-out;
}

.happy-form .happy-image-holder-row a img:hover,
.happy-form .happy-image-holder-row a img:focus {
    opacity: 0.4;
}

.happy-btn {
    position: relative;
    padding-left: 30px !important;
}

.happy-btn::before {
    position: absolute;
    content: '';
    background: url('../img/icons/happiness_meter.svg');
    z-index: 1;
    height: 17px;
    width: 17px;
    bottom: 30%;
    left: 5%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    /* transform: scaleX(-1); */
    transform: rotate(90deg);
}

.search-dark {
    width: 18px;
    height: auto;
    margin-bottom: 0px;
}

.footer-margin-dummy {
    margin-top: 50px;
}

.thank-you-form {
}

.thank-you-form p {
    text-align: center;
    color: var(--first);
    font-size: 2rem;
    margin-bottom: 0px;
}

.thank-you-form .modal-content {
    margin-top: 40vh;
}

.feedback_error {
    border: 1px solid red !important;
}


.fixed-header {
    position: fixed !important;
    background: var(--sixth) !important;
}

.preloader {
    background: white;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999;
}

.preloader div {
    background-color: #767450;
    border-radius: 50%;
    position: absolute;
    margin: auto auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.preloader div:nth-child(1) {
    animation: pulse 2s infinite;
}

.preloader div:nth-child(2) {
    animation: pulse 2s infinite .3s;
}

.preloader div:nth-child(3) {
    animation: pulse 2s infinite .6s;
}

.preloader div:nth-child(4) {
    color: #22475E;
    font-size: 14px;
    line-height: 80px;
    width: 50px;
    height: 50px;
}

@keyframes pulse {
    0% {
        transform: scale(.2);
        opacity: .2;
    }
    50% {
        opacity: .4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
        width: 100px;
        height: 100px;
    }
}


.swal2-styled.swal2-confirm {
    background-color: var(--second) !important;
}

.swal2-popup {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: var(--first) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #7674504f !important;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #7674508f !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 6%), 0 0 0 3px rgb(118 116 80 / 32%) !important;
}

.swal2-styled.swal2-cancel {
    background-color: var(--third) !important;
}

.page-not-found {
    display: flex;
    align-items: center;
}

.page-not-found h2, .page-not-found h3 {
    color: var(--third);
}

.page-not-found a {
    color: var(--first);
    font-size: 20px;
    font-weight: 800;
}

.page-not-found a:hover {
    color: var(--second);
}

.crt-post .crt-post-border {
    border-radius: 5px;
    border-color: rgb(189 189 189) !important;
    cursor: pointer;
}

.crt-widget .crt-load-more {
    border-radius: 5px;
    color: var(--sixth) !important;
    background-color: var(--second) !important;
    border-color: var(--second) !important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.crt-widget .crt-load-more:hover {
    background: var(--first) !important;
}


.crt-widget.crt-widget-branded .crt-logo {
    color: var(--sixth) !important;
}

.crt-logo crt-tag, .curator-feed-default-feed-layout {
    display: none;
}

.accessibility-contrast #municipal-services p,
.accessibility-contrast .about-us-page-cp-section p,
.accessibility-contrast .about-us-page-section-1 p,
.accessibility-contrast .blog-area h1,
.accessibility-contrast nav.navbar.bootsnav ul.nav > li > a,
.accessibility-contrast .attr-nav > ul > li > a,
.accessibility-contrast .blog-area p {
    color: var(--ninth);
}

.without-cursor li a{
    cursor: default;
}

.captchaHolder{
    display: flex;
    justify-content: center;
}

.feedback-div {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000; /* Ensure it appears above other content */
}

