@charset "UTF-8";
/*
    Css Table of Content
    --------------------------
    ** Typography
    --------------------------
    ** Global
    --------------------------
    ** Breadcumb
    --------------------------
    ** Preloader Css
    --------------------------
    ** Normalize
    --------------------------
    ** Navbar
    --------------------------
    ** Header
    --------------------------
    ** Support Bar
    --------------------------
    ** Build Dream
    --------------------------
    ** Service Area
    --------------------------
    ** Counterup Area
    --------------------------
    ** Recent Work Area
    --------------------------
    ** Testimonial  Area
    --------------------------
    ** Latest News  Area
    --------------------------
    ** Brands Carousel Area
    --------------------------
    ** Pricing Plan Area
    --------------------------
    ** Team Member Area
    --------------------------
    ** Call To Action Area
    --------------------------
    ** Footer Area
    --------------------------
    ** About Page
    --------------------------
    ** Work Details Page
    --------------------------
    ** Team Member Page
    --------------------------
    ** Blog Page
    --------------------------
    ** Blog Details Page
    --------------------------
    ** Contact Page
    --------------------------
    ** 404 Page
    --------------------------
    ** Faq Page
    --------------------------
    ** Service Details Page
    --------------------------
*/
@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/lateef.css);
:root {
    --main-color-one: #fbba42;
    --secondary-color: #283446;
    --heading-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --paragraph-color: #777777;
    --heading-color: #333333;
}

/*-----------------
    @Typography
-----------------*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");*/

/*---------------------------
** Global Style
---------------------------*/
.remove-col-padding {
    padding: 0;
}

.remove-col-padding-right {
    padding-right: 0;
}

.remove-col-padding-left {
    padding-left: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.base-color {
    color: var(--main-color-one);
}

.padding-right-0 {
    padding-left: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

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

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

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

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

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

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

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

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

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

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.section-subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--main-color-one);
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: 0.4rem;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    font-size: 30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.btn-boxed {
    width: 165px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: var(--main-color-one);
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-boxed:hover {
    background-color: #283446;
    color: #fff;
}

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

.video-play-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: #313131;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video-play-btn:hover {
    color: #313131;
}

@-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.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

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

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        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.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
    .row.reorder-xs {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        direction: rtl;
    }

    .row.reorder-xs > [class*="col-"] {
        -ms-transform: rotate(-180deg);
        /* IE 9 */
        -webkit-transform: rotate(-180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-180deg);
        direction: ltr;
    }
}

.boxed-btn {
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    width: 202px;
    background-color: var(--main-color-one);
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.boxed-btn:hover {
    color: #fff;
    background-color: #283446;
}

.boxed-btn.btn-rounded {
    border-radius: 30px;
}

.boxed-btn.blank {
    background-color: transparent;
    border: 2px solid var(--main-color-one);
    color: var(--main-color-one);
}

.boxed-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.boxed-btn.black {
    border: none;
    color: #fff;
    background-color: #283446;
}

.boxed-btn.black:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.section-title.white p {
    color: #e1dede;
}

.section-title.extra {
    margin-bottom: 55px;
}

.section-title.extra .title {
    margin-bottom: 23px;
}

.section-title .separator {
    display: inline-block;
    position: relative;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section-title .separator:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 5px;
    content: '';
    background-color: var(--main-color-one);
    border-radius: 5px;
}

.section-title .separator:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 5px;
    content: '';
    background-color: var(--main-color-one);
    border-radius: 5px;
}

.section-title .separator span {
    position: relative;
    top: -8px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid var(--main-color-one);
    border-radius: 50%;
    display: inline-block;
}

.section-title .separator span:nth-child(2) {
    background-color: var(--main-color-one);
}

.section-title .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.section-title p {
    font-size: 16px;
    color: var(--paragraph-color);
    max-width: 720px;
    line-height: 26px;
    margin: 0 auto;
    display: block;
}

.section-title p:last-child {
    margin-bottom: 0px;
}

.c-white {
    color: #fff;
}

.c-red {
    color: var(--main-color-one);
}

.bg-red {
    background-color: var(--main-color-one);
}

.c-green {
    color: #00cf92;
}

.submit-btn {
    width: 200px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--main-color-one);
    border: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #283446;
}

.submit-btn.btn-rounded {
    border-radius: 30px;
}

.submit-btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.submit-btn:focus {
    outline: none;
}

.section-title-inner {
    text-align: center;
    margin-bottom: 45px;
}

.section-title-inner .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 20px;
    display: block;
}

.section-title-inner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.form-element.margin-bottom-30 {
    margin-bottom: 27px;
}

.form-element label {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}

.form-element label span {
    color: #BE1F27;
}

.form-element select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.has-icon {
    position: relative;
    display: block;
}

.has-icon.textarea .the-icon {
    top: 25px;
}

.has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    color: #7c7c90;
}

@media only screen and (max-width: 767px) {
    .row.reorder-xs {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        direction: rtl;
    }

    .row.reorder-xs > [class*="col-"] {
        -ms-transform: rotate(-180deg);
        /* IE 9 */
        -webkit-transform: rotate(-180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-180deg);
        direction: ltr;
    }
}

@media only screen and (max-width: 991px) {
    .row.reorder-sm {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        direction: rtl;
    }

    .row.reorder-sm > [class*="col-"] {
        -ms-transform: rotate(-180deg);
        /* IE 9 */
        -webkit-transform: rotate(-180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-180deg);
        direction: ltr;
    }
}

.input-field {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 5px;
    color: #7c7c90;
}

.input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7c7c90;
}

.input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7c7c90;
}

.input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7c7c90;
}

.input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7c7c90;
}

.input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.borderd:focus {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.textarea {
    min-height: 120px;
    padding: 20px 30px;
    resize: none;
}

.input-field.error {
    border: 1px solid var(--main-color-one);
}

.input-field.error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--main-color-one);
}

.input-field.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--main-color-one);
}

.input-field.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--main-color-one);
}

.input-field.error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--main-color-one);
}

.input-field.error:focus {
    border-color: var(--main-color-one);
}

.email-success {
    display: block;
    width: 100%;
}

.checkbox-element {
    display: inline-block;
}

.checkbox-wrapper {
    display: inline-block;
}

.checkbox-inner {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #585869;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-inner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.checkbox-inner input:checked ~ .checkmark {
    background-color: transparent;
}

.checkbox-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-inner input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-inner .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--main-color-one);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table-responsive {
    display: table;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}

/* line 657, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.preloader .dede {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ab1b36;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

/* line 679, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}

/* line 682, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

/* line 700, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.preloader .preloader-img img {
    max-width: 55px;
}

/* line 703, C:/Users/HP/Desktop/jun-2020/280.Industrial_HTML/assets/scss/_common.scss */
.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
    padding: 145px 0 152px 0;

    text-align: center;
}

.breadcrumb-area .title {
    color: #333333;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumb-area .page-list {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d7d5d5;
    cursor: pointer;
}

.breadcrumb-area .page-list a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    color: #ab1b36;
}

.breadcrumb-area .page-list a:hover {
    color: #fff;
}

.breadcrumb-area.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.breadcrumb-area.breadcrumb-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    content: '';
    z-index: -1;
    opacity: .9;
}

/*-------------------------
    Preloader Css
---------------------------*/
/* .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: #fff;
} */
/*
.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
} */
/*
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid var(--main-color-one);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
} */

@-webkit-keyframes lds-ripple {
    0% {
        top: 38px;
        left: 38px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 38px;
        left: 38px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

/*====================
** Normalize
====================*/
html {
    font-family: var(--body-font);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    /*font-family: var(--body-font);*/
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
}

h1 {
    font-size: 72px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 52px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 32px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 22px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 700;
    font-family: var(--heading-font);
}

p {
    font-size: 16px;
    color: #333333;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    color: #333333;
    text-decoration: none;
}

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

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-area {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    margin: 20px;
    transition: 0.5s ease-in;
    padding: 0;
}

.navbar-area.navbar-light-color {
    background-color: #fff;

    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.navbar-area.navbar-light-color.nav-fixed {
    background-color: #fff;
}

.navbar-area.navbar-light-color .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar-area.navbar-light-color .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: var(--main-color-one);
}

.navbar-area.navbar-light-color .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333333;
}

.navbar-area.nav-fixed {
    position: fixed;
    left: 0;

    top: 0;
    margin: 0px;
    width: 100%;
    z-index: 9;
    height: 110px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.1s ease-in;
    background-color: #fff;
}

.navbar-area .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item {
    display: inline-block;
    font-size: 16px;
    line-height: 58px;
    text-transform: capitalize;
    /* */
    padding: 12px 10px;
    position: relative;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item.navbar-btn-wrapper {
    padding-top: 22px;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:first-child {
    padding-left: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #8e96a0;
    /*padding: 0px 20px;*/
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 1px solid #e2e2e2;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-bottom-color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    padding: 0;
    border-radius: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #8e96a0;
    /*padding: 0px 20px;*/
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 1px solid #e2e2e2;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-bottom-color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before {
    visibility: visible;
    opacity: 1;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: var(--main-color-one);
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.boxed-btn {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--main-color-one);
    color: #333333;
    font-weight: 600;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.boxed-btn:hover {
    background-color: #283446;
    color: #fff;
    border-color: #283446;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
    padding-left: 0;
}

/*------------------------------
    Header Area
------------------------------*/
.header-area {
    padding: 210px 0 220px;
}

.header-area.header-style-three {
    padding: 0;
}

.header-area.header-style-three .owl-dots {
    position: absolute;
    left: 10%;
    bottom: 40px;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.header-area.header-style-three .owl-dots div {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #333333;
    margin: 0 5px;
}

.header-area.header-style-three .owl-dots div.active {
    background-color: #fff;
    border-color: #fff;
}

/*
.header-area.header-style-three .owl-item.active .single-header-carosuel-two-item .header-inner .title {
    -webkit-animation: 1s .2s slideInUp both;
    animation: 1s .2s fadeInUp both;
} */
/*
.header-area.header-style-three .owl-item.active .single-header-carosuel-two-item .header-inner p {
    -webkit-animation: 1s .2s slideInDown both;
    animation: 1s .2s slideInDown both;
} */

.header-area.header-style-three .owl-item.active .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:first-child {
    -webkit-animation: 1s .2s slideInDown both;
    animation: 1s .2s slideInDown both;
}

.header-area.header-style-three .owl-item.active .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:last-child {
    -webkit-animation: 1s .2s slideInUp both;
    animation: 1s .2s fadeInUp both;
}

.header-area.header-style-three .single-header-carosuel-two-item {
    padding: 210px 0 220px;
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: cover;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.header-area.header-style-three .single-header-carosuel-two-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-one);
    content: '';
    z-index: -1;
    opacity: .8;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner {
    text-align: left;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .title {
    font-size: 48px;
    line-height: 58px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .title .base-color {
    color: #333333;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    max-width: 650px;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper {
    margin-top: 27px;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn {
    border: 2px solid #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 0 8px;
    background-color: #fff;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:last-child {
    margin-right: 0;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    color: #333333;
    border-color: #333333;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn.blank {
    color: #333333;
    border-color: #333333;
    background-color: transparent;
}

.header-area.header-style-three .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: #fff;
    color: #333333;
    border-color: #fff;
}

.header-area.header-style-two {
    padding: 0;
}

.header-area.header-style-two .owl-dots {
    position: absolute;
    /*left: 114vh;*/
    /*bottom: 50px;*/
    top: 90%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */


    /* right: 30px;
    top: 50%; */


}
.video-icon-arabic{
    position: absolute;
    left:160px;
    top: 50%;
    z-index: 99999999;
}

.video-icon-arabic a {
    background: #fff;
    color: #ab1b36;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

.video-icon-arabic a::after {
    position: absolute;
    border: 51px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 50%;
    left: -20px;
    top: -21px;
    right: 0;
    z-index: 0;
    background: #0000;
}

.video-icon-arabic a i {
    font-size: 20px;

    line-height: 1;
    position: relative;
    right: -2px;
    top: 2px;
}

.video-icon-arabic a.btn-icon {
    position: relative;
    /* Animations */
    /* End Animated */
}

.video-icon-arabic a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.video-icon-arabic a.btn-icon:hover {
    background: #ab1b36;
    color: #fff;
}
.video-icon {
    position: absolute;
    right:160px;
    top: 50%;
    z-index: 99999999;
}

.video-icon a {
    background: #fff;
    color: #ab1b36;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

.video-icon a::after {
    position: absolute;
    border: 51px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 50%;
    left: -20px;
    top: -21px;
    right: 0;
    z-index: 0;
    background: #0000;
}

.video-icon a i {
    font-size: 20px;

    line-height: 1;
    position: relative;
    right: -2px;
    top: 2px;
}

.video-icon a.btn-icon {
    position: relative;
    /* Animations */
    /* End Animated */
}

.video-icon a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.video-icon a.btn-icon:hover {
    background: #ab1b36;
    color: #fff;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        border-width: 1px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
    }
    100% {
        opacity: 0;
    }
}


.header-area.header-style-two .owl-dots div {
    display: inline-block;

    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px;
}

.header-area.header-style-two .owl-dots div.active {
    background-color: var(--main-color-one);
}

.header-area.header-style-two .owl-item.active .single-header-carosuel-two-item .header-inner .title {
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}

.header-area.header-style-two .owl-item.active .single-header-carosuel-two-item .header-inner p {
    -webkit-animation: 1s .2s slideInDown both;
    animation: 1s .2s slideInDown both;
}

.header-area.header-style-two .owl-item.active .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:first-child {
    -webkit-animation: 1s .2s slideInDown both;
    animation: 1s .2s slideInDown both;
}

.header-area.header-style-two .owl-item.active .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:last-child {
    -webkit-animation: 1s .2s slideInUp both;
    animation: 1s .2s fadeInUp both;
}

.header-area.header-style-two .single-header-carosuel-two-item {
    padding: 210px 0 220px;
    position: relative;
    /*display: flex;*/
    /*flex-direction: row-reverse;*/

    z-index: 0;
    background-position: center;
    background-size: cover;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.header-area.header-style-two .single-header-carosuel-two-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    z-index: -1;
}
.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic {
    text-align: right;
    position: relative;

    left: 50%;
    /*direction: rtl;*/


}
.header-area.header-style-two .single-header-carosuel-two-item .header-inner {
    text-align: left;
    /*position: relative;*/

    /*left: 70%;*/
    /*direction: rtl;*/


}
@media only screen and (max-width: 1200px) {
    .header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic {
        text-align: right;
        position: relative;
        left: 1%;

        /*direction: rtl;*/


    }
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .title {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner .title {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
 .header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic p {
     font-size: 18px;
     line-height: 26px;
     color: rgba(255, 255, 255, 0.8);
     max-width: 650px;
 }
.header-area.header-style-two .single-header-carosuel-two-item .header-inner p {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
}
.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper {
    margin-top: 27px;
}
.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper {
    margin-top: 27px;
}

 .header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper .boxed-btn {
    border: 2px solid var(--main-color-one);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin: 0 8px;
}
.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn {
    border: 2px solid var(--main-color-one);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin: 0 8px;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper .boxed-btn:last-child {
    margin-right: 0;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    color: #fff;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper .boxed-btn.blank {
    color: #fff;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner-arabic .btn-wrapper .boxed-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}



.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:last-child {
    margin-right: 0;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    color: #fff;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn.blank {
    color: #fff;
}

.header-area.header-style-two .single-header-carosuel-two-item .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.header-area.header-bg {
    background-color: #eee;
    background-image: url(../img/bg/header-bg-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.header-area.header-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    z-index: -1;
}

.header-area .header-inner {
    text-align: center;
}

.header-area .header-inner .title {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-area .header-inner p {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.header-area .header-inner .btn-wrapper {
    margin-top: 27px;
}

.header-area .header-inner .btn-wrapper .boxed-btn {
    border: 2px solid var(--main-color-one);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin: 0 8px;
}

.header-area .header-inner .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area .header-inner .btn-wrapper .boxed-btn:last-child {
    margin-right: 0;
}

.header-area .header-inner .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    color: #fff;
}

.header-area .header-inner .btn-wrapper .boxed-btn.blank {
    color: #fff;
}

.header-area .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.header-bottom-area {
    padding: 100px 0 92px 0;
}

.single-header-bottom-item {
    text-align: center;
}

.single-header-bottom-item .icon {
    font-size: 65px;
    line-height: 60px;
    margin-top: 3px;
    margin-bottom: 25px;
    color: var(--main-color-one);
}

.single-header-bottom-item .img_icon {
    height: 65px;
    width: 65px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.single-header-bottom-item .content .title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
}

.single-header-bottom-item .content p {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 26px;
}

.single-header-bottom-item .content p:last-child {
    margin-bottom: 0;
}

.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.checklist li {
    display: block;
    margin: 5px 0;
    color: var(--paragraph-color);
}

.checklist li i {
    color: var(--main-color-one);
    padding-right: 5px;
}

/*-----------------------
    Support Bar
------------------------*/
.support-bar-area {
    background-color: #f7f7fd;
    padding: 20px 0;
}

.support-bar-area .left-content-area {
    display: inline-block;
}

.support-bar-area .left-content-area ul {
    margin: 0;
    padding: 0;
}

.support-bar-area .left-content-area ul li {
    display: inline-block;
    margin: 0 5px;
    color: var(--paragraph-color);
    font-size: 14px;
}

.support-bar-area .left-content-area ul li:first-child {
    margin-left: 0;
}

.support-bar-area .right-content-area {
    display: inline-block;
    float: right;
}

.support-bar-area .right-content-area ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 30px;
}

.support-bar-area .right-content-area ul li {
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
}

.support-bar-area .right-content-area select {
    display: inline-block;
}

.support-bar-area .right-content-area ul li:last-child {
    margin-right: 0;
}

.support-bar-area .right-content-area ul li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--paragraph-color);
}

.support-bar-area .right-content-area ul li a:hover {
    color: var(--main-color-one);
}

/*---------------------------
    Build Dream
---------------------------*/
.build-your-dream-area {
    padding: 100px 0 100px 0;
    position: relative;
}

.build-your-dream-area.style-two .left-content-area {
    padding-top: 0px;
}

.build-your-dream-area.style-three {
    padding: 90px 0 100px 0;
}

.build-your-dream-area .right-absolute-area {
    position: absolute;
    right: 0;
    top: 0;
}

.build-your-dream-area .right-absolute-area .video-play-area-two .img-wrapper {
    position: relative;
}

.build-your-dream-area .right-absolute-area .video-play-area-two .img-wrapper .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.build-your-dream-area .right-absolute-area .video-play-area-two .img-wrapper .hover .video-play-btn {
    color: var(--main-color-one);
}

.build-your-dream-area .left-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.build-your-dream-area .left-content-area .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.build-your-dream-area .left-content-area p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.build-your-dream-area .left-content-area .btn-wrapper {
    margin-top: 26px;
}

.tile-img-wrapper {
    display: block;
}

.tile-img-wrapper .first_img {
    float: right;
    margin-bottom: 58px;
}

.tile-img-wrapper .first_img img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
}

.tile-img-wrapper .last_img {
    position: absolute;
    top: 140px;
}

.tile-img-wrapper .last_img img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.004);
}

/*----------------------
    Service area
----------------------*/
.service-area {
    padding: 90px 0 15px 0;
}

.service-area.service-page {
    padding-top: 100px;
}

.single-service-item {
    border: 1px solid #e2e2e2;
    margin-left: 35px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-item:hover {
    border-color: var(--main-color-one);
}
.service-area .site-section .media .icon .img-top{
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 99;

}
.service-area .site-section .media:hover .img-top{
    display: inline;


}

.single-service-item:hover .icon {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    color: #fff;
}

.single-service-item .icon {
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    font-size: 35px;
    text-align: center;
    color: #a0a0a0;
    line-height: 70px;
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-item .content {
    padding: 25px 30px 27px 65px;
}

.single-service-item .content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-service-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.single-service-item .content p:last-child {
    margin-bottom: 0;
}

.single-service-item-two {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 30px 40px 23px 40px;
}

.single-service-item-two:hover {
    background-color: var(--main-color-one);
}

.single-service-item-two:hover .icon {
    color: #fff;
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}

.single-service-item-two:hover .content .title {
    color: #fff;
}

.single-service-item-two:hover .content p {
    color: rgba(255, 255, 255, 0.8);
}

.single-service-item-two:hover .content .readmore {
    color: rgba(255, 255, 255, 0.8);
}

.single-service-item-two .icon {
    font-size: 50px;
    line-height: 50px;
    color: #a0a0a0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--main-color-one);
    margin-bottom: 23px;
    display: inline-block;
}

.single-service-item-two .content .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-service-item-two .content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.single-service-item-two .content p:last-child {
    margin-bottom: 0;
}

.single-service-item-two .content .readmore {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-item-two .content .readmore:hover {
    color: #fff;
}

.single-service-item-three {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-item-three .thumb {
    position: relative;
}

.single-service-item-three .thumb .icon {
    position: absolute;
    left: 50%;
    bottom: -30px;
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    border-radius: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.single-service-item-three .content {
    padding: 56px 30px 22px 30px;
    text-align: center;
}

.single-service-item-three .content .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-service-item-three .content .title a {
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-item-three .content .title a:hover {
    color: var(--main-color-one);
}

.single-service-item-three .content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.single-service-item-three .content p:last-child {
    margin-bottom: 0;
}

.single-service-item-three .content .readmore {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-item-three .content .readmore:hover {
    color: var(--main-color-one);
}

/*--------------------------
    Counter up area
--------------------------*/
.counterup-area {
    padding: 100px 0 97px 0;
}

.counterup-area.counterup-bg {
    background-image: url(../img/bg/counterup-bg.jpg);
    background-size: cover;
    background-position: center;
}

.counterup-area.counterup-bg-2 {
    background-image: url(../img/bg/counterup-bg-2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.counterup-area.counterup-bg-2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    z-index: -1;
}

.counterup-area.counterup-bg-3 {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.counterup-area.counterup-bg-3:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-one);
    content: '';
    z-index: -1;
    opacity: .9;
}

.single-counterup-item {
    text-align: center;
}

.single-counterup-item.black-theme .icon {
    color: #333333;
}

.single-counterup-item.black-theme .content .count-num {
    color: #333333;
}

.single-counterup-item.black-theme .content .name,
.single-counterup-item.black-theme .content .count-wrap {
    color: #333333;
}

.single-counterup-item.white-theme .icon {
    color: #fff;
}

.single-counterup-item.white-theme .content .count-num {
    color: rgba(255, 255, 255, 0.9);
}

.single-counterup-item.white-theme .content .name,
.single-counterup-item.white-theme .content .count-wrap {
    color: rgba(255, 255, 255, 0.9);
}

.single-counterup-item .icon {
    font-size: 40px;
    line-height: 40px;
    color: var(--main-color-one);
    margin-bottom: 23px;
}

.single-counterup-item .content .count-num {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #333333;
}

.single-counterup-item .content .name {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.single-counterup-item .content .count-wrap {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #333333;
}

/*--------------------
    Recent Works
--------------------*/
.recent-works-area {
    padding: 90px 0 70px 0;
}

.recent-works-area.work-page {
    padding-top: 100px;
}

.recent-works-area .recent-work-nav-area {
    margin-bottom: 50px;
}

.recent-works-area .recent-work-nav-area ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.recent-works-area .recent-work-nav-area ul li {
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #e2e2e2;
    font-weight: 600;
    margin: 0 5px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 20px;
}

.recent-works-area .recent-work-nav-area ul li.active, .recent-works-area .recent-work-nav-area ul li:hover {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    color: #333333;
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item {
    margin-bottom: 30px;
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb {
    position: relative;
    display: inline-block;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb:hover .hover {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: scale(0);
    /* IE 9 */
    -webkit-transform: scale(0);
    /* Chrome, Safari, Opera */
    transform: scale(0);
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb .hover ul {
    margin: 0;
    padding: 0;
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb .hover ul li {
    display: inline-block;
    margin: 0 5px;
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb .hover ul li a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #333333;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.recent-works-area .recent-work-masonry .single-recent-wrok-item .thumb .hover ul li a:hover {
    background-color: #222222;
    color: var(--main-color-one);
}

/*------------------------
    Testimonial Carousel
------------------------*/
.testimonial-area {
    padding: 90px 0 130px 0;
}

.testimonial-area .section-title {
    margin-bottom: 15px;
}

.testimonial-area .right-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.testimonial-area .right-content-area .single-testimonial-quote {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: translateY(100%);
    /* IE 9 */
    -webkit-transform: translateY(100%);
    /* Chrome, Safari, Opera */
    transform: translateY(100%);
    overflow: hidden;
}

.testimonial-area .right-content-area .single-testimonial-quote.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: hidden;
    -ms-transform: translateY(0%);
    /* IE 9 */
    -webkit-transform: translateY(0%);
    /* Chrome, Safari, Opera */
    transform: translateY(0%);
}

.testimonial-area .right-content-area .single-testimonial-quote p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
    margin-bottom: 20px;
}

.testimonial-area .right-content-area .single-testimonial-quote .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-area .right-content-area .single-testimonial-quote .post {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    font-weight: 500;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    right: -70px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.testimonial-carousel .owl-dots div {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #333333;
    border-radius: 50%;
    margin: 5px 0;
}

.testimonial-carousel .owl-dots div.active {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.testimonial-carousel .owl-item {
    margin: 40px 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.testimonial-carousel .owl-item.center.active {
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Chrome, Safari, Opera */
    transform: scale(1.3);
    z-index: 2;
}

.testimonial-carousel .owl-item.center.active .single-tesitmoial-item .thumb img {
    z-index: 9;
}

.testimonial-carousel .single-tesitmoial-item {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.testimonial-carousel .single-tesitmoial-item .thumb img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
    border: 5px solid #fff;
}

/*--------------------------
    Latest News Area
--------------------------*/
.latest-news-area {
    padding: 90px 0 93px 0;
}

.single-latest-news-grid-item .thumb {
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
    margin-bottom: 25px;
}

.single-latest-news-grid-item .content .post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.single-latest-news-grid-item .content .post-meta li {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: var(--paragraph-color);
}

.single-latest-news-grid-item .content .post-meta li:first-child {
    margin-left: 0;
}

.single-latest-news-grid-item .content .post-meta li a {
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-latest-news-grid-item .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.single-latest-news-grid-item .content .title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}

.single-latest-news-grid-item .content .title:hover {
    color: var(--main-color-one);
}

.single-latest-news-grid-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.single-latest-news-grid-item .content .readmore {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-latest-news-grid-item .content .readmore:hover {
    color: var(--main-color-one);
}

.single-latest-news-grid-item .content .readmore i {
    font-size: 12px;
}

/*-----------------------
    Brand Carousel
-----------------------*/
.brand-carousel-area {
    padding: 60px 0 60px 0;
}

.brand-carousel-area .single-brand-item {
    padding: 0 20px;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

/*----------------------
    Price Plan Area
----------------------*/
.pricing-plan-area {
    padding: 90px 0 130px 0;
}

.single-price-plan-01 {
    border: 1px solid #e2e2e2;
    text-align: center;
    background-color: #fff;
}

.single-price-plan-01:hover .price-header .icon:after {
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

.single-price-plan-01 .price-header {
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 0 25px 0;
}

.single-price-plan-01 .price-header .icon {
    display: block;
    width: 100px;
    height: 100px;
    background-color: var(--main-color-one);
    border-radius: 50%;
    color: #333333;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 0 auto;
    margin-bottom: 25px;
}

.single-price-plan-01 .price-header .icon:after {
    position: absolute;
    left: 12px;
    top: 13px;
    width: 76px;
    height: 76px;
    background-color: var(--main-color-one);
    content: '';
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
}

.single-price-plan-01 .price-header .name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
}

.single-price-plan-01 .price-header .price {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--main-color-one);
    display: block;
}

.single-price-plan-01 .price-header .price .sign {
    font-size: 20px;
}

.single-price-plan-01 .price-body ul {
    margin: 0;
    padding: 22px 0 0px 0;
    list-style: none;
}

.single-price-plan-01 .price-body ul li {
    display: block;
    color: var(--paragraph-color);
    margin: 15px 0;
}

.single-price-plan-01 .price-footer {
    position: relative;
    padding-bottom: 53px;
}

.single-price-plan-01 .price-footer .btn-boxed {
    position: absolute;
    left: 50%;
    bottom: -30px;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.single-price-plan-01 .price-footer .btn-boxed:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

/*------------------------------
    Team Member
------------------------------*/
.team-member-area {
    padding: 90px 0 100px 0;
}

.team-member-area.team-page {
    padding-bottom: 70px;
}

.team-member-area.team-page .single-team-member {
    margin-bottom: 50px;
}

.single-team-member {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 55px 0 20px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #e2e2e2;
}

.single-team-member:hover {
    border-color: var(--main-color-one);
}

.single-team-member:hover .thumb {
    overflow: hidden;
}

.single-team-member:hover .thumb img {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Chrome, Safari, Opera */
    transform: scale(0.9);
}

.single-team-member:hover .content .social-icon {
    border-color: var(--main-color-one);
}

.single-team-member .thumb {
    position: absolute;
    left: 50%;
    top: -55px;
    width: 110px;
    height: 110px;
    border: 5px solid var(--main-color-one);
    border-radius: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.single-team-member .thumb img {
    border-radius: 50%;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team-member .content {
    padding: 80px 15px 30px 15px;
}

.single-team-member .content .name {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 600;
}

.single-team-member .content .post {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 17px;
}

.single-team-member .content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.single-team-member .content .social-icon {
    position: absolute;
    left: 10%;
    bottom: -20px;
    background-color: #fff;
    width: 80%;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team-member .content .social-icon li {
    display: inline-block;
    font-size: 16px;
    margin: 0 8px;
}

.single-team-member .content .social-icon li a {
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team-member .content .social-icon li a:hover {
    color: var(--main-color-one);
}

/*------------------------
    Call To Action
-------------------------*/
.call-to-action-area {
    padding: 72px 0 60px 0;
}

.call-to-action-one .left-content-area {
    display: inline-block;
}

.call-to-action-one .left-content-area .title {
    font-size: 32px;
    line-height: 42px;
    color: #333333;
    font-weight: 600;
}

.call-to-action-one .left-content-area p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
    max-width: 600px;
}

.call-to-action-one .right-content-area {
    display: inline-block;
    float: right;
}

.call-to-action-one .right-content-area .btn-wrapper {
    margin-top: 25px;
}

.call-to-action-one .right-content-area .btn-wrapper .boxed-btn {
    margin-top: 0;
    font-weight: 600;
    width: auto;
    color: #333333;
}

.call-to-action-one .right-content-area .btn-wrapper .boxed-btn:hover {
    color: #fff;
}

/*--------------------------
    Sidebar Area
---------------------------*/
.widget-area .widget {
    border: 1px solid #e2e2e2;
    padding: 22px 30px 30px 30px;
    margin-bottom: 30px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}

.widget-area .widget.widget_recent_post ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-area .widget.widget_recent_post ul li {
    display: block;
    margin-bottom: 30px;
}

.widget-area .widget.widget_recent_post ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .thumb {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .content .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .content .title a {
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .content .title a:hover {
    color: var(--main-color-one);
}

.widget-area .widget.widget_recent_post ul li .single-recent-post .content .time {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.widget-area .widget.widget_search {
    padding: 0;
}

.widget-area .widget.widget_search .search-form {
    position: relative;
}

.widget-area .widget.widget_search .search-form .search-field {
    width: 100%;
    border: none;
    height: 50px;
    padding: 10px 30px;
}

.widget-area .widget.widget_search .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
}

.widget-area .widget.widget_categories {
    padding-bottom: 22px;
}

.widget-area .widget.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-area .widget.widget_categories ul li {
    display: block;
    margin: 10px 0;
}

.widget-area .widget.widget_categories ul li:first-child {
    margin-top: 0;
}

.widget-area .widget.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget_categories ul li a {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_categories ul li a:hover {
    color: var(--main-color-one);
}

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

/*------------------------
    Footer Area
------------------------*/
.footer-area.footer-bg {
    /*background-image: url(../img/bg/footer-bg.jpg);*/
    background-size: cover;
    background-position: center;
}

.footer-top {
    padding: 100px 0 90px 0;
}

.footer-widget .widget-title {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer-widget.instagram_feed .instagram_feed-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.instagram_feed .instagram_feed-list li {
    display: inline-block;
    margin: 8px;
    max-width: 100px;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box, content-box;
    box-sizing: border-box, content-box;
}

.footer-widget.instagram_feed .instagram_feed-list li:nth-child(3n+1) {
    margin-left: 0;
}

.footer-widget.about_widget .footer-logo {
    display: block;
    margin-bottom: 25px;
}

.footer-widget.about_widget p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget.about_widget .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 22px;
}

.footer-widget.about_widget .social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.footer-widget.about_widget .social-icons li:first-child {
    margin-left: 0;
}

.footer-widget.about_widget .social-icons li:last-child {
    margin-right: 0;
}

.footer-widget.about_widget .social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 2px solid var(--main-color-one);
    color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer-widget.about_widget .social-icons li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.footer-widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu ul li {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0;
}

.footer-widget.widget_nav_menu ul li:first-child {
    margin-top: 0;
}

.footer-widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.widget_nav_menu ul li a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer-widget.widget_nav_menu ul li a:hover {
    color: var(--main-color-one);
}

.footer-bottom {
    background-color: var(--main-color-one);
    padding: 15px 0;
}

.footer-bottom .footer-bottom-inner .copyright-area {
    text-align: center;
    display: block;
}

.footer-bottom .footer-bottom-inner .copyright-area .copyright-text {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.footer-bottom .footer-bottom-inner .footer-menu {
    display: inline-block;
    float: right;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 8px;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li:first-child {
    margin-left: 0;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li:last-child {
    margin-right: 0;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li a {
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer-bottom .footer-bottom-inner .footer-menu .widget_nav_menu ul li a:hover {
    color: #fff;
}

.widget_popular_posts .single-popular-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.widget_popular_posts .single-popular-post-item:last-child .content .title {
    margin-bottom: 0;
}

.widget_popular_posts .single-popular-post-item .thumb {
    margin-right: 20px;
    max-width: 100px;
}

.widget_popular_posts .single-popular-post-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget_popular_posts .single-popular-post-item .content .time {
    color: var(--main-color-one);
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.widget_popular_posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_popular_posts ul li + li {
    margin-top: 20px;
}

.footer-widget.widget_popular_posts .single-popular-post-item .content .time {
    color: rgba(255, 255, 255, .8);
}

.footer-widget.widget_popular_posts .single-popular-post-item .content .title a {
    color: rgba(255, 255, 255, .8);
    transition: all 500ms;
}

.footer-widget.widget_popular_posts .single-popular-post-item .content .title a:hover {
    color: #fff;
}

.widget_popular_posts .single-popular-post-item .content .title {
    font-size: 16px;
    line-height: 22px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #1c144e;
}

/*------------------------
    About Page
-------------------------*/
.about-page-conent {
    padding: 100px 0 100px 0;
}

.about-page-conent .right-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-left: 80px;
}

.about-page-conent .right-content-area .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-page-conent .right-content-area span {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.about-page-conent .right-content-area .btn-wrapper {
    margin-top: 25px;
}

.about-page-conent .right-content-area .btn-wrapper .boxed-btn {
    width: auto;
    height: 50px;
    font-weight: 600;
    color: #333333;
}

.about-page-conent .right-content-area .btn-wrapper .boxed-btn:hover {
    color: #fff;
}

.tile-image-two {
    position: relative;
    margin-bottom: 60px;
}

.tile-image-two img {
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.5);
}

.tile-image-two .img-two {
    position: absolute;
    right: 0;
    top: 60px;
}

/*---------------------------
    Work Details
--------------------------*/
.work-details-content-area {
    padding: 100px 0 95px 0;
}

.work-details-content-area .work-details-inner-area .thumb {
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.6);
    margin-bottom: 22px;
}

.work-details-content-area .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #494949;
    margin-bottom: 25px;
}

.work-details-content-area .work-details-inner-area p {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 26px;
}

.work-details-content-area .work-details-inner-area p:last-child {
    margin-bottom: 0;
}

.work-details-content-area .project-details {
    background-color: #f7f9f9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(36, 36, 36, 0.19);

    padding: 25px 30px 30px 30px;
}

.work-details-content-area .project-details .title {
    font-size: 21px;

    color: #6b6b6b;
    font-weight: 500;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 22px;
}

.work-details-content-area .project-details .details-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.work-details-content-area .project-details .details-list li {
    display: block;
    margin: 8px 0;

    text-align: right;

    width: 250px;
}

.work-details-content-area .project-details .details-list li strong {
    font-weight: 600;
    color: #6b6b6b;

    float: left;
    text-align: left;
}

.work-details-content-area .project-details .share-area {
    margin-top: 40px;
}

.work-details-content-area .project-details .share-area .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-details-content-area .project-details .share-area .share-icon li {
    display: inline-block;
    margin: 0 8px;
}

.work-details-content-area .project-details .share-area .share-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    line-height: 40px;
    text-align: center;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.work-details-content-area .project-details .share-area .share-icon li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

/*------------------------
    Team page
-------------------------*/
.team-page-content-area {
    padding: 100px 0 100px 0;
}

.team-page-content-area .left-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.team-page-content-area .left-content-area .title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-page-content-area .left-content-area p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.team-page-content-area .left-content-area .signature {
    margin-top: 25px;
    display: block;
}

.team-page-content-area .right-content-area .img-wrapper {
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
}

/*--------------------
    Blog Page
--------------------*/
.blog-page-content-area {
    padding: 100px 0 100px 0;
}

.blog-page-content-area .single-latest-news-grid-item {
    margin-bottom: 25px;
}

.post-pagination-wrapper {
    margin-top: 13px;
    text-align: center;
}

.post-pagination-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-pagination-wrapper ul li {
    display: inline-block;
}

.post-pagination-wrapper ul li:first-child {
    margin-left: 0;
}

.post-pagination-wrapper ul li .current {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.post-pagination-wrapper ul li span, .post-pagination-wrapper ul li a {
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--paragraph-color);
}

.post-pagination-wrapper ul li span:hover, .post-pagination-wrapper ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

/*--------------------
    Blog Details
--------------------*/
.blog-details-page-content-area {
    padding: 100px 0 100px 0;
}

.blog-details-page-content-area .blog-single-item .thumb {
    margin-bottom: 23px;
}

.blog-details-page-content-area .blog-single-item .entry-content .entry-title {
    font-size: 30px;
    line-height: 40px;
    color: var(--heading-font);
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-details-page-content-area .blog-single-item .entry-content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.blog-details-page-content-area .blog-single-item .entry-content blockquote {
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    margin: 25px 0 25px 0;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta li {
    display: inline-block;
    margin: 0 8px;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta li a {
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta li:first-child {
    margin-left: 0;
}

.blog-details-page-content-area .blog-single-item .entry-content .post-meta li.last-child {
    margin-right: 0;
}

.blog-details-page-content-area .blog-single-item .entry-footer {
    margin-top: 35px;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share li {
    display: inline-block;
    margin: 0 10px;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share li:first-child {
    margin-left: 0;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share li:last-child {
    margin-right: 0;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share li a {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: block;
    border-radius: 3px;
}

.blog-details-page-content-area .blog-single-item .entry-footer .post-share li a i {
    padding-right: 10px;
}

.blog-details-page-content-area .comments-area {
    margin-top: 37px;
}

.blog-details-page-content-area .comments-area .comments-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 34px;
}

.blog-details-page-content-area .comments-area ol {
    margin: 0;
    padding: 0;
}

.blog-details-page-content-area .comments-area ol li {
    display: block;
    margin-bottom: 35px;
}

.blog-details-page-content-area .comments-area ol li .children {
    margin-top: 35px;
}

.blog-details-page-content-area .comments-area ol li .children li {
    margin-left: 40px;
    margin-bottom: 35px;
}

.blog-details-page-content-area .comments-area ol li .children li:last-child {
    margin-bottom: 0;
}

.blog-details-page-content-area .comments-area ol li:last-child {
    margin-bottom: 0;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .reply {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .reply:hover {
    color: var(--main-color-one);
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .thumb {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .thumb img {
    border-radius: 50%;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content .name {
    font-size: 18px;
    font-weight: 600;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content .name a {
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content .name a:hover {
    color: var(--main-color-one);
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content .time {
    font-size: 14px;
    line-height: 24px;
    color: var(--paragraph-color);
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content .comment-content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.blog-details-page-content-area .comments-area ol li .comment-wrap .content .comment-content p:last-child {
    margin-bottom: 0;
}

.blog-details-page-content-area .comments-area .comment-respond {
    margin-top: 30px;
}

.blog-details-page-content-area .comments-area .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 36px;
}

.blog-details-page-content-area .comments-area .comment-respond .comment-form .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
}

.blog-details-page-content-area .comments-area .comment-respond .comment-form .form-group.textarea .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details-page-content-area .comments-area .comment-respond .comment-form .form-group .form-control {
    height: 50px;
    padding: 10px 30px;
    border: 1px solid #e2e2e2;
}

.blog-details-page-content-area .comments-area .comment-respond .comment-form .submit-btn {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

.blog-details-page-content-area .comments-area .comment-respond .comment-form .submit-btn:hover {
    color: #fff;
}

/*-----------------------
    Contact Us Page
------------------------*/
.map-area #map {
    min-height: 500px;
}

.contact-page-conent-aera {
    padding: 90px 0 100px 0;
}

.contact-page-conent-aera .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact-form .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
}

.contact-form .form-group .form-control {
    height: 50px;
    padding: 20px 30px;
}

.contact-form .form-group .form-control.error {
    border-color: #dc3545;
}

.contact-form .form-group .form-control.error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dc3545;
}

.contact-form .form-group .form-control.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dc3545;
}

.contact-form .form-group .form-control.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dc3545;
}

.contact-form .form-group .form-control.error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dc3545;
}

.contact-form .submit-btn {
    font-weight: 600;
    color: #333333;
    border-radius: 3px;
}

.contact-form .submit-btn:hover {
    color: #fff;
}

.contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-list li {
    display: block;
    margin-bottom: 30px;
}

.contact-info-list li .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contact-info-list li .single-contact-info .icon {
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
    color: var(--main-color-one);
}

.contact-info-list li .single-contact-info .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-info-list li .single-contact-info .content .details {
    display: block;
}

.contact-info-list li .single-contact-info .content .title {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 17px;
    margin-bottom: 5px;
}

/*-------------------------
    404 Page
-------------------------*/
.error-404-area {
    padding: 100px 0 100px 0;
}

.error-content-inner .img-wrapper {
    margin-bottom: 40px;
}

.error-content-inner .content {
    text-align: center;
}

.error-content-inner .content .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.error-content-inner .content p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.error-content-inner .content .boxed-btn {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    border-radius: 3px;
}

.error-content-inner .content .boxed-btn:hover {
    color: #fff;
}

.error-content-inner .content .search-form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 30px;
}

.error-content-inner .content .search-form .form-group .form-control {
    height: 50px;
}

.error-content-inner .content .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
}

/*----------------------------
    Faq Page
-----------------------------*/
.faq-page-content-area {
    padding: 100px 0 100px 0;
}

.accordion-wrapper .card {
    background-color: transparent;
    border: none;
}

.accordion-wrapper .card:last-child .card-body {
    margin-bottom: 0;
}

.accordion-wrapper .card:last-child .card-header a {
    margin-bottom: 0;
}

.accordion-wrapper .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
}

.accordion-wrapper .card .card-header h5 a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    background-color: #F7F7FD;
    display: block;
    border-left: 4px solid var(--main-color-one);
    position: relative;
    margin-bottom: 20px;
    padding: 20px 50px 20px 30px;
    cursor: pointer;
}

.accordion-wrapper .card .card-header h5 a:after {
    position: absolute;
    right: 30px;
    top: 20px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.accordion-wrapper .card .card-header h5 a[aria-expanded="true"] {
    margin-bottom: 0;
}

.accordion-wrapper .card .card-header h5 a[aria-expanded="true"]:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordion-wrapper .card .card-body {
    padding: 6px 30px 26px 30px;
    border-left: 4px solid var(--main-color-one);
    margin-bottom: 20px;
    background-color: #F7F7FD;
}

/*------------------------
    Service Details Page
------------------------*/
.service-details-content-area {
    padding: 100px 0 92px 0;
}

.service-widget-area .widget.service-nav {
    border: 1px solid #e2e2e2;
}

.service-widget-area .widget.service-nav .widget-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 22px 30px 17px 30px;
    background-color: var(--main-color-one);
    color: #fff;
    margin-bottom: 0;
}

.service-widget-area .widget.service-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-widget-area .widget.service-nav ul li {
    display: block;
    border-top: 1px solid #e2e2e2;
}

.service-widget-area .widget.service-nav ul li.active a {
    background-color: var(--main-color-one);
    color: #fff;
}

.service-widget-area .widget.service-nav ul li:first-child {
    margin-top: 0;
}

.service-widget-area .widget.service-nav ul li:last-child {
    margin-bottom: 0;
}

.service-widget-area .widget.service-nav ul li a {
    padding: 15px 30px 15px 30px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service-widget-area .widget.service-nav ul li a:hover {
    color: #fff;
    background-color: var(--main-color-one);
}

.service-page-content-inner .title {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.service-page-content-inner .thumb {
    margin-bottom: 25px;
}

.service-page-content-inner h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.service-page-content-inner p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

.service-page-content-inner p:last-child {
    margin-bottom: 0;
}

.padding-120 {
    padding: 120px 0 120px 0;
}

.padding-100 {
    padding: 100px 0 100px 0;
}

.single-post-details-item .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}

.single-post-details-item .post-meta li {
    display: inline-block;
    color: var(--paragraph-color);
}

.single-post-details-item .post-meta li i {
    color: var(--main-color-one);
    padding-right: 5px;
}

.single-post-details-item .post-meta li + li {
    margin-left: 20px;
}

.single-post-details-item .thumb {
    margin-bottom: 20px;
}

.single-post-details-item .post-meta li a {
    color: var(--paragraph-color);
}

.single-post-details-item .entry-footer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px 17px 20px;
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-post-details-item .entry-footer .left {
    display: inline-block;
}

.single-post-details-item .entry-footer .left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post-details-item .entry-footer .left ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-post-details-item .entry-footer .left ul li.title {
    font-weight: 500;
    color: #1c144e;
}

.single-post-details-item .entry-footer .left ul li:first-child {
    margin-left: 0;
}

.single-post-details-item .entry-footer .left ul li:last-child {
    margin-right: 0;
}

.single-post-details-item .entry-footer .left ul li a {
    color: #666666;
    margin: 0 7px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-post-details-item .entry-footer .left ul li a:after {
    position: absolute;
    right: -6px;
    top: 0;
    content: ',';
}

.single-post-details-item .entry-footer .left ul li a:first-child {
    margin-left: 0;
}

.single-post-details-item .entry-footer .left ul li a:last-child {
    margin-right: 0;
}

.single-post-details-item .entry-footer .left ul li a:last-child:after {
    display: none;
}

.single-post-details-item .entry-footer .left ul li a:hover {
    color: var(--main-color-one);
}

.single-post-details-item .entry-footer .right {
    display: inline-block;
}

.single-post-details-item .entry-footer .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post-details-item .entry-footer .right ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-post-details-item .entry-footer .right ul li.title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #1c144e;
}

.single-post-details-item .entry-footer .right ul li a {
    color: #666666;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-post-details-item .entry-footer .right ul li a:hover {
    color: var(--main-color-one);
}

.single-post-details-item .entry-footer .left ul li {
    border: 1px solid #e2e2e2;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.single-post-details-item .entry-footer .left ul li.title {
    border: none;
    padding: 0;
    font-size: 16px;
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar.navbar-area .navbar-toggler {
    border: 1px solid #e2e2e2;

}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }
}

.navbar-area {
    padding: 0px;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.navbar-area.nav-style-02 {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100px;
    z-index: 2;
}

.navbar-area.nav-style-02 .nav-container {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {


    max-width: 100px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
    margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 110px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area .nav-container {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
    margin-left: 40px;
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
    color: #6a7795;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.search {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
    background-color: var(--secondary-color);
}

.navbar-area .nav-container .navbar-brand .site-title {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    line-height: 90px;
    color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 90px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 900;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;

    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    position: absolute;
    right: 15px;
    top: 50%;
    content: '\f105';
    font-family: 'fontawesome';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.navbar-btn-wrapper .boxed-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.navbar-btn-wrapper .boxed-btn {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--main-color-one);
    color: #333333;
    font-weight: 600;
}
.about .about__text .section-title .def {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
}
@media only screen and (max-width: 1200px){
    .about .about__text .section-title .SpanPP {
        position: relative;
        left: -140px;
    }

}
@media only screen and (max-width: 500px) {
    .about .about__text .section-title .def {
        /*margin-left: 80px;*/
        display: block;
        /*flex-direction: row;*/
        /*margin-left: 30px;*/
    }
}
@media only screen and (max-width: 991px) {
    .navbar-area.nav-style-01 .nav-container .logo-wrapper {
        max-width: 120px;

    }

    .Ineer-Selected {
        position: absolute;
        left: 600px;


    }

    .about__pic__inner:after {
        position: absolute;
        left: 100px;
        top: 80px;
        height: 10px;
        width: 470px;
        border: 15px solid rgba(255, 255, 255, 0.2);
        content: "";
        z-index: -1;
    }

    .about__pic__inner2:after {
        position: absolute;
        left: -100px;
        top: -80px;
        height: 10px;
        width: 470px;
        border: 15px solid rgba(255, 255, 255, 0.2);
        content: "";
        z-index: -1;
    }



    .about .about__text .section-title .SpanPP {
        position: relative;
        left: -250px;
    }


    .video-icon {
        position: absolute;
        right: 60px;
        top: 80%;
    }
    .video-icon-arabic {
        position: absolute;
        left: 60px;
        top: 80%;
    }


    .navbar-area.nav-style-02 .nav-container {
        padding: 20px 0px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
        background-color: #fff;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
        background-color: var(--secondary-color);
        padding: 0 20px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-01 .nav-container {
        padding: 20px 0px;
    }

    .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        background-image: none;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: left;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 30px;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: var(--paragraph-color);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: 1px solid #e2e2e2;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: var(--paragraph-color);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: var(--main-color-one);
        color: #fff;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
        color: #656565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: var(--paragraph-color);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one);
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-brand {
        display: block;
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: height 500ms;
        -moz-transition: height 500ms;
        -o-transition: height 500ms;
        transition: height 500ms;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        top: 30px;
        color: #fff;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #e2e2e2;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area.nav-style-01 .nav-container .logo-wrapper {
        max-width: 120px;

    }

    .navbar-area .nav-container {
        padding: 0;
        margin-left: 20px;
        margin-right: 40px;


        /* background-color: red; */
    }
}

.about-page-conent.about-page .left-content-area img {
    /*border: 8px solid #fff;*/
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);*/

}

.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper .page-item.active .page-link {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.pagination-wrapper .page-link {
    color: var(--paragraph-color);
}

.pagination-wrapper .pagination {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.pagination-wrapper .pagination li {
    display: inline-block;
    font-size: 16px;
}

.video-play-area-two .img-wrapper {
    position: relative;
    z-index: 0;
}

.video-play-area-two .img-wrapper .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-play-area-two .img-wrapper .hover .video-play-btn {
    background-color: var(--main-color-one);
    color: #fff;
}

.video-play-area-two .img-wrapper .hover .video-play-btn:before {
    background-color: var(--main-color-one);
}

.contact-form .form-group.textarea .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.single-contact-info-02 {
    background-color: #f7f7fd;
    padding: 30px 30px 30px 30px;
}

.single-contact-info-02 {
    text-align: center;
    margin-bottom: 30px;
}

.single-contact-info-02 .icon {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    color: var(--main-color-one);
}

.single-contact-info-02 .title {
    font-size: 18px;
    line-height: 20px;
}

.single-contact-info-02 .details {
    display: block;
}

.quote-content-area .quote-title {
    margin-bottom: 40px;
    text-align: center;
}

.order-content-area .order-title {
    margin-bottom: 40px;
}

.contac-info-wrapper {
    padding-left: 60px;
}

.newsletter-area .title {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newsletter-area p {
    color: var(--paragraph-color);
}

.newsletter-area .right-side-content form {
    position: relative;
    z-index: 0;
    margin-top: 20px;
}

.newsletter-area .right-side-content form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.newsletter-area .right-side-content form input {
    height: 50px;
    padding-right: 70px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
}

.padding-80 {
    padding: 80px 0 80px 0;
}

.li-list a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: var(--main-color-one);

}


.li-list a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: var(--main-color-one);

    transform-origin: bottom left;
    transition: transform 0.30s;
}

.li-list a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom right;
}

/* Add a black background color to the top navigation */
.Ineer-Selected {
    position: relative;
    left: 20px;

}

.Ineer-Selected select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f7f9f9;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: rgb(34, 32, 32);
    cursor: pointer;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.Ineer-Selected select::-ms-expand {
    display: none;
}

.Ineer-Selected .select {
    position: relative;
    display: flex;
    width: 10em;
    height: 3em;
    line-height: 3;
    background: #5c6664;
    overflow: hidden;
    border-radius: .25em;
}

.Ineer-Selected .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #ab1b36;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.Ineer-Selected .select:hover::after {
    color: #ffffff;
}


.feature-item {
    padding: 0px 17px;
    text-align: center;

    margin-bottom: 50px
}

.feature-item img {
    margin-bottom: 35px;
    font-size: 65px;
    border: 2px solid #9499a5;
    padding: 36px 41px;
    display: inline-block;
    color: #6b6b6b;
    /*background:#6b6b6b ;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 767px) {
    .feature-item img {
        margin-bottom: 20px
    }
}

.feature-item h4 {
    font-size: 20px;
    color: #6b6b6b;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.feature-item p {
    margin-bottom: 0px;
    color: #6b6b6b;
}

.feature-item:hover img {
    border: 2px solid #ab1b36
}

.feature-item:hover h4 {
    color: #ab1b36
}


.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    font-size: 30px;
    color: #dee2e6;
    position: relative;
}

.site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
}

.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
}
.GKl .post-description p{
    color: #6b6b6b;
}

.GKl .mt-0{
    color: #6b6b6b;

}
.GKl .mt-0:hover{
    color: #ab1b36;
}
.GKl .readmore{
    color: #6b6b6b;
}
.GKl .readmore:hover{
    color: #ab1b36;
}

.GKl .post-description p:hover{
    color: #ab1b36;
}
.GKl :hover {
    color: #ab1b36;

}


.about {
    padding-top: 120px;
    padding-bottom: 165px;
    overflow: hidden;
}

.about-page {
    padding-top: 120px;
    padding-bottom: 90px;
}

.about__text {
    padding-top: 80px;
}

.about__text.about__page__text {
    padding-top: 0;
}

.about__text.about__page__text .section-title {
    margin-bottom: 12px;
}

.about__text .section-title {
    margin-bottom: 35px;
}

.about__para__text {
    margin-bottom: 70px;
}

.about__para__text span {
    margin-bottom: 26px;
}

.about__para__text span:last-child {
    margin-bottom: 0;
}

.about__pic {
    padding-left: 34px;
}

.about__pic__inner {
    position: relative;
    display: inline-block;
}
.about__pic__inner2 {
    position: relative;
    display: inline-block;
}

.SpanPP {
    position: relative;
    left: -187px;
    text-transform: uppercase;


}

.about__pic__inner:after {
    position: absolute;
    left: 55px;
    top: 76px;
    height: 660px;
    width: 470px;
    border: 15px solid rgba(139, 134, 133, 0.2);
    content: "";
    z-index: -1;
}
.about__pic__inner2:after {
    position: absolute;
    left: -50px;
    top: 76px;
    height: 660px;
    width: 470px;
    border: 15px solid rgba(139, 134, 133, 0.2);
    content: "";
    z-index: -1;
}
@media (max-width: 1200px) {
    .about__pic__inner:after {
        display: none;
    }
    .about__pic__inner2:after {
        display: none;
    }
}

.about__page__services__text {
    margin-bottom: 30px;
}
.prod--img-graphic {
    max-height: 100%;
    height: 100%;
    vertical-align: top;
    max-width: 100%;
}
.skeleton-loader:empty {
    width: 100%;
    height:100%;
    display: block;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 80%
    ),
    lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
}

@keyframes shine {
    to {
        background-position: 100% 0;
    }
}
.primary-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 50px;
    color: #ffffff;
    position: relative;
}

.primary-btn.normal-btn {
    color: #111111;
}

.primary-btn.normal-btn:before {
    border-color: #ab1b36;
}

.primary-btn.normal-btn:after {
    border-color: #ab1b36;
}

.primary-btn:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    width: 28px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 0 0 4px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}


.primary-btn:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 4px 0 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.primary-btn:hover:before {
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.primary-btn:hover:after {
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.site-btn {
    font-size: 16px;
    color: #ffffff;
    background: #dfa667;
    font-weight: 600;
    border: none;
    display: inline-block;
    padding: 14px 36px;
}

.overlaytr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(255, 255, 255, 0.9);


}

.captionrty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;


}

.thumbanilee:hover {
    transform: translateY(-4px);

}

.work-details-content-area .Imagerr {
    display: block;
    width: 100%;

}

.img-container:hover .overlaytr {
    opacity: 1;
}

.work-details-content-area .container .project-entry {
    overflow: hidden;

    position: relative;
    display: block;
}

.work-details-content-area .project-entry .figure {
    overflow: hidden;
    margin-bottom: 20px;
}

.work-details-content-area .project-entry h3 {
    font-size: 18px;
    line-height: 1.3;
}

.work-details-content-area .project-entry h3 a {
    color: #000;
}

.work-details-content-area .project-entry img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    display: block;
    width: 100%;
    border-radius: 20px;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.work-details-content-area .project-entry:hover img {
    -webkit-transform: scale(1.05);
    display: block;
    width: 100%;
    border-radius: 30px;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.project-area {
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .project-area {
        padding-bottom: 40px
    }
}

.project-area .filters {
    text-align: center
}

@media (max-width: 991px) {
    .project-area .filters {
        margin-top: 40px
    }
}

.project-area .filters ul {
    padding: 0
}

@media (max-width: 991px) {
    .project-area .filters ul {
        text-align: center
    }
}

.project-area .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    color: #263a4e
}

.project-area .filters ul li:last-child {
    padding-right: 0
}

@media (max-width: 991px) {
    .project-area .filters ul li:first-child {
        padding-left: 0
    }
}
.project-area .filters ul li.active,
.project-area .filters ul li{
    color: #6b6b6b;
}
.project-area .filters ul li.active,
.project-area .filters ul li:hover {
    color: #ab1b36
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px
}


.relative {
    position: relative
}


.project-area .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms
}

.project-area .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms
}

.project-area .filters-content img {
    border-radius: 10px;
    width: 100%
}


.section-gap-top {
    padding-top: 130px
}

@media (max-width: 991px) {
    .section-gap-top {
        padding-top: 70px
    }
}


.project-area .section-title {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .project-area .section-title {
        margin-bottom: 40px
    }
}

.project-area .section-title h4 {
    color: #ab1b36;
    font-weight: 400
}

@media (max-width: 767px) {
    .project-area .section-title h4 {
        margin-bottom: 10px
    }
}

.project-area .section-title h2 {
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .project-area .section-title h2 {
        margin-bottom: 5px;
        margin-top: 0px
    }
}

@media (max-width: 991px) {
    .project-area .section-title h2 {
        font-size: 30px
    }
}

.project-area .text-center {
    text-align: center
}

.project-area .filters-content .single-project {
    border-radius: 5px;
    margin-bottom: 30px;


}

.project-area .filters-content .single-project:hover .middleh {
    visibility: visible;


    animation: 0.2s fadeInDown both;


}

.thumbr .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden
}

.project-area .filters-content .single-project .middleh {

    visibility: hidden;

    position: absolute;


    right: 0;
    top: 0px;
    min-width: 290px;
    background: #fff;
    box-shadow: 0px -10px 30px rgba(38, 58, 78, 0.1);
    padding: 12px 30px;
}


@media (min-width: 1200px) {
    .project-area .filters-content .single-project .middleh {
        right: 10px
    }
}

.project-area .filters-content .single-project .middleh h4 {
    font-size: 20px;
    margin-bottom: 5px
}

.project-area .filters-content .single-project .middleh .cat {
    /*-webkit-transition: all 0.3s ease 0s;*/
    /*-moz-transition: all 0.3s ease 0s;*/
    /*-o-transition: all 0.3s ease 0s;*/
    /*transition: all 0.1s ease 0s*/
}

.project-area .filters-content .single-project:hover .middleh .cat {
    color: #ab1b36
}


.site-section1 {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section1 {
        padding: 5em 0;
    }
}

.site-section1.site-section1-sm {
    padding: 4em 0;
}

.site-section1-heading {
    font-size: 30px;
    color: #dee2e6;
    position: relative;
}

.site-section1-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ff5733;
}

.site-section1-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ff5733;
}


.testimony {
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 30px;
}

.testimony img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}

.testimony .sub-title {
    margin-bottom: 30px;
}

.testimony h3 {
    font-size: 18px;
}

.testimony p {
    font-size: 20px;
}

.site-block-testimony img {
    max-width: 140px;
    border-radius: 50%;
}

.site-block-testimony p {
    font-size: 1.2rem;
}

.site-block-testimony.active {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
}

.sub-title1 {
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
    color: #ab1b36;
    margin-bottom: 10px;
}

.block-13, .block-14, .block-15, .slide-one-item {
    position: relative;
    z-index: 1;
}

.block-13 .owl-nav, .block-14 .owl-nav, .block-15 .owl-nav, .slide-one-item .owl-nav {

    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .block-14 .owl-nav .owl-prev, .block-14 .owl-nav .owl-next, .block-15 .owl-nav .owl-prev, .block-15 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 25px;
    color: #000;
}

.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .block-14 .owl-nav .owl-prev.disabled, .block-14 .owl-nav .owl-next.disabled, .block-15 .owl-nav .owl-prev.disabled, .block-15 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
    opacity: .2;
}

.block-13.nav-direction-white .owl-prev, .block-13.nav-direction-white .owl-next, .block-14.nav-direction-white .owl-prev, .block-14.nav-direction-white .owl-next, .block-15.nav-direction-white .owl-prev, .block-15.nav-direction-white .owl-next, .slide-one-item.nav-direction-white .owl-prev, .slide-one-item.nav-direction-white .owl-next {
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.block-13.nav-direction-white .owl-prev:hover, .block-13.nav-direction-white .owl-next:hover, .block-14.nav-direction-white .owl-prev:hover, .block-14.nav-direction-white .owl-next:hover, .block-15.nav-direction-white .owl-prev:hover, .block-15.nav-direction-white .owl-next:hover, .slide-one-item.nav-direction-white .owl-prev:hover, .slide-one-item.nav-direction-white .owl-next:hover {
    -webkit-box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.1);
}

.block-13 .owl-stage-outer, .block-14 .owl-stage-outer, .block-15 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-13 .owl-nav, .block-14 .owl-nav, .block-15 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .block-13 .owl-nav, .block-14 .owl-nav, .block-15 .owl-nav {
        display: none;
    }
}

.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .block-14 .owl-nav .owl-prev, .block-14 .owl-nav .owl-next, .block-15 .owl-nav .owl-prev, .block-15 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
}

.block-13 .owl-nav .owl-prev:hover, .block-13 .owl-nav .owl-next:hover, .block-14 .owl-nav .owl-prev:hover, .block-14 .owl-nav .owl-next:hover, .block-15 .owl-nav .owl-prev:hover, .block-15 .owl-nav .owl-next:hover {
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
}

.block-13 .owl-nav .owl-prev, .block-14 .owl-nav .owl-prev, .block-15 .owl-nav .owl-prev {
    left: -20px;
}

.block-13 .owl-nav .owl-next, .block-14 .owl-nav .owl-next, .block-15 .owl-nav .owl-next {
    right: -20px;
}

.block-13 .owl-dots, .block-14 .owl-dots, .block-15 .owl-dots {
    text-align: center;
}

.block-13 .owl-dots .owl-dot, .block-14 .owl-dots .owl-dot, .block-15 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}

.block-13 .owl-dots .owl-dot > span, .block-14 .owl-dots .owl-dot > span, .block-15 .owl-dots .owl-dot > span {
    line-height: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    float: left;
    background: #cccccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.block-13 .owl-dots .owl-dot.active > span, .block-14 .owl-dots .owl-dot.active > span, .block-15 .owl-dots .owl-dot.active > span {
    background: #ab1b36;
}

.footer_area {
    background: #000410;
}

.f_title {
    margin-bottom: 35px;
    margin-top: 35px;
}

.f_title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.ab_widget {
    max-width: 390px;
}

.ab_widget p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 30px;
}

.ab_widget p a {
    color: #a7cb00;
}

.ab_widget p + p {
    margin-bottom: 0px;
}

.news_widget {
    padding-left: 0px;
}

.news_widget p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 15px;
}

.news_widget .input-group input {
    height: 40px;
    background: transparent;
    border-radius: 0px;
    width: 82%;
    padding: 0px 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    border: 1px solid #353535;
    outline: none;
    box-shadow: none;
}

.news_widget .input-group input.placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

.news_widget .input-group input:-moz-placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

.news_widget .input-group input::-moz-placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

.news_widget .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

.news_widget .input-group .sub-btn {
    border-radius: 0px;
    background: #ab1b36;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
    width: 42px;
    cursor: pointer;
    color: #fff;
}

.social_widget p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 10px;
}

.social_widget .list {
    padding-left: 2px;

}

.social_widget .list li {
    margin-right: 12px;
    display: inline-block;
}

.social_widget .list li a {
    color: #cccccc;
    font-size: 14px;
    transition: all 300ms linear 0s;
}

.social_widget .list li:last-child {
    margin-right: 0px;
}

.social_widget .list li:hover a {
    color: #a7cb00;
}

.p_120 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 22px;
}

.social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.social-icons li:first-child {
    margin-left: 0;
}

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

.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 2px solid var(--main-color-one);
    color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.social-icons li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.footer_area .footer-top5 .ab_widget .footer-logo2 {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
}

.copy_right_text {
    text-align: center;
    margin-top: 60px;

}

.copy_right_text p a {
    color: #ab1b36;
}

.line4 {
    width: 92%;

    height: 1px;
    top: 100px;
    left: 85px;

    border-bottom: 2px solid #ab1b36;
    position: absolute;
    animation: animate 5s linear infinite;
}


@keyframes animate {
    0% {
        right: 0;
    }

    50% {
        left: 85px;
    }

    0% {
        right: 0;
    }
}

.line5 {
    width: 60px;
    height: 87px;
    top: 14px;
    left: 85px;

    border-left: 2px solid #ab1b36;
    position: absolute;

}

.line6 {
    width: 13%;
    height: 1px;
    top: 14px;
    left: 85px;

    border-top: 2px solid #ab1b36;
    position: absolute;

}

@media only screen and (max-width: 1300px) {
    .line4 {
        width: 0;
        height: 0px;

    }

    .line5 {
        width: 0;
        height: 0px;


    }

    .line6 {
        width: 0;
        height: 0px;


    }
}


.isotope-item {
    width: 20%;
    float: left
}

.isotope-item.w2 {
    width: 40%
}

.isotope-item .img-thumbnail,
.isotope-item a,
.isotope-item .thumb-info img {
    border-radius: 0
}

@media (min-width: 992px) {
    .col-md-6.isotope-item:nth-child(2n+1) {
        clear: both
    }

    .col-md-4.isotope-item:nth-child(3n+1) {
        clear: both
    }

    .col-md-3.isotope-item:nth-child(4n+1) {
        clear: both
    }

    .col-md-1-5.isotope-item:nth-child(5n+1) {
        clear: both
    }

    .col-md-2.isotope-item:nth-child(6n+1) {
        clear: both
    }

    .isotope-item:nth-child(5n+1) {
        clear: both
    }
}

@media (max-width: 991px) {
    .isotope-item {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .isotope-item.product {
        position: relative !important
    }


    .isotope-item {
        margin-left: auto !important;
        margin-right: auto !important
    }


    .isotope-item,
    .isotope-item {
        max-width: none
    }
}

@media (max-width: 479px) {

    .sort-destination,
    .isotope-item {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .isotope-item,
    .sort-source-wrapper + .sort-destination.full-width .isotope-item {
        position: static !important;
        clear: both;
        float: none;
        width: auto
    }
}

.thumb-info {
    margin-bottom: 20px
}

.thumb-info {
    background-color: #282d36;
    border-color: #282d36
}

.thumb-info .thumb-info-wrapper:after {
    background-color: rgba(29, 33, 39, .9)
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #f7f9f9;
    border: 1px solid #DDD;
    border-radius: 0;
    /*border-radius: 4px;*/
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(23, 23, 23, .8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*border-radius: 4px;*/
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2
}


.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #FFF
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block
}

.thumb-info .thumb-info-inner {
    display: block;
    font-size: .8em;
    font-style: normal;
    font-weight: 400
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(115, 110, 110, .41);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%
}

.thumb-info .thumb-info-type {
    background-color: #6b6b6b;
    /*border-radius: 2px;*/
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2
}

.thumb-info .owl-carousel {
    z-index: auto
}

.thumb-info .owl-carousel .owl-dots {
    z-index: 2
}

/*.thumb-info img {*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*    border-radius: 0px;*/
/*    position: relative;*/
/*    width: 100%*/
/*}*/
.thumb-info .thumb-info-wrapper img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px;
    position: relative;
    width: 100%

}

.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0
}

.thumb-info:hover .thumb-info-title {
    background: rgba(171, 27, 54, 0.77)
}

.thumb-info :hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.03, 1.03)
}

.thumb-info.thumb-info-no-zoom img {
    -webkit-transition: initial;
    -moz-transition: initial;
    transition: initial
}

.thumb-info.thumb-info-no-zoom:hover img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, .25)
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
    display: none
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    top: 50%;
    left: 3px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 2
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 3px
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    position: static;
    font-size: 18px
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
    position: relative
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: transparent;
    left: 5%;
    width: 90%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate(0%, -30%);
    top: 50%;
    bottom: auto;
    opacity: 0;
    text-align: center;
    padding: 0;
    position: absolute
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    opacity: 1;
    transform: translate(0%, -50%)
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #FFF;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, 100px, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #bf5050
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: none;
    padding: 0;
    margin: 0
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.thumb-info.thumb-info-bottom-info:hover img {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px)
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, .8) 0, transparent 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to top, rgba(23, 23, 23, .8) 0, transparent 100%) repeat scroll 0 0 transparent;
    color: #FFF
}

.thumb-info.thumb-info-push-hor img {
    -webkit-transform: translatex(-18px);
    -moz-transform: translatex(-18px);
    -ms-transform: translatex(-18px);
    -o-transform: translatex(-18px);
    transform: translatex(-18px);
    width: calc(100% + 19px);
    max-width: none
}

.thumb-info.thumb-info-push-hor:hover img {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: .65
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 50%
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
    opacity: .1
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    opacity: 0
}

.thumb-info.thumb-info-no-borders,
.thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none
}

.thumb-info.thumb-info-preview .thumb-info-image {
    min-height: 232px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    transition: background-position 0.8s linear 0s
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
    transition: background-position 2.5s linear 0s;
    background-position: center bottom
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    transition: background-position 1s linear 0s
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
    transition: background-position 5s linear 0s
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px 4px;
    overflow: hidden;
    max-height: 300px
}

.h-200 {
    max-height: 200px !important
}

.thumb-info-lighten {
    border: none !important
}

.work-details-content-area .klkl {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(36, 36, 36, 0.19);
    background-color: #f7f9f9;
    border-left: 2px solid #ab1b36
}
@media only screen and (max-width: 991px){

    .work-details-content-area .klkl{
        margin: 25px 15px 30px;
    }
}

.work-details-content-area .klkl2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(36, 36, 36, 0.19);
    background-color: #f7f9f9;
    border-right: 2px solid #ab1b36
}
@media only screen and (max-width: 991px){

    .work-details-content-area .klkl2{
        margin: 25px 15px 30px;
    }
}
.Koko{
    border: solid 1px black;
    padding: 1px;
    color: #ab1b36;
}

.portfolio-load-more-loader {
    min-height: 61px;
}
.bg-image {

    background-image: url("Untitled-4.jpg") ;
    background-attachment: local;
    background-size:20px;
    background-repeat: no-repeat;
    background-position: center ;

    height: 10%;
    width:100%


}
.bg-image2{
    background-image: url("mobile poster.jpg") ;
    background-size: contain;
    background-repeat: no-repeat;

    background-position: 100% 100%;


    width:100%;
    display: none;

}

.portfolio-load-more-loader.portfolio-load-more-loader-showing .bounce-loader {
    display: block !important;
}

.portfolio-load-more-loader {
    display: none;
    position: relative;
    height: 49px;
}

.bounce-loader {
    transition: all 0.2s;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    background-color: #CCC;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 18px;
    width: 18px;
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
    -webkit-animation: 1.4s ease-in-out infinite bouncedelay;
    animation: 1.4s ease-in-out infinite bouncedelay;
}


@media screen and (min-width: 100px) and (max-width: 1052px) {

    .bg-image {
        display: none;
    }
    .bg-image2{
        display: block;
    }
}
.card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.card-body {
    padding: 32px;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.card-text-color-hover-light:hover * {
    color: #FFF !important;
}

.card-background-image-hover {
    background-size: cover;
    background-position: center;
}


.card-background-image-hover .card-body {
    background: rgba(255, 255, 255, 0.9);
    margin: 16px;
    margin: 1rem;
    padding: 16px;
    padding: 1rem;
}

.flip-card {
    position: relative;
    border: none;
    perspective: 1000px;
}

.flip-card .flip-front,
.flip-card .flip-back {
    padding: 32px;
    padding: 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF;
    box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    transition: ease transform 500ms;
}

.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
    transform: translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
    transform: translate3d(0, 0, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .flip-front {
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card .flip-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, -1px) rotateY(180deg);
}

.flip-card:hover .flip-front {
    transform: translate3d(0, 0, -1px) rotateY(-180deg);
}

.flip-card:hover .flip-back {
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card.flip-card-vertical .flip-front {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-vertical .flip-back {
    transform: translate3d(0, 0, -1px) rotateX(180deg);
}

.flip-card.flip-card-vertical:hover .flip-front {
    transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

.flip-card.flip-card-vertical:hover .flip-back {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
    perspective: inherit;
    transform: translate3d(0, 0, 60px);
}

.flip-card.flip-card-vertical .flip-front {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-vertical .flip-back {
    transform: translate3d(0, 0, -1px) rotateX(180deg);
}

.flip-card.flip-card-vertical:hover .flip-front {
    transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

.flip-card.flip-card-vertical:hover .flip-back {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
    perspective: inherit;
    transform: translate3d(0, 0, 60px);
}
