@font-face {
    font-family: nunito-light;
    src: url("/assets/fonts/Nunito-Light.ttf") format("TrueType")
}
@font-face {
    font-family: nunito-regular;
    src: url("/assets/fonts/Nunito-Regular.ttf") format("TrueType")
}

@font-face {
    font-family: nunito-bold;
    src: url("/assets/fonts/Nunito-Bold.ttf") format("TrueType")
}
@font-face {
    font-family: nunito-semibold;
    src: url("/assets/fonts/Nunito-SemiBold.ttf") format("TrueType")
}
@font-face {
    font-family: nunito-extrabold;
    src: url("/assets/fonts/Nunito-ExtraBold.ttf") format("TrueType")
}
    body {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #1d2122;
        overflow-x: hidden;
        font-size: 16px;
        line-height: 1.6
    }
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    img {
        max-width: 100%;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .btn:focus,
    .slick-initialized .slick-slide:focus,
    a:focus,
    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        text-decoration: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    button,
    input,
    select,
    textarea {
        border: none
    }
    input,
    select,
    textarea {
        width: 100%;
        background-color: #f3f3f3;
        padding: 0 30px;
        height: 50px;
        font-weight: 600;
        font-size: 15px;
        color: #1d2122
    }
    textarea {
        height: 200px;
        padding-top: 20px;
        resize: none
    }
    select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #a5a5a5;
        background: #f3f3f3 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") no-repeat;
        background-position: right 30px top 50%
    }
    select::-ms-expand {
        display: none
    }
    select option {
        color: #333
    }
    ::-webkit-input-placeholder {
        opacity: 1;
        color: inherit
    }
    ::-moz-placeholder {
        opacity: 1;
        color: inherit
    }
    :-ms-input-placeholder {
        opacity: 1;
        color: inherit
    }
    ::-ms-input-placeholder {
        opacity: 1;
        color: inherit
    }
    ::placeholder {
        opacity: 1;
        color: inherit
    }
    ::-webkit-scrollbar {
        background-color: #ccc;
        width: 8px
    }
    ::-webkit-scrollbar-thumb {
        background-color: #1d2122
    }
    .input-group {
        position: relative;
        display: block
    }
    .input-group input,
    .input-group select,
    .input-group textarea {
        padding-right: 45px;
        padding-left: 25px
    }
    .input-group .icon {
        position: absolute;
        right: 25px;
        font-size: 14px;
        color: #ee443d;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .input-group.textarea .icon {
        top: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .slick-slide img {
        display: inline-block
    }
    a:focus,
    a:hover {
        text-decoration: none
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: nunito-extrabold;
        font-weight: 700;
        margin: 0
    }
    h1,
    h1 a,
    h2,
    h2 a,
    h3,
    h3 a,
    h4,
    h4 a,
    h5,
    h5 a,
    h6,
    h6 a {
        color: #1d2122
    }
    ol,
    ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }
    p {
        margin: 0
    }
    a {
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    a,
    a:hover {
        color: #ee443d
    }
    @media (min-width:1600px) {
        .container-1500 {
            max-width: 1530px
        }
    }
    @media (min-width:1350px) and (max-width:1599px) {
        .container-1500 {
            max-width: 1330px
        }
    }
    @media (min-width:1350px) {
        .container-1320 {
            max-width: 1350px
        }
    }
    .main-btn {
        font-family: nunito-regular;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 8px 45px;
        background-color: #ee443d;
        color: #1d2122;
        line-height: 60px;
        height: 60px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    @media (max-width:575px) {
        .main-btn {
            padding: 0 40px;
            line-height: 55px;
            height: 55px;
            font-size: 15px
        }
    }
    .main-btn .icon {
        margin-left: 10px;
        line-height: 1
    }
    .main-btn .icon-left {
        margin-right: 10px
    }
    .main-btn:hover {
        color: #fff;
        background-color: #1d2122
    }
    .main-btn.main-btn-2 {
        border: 2px solid #f1f1f1;
        background-color: transparent
    }
    .main-btn.main-btn-2:hover {
        color: #fff;
        background-color: #1d2122;
        border-color: #1d2122
    }
    .main-btn.main-btn-3 {
        background-color: #fff
    }
    .main-btn.main-btn-3:hover {
        background-color: #1d2122;
        color: #fff
    }
    .main-btn.main-btn-4 {
        color: #fff;
        background-color: #1d2122
    }
    .main-btn.main-btn-4:hover {
        background-color: #ee443d;
        color: #1d2122
    }
    .section-title .title-tag {
        font-family: nunito-regular;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 2px;
        color: #ee443d;
        margin-bottom: 15px
    }
    .section-title .title {
        font-size: 25px;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 1
    }
    @media (max-width:1199px) {
        .section-title .title {
            font-size: 20px
        }
    }
    @media (max-width:575px) {
        .section-title .title {
            font-size: 20px
        }
    }
    .section-title .title span {
        display: block;
        color: transparent;
        -webkit-text-stroke: 1px #1d2122;
        opacity: .2
    }
    .section-title p {
        font-size: 15px;
        font-family: nunito-regular;
        line-height: 1.4;
        margin-top: 25px
    }
    @media (max-width:1199px) {
        .section-title p {
            font-size: 18px
        }
    }
    @media (max-width:575px) {
        .section-title p {
            font-size: 17px
        }
    }
    .section-title.white-color .title,
    .section-title.white-color p {
        color: #fff
    }
    .section-title.white-color .title span {
        -webkit-text-stroke: 1px #fff;
        opacity: .4
    }
    .section-gap {
        padding-top: 45px;
        padding-bottom: 45px
    }
    @media (max-width:767px) {
        .section-gap {
            padding-top: 45px;
            padding-bottom: 45px
        }
    }
    .section-gap-bottom {
        padding-bottom: 60px
    }
    @media (max-width:767px) {
        .section-gap-bottom {
            padding-bottom: 40px
        }
    }
    .section-gap-top {
        padding-top: 110px
    }
    @media (max-width:767px) {
        .section-gap-top {
            padding-top: 40px
        }
    }
    .section-gap-less-top {
        padding-top: 80px;
        padding-bottom: 120px
    }
    .section-gap-less-bottom {
        padding-top: 120px;
        padding-bottom: 80px
    }
    .grey-bg {
        background-color: #f4f9fa
    }
    .smoke-bg {
        background-color: #f6f6f6
    }
    .dark-bg {
        background-color: #1d2122
    }
    .border-top {
        border-top: 2px solid #efefef !important
    }
    .body-clippy-shape {
        position: absolute;
        z-index: -1;
        width: 100%;
        background-color: #ee443d;
        -webkit-clip-path: polygon(65% 0, 0 0, 0 100%);
        clip-path: polygon(65% 0, 0 0, 0 100%);
        height: 2085px
    }
    @media (max-width:1349px) {
        .body-clippy-shape {
            -webkit-clip-path: polygon(70% 0, 0 0, 0 100%);
            clip-path: polygon(70% 0, 0 0, 0 100%);
            height: 1600px
        }
    }
    @media (max-width:767px) {
        .body-clippy-shape {
            -webkit-clip-path: polygon(60% 0, 0 0, 0 100%);
            clip-path: polygon(60% 0, 0 0, 0 100%);
            height: 1500px
        }
    }
    div#preloader {
        margin: auto;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #1d2122;
        z-index: 9999999
    }
    div#preloader .line {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        width: 60px;
        height: 4px;
        background: #fff;
        -webkit-animation: spin 1.5s infinite ease;
        animation: spin 1.5s infinite ease
    }
    div#preloader .line:nth-of-type(2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }
    div#preloader .line:nth-of-type(3) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }
    div#preloader .line:nth-of-type(4) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }
    .mt-30 {
        margin-top: 30px
    }
    .mt-40 {
        margin-top: 40px
    }
    .mt-50 {
        margin-top: 50px
    }
    .mt-60 {
        margin-top: 60px
    }
    .mt-80 {
        margin-top: 60px
    }
    .mb-10 {
        margin-bottom: 10px
    }
    .mb-20 {
        margin-bottom: 20px
    }
    .mb-25 {
        margin-bottom: 25px
    }
    .mb-30 {
        margin-bottom: 30px
    }
    .mb-40 {
        margin-bottom: 40px
    }
    .mb-50 {
        margin-bottom: 50px
    }
    .mb-60 {
        margin-bottom: 60px
    }
    .mb-80 {
        margin-bottom: 80px
    }
    @-webkit-keyframes sticky {
        0% {
            top: -200px
        }
        100% {
            top: 0
        }
    }
    @keyframes sticky {
        0% {
            top: -200px
        }
        100% {
            top: 0
        }
    }
    @-webkit-keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            opacity: 1
        }
        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0
        }
    }
    @keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            opacity: 1
        }
        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0
        }
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    header {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        border-bottom: 1px solid rgb(255 255 255 / 14%)
    }
    header .header-nav {
        position: relative
    }
    header .nav-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0;
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
        width: calc(100%)
    }
    @media (max-width:1349px) {
        header .nav-container {
            width: calc(100%);
            padding: 0 40px
        }
    }
    @media (max-width:1199px) {
        header .nav-container {
            width: calc(100%);
            padding: 0 0;
        }
    }
    @media (max-width:991px) {
        header .nav-container {
            width: 100%;
            padding: 3px 0
        }
    }
    header .nav-container .navbar-toggler {
        border: 1px solid #fff;
        background-color: transparent;
        cursor: pointer;
        padding: 7px;
        margin-left: 30px;
        display: none
    }
    header .nav-container .navbar-toggler span {
        position: relative;
        background-color: #2a2a2a;
        border-radius: 0;
        display: block;
        height: 2px;
        margin-top: 5px;
        padding: 0;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        width: 20px;
        cursor: pointer;
        display: block
    }
    header .nav-container .navbar-toggler span:first-child {
        margin-top: 0
    }
    header .nav-container .navbar-toggler.active span:nth-of-type(1) {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        top: 8px
    }
    header .nav-container .navbar-toggler.active span:nth-of-type(2) {
        opacity: 0
    }
    header .nav-container .navbar-toggler.active span:nth-of-type(3) {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        top: -8px
    }
    @media (max-width:991px) {
        header .nav-container .navbar-toggler {
            display: block
        }
    }
    header .nav-container .menu-items {
        position: relative
    }
    @media (max-width:991px) {
        header .nav-container .menu-items {
            display: none
        }
    }
    header .nav-container .menu-items li {
        display: inline-block;
        position: relative;
        margin:0 0;
    }
    header .nav-container .menu-items li a {
        color: #2a2a2a;
        padding: 0 4px;
        margin: 0 4px;
        line-height: 55px;
        position: relative;
        font-family: nunito-bold;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        letter-spacing: .7px
    }
    @media (max-width:1349px) {
        header .nav-container .menu-items li a {
            margin: 0 5px;
            padding: 0 2px
        }
    }
    @media (max-width:1199px) {
        header .nav-container .menu-items li a {
            margin: 0 4px;
            padding: 0 2px;
            font-size: 11px;
            letter-spacing: 0
        }
        .language-wrap img {
            height: 20px !important
        }
        .language-wrap a {
            font-size: 13px
        }
    }
    header .nav-container .menu-items li:last-child a {
        padding-right: 0;
        margin-right: 0
    }
    header .nav-container .menu-items li .dd-trigger {
        display: none;
        position: absolute;
        right: 0;
        height: 45px;
        width: 45px;
        top: 0;
        border-left: 1px solid rgba(255, 255, 255, .1);
        z-index: 2;
        background: 0 0;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
        color: #fff;
        font-size: 20px
    }
    @media (max-width:1349px) {
        header .nav-container .menu-items li .dd-trigger {
            right: 0
        }
    }
    @media (max-width:1199px) {
        header .nav-container .menu-items li .dd-trigger {
            font-size: 14px;
            right: -2px
        }
    }
    header .nav-container .menu-items li .submenu {
        position: absolute;
        left: 0;
        top: 110%;
        width: 260px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        z-index: 99;
        height: auto;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }
    header .nav-container .menu-items li .submenu li {
        display: block
    }
    header .nav-container .menu-items li .submenu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    header .nav-container .menu-items li .submenu li .dd-trigger {
        right: 10px
    }
    header .nav-container .menu-items li .submenu li .dd-trigger i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    header .nav-container .menu-items li .submenu li a {
        display: block;
        padding: 3px 16px;
        position: relative;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        border-radius: 0;
        margin: 0 0;
        line-height: 20px !important;
        color: #1d2122;
        font-size: 12px;
        font-family: nunito-regular;
        text-transform: inherit
    }
    header .nav-container .menu-items li .submenu li a:hover {
        background-color: #ee443d;
        color: #fff !important
    }
    header .nav-container .menu-items li .submenu li a:hover~.dd-trigger {
        color: #fff
    }
    header .nav-container .menu-items li .submenu li .submenu {
        left: 100%;
        top: 50%
    }
    header .nav-container .menu-items li .submenu li:hover .submenu {
        top: 0
    }
    header .nav-container .menu-items li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        top: 100%
    }
    header .nav-container .menu-items li a:hover,
    header .nav-container .menu-items li.current a {
        color: #cfcfcf
    }
    @media (max-width:575px) {
        header .nav-container .serach-wrap {
            display: none
        }
    }
    header .nav-container .serach-wrap .search-icon {
        color: #1d2122;
        font-size: 20px
    }
    header .nav-container .serach-wrap .search-icon.search-on i::before {
        content: ""
    }
    header .nav-container .serach-wrap .search-form {
        position: absolute;
        top: 110%;
        right: 0;
        width: 360px;
        height: auto;
        z-index: 9;
        background-color: #fff;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        visibility: hidden;
        opacity: 0
    }
    header .nav-container .serach-wrap .search-form form {
        position: relative
    }
    header .nav-container .serach-wrap .search-form form input {
        background-color: #f0f4f7;
        font-size: 12px;
        height: 60px;
        padding: 0 65px 0 25px
    }
    header .nav-container .serach-wrap .search-form form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background-color: #ee443d;
        font-size: 14px;
        border: none
    }
    header .nav-container .serach-wrap .search-form.search-on {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
    header .contact-btn {
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 55px;
        width: 220px;
        background-color: #ee443d;
        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
    }
    @media (max-width:1349px) {
        header .contact-btn {
            width: 250px
        }
    }
    @media (max-width:1199px) {
        header .contact-btn {
            width: 185px;
            right: 29px
        }
        header .contact-btn .contact-info .info {
            font-size: 14px !important
        }
        header .contact-btn .contact-info .title {
            color: #fff;
            font-size: 14px !important;
            letter-spacing: 0.3px;
        }
        .site-logo a img {
            height: 50px !important
        }
    }
    header .contact-btn .contact-info {
        font-size: 16px;
        font-family: nunito-regular;
        font-weight: 700;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 1;
        position: relative;
        padding-left: 38px
    }
    header .contact-btn .contact-info i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #fff
    }
    header .contact-btn .contact-info .info {
        display: block;
        font-size: 16px;
        margin-top: 5px;
        color: #fff;
        font-family: nunito-bold
    }
    header .contact-btn .contact-info .title {
        color: #fff;
        font-size: 12px;
        font-family: nunito-bold
    }
    @media (max-width:1349px) {
        header .contact-btn .contact-info .info {
            font-size: 18px
        }
    }
    header .mobile-menu {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 99;
        width: 300px;
        height: 100%;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        padding: 0;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        display: block;
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: scroll
    }
    header .mobile-menu.menu-on {
        left: 0;
        opacity: 1;
        visibility: visible
    }
    header .mobile-menu .site-logo {
        padding: 40px 25px 30px
    }
    header .mobile-menu .menu-items {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        display: inherit
    }
    header .mobile-menu .menu-items ul li {
    display: block;
    position: relative;
    border-top: 1px solid rgb(165 165 165 / 10%);
    }
    header .mobile-menu .menu-items ul li a {
        display: block;
        line-height: 16px !important;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 500;
        color: #2a2a2a;
        text-transform: uppercase
    }
    header .mobile-menu .menu-items ul li .submenu {
        display: none
    }
    header .mobile-menu .menu-items ul li .submenu li a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: initial;
    }
    header .mobile-menu .menu-items ul li .dd-trigger {
        display: block;
        position: absolute;
        right: 0;
        height: 25px;
        width: 25px;
        bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, .1);
        z-index: 2;
        background: 0 0;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
        color: #2a2a2a;
        font-size: 20px;
        top: 7px;
    }
    header .mobile-menu .menu-items ul li .dd-trigger i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    header .mobile-menu .menu-items ul li .dd-trigger.open i {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    header .mobile-menu .menu-items ul li.current {
        border-left: 2px solid #ee443d
    }
    header .mobile-menu .navbar-close {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 12
    }
    header .mobile-menu .navbar-close .cross-wrap {
        width: 26px;
        height: 26px;
        cursor: pointer;
        position: relative
    }
    header .mobile-menu .navbar-close .cross-wrap span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 6px;
        background: #fff
    }
    header .mobile-menu .navbar-close .cross-wrap span:first-child {
        top: 12px;
        left: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header .mobile-menu .navbar-close .cross-wrap span:last-child {
        bottom: 12px;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    header .mobile-menu .contact-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 225px;
        margin: 11px;
        height: 55px;
        margin-left: 40px
    }
    header.header-two {
        position: relative
    }
    header.header-two .header-nav .nav-container {
        padding-left: 0;
        background-color: transparent
    }
    header.header-two .header-nav .nav-container .menu-items li .submenu a:hover {
        background-color: #1d2122;
        color: #fff
    }
    header.header-two .header-nav .nav-container .menu-items li .dd-trigger {
        color: #1d2122
    }
    header.header-two .header-nav .nav-container .menu-items a:hover,
    header.header-two .header-nav .nav-container .menu-items li.current a {
        color: #1d2122
    }
    header.header-two .header-nav .contact-btn {
        background-color: #f8f8f8
    }
    header.header-three {
        position: relative;
        border-bottom: 2px solid #f0f0f0
    }
    header.header-three .header-nav .nav-container {
        background-color: transparent;
        width: 100%;
        padding: 0
    }
    header.header-three .header-nav .nav-container .menu-items ul li a {
        line-height: 90px
    }
    header.header-three .header-nav .nav-container .off-canvas-btn,
    header.header-three .header-nav .nav-container .search-icon {
        height: 90px;
        width: 80px;
        text-align: center;
        line-height: 90px;
        color: #1d2122;
        font-size: 18px;
        border-left: 2px solid #f0f0f0
    }
    @media (max-width:991px) {
        header .contact-btn .contact-info .info {
            display: block;
            font-size: 15px;
            font-family: nunito-bold
        }
        header.header-three .header-nav .nav-container .off-canvas-btn,
        header.header-three .header-nav .nav-container .search-icon {
            height: 80px;
            line-height: 80px
        }
    }
    header.header-three .header-nav .nav-container .navbar-toggler {
        height: 80px;
        width: 80px;
        text-align: center;
        border: none;
        border-left: 2px solid #f0f0f0;
        border-right: 2px solid #f0f0f0;
        padding: 0;
        border-radius: 0;
        line-height: 80px;
        margin: 0
    }
    header.header-three .header-nav .nav-container .off-canvas-btn {
        border-right: 2px solid #f0f0f0
    }
    @media (min-width:1200px) {
        header.header-three .header-nav .nav-container .nav-left .site-logo {
            margin-right: 150px
        }
    }
    @media (min-width:992px) and (max-width:1199px) {
        header.header-three .header-nav .nav-container .nav-left .site-logo {
            margin-right: 100px
        }
    }
    header.header-four {
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 40px rgba(0, 0, 0, .05)
    }
    header.sticky-header.sticky-on {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9999;
        -webkit-animation: sticky 1.2s;
        animation: sticky 1.2s;
        background-color: #ffffff;
    }
    
    header.sticky-header.sticky-on .contact-btn {
        height: 55px
    }
    header.sticky-header.sticky-on .nav-container .menu-items li a {
        line-height: 55px
    }
    header.sticky-header.sticky-on.header-three {
        background-color: #fff
    }
    header.sticky-header.sticky-on.header-three .nav-container {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    header.sticky-header.sticky-on.header-three .nav-container .menu-items li a {
        line-height: 80px
    }
    header.sticky-header.sticky-on.header-three .nav-container .navbar-toggler,
    header.sticky-header.sticky-on.header-three .nav-container .off-canvas-btn,
    header.sticky-header.sticky-on.header-three .nav-container .search-icon {
        height: 80px;
        line-height: 80px
    }
    .off-canvas-items {
        position: fixed;
        right: 0;
        height: 100vh;
        width: 400px;
        background-color: #1d2122;
        top: 0;
        padding: 60px 50px 50px;
        z-index: 999;
        font-size: 15px;
        color: #fff;
        margin-right: -400px;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s
    }
    .off-canvas-items .contact-block-title {
        font-size: 18px;
        margin-bottom: 12px;
        text-transform: uppercase;
        color: #fff
    }
    .off-canvas-items .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px
    }
    .off-canvas-items .social-icons a {
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 0 4px
    }
    .off-canvas-items .social-icons a:hover {
        background-color: #fff;
        color: #1d2122
    }
    .off-canvas-items .canvas-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 28px;
        color: #fff;
        -webkit-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        padding: 15px
    }
    .off-canvas-items.off-canvas-show {
        margin-right: 0
    }
    .off-canvas-items.off-canvas-show .canvas-close {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    .canvas-overly {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #1d2122;
        z-index: 998;
        cursor: pointer;
        opacity: 0;
        visibility: hidden
    }
    .canvas-overly.off-canvas-show {
        visibility: visible;
        opacity: .3
    }
    .banner-section {
        position: relative;
        z-index: 1
    }
    .banner-section .single-banner {
        background-size: cover;
        background-position: center;
        background-color: #000;
        padding-top: 235px;
        padding-bottom: 260px;
        position: relative;
        z-index: 1;
        height: 100vh;
    }
    @media (max-width:991px) {
        .banner-section .single-banner {
            padding-top: 230px;
            padding-bottom: 200px
        }
        .banner-section .single-banner {
            height: 450px
        }
    }
    @media (max-width:575px) {
        .banner-section .single-banner {
            padding-top: 170px;
            padding-bottom: 120px
        }
        .banner-section .single-banner {
            height: 375px
        }
    }
    /*.banner-section .single-banner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        content: "";
        background-color: #1d2122;
        opacity: .6
    }*/
    .banner-section .single-banner .banner-text {
        text-align: center
    }
    .banner-section .single-banner .banner-text .title {
        font-size: 27px;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: -1px;
        color: #fff;
        font-family: nunito-bold;
        margin-bottom: 12px
    }
    .banner-section .single-banner .banner-text p {
        font-size: 15px;
        line-height: 21px;
        color: #fff;
        font-family: nunito-regular
    }
    @media (max-width:1349px) {
        .banner-section .single-banner .banner-text .title {
            font-size: 28px;
            line-height: 35px
        }
    }
    @media (max-width:1199px) {
        .banner-section .single-banner .banner-text .title {
            font-size: 26px;
            line-height: 34px
        }
    }
    @media (max-width:991px) {
        .banner-section .single-banner .banner-text .title {
            font-size: 23px;
            line-height: 29px
        }
    }
    @media (max-width:575px) {
        .banner-section .single-banner .banner-text .title {
            font-size: 20px;
            line-height: 26px;
            text-align: left;
            padding-left: 7px
        }
        .banner-section .single-banner .banner-text p {
            font-size: 12px;
            line-height: 16px;
            text-align: left;
            padding-left: 7px
        }
    }
    .banner-section .single-banner .banner-text .title span {
        display: block;
        color: transparent;
        -webkit-text-stroke: 2px #ebeeee;
        opacity: .2
    }
    .banner-section .single-banner .banner-text .banner-tags {
        margin-bottom: 12px
    }
    .banner-section .single-banner .banner-text .banner-tags li {
        display: inline-block;
        font-size: 9px;
        font-family: nunito-regular;
        font-weight: 700;
        color: #d9d9d9;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1;
        position: relative;
        margin: 0 18px
    }
    @media (max-width:991px) {
        .banner-section .single-banner .banner-text .banner-tags li {
            margin: 0 15px
        }
    }
    @media (max-width:575px) {
        .banner-section .single-banner .banner-text .banner-tags li {
            margin: 0 8px;
            margin-bottom: 7px;
            font-size: 8px;
            display: block;
            text-align: left
        }
    }
    .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        content: "|"
    }
    @media (max-width:991px) {
        .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
            right: -15px
        }
    }
    @media (max-width:575px) {
        .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
            right: -8px;
            display: none
        }
    }
    .banner-section .single-banner .banner-text .banner-btns {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    @media (max-width:575px) {
        .banner-section .single-banner .banner-text .banner-btns {
            display: block
        }
    }
    .banner-section .single-banner .banner-text .banner-btns li {
        margin: 0 20px
    }
    @media (max-width:575px) {
        .banner-section .single-banner .banner-text .banner-btns li {
            margin: 0 0 20px
        }
    }
    .banner-section .single-banner .banner-text .banner-btns li .video-btn {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        background-color: rgba(255, 255, 255, .1);
        position: relative;
        color: #fff;
        z-index: 1;
        font-size: 18px
    }
    @media (max-width:575px) {
        .banner-section .single-banner .banner-text .banner-btns li .video-btn {
            height: 50px;
            width: 50px;
            line-height: 50px;
            font-size: 15px
        }
    }
    .banner-section .single-banner .banner-text .banner-btns li .video-btn::before {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(255, 255, 255, .06);
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: pulse-border 1.5s ease-out infinite;
        animation: pulse-border 1.5s ease-out infinite
    }
    .banner-section.banner-style-two .single-banner {
        padding-top: 180px;
        padding-bottom: 180px
    }
    @media (max-width:767px) {
        .feature-boxes .feature-box p {
            height: auto !important
        }
        .banner-section.banner-style-two .single-banner {
            padding-top: 140px;
            padding-bottom: 140px
        }
    }
    .banner-section.banner-style-two .single-banner .banner-text {
        text-align: left
    }
    .banner-section.banner-style-two .single-banner .banner-text .banner-tags li:first-child {
        margin-left: 0
    }
    .banner-section.banner-style-two .single-banner .banner-text .banner-btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .banner-section.banner-style-two .single-banner .banner-text .banner-btns li:first-child {
        margin-left: 0
    }
    .banner-section.banner-style-three .single-banner {
        padding-top: 240px;
        padding-bottom: 210px;
        background-color: transparent
    }
    @media (max-width:991px) {
        .banner-section.banner-style-three .single-banner {
            padding-top: 190px;
            padding-bottom: 150px
        }
    }
    @media (max-width:575px) {
        .banner-section.banner-style-three .single-banner {
            padding-top: 150px;
            padding-bottom: 120px
        }
    }
    .banner-section.banner-style-three .single-banner::before {
        display: none
    }
    .banner-section.banner-style-three .single-banner .banner-text {
        text-align: left;
        position: relative;
        z-index: 1
    }
    .banner-section.banner-style-three .single-banner .banner-text::after {
        position: absolute;
        left: -50px;
        top: -130px;
        bottom: -130px;
        content: "";
        background-color: #ee443d;
        width: 78%;
        z-index: -1;
        opacity: .9
    }
    @media (max-width:991px) {
        .banner-section.banner-style-three .single-banner .banner-text::after {
            top: -80px;
            bottom: -80px;
            width: 65%
        }
    }
    @media (max-width:767px) {
        .banner-section.banner-style-three .single-banner .banner-text::after {
            left: -15px;
            width: 85%
        }
    }
    @media (max-width:575px) {
        .banner-section.banner-style-three .single-banner .banner-text::after {
            left: -15px;
            width: 90%;
            bottom: -60px;
            top: -60px
        }
    }
    .banner-section.banner-style-three .single-banner .banner-text .title {
        color: #1d2122
    }
    .banner-section.banner-style-three .single-banner .banner-text .title span {
        -webkit-text-stroke: 2px #1d2122;
        opacity: .3
    }
    .banner-section.banner-style-three .single-banner .banner-text .banner-tags li {
        color: #1d2122
    }
    .banner-section.banner-style-three .single-banner .banner-text .banner-tags li:first-child {
        margin-left: 0
    }
    .banner-section.banner-style-three .single-banner .banner-text .banner-btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .banner-section.banner-style-three .single-banner .banner-text .banner-btns li:first-child {
        margin-left: 0
    }
    .banner-section.banner-style-three .single-banner .banner-text .banner-btns li .video-btn {
        background-color: #fff;
        color: #1d2122
    }
    .banner-section.banner-style-three .single-banner .banner-text .banner-btns li .video-btn::before {
        background-color: #fff
    }
    .banner-section.banner-style-three .single-banner .banner-bg {
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 0;
        top: -2px;
        width: 63%;
        height: 100%;
        z-index: -1
    }
    @media (max-width:991px) {
        .banner-section.banner-style-three .single-banner .banner-bg {
            width: 50%
        }
    }
    @media (max-width:767px) {
        .banner-section.banner-style-three .single-banner .banner-bg {
            width: 65%
        }
    }
    @media (max-width:575px) {
        .banner-section.banner-style-three .single-banner .banner-bg {
            width: 70%
        }
    }
    .banner-section .slick-arrow {
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 55px;
        width: 55px;
        line-height: 55px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        font-size: 18px;
        letter-spacing: -1px;
        font-family: nunito-regular;
        font-weight: 700;
        color: #fff;
        background-color: rgba(255, 255, 255, .2);
        z-index: 9;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    @media (max-width:1199px) {
        .banner-section .slick-arrow {
            font-size: 15px;
            height: 60px;
            width: 60px;
            line-height: 60px
        }
    }
    .banner-section .slick-arrow.next-arrow {
        left: auto;
        right: 35px
    }
    .banner-section .slick-arrow:hover {
        background-color: #ee443d;
        color: #fff
    }
    .banner-section.banner-style-two .slick-arrow {
        display: none !important
    }
    .banner-section.banner-style-four .single-banner {
        background-color: #fff;
        padding: 160px 0 100px
    }
    .banner-section.banner-style-four .single-banner::before {
        display: none
    }
    .banner-section.banner-style-four .single-banner .banner-text {
        text-align: left
    }
    @media (max-width:991px) {
        .banner-section.banner-style-four .single-banner .banner-text {
            margin-bottom: 50px
        }
    }
    .banner-section.banner-style-four .single-banner .banner-text .title-tag {
        font-family: nunito-regular;
        font-size: 16px;
        letter-spacing: .2em;
        color: #ee443d;
        font-weight: 700;
        margin-bottom: 30px
    }
    .banner-section.banner-style-four .single-banner .banner-text .title {
        font-size: 98px;
        text-transform: unset;
        line-height: 1;
        letter-spacing: -.03em;
        color: #1d2122
    }
    @media (max-width:1199px) {
        .banner-section.banner-style-four .single-banner .banner-text .title {
            font-size: 74px
        }
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-text .title {
            font-size: 46px
        }
    }
    .banner-section.banner-style-four .single-banner .banner-text .title span {
        display: block;
        color: #ee443d;
        opacity: 1;
        -webkit-text-stroke: 0px
    }
    .banner-section.banner-style-four .single-banner .banner-text .banner-btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .banner-section.banner-style-four .single-banner .banner-text .banner-btns li {
        margin: 0 20px 0 0
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-text .banner-btns li {
            margin: 20px 0 0
        }
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-text .banner-btns .main-btn {
            padding: 0 30px
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 2;
        padding-right: 20px;
        position: relative
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-img {
            padding-right: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img::before {
        content: "";
        z-index: -1;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 455px;
        height: 475px;
        background-color: #ee443d;
        border-radius: 20px
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-img::before {
            height: 100%;
            width: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img .dots-icon {
        position: absolute;
        right: -40px;
        top: 45px;
        z-index: -2
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-img .dots-icon {
            display: none
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img .dots-icon-2 {
        position: absolute;
        z-index: -1;
        bottom: 30px;
        right: 355px
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-img .dots-icon-2 {
            display: none
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img .author-png-img img {
        max-width: 350px;
        max-height: 565px
    }
    @media (max-width:575px) {
        .banner-section.banner-style-four .single-banner .banner-img .author-png-img img {
            max-width: 100%;
            max-height: auto
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img .experience-tag {
        position: absolute;
        bottom: 65px;
        right: -40px;
        border-radius: 10px;
        background: #fff;
        -webkit-box-shadow: 0 6px 50px rgba(37, 37, 37, .16);
        box-shadow: 0 6px 50px rgba(37, 37, 37, .16);
        padding: 16px 24px 16px 30px;
        font-family: nunito-regular;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    @media (max-width:1349px) {
        .banner-section.banner-style-four .single-banner .banner-img .experience-tag {
            right: -15px
        }
    }
    .banner-section.banner-style-four .single-banner .banner-img .experience-tag span.big {
        font-size: 68px;
        letter-spacing: -.03em;
        margin-right: 14px;
        line-height: 1
    }
    @media (min-width:992px) {
        .about-text.p-left {
            padding-left: 30px
        }
    }
    @media (min-width:992px) {
        .about-text.p-right {
            padding-right: 30px
        }
    }
    .about-text ul li {
        width: 40%;
        float: left;
        font-weight: 700;
        font-family: nunito-regular;
        text-transform: uppercase;
        margin-bottom: 10px
    }
    @media (max-width:1199px) {
        .about-text ul li {
            width: 45%
        }
    }
    @media (max-width:575px) {
        .about-text ul li {
            width: 100%;
            float: none
        }
    }
    .about-text ul li span {
        margin-right: 12px;
        color: #ee443d
    }
    .about-text .founder-info {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: 80px 20px 1fr;
        grid-template-columns: 80px 1fr;
        gap: 20px
    }
    .about-text .founder-info h3 {
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: -1px;
        line-height: 1.2
    }
    @media (max-width:767px) {
        .about-text .founder-info h3 {
            font-size: 24px
        }
    }
    @media (max-width:575px) {
        .about-text .founder-info h3 {
            font-size: 20px
        }
    }
    .about-text .founder-info span {
        font-family: nunito-regular;
        font-weight: 700;
        color: #ee443d;
        letter-spacing: 2px;
        text-transform: uppercase
    }
    .about-tag-img {
        position: relative
    }
    @media (max-width:991px) {
        .about-tag-img {
            margin-bottom: 50px
        }
    }
    @media (max-width:767px) {
        .about-tag-img {
            margin-bottom: 140px;
            text-align: center
        }
    }
    @media (max-width:575px) {
        .about-tag-img {
            margin-bottom: 100px
        }
    }
    .about-tag-img .experience-tag {
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        height: 180px;
        width: 180px;
        background-color: #ee443d;
        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;
        font-family: nunito-regular;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        border: 10px solid #fff;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
    @media (max-width:767px) {
        .about-tag-img .experience-tag {
            top: auto;
            right: 50%;
            bottom: 0;
            -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%)
        }
    }
    @media (max-width:575px) {
        .about-tag-img .experience-tag {
            width: 130px;
            height: 130px;
            border-width: 6px;
            font-size: 13px
        }
    }
    .about-tag-img .experience-tag .big {
        display: block;
        font-size: 80px;
        color: #fff;
        position: relative
    }
    @media (max-width:575px) {
        .about-tag-img .experience-tag .big {
            font-size: 42px
        }
    }
    .about-tag-img .experience-tag .big::after {
        content: "+";
        font-size: 16px
    }
    .about-tag-img .experience-tag.style-two {
        height: auto;
        width: auto;
        border: none;
        border-left: 4px solid #ee443d;
        -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        background-color: #fff;
        right: auto;
        left: -110px;
        top: auto;
        bottom: 70px;
        line-height: 1.2;
        padding: 20px 175px 20px 30px;
        text-align: left;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        display: block
    }
    @media (max-width:1199px) {
        .about-tag-img .experience-tag.style-two {
            left: -80px
        }
    }
    @media (max-width:767px) {
        .about-tag-img .experience-tag.style-two {
            top: auto;
            bottom: 0;
            left: 50px;
            -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
            right: 50px;
            padding: 20px 120px 20px 30px
        }
    }
    @media (max-width:575px) {
        .about-tag-img .experience-tag.style-two {
            left: 20px;
            right: 20px;
            padding: 20px 65px 20px 20px
        }
    }
    .about-tag-img .experience-tag.style-two>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .about-tag-img .experience-tag.style-two .big {
        color: #ee443d;
        margin-right: 20px;
        line-height: 1
    }
    .about-gallery {
        position: relative;
        height: 600px
    }
    @media (max-width:991px) {
        .about-gallery {
            margin-bottom: 50px
        }
    }
    @media (max-width:575px) {
        .about-gallery {
            height: 460px
        }
    }
    .about-gallery .image-one,
    .about-gallery .image-three,
    .about-gallery .image-two {
        background-size: cover;
        background-position: center;
        background-color: #ddd;
        position: absolute
    }
    .about-gallery .image-one {
        left: 0;
        top: 0;
        width: 370px;
        height: 350px;
        z-index: 1
    }
    @media (min-width:992px) and (max-width:1199px) {
        .about-gallery .image-one {
            width: 350px
        }
    }
    @media (max-width:575px) {
        .about-gallery .image-one {
            width: 270px;
            height: 250px
        }
    }
    .about-gallery .image-two {
        bottom: 0;
        right: 0;
        width: 400px;
        height: 355px;
        -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        border: 10px solid #fff;
        z-index: 2
    }
    @media (min-width:992px) and (max-width:1199px) {
        .about-gallery .image-two {
            width: 355px
        }
    }
    @media (max-width:575px) {
        .about-gallery .image-two {
            width: 250px;
            height: 250px
        }
    }
    .about-gallery .image-three {
        left: 25px;
        bottom: 80px;
        width: 115px;
        height: 115px;
        z-index: 1
    }
    @media (max-width:575px) {
        .about-gallery .image-three {
            left: 15px;
            bottom: 40px
        }
    }
    .about-gallery::after,
    .about-gallery::before {
        position: absolute;
        content: "";
        background-color: #ee443d
    }
    .about-gallery::before {
        top: 70px;
        left: 370px;
        height: 20px;
        width: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2
    }
    @media (min-width:992px) and (max-width:1199px) {
        .about-gallery::before {
            left: 350px
        }
    }
    @media (max-width:575px) {
        .about-gallery::before {
            left: 270px
        }
    }
    .about-gallery::after {
        top: 120px;
        right: 70px;
        width: 85px;
        height: 85px;
        opacity: .15
    }
    @media (min-width:992px) and (max-width:1199px) {
        .about-gallery::after {
            right: 30px
        }
    }
    @media (max-width:575px) {
        .about-gallery::after {
            right: 0;
            width: 50px;
            height: 50px
        }
    }
    @media (max-width:991px) {
        .about-img {
            margin-bottom: 50px
        }
    }
    .service-boxes {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        border-top: 2px solid #f1f1f1;
        border-left: 2px solid #f1f1f1
    }
    @media (max-width:991px) {
        .service-boxes {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr)
        }
    }
    @media (max-width:575px) {
        .service-boxes {
            -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr)
        }
    }
    .service-boxes .service-box {
        background-color: #fff;
        padding: 45px 40px;
        border-right: 2px solid #f1f1f1;
        border-bottom: 2px solid #f1f1f1
    }
    .service-boxes .service-box .icon {
        font-size: 60px;
        color: #ee443d;
        margin-bottom: 35px;
        line-height: 1
    }
    .service-boxes .service-box .title {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 70px
    }
    @media (max-width:767px) {
        .service-boxes .service-box .title {
            margin-bottom: 40px
        }
    }
    .service-boxes .service-box .service-link {
        color: #d5d9da;
        font-size: 24px;
        line-height: 1
    }
    .service-boxes .service-box .service-link:hover {
        color: #1d2122
    }
    .service-section {
        position: relative;
        z-index: 2
    }
    @media (min-width:992px) {
        .service-section.with-counter-box .service-boxes {
            margin-left: 40px
        }
    }
    @media (max-width:1199px) {
        .service-section.with-counter-box .counter-boxes {
            margin-bottom: 40px
        }
    }
    .service-section.with-counter-box .counter-boxes .counter-box {
        font-size: 16px;
        font-weight: 700;
        font-family: nunito-regular;
        text-transform: uppercase;
        line-height: 1
    }
    @media (max-width:1199px) {
        .service-section.with-counter-box .counter-boxes .counter-box {
            text-align: center
        }
    }
    .service-section.with-counter-box .counter-boxes .counter-box .count {
        display: block;
        font-size: 55px;
        margin-bottom: 5px
    }
    @media (max-width:575px) {
        .service-section.with-counter-box .counter-boxes .counter-box .count {
            font-size: 42px;
            margin-bottom: 10px
        }
    }
    .service-section.with-counter-box .counter-boxes .counter-box .count::after {
        content: "+";
        color: #ee443d;
        font-size: 16px;
        margin-left: 2px
    }
    .service-section.with-counter-box .counter-boxes>[class*=col-]:not(:last-child) .counter-box {
        margin-bottom: 30px
    }
    .service-gallery {
        width: 100%;
        height: 535px;
        position: relative
    }
    @media (max-width:575px) {
        .service-gallery {
            height: 450px
        }
    }
    @media (max-width:1199px) {
        .service-gallery {
            margin-bottom: 50px
        }
    }
    .service-gallery .image-one,
    .service-gallery .image-two {
        position: absolute;
        background-size: cover;
        background-position: center;
        background-color: #ddd;
        width: 400px
    }
    @media (max-width:575px) {
        .service-gallery .image-one,
        .service-gallery .image-two {
            width: 75%
        }
    }
    .service-gallery .image-one {
        top: 0;
        right: 0;
        height: 320px
    }
    @media (max-width:575px) {
        .service-gallery .image-one {
            height: 260px
        }
    }
    .service-gallery .image-two {
        bottom: 0;
        left: 35px;
        height: 270px;
        border: 10px solid #fff
    }
    @media (max-width:575px) {
        .service-gallery .image-two {
            height: 240px
        }
    }
    @media (max-width:575px) {
        .service-gallery .image-two {
            left: 0
        }
    }
    .frameworks-list {
        margin-top: 40px
    }
    .frameworks-list li {
        font-weight: 700;
        font-family: nunito-regular;
        font-size: 18px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 15px;
        width: 30.33%
    }
    @media (max-width:1199px) {
        .frameworks-list li {
            width: 33.33%
        }
    }
    @media (max-width:575px) {
        .frameworks-list li {
            width: 50%
        }
    }
    .frameworks-list li i {
        color: #ee443d;
        margin-right: 15px
    }
    @media (max-width:575px) {
        .frameworks-list li i {
            margin-right: 10px
        }
    }
    .frameworks-list.white-color li {
        color: #fff
    }
    .feature-section {
        position: relative;
        z-index: 1
    }
    .feature-section.square-shape::after {
        position: absolute;
        height: calc(100% + 100px);
        width: 38.5%;
        content: "";
        bottom: 0;
        right: 0;
        background-color: #ee443d;
        z-index: -1
    }
    @media (max-width:991px) {
        .feature-section.square-shape::after {
            width: 50%;
            height: 40%;
            top: -100px;
            bottom: auto
        }
    }
    @media (min-width:576px) {
        .feature-lists {
            padding-right: 50px
        }
    }
    .feature-lists li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 80px 30px 1fr;
        grid-template-columns: 80px 1fr;
        gap: 30px
    }
    @media (max-width:575px) {
        .feature-lists li {
            gap: 15px
        }
    }
    @media (max-width:1199px) {
        .feature-lists li {
            -ms-grid-columns: 60px 1fr;
            grid-template-columns: 60px 1fr
        }
    }
    .feature-lists li:not(:last-child) {
        margin-bottom: 30px
    }
    .feature-lists li .icon {
        height: 80px;
        width: 80px;
        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;
        font-size: 40px;
        color: #fff;
        background-color: #1d2122
    }
    .feature-lists li .icon.color-2 {
        color: #1d2122;
        background-color: #ee443d
    }
    @media (max-width:1199px) {
        .feature-lists li .icon {
            height: 60px;
            width: 60px;
            line-height: 60px;
            font-size: 32px
        }
    }
    .feature-lists li .desc {
        padding-top: 10px
    }
    @media (max-width:575px) {
        .feature-lists li .desc {
            font-size: 15px
        }
    }
    .feature-lists li .desc h5 {
        text-transform: uppercase;
        margin-bottom: 15px
    }
    @media (max-width:991px) {
        .feature-gallery {
            margin-bottom: 50px
        }
    }
    .feature-gallery img {
        display: block
    }
    .feature-gallery img:first-child {
        margin-left: auto
    }
    @media (max-width:575px) {
        .feature-gallery img:first-child {
            max-width: 85%
        }
    }
    .feature-gallery img:last-child {
        margin-right: auto;
        border: 10px solid #fff;
        position: relative;
        z-index: 1;
        margin-top: -120px
    }
    @media (max-width:575px) {
        .feature-gallery img:last-child {
            max-width: 85%;
            margin-top: -80px;
            border-width: 8px
        }
    }
    .feature-boxes {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    @media (max-width:991px) {
        .feature-boxes {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr)
        }
    }
    @media (max-width:767px) {
        .feature-boxes {
            -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr)
        }
    }
    @media (max-width:575px) {
        .feature-boxes {
            -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr)
        }
    }
    .feature-boxes .feature-box {
        position: relative;
        background-color: #fff;
        text-align: center;
        padding: 60px 25px;
        position: relative;
        z-index: 1;
        margin-bottom: 25px;
        background-position: center
    }
    .feature-boxes .feature-box::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        background-color: #2a2a2a;
        content: "";
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        opacity: .5;
        border-bottom: 3px solid #ee443d
    }
    .feature-boxes .feature-box .icon {
        line-height: 1;
        font-size: 60px;
        color: #ee443d;
        margin-bottom: 20px
    }
    .feature-boxes .feature-box .title {
        text-align: left;
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        font-family: nunito-bold;
        text-transform: capitalize;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        height: 45px
    }
    .feature-boxes .feature-box p {
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        text-align: left
    }
    .feature-boxes .feature-box:hover::before {
        width: 100%;
        opacity: 1;
        visibility: visible
    }
    .feature-boxes .feature-box:hover .title {
        color: #ee443d
    }
    .feature-boxes.masonry-layout .feature-box {
        margin: 0
    }
    .feature-boxes.masonry-layout .feature-box:nth-child(even) {
        margin-top: 30px
    }
    @media (max-width:991px) {
        .feature-boxes.masonry-layout .feature-box:nth-child(even) {
            margin-top: 0
        }
    }
    .feature-boxes-two.row {
        margin-left: -10px;
        margin-right: -10px
    }
    .feature-boxes-two.row>.col,
    .feature-boxes-two.row>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .feature-boxes-two .feature-box {
        margin-top: 20px;
        background-color: #fff;
        padding: 40px;
        position: relative;
        z-index: 1;
        font-size: 14px
    }
    @media (max-width:1199px) {
        .feature-boxes-two .feature-box {
            padding: 30px 20px
        }
    }
    @media (max-width:575px) {
        .feature-boxes-two .feature-box {
            padding: 35px
        }
    }
    .feature-boxes-two .feature-box::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background-color: #1d2122;
        content: "";
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        opacity: 0;
        visibility: hidden
    }
    .feature-boxes-two .feature-box .icon {
        line-height: 1;
        font-size: 40px;
        color: #ee443d;
        margin-bottom: 20px
    }
    .feature-boxes-two .feature-box .title {
        font-size: 18px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        margin-bottom: 10px;
        letter-spacing: -1px
    }
    @media (max-width:1199px) {
        .feature-boxes-two .feature-box .title {
            font-size: 16px
        }
    }
    .feature-boxes-two .feature-box:hover::before {
        width: 100%;
        opacity: 1;
        visibility: visible
    }
    .feature-boxes-two .feature-box:hover,
    .feature-boxes-two .feature-box:hover .title {
        color: #fff
    }
    .feature-boxes-three .feature-box {
        border-radius: 10px;
        background: #fff;
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
        padding: 50px 28px 35px;
        margin-bottom: 30px
    }
    @media (max-width:1199px) {
        .feature-boxes-three .feature-box {
            font-size: 15px
        }
    }
    .feature-boxes-three .feature-box .icon {
        font-size: 70px;
        line-height: 1;
        margin-bottom: 30px
    }
    .feature-boxes-three .feature-box .icon img {
        max-width: 70px
    }
    .feature-boxes-three .feature-box .title {
        margin-bottom: 20px;
        font-size: 24px
    }
    .feature-boxes-three .feature-box .feature-link {
        font-size: 24px;
        line-height: 1;
        color: #d5d9da;
        margin-top: 20px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .feature-boxes-three .feature-box .feature-link:hover {
        color: #ee443d
    }
    .feature-boxes-three-section {
        padding-bottom: 80px;
        position: relative;
        z-index: 1
    }
    .feature-boxes-three-section::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 225px;
        background-color: #f4f9fa
    }
    .feature-tag-img {
        position: relative;
        text-align: center
    }
    @media (max-width:991px) {
        .feature-tag-img {
            margin-bottom: 110px;
            text-align: center
        }
    }
    .feature-tag-img .experience-tag {
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 130px;
        width: 130px;
        background-color: #fff;
        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;
        font-family: nunito-regular;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        line-height: 1.1;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }
    @media (min-width:1350px) {
        .feature-tag-img .experience-tag {
            left: 0;
            bottom: 50%
        }
    }
    .feature-tag-img .experience-tag .big {
        display: block;
        font-size: 50px;
        position: relative
    }
    .feature-tag-img .experience-tag .big::after {
        content: "+";
        font-size: 14px;
        color: #ee443d
    }
    .process-section {
        position: relative;
        z-index: 1
    }
    .process-section::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../img/process-line.png);
        background-size: auto;
        background-position: center 58%;
        background-repeat: no-repeat;
        content: ""
    }
    .cta-section {
        position: relative;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-color: #000;
        padding-top: 120px;
        padding-bottom: 350px
    }
    @media (max-width:1199px) {
        .cta-section {
            padding-bottom: 230px
        }
    }
    .cta-section::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        content: "";
        background-color: #1d2122;
        opacity: .6
    }
    .cta-section .cta-btns {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
    .cta-section .cta-btns li {
        padding: 0 10px
    }
    @media (max-width:575px) {
        .cta-section .cta-btns li {
            margin-bottom: 10px
        }
    }
    .cta-section .cta-btns .main-btn.main-btn-2 {
        border-color: rgba(255, 255, 255, .2);
        color: #fff
    }
    .cta-section .cta-btns .main-btn.main-btn-2:hover {
        border-color: #1d2122
    }
    .cta-section-two .cta-inner {
        background-color: #ee443d;
        text-align: center;
        padding: 130px 100px
    }
    @media (max-width:991px) {
        .cta-section-two .cta-inner {
            padding: 130px 50px
        }
    }
    @media (max-width:575px) {
        .cta-section-two .cta-inner {
            padding: 100px 30px
        }
    }
    .cta-section-two .cta-inner .title-tag {
        color: #1d2122
    }
    @media (max-width:575px) {
        .cta-section-two .cta-inner .title {
            font-size: 28px
        }
    }
    .cta-section-two .cta-inner .cta-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px
    }
    @media (max-width:575px) {
        .cta-section-two .cta-inner .cta-btns {
            display: block
        }
    }
    .cta-section-two .cta-inner .cta-btns li {
        margin: 5px 5px 0
    }
    @media (max-width:767px) {
        .cta-section-two .cta-inner .cta-btns .main-btn {
            padding: 0 30px
        }
    }
    .cta-section-two .cta-inner .cta-btns .main-btn .main-btn-2 {
        border-color: #1d2122
    }
    .gallery-section {
        position: relative;
        z-index: 2;
        margin-top: -225px
    }
    @media (max-width:1199px) {
        .gallery-section {
            margin-top: -110px
        }
    }
    .gallery-section .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
    @media (max-width:1199px) {
        .gallery-section .container-fluid {
            padding-left: 15px;
            padding-right: 15px
        }
    }
    .gallery-section .gallery-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -10px;
        margin-left: -10px
    }
    @media (max-width:1199px) {
        .gallery-section .gallery-images {
            margin-left: -5px;
            margin-right: -5px
        }
    }
    @media (max-width:767px) {
        .gallery-section .gallery-images {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }
    .gallery-section .gallery-images .images {
        padding-left: 20px;
        padding-right: 20px
    }
    @media (max-width:1199px) {
        .gallery-section .gallery-images .images {
            padding-right: 10px;
            padding-left: 10px
        }
    }
    @media (max-width:767px) {
        .gallery-section .gallery-images .images {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            padding-top: 20px
        }
    }
    @media (max-width:767px) {
        .gallery-section .gallery-images .images {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
    }
    @media (max-width:767px) {
        .gallery-section .gallery-images .images:nth-child(2) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
    }
    .portfolio-items.portfolio-filter.row {
        margin-left: -5px;
        margin-right: -5px
    }
    .portfolio-items.portfolio-filter.row>.col,
    .portfolio-items.portfolio-filter.row>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
    @media (min-width:1200px) {
        .portfolio-items.portfolio-items-three.row {
            margin-left: -35px;
            margin-right: -35px
        }
    }
    @media (min-width:1200px) {
        .portfolio-items.portfolio-items-three.row>.col,
        .portfolio-items.portfolio-items-three.row>[class*=col-] {
            padding-left: 35px;
            padding-right: 35px
        }
    }
    .portfolio-items.portfolio-items-three.row>.col:nth-child(even) .portfolio-item,
    .portfolio-items.portfolio-items-three.row>[class*=col-]:nth-child(even) .portfolio-item {
        margin-top: -90px
    }
    @media (max-width:767px) {
        .portfolio-items.portfolio-items-three.row>.col:nth-child(even) .portfolio-item,
        .portfolio-items.portfolio-items-three.row>[class*=col-]:nth-child(even) .portfolio-item {
            margin-top: 30px
        }
    }
    .portfolio-items .portfolio-item {
        margin-bottom: 10px;
        position: relative
    }
    .portfolio-items .portfolio-item .portfolio-thumb {
        overflow: hidden;
        width: 100%;
        height: 280px
    }
    .portfolio-items .portfolio-item .portfolio-thumb .thumb {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        background-color: #ddd;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .portfolio-items .portfolio-item .portfolio-desc {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: -10px;
        background-color: #fff;
        z-index: 2;
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .portfolio-items .portfolio-item .portfolio-desc .cat {
        font-size: 12px;
        letter-spacing: 2px;
        color: #ee443d;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 6px
    }
    .portfolio-items .portfolio-item .portfolio-desc .title {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1
    }
    .portfolio-items .portfolio-item:hover .portfolio-thumb .thumb {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .portfolio-items .portfolio-item:hover .portfolio-desc {
        visibility: visible;
        opacity: 1;
        bottom: 0
    }
    @media (min-width:576px) {
        .portfolio-items .portfolio-item.big-item .portfolio-thumb {
            height: 570px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-two {
        margin: 0 0 76px
    }
    .portfolio-items .portfolio-item.portfolio-style-two .portfolio-thumb {
        height: 250px
    }
    @media (max-width:575px) {
        .portfolio-items .portfolio-item.portfolio-style-two .portfolio-thumb {
            height: 370px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc {
        bottom: -70px;
        -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        padding: 35px;
        right: 40px;
        left: 40px
    }
    @media (max-width:1199px) {
        .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc {
            left: 30px;
            right: 30px;
            padding: 35px 30px
        }
    }
    @media (max-width:575px) {
        .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc {
            left: 20px;
            right: 20px;
            padding: 35px 25px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .title {
        font-size: 14px
    }
    @media (max-width:1199px) {
        .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .title {
            font-size: 24px
        }
    }
    @media (max-width:575px) {
        .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .title {
            font-size: 20px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .portfolio-link {
        position: absolute;
        z-index: 3;
        height: 60px;
        width: 60px;
        line-height: 60px;
        background-color: #ee443d;
        color: #1d2122;
        top: -30px;
        right: 30px;
        font-size: 18px;
        text-align: center
    }
    .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .portfolio-link i {
        color: #fff
    }
    .portfolio-items .portfolio-item.portfolio-style-two .portfolio-desc .portfolio-link:hover {
        background-color: #1d2122;
        color: #fff
    }
    .portfolio-items .portfolio-item.portfolio-style-two:hover .portfolio-desc {
        visibility: visible;
        opacity: 1;
        bottom: -60px
    }
    .portfolio-items .portfolio-item.portfolio-style-three {
        margin: 70px 0 0
    }
    @media (max-width:1199px) {
        .portfolio-items .portfolio-item.portfolio-style-three {
            margin-top: 30px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-three .portfolio-thumb {
        height: 355px
    }
    @media (max-width:575px) {
        .portfolio-items .portfolio-item.portfolio-style-three .portfolio-thumb {
            height: 320px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc {
        bottom: 60px;
        left: 60px;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        padding: 0
    }
    @media (max-width:1199px) {
        .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc {
            bottom: 30px;
            left: 30px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .cat {
        font-size: 16px;
        color: #1d2122;
        opacity: .5
    }
    @media (max-width:991px) {
        .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .cat {
            font-size: 14px
        }
    }
    @media (max-width:575px) {
        .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .cat {
            font-size: 13px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .title {
        font-size: 30px
    }
    @media (max-width:991px) {
        .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .title {
            font-size: 26px
        }
    }
    @media (max-width:575px) {
        .portfolio-items .portfolio-item.portfolio-style-three .portfolio-desc .title {
            font-size: 22px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-four {
        margin-bottom: 100px
    }
    .portfolio-items .portfolio-item.portfolio-style-four:last-child {
        margin: 0
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-thumb {
        height: auto;
        width: auto
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc {
        visibility: visible;
        opacity: 1;
        padding: 0 0 0 100px;
        position: relative;
        left: 0;
        bottom: 0;
        right: 0
    }
    @media (max-width:991px) {
        .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc {
            padding: 0;
            font-size: 15px
        }
    }
    @media (max-width:767px) {
        .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc {
            margin-top: 40px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .count {
        font-family: nunito-regular;
        font-weight: 700;
        font-size: 60px;
        letter-spacing: -.03em;
        color: #ee443d;
        line-height: 1;
        position: absolute;
        left: 0;
        top: 0
    }
    @media (max-width:991px) {
        .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .count {
            position: relative;
            margin-bottom: 5px
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .line {
        background-color: #1d2122;
        height: 1px;
        width: 170px;
        margin-top: 20px;
        margin-bottom: 40px;
        display: block
    }
    @media (max-width:991px) {
        .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .line {
            display: none
        }
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .title {
        font-size: 30px;
        letter-spacing: -.03em;
        margin-bottom: 15px;
        text-transform: capitalize
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .completed-date {
        font-family: nunito-regular;
        font-weight: 700;
        text-decoration: underline;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 30px
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .portfolio-link {
        line-height: 1;
        text-decoration: underline;
        font-size: 16px;
        padding: 20px 40px;
        border: 2px solid #e5e8ea;
        color: #1d2122;
        font-weight: 700;
        font-family: nunito-regular;
        margin-top: 30px
    }
    .portfolio-items .portfolio-item.portfolio-style-four .portfolio-desc .portfolio-link:hover {
        background-color: #ee443d;
        border-color: #ee443d
    }
    .portfolio-items.portfolio-items-four.row {
        margin-left: -15px;
        margin-right: -15px
    }
    .portfolio-items.portfolio-items-four.row>.col,
    .portfolio-items.portfolio-items-four.row>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
    .portfolio-items.portfolio-items-four.row .portfolio-item {
        margin-bottom: 30px
    }
    .portfolio-items.portfolio-items-four.row .portfolio-item .portfolio-thumb {
        height: 370px
    }
    @media (max-width:767px) {
        .portfolio-items.portfolio-items-four.row .portfolio-item .portfolio-thumb {
            height: 300px
        }
    }
    .portfolio-items .slick-current.slick-center .portfolio-style-two .portfolio-desc {
        visibility: visible;
        opacity: 1;
        bottom: -60px
    }
    .portfolio-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    @media (max-width:991px) {
        .portfolio-nav ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 50px
        }
    }
    .portfolio-nav ul li {
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        font-family: nunito-regular;
        font-weight: 700;
        position: relative;
        padding: 12px 22px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        margin-left: 50px
    }
    @media (max-width:1199px) {
        .portfolio-nav ul li {
            margin-left: 30px;
            padding: 10px 15px
        }
    }
    @media (max-width:767px) {
        .portfolio-nav ul li {
            padding: 10px
        }
    }
    @media (max-width:575px) {
        .portfolio-nav ul li {
            margin: 5px 10px
        }
    }
    .portfolio-nav ul li.active,
    .portfolio-nav ul li:hover {
        background-color: #ee443d
    }
    .portfolio-nav ul li:not(:first-child)::before {
        content: "--";
        color: #ee443d;
        position: absolute;
        left: -25px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    @media (max-width:1199px) {
        .portfolio-nav ul li:not(:first-child)::before {
            left: -15px
        }
    }
    @media (max-width:767px) {
        .portfolio-nav ul li:not(:first-child)::before {
            left: -10px;
            font-size: 12px
        }
    }
    @media (max-width:575px) {
        .portfolio-nav ul li:not(:first-child)::before {
            display: none
        }
    }
    @media (max-width:991px) {
        .portfolio-nav ul li:first-child {
            margin-left: 0
        }
    }
    .portfolio-nav.portfolio-page-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0 !important
    }
    .portfolio-nav.portfolio-page-nav ul li {
        margin: 0 25px
    }
    @media (max-width:991px) {
        .portfolio-nav.portfolio-page-nav ul li {
            margin: 5px 20px
        }
    }
    @media (max-width:575px) {
        .portfolio-nav.portfolio-page-nav ul li {
            margin: 5px 10px
        }
    }
    .portfolio-nav.nav-style-two ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .portfolio-nav.nav-style-two ul li {
        cursor: pointer;
        text-transform: capitalize;
        font-size: 18px;
        font-family: nunito-regular;
        letter-spacing: -.03em;
        margin: 0 20px;
        padding: 0
    }
    @media (max-width:767px) {
        .portfolio-nav.nav-style-two ul li {
            margin: 0 10px
        }
    }
    .portfolio-nav.nav-style-two ul li::before {
        display: none
    }
    .portfolio-nav.nav-style-two ul li::after {
        content: "";
        background-color: #d00b2b;
        width: 4px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        visibility: hidden;
        opacity: 1
    }
    .portfolio-nav.nav-style-two ul li:hover {
        background-color: transparent
    }
    .portfolio-nav.nav-style-two ul li.active {
        background-color: transparent;
        padding-left: 24px
    }
    @media (max-width:767px) {
        .portfolio-nav.nav-style-two ul li.active {
            padding-left: 20px
        }
    }
    .portfolio-nav.nav-style-two ul li.active::after {
        visibility: visible;
        opacity: 1
    }
    .portfolio-section {
        position: relative;
        z-index: 2
    }
    .portfolio-details-content p {
        margin-bottom: 30px
    }
    @media (max-width:575px) {
        .portfolio-details-content p {
            font-size: 15px
        }
    }
    .portfolio-details-content p::after {
        clear: both;
        display: block;
        content: ""
    }
    .portfolio-details-content p:last-child {
        margin-bottom: 0
    }
    .portfolio-details-content p.dropcap:first-letter {
        float: left;
        background-color: #ee443d;
        font-family: nunito-regular;
        font-weight: 700;
        font-size: 66px;
        line-height: 1;
        margin-right: 30px;
        padding: 3px 25px
    }
    @media (max-width:575px) {
        .portfolio-details-content p.dropcap:first-letter {
            font-size: 32px;
            padding: 10px 16px;
            margin-right: 20px
        }
    }
    .portfolio-details-content blockquote {
        margin: 50px 0;
        padding: 60px;
        text-align: center;
        font-size: 24px;
        line-height: 1.417;
        color: #fff;
        background-color: #1d2122;
        position: relative;
        z-index: 1
    }
    @media (max-width:1199px) {
        .portfolio-details-content blockquote {
            padding: 40px 30px;
            font-size: 20px
        }
    }
    @media (max-width:767px) {
        .portfolio-details-content blockquote {
            font-size: 18px;
            line-height: 1.6
        }
    }
    @media (max-width:575px) {
        .portfolio-details-content blockquote {
            padding: 30px 25px
        }
    }
    .portfolio-details-content blockquote::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: cover;
        background-position: center;
        background-image: url(../img/pattern/04.png);
        content: ""
    }
    .portfolio-details-content blockquote .thumb {
        margin-bottom: 30px
    }
    .portfolio-details-content blockquote .thumb img {
        max-width: 100px;
        max-height: 100px;
        border: 8px solid #fff
    }
    @media (max-width:575px) {
        .portfolio-details-content blockquote .thumb img {
            max-width: 80px;
            max-height: 80px;
            border-width: 5px
        }
    }
    .portfolio-details-content blockquote P {
        margin: 0
    }
    .portfolio-details-content blockquote cite {
        margin-top: 25px;
        font-family: nunito-regular;
        font-weight: 700;
        font-size: 36px;
        line-height: 1;
        letter-spacing: -1px;
        font-style: normal;
        text-transform: uppercase;
        display: block
    }
    @media (max-width:1199px) {
        .portfolio-details-content blockquote cite {
            font-size: 26px
        }
    }
    @media (max-width:575px) {
        .portfolio-details-content blockquote cite {
            font-size: 20px
        }
    }
    .portfolio-details-content blockquote cite span {
        display: block;
        font-size: 16px;
        color: #ee443d;
        letter-spacing: 2px;
        margin-top: 10px
    }
    .portfolio-details-content .portfolio-gallery {
        margin: 50px 0 30px
    }
    .portfolio-details-content .portfolio-gallery img {
        margin-bottom: 20px
    }
    .portfolio-details-content .portfolio-video {
        margin: 50px 0;
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        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
    }
    @media (max-width:575px) {
        .portfolio-details-content .portfolio-video {
            height: 320px
        }
    }
    .portfolio-details-content .portfolio-video .popup-video {
        height: 100px;
        width: 100px;
        color: #1d2122;
        text-align: center;
        line-height: 100px;
        font-size: 18px;
        background-color: #fff;
        position: relative;
        z-index: 1
    }
    @media (max-width:767px) {
        .portfolio-details-content .portfolio-video .popup-video {
            width: 60px;
            height: 60px;
            line-height: 60px
        }
    }
    .portfolio-details-content .portfolio-video .popup-video::before {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(255, 255, 255, .5);
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: pulse-border 1.5s ease-out infinite;
        animation: pulse-border 1.5s ease-out infinite
    }
    .portfolio-post-nav {
        margin-top: 50px;
        padding-top: 30px;
        border-top: 2px solid #f0f0f0
    }
    .portfolio-post-nav .next-post,
    .portfolio-post-nav .prev-post {
        font-family: nunito-regular;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2
    }
    .portfolio-post-nav .next-post span,
    .portfolio-post-nav .prev-post span {
        display: block;
        letter-spacing: 2px;
        color: #ee443d;
        margin-bottom: 5px
    }
    .portfolio-post-nav .next-post a,
    .portfolio-post-nav .prev-post a {
        font-size: 40px;
        letter-spacing: -1px;
        color: #1d2122
    }
    @media (max-width:1199px) {
        .portfolio-post-nav .next-post a,
        .portfolio-post-nav .prev-post a {
            font-size: 32px
        }
    }
    @media (max-width:767px) {
        .portfolio-post-nav .next-post a,
        .portfolio-post-nav .prev-post a {
            font-size: 28px
        }
    }
    @media (max-width:575px) {
        .portfolio-post-nav .next-post a,
        .portfolio-post-nav .prev-post a {
            font-size: 22px
        }
    }
    .portfolio-post-nav .next-post {
        text-align: right
    }
    @media (max-width:575px) {
        .portfolio-post-nav .next-post {
            text-align: left;
            margin-top: 30px
        }
    }
    @media (max-width:991px) {
        .portfolio-sidebar {
            margin-top: 50px
        }
    }
    .portfolio-sidebar .services-list {
        margin-bottom: 32px
    }
    .portfolio-sidebar .services-list a {
        display: block;
        position: relative;
        padding: 20px 40px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        font-family: nunito-regular;
        background-color: #1d2122;
        color: #fff;
        margin-bottom: 8px;
        font-size: 18px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .portfolio-sidebar .services-list a {
            padding: 20px 25px
        }
    }
    @media (max-width:575px) {
        .portfolio-sidebar .services-list a {
            padding: 18px 20px;
            font-size: 16px
        }
    }
    .portfolio-sidebar .services-list a i {
        float: right
    }
    .portfolio-sidebar .services-list a:hover {
        background-color: #ee443d;
        color: #1d2122
    }
    .portfolio-sidebar .appointment-form {
        background-color: #1d2122;
        padding: 40px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .portfolio-sidebar .appointment-form {
            padding: 40px 25px
        }
    }
    @media (max-width:575px) {
        .portfolio-sidebar .appointment-form {
            padding: 30px 20px
        }
    }
    .portfolio-sidebar .appointment-form span {
        color: #ee443d;
        font-family: nunito-regular;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 5px;
        text-transform: uppercase
    }
    .portfolio-sidebar .appointment-form .title {
        font-size: 40px;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px
    }
    @media (max-width:767px) {
        .portfolio-sidebar .appointment-form .title {
            font-size: 28px
        }
    }
    @media (max-width:575px) {
        .portfolio-sidebar .appointment-form .title {
            font-size: 28px
        }
    }
    .portfolio-sidebar .appointment-form .input-group {
        margin-bottom: 10px
    }
    .portfolio-sidebar .appointment-form input,
    .portfolio-sidebar .appointment-form textarea {
        background-color: #2a3031;
        color: #fff;
        font-family: nunito-regular;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase
    }
    .portfolio-sidebar .appointment-form ::-webkit-input-placeholder {
        color: #868f90
    }
    .portfolio-sidebar .appointment-form ::-moz-placeholder {
        color: #868f90
    }
    .portfolio-sidebar .appointment-form :-ms-input-placeholder {
        color: #868f90
    }
    .portfolio-sidebar .appointment-form ::-ms-input-placeholder {
        color: #868f90
    }
    .portfolio-sidebar .appointment-form ::placeholder {
        color: #868f90
    }
    .portfolio-sidebar .appointment-form .main-btn {
        margin-top: 10px
    }
    .portfolio-sidebar .appointment-form .main-btn:hover {
        background-color: #fff;
        color: #1d2122
    }
    .skill-section {
        padding-top: 330px;
        padding-bottom: 80px;
        background-color: #f4f9fa;
        background-position: center;
        background-size: cover;
        margin-top: -330px
    }
    .skill-section-two {
        position: relative;
        z-index: 1
    }
    .skill-section-two::before {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 28%;
        content: "";
        background-image: url(../img/skills/03.jpg);
        background-size: cover;
        background-position: center;
        z-index: -1
    }
    @media (max-width:991px) {
        .skill-section-two::before {
            width: 100%;
            height: 45%
        }
    }
    .skill-progress-bars .skill-progress {
        margin-bottom: 35px
    }
    .skill-progress-bars .skill-progress .title {
        font-size: 18px;
        font-weight: 700;
        font-family: nunito-regular;
        margin-bottom: 25px;
        line-height: 1.2;
        text-transform: uppercase;
        position: relative;
        overflow: hidden
    }
    .skill-progress-bars .skill-progress .progress-counter {
        color: #ee443d;
        position: absolute;
        top: 105%;
        -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .skill-progress-bars .skill-progress .progressbar-wrap {
        width: 100%;
        height: 3px;
        background-color: #f4f9fa;
        position: relative
    }
    .skill-progress-bars .skill-progress .progressbar-wrap .progressbar {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 8px;
        background-color: #ee443d;
        -webkit-transition: width 2s ease-in-out;
        -o-transition: width 2s ease-in-out;
        transition: width 2s ease-in-out
    }
    .skill-progress-bars .skill-progress .progressbar-wrap .progressbarV {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3px;
        height: 18px;
        background-color: #ee443d;
        -webkit-transition: 2s ease-in-out;
        -o-transition: 2s ease-in-out;
        transition: 2s ease-in-out
    }
    .skill-progress-bars.white-bars .skill-progress .progressbar-wrap {
        background-color: #fff
    }
    .skill-progress-box {
        -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
        background-color: #fff;
        padding: 80px 80px 50px
    }
    @media (max-width:1199px) {
        .skill-progress-box {
            padding: 60px 40px 30px
        }
    }
    @media (max-width:575px) {
        .skill-progress-box {
            padding: 60px 30px 30px
        }
    }
    .skills-bg-img {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%
    }
    @media (max-width:991px) {
        .skills-bg-img {
            height: 550px
        }
    }
    @media (min-width:992px) {
        .skills-text.p-left {
            padding-left: 30px
        }
    }
    @media (min-width:992px) {
        .skills-text.p-right {
            padding-right: 30px
        }
    }
    @media (max-width:991px) {
        .skills-img {
            margin-bottom: 50px
        }
    }
    .team-members .team-member {
        text-align: center;
        margin-top: 30px
    }
    .team-members .team-member .member-desc {
        padding: 40px;
        border: 2px solid #f5f9fa;
        border-top: none;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    @media (max-width:1199px) {
        .team-members .team-member .member-desc {
            padding: 35px 20px
        }
    }
    .team-members .team-member .member-desc .name {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 12px;
        letter-spacing: -1px
    }
    @media (max-width:1199px) {
        .team-members .team-member .member-desc .name {
            font-size: 24px
        }
    }
    @media (max-width:767px) {
        .team-members .team-member .member-desc .name {
            font-size: 22px
        }
    }
    .team-members .team-member .member-desc .position {
        line-height: 1;
        font-size: 12px;
        font-weight: 700;
        font-family: nunito-regular;
        text-transform: capitalize;
        letter-spacing: 2px;
        color: #ee443d;
        margin-bottom: 5px
    }
    .team-members .team-member .member-desc .social-links {
        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
    }
    .team-members .team-member .member-desc .social-links a {
        height: 50px;
        width: 50px;
        line-height: 48px;
        text-align: center;
        border: 2px solid #f5f9fa;
        color: #1d2122;
        font-size: 16px;
        margin: 0 5px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        position: relative
    }
    @media (max-width:767px) {
        .team-members .team-member .member-desc .social-links a {
            font-size: 14px;
            width: 40px;
            height: 40px;
            line-height: 38px;
            margin: 0 2px
        }
    }
    .team-members .team-member .member-desc .social-links a::before {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background-color: #ee443d;
        content: ""
    }
    .team-members .team-member .member-desc .social-links a:hover::before {
        height: 100%;
        width: 100%
    }
    .team-members .team-member .member-image {
        overflow: hidden
    }
    .team-members .team-member:hover .member-desc {
        -webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, .04);
        box-shadow: 0 16px 32px 0 rgba(7, 28, 31, .04);
        border-color: transparent
    }
    .team-members .team-member:hover .member-image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .latest-blog-posts .latest-blog-post {
        margin-top: 25px
    }
    .latest-blog-posts .latest-blog-post .blog-thumb {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden
    }
    @media (max-width:767px) {
        .latest-blog-posts .latest-blog-post .blog-thumb {
            height: 270px
        }
    }
    .latest-blog-posts .latest-blog-post .blog-thumb .thumb {
        background-color: #ddd;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .latest-blog-posts .latest-blog-post .blog-thumb .blog-date {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 11px;
        font-size: 10px;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: nunito-regular;
        z-index: 2;
        color: #fff;
        background-color: #1d2122;
        text-transform: uppercase
    }
    .latest-blog-posts .latest-blog-post:hover .blog-thumb .thumb {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .latest-blog-posts .latest-blog-post .blog-desc {
        font-size: 14px;
        line-height: 1.7;
        color: #ccd3d5;
        padding: 15px 15px 0 15px
    }
    @media (max-width:1199px) {
        .latest-blog-posts .latest-blog-post .blog-desc {
            padding: 40px 20px 0 20px
        }
    }
    .latest-blog-posts .latest-blog-post .blog-desc .title {
        font-size: 17px;
        line-height: 22px;
        letter-spacing: -1px;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 15px
    }
    @media (max-width:1199px) {
        .latest-blog-posts .latest-blog-post .blog-desc .title {
            font-size: 24px
        }
    }
    .latest-blog-posts .latest-blog-post .blog-desc .title a {
        color: #2a2a2a
    }
    .latest-blog-posts .latest-blog-post .blog-desc .title a:hover {
        color: #ee443d
    }
    .latest-blog-posts .latest-blog-post.light-bg .blog-thumb .blog-date {
        background-color: #fff
    }
    .latest-blog-posts .latest-blog-post.light-bg .blog-desc,
    .latest-blog-posts .latest-blog-post.light-bg .blog-desc .title a {
        color: #1d2122
    }
    .pricing-section {
        position: relative;
        z-index: 1;
        background-size: cover;
        background-position: center
    }
    .pricing-section::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #1d2122;
        opacity: .7;
        z-index: -1;
        content: ""
    }
    .pricing-section .pricing-box {
        margin-top: 30px;
        padding: 60px 50px;
        border: solid rgba(255, 255, 255, .1);
        font-weight: 700;
        font-family: nunito-regular;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    @media (max-width:1199px) {
        .pricing-section .pricing-box {
            padding: 50px 30px
        }
    }
    .pricing-section .pricing-box .paln-title {
        padding-bottom: 35px;
        margin-bottom: 45px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        position: relative
    }
    @media (max-width:575px) {
        .pricing-section .pricing-box .paln-title {
            padding-bottom: 25px;
            margin-bottom: 40px
        }
    }
    .pricing-section .pricing-box .paln-title::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background-color: #fff;
        opacity: .1;
        content: "";
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .pricing-section .pricing-box .paln-title .paln-price {
        color: #ee443d;
        font-size: 120px;
        display: block;
        position: relative
    }
    @media (max-width:575px) {
        .pricing-section .pricing-box .paln-title .paln-price {
            font-size: 100px
        }
    }
    .pricing-section .pricing-box .paln-title .paln-price::before {
        content: "$";
        color: #fff;
        font-size: 14px
    }
    .pricing-section .pricing-box ul li {
        color: #fff
    }
    .pricing-section .pricing-box ul li:not(:last-child) {
        margin-bottom: 20px;
        text-transform: uppercase
    }
    @media (max-width:1199px) {
        .pricing-section .pricing-box ul li:not(:last-child) {
            margin-bottom: 15px
        }
    }
    .pricing-section .pricing-box ul li i {
        color: #ee443d;
        margin-right: 20px
    }
    .pricing-section .pricing-box .main-btn {
        display: block;
        width: 100%;
        margin-top: 40px;
        padding: 0;
        text-align: center
    }
    .pricing-section .pricing-box.active-plan,
    .pricing-section .pricing-box:hover {
        border-color: #fff
    }
    .pricing-section .pricing-box.active-plan .main-btn,
    .pricing-section .pricing-box:hover .main-btn {
        background-color: #ee443d;
        color: #1d2122
    }
    .pricing-section .pricing-box.active-plan .paln-title::after,
    .pricing-section .pricing-box:hover .paln-title::after {
        opacity: 1
    }
    @media (min-width:1600px) {
        .sponsors-section .container-fluid {
            padding-left: 120px;
            padding-right: 120px
        }
    }
    .sponsors-section .sponsors-slider .sponsors-img {
        text-align: center;
        padding: 0 15px
    }
    .sponsors-section .sponsors-slider .sponsors-img img {
        max-width: 225px
    }
    @media (min-width:768px) and (max-width:1349px) {
        .sponsors-section .sponsors-slider .sponsors-img img {
            max-width: 185px
        }
    }
    .sponsors-section .sponsors-slider-two .sponsors-img {
        text-align: center
    }
    .sponsors-section .sponsors-slider-two .sponsors-img img {
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        opacity: .3
    }
    .sponsors-section .sponsors-slider-two .sponsors-img img:hover {
        opacity: 1
    }
    .sponsors-section .sponsors-slider .slick-track,
    .sponsors-section .sponsors-slider-two .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .counter-section {
        padding-top: 150px;
        padding-bottom: 40px
    }
    .counter-section.counter-boxed-style {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 2;
        margin-bottom: -110px
    }
    .counter-section.counter-boxed-style .counter-boxed-innter {
        background-color: #1d2122;
        padding-top: 80px;
        padding-bottom: 40px;
        position: relative;
        z-index: 1
    }
    .counter-section.counter-boxed-style .counter-boxed-innter::after {
        position: absolute;
        right: 20px;
        bottom: -20px;
        left: 20px;
        height: 20px;
        content: "";
        z-index: -1;
        background-color: #ee443d
    }
    .counter-section .counter-boxes .counter-box {
        font-size: 16px;
        font-weight: 700;
        font-family: nunito-regular;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 40px
    }
    @media (max-width:767px) {
        .counter-section .counter-boxes .counter-box {
            font-size: 15px
        }
    }
    .counter-section .counter-boxes .counter-box .icon {
        font-size: 55px;
        margin-bottom: 25px;
        line-height: 1;
        color: #ee443d
    }
.counter-section .counter-boxes .counter-box .count {
    display: block;
    font-size: 55px;
    margin-bottom: 5px;
    font-family: nunito-extrabold;
}
    @media (max-width:767px) {
        .counter-section .counter-boxes .counter-box .count {
            font-size: 42px
        }
    }
    .counter-section .counter-boxes .counter-box .count::after {
        content: "+";
        color: #ee443d;
        font-size: 16px;
        margin-left: 2px
    }
    .counter-section .counter-boxes .counter-box.white-style {
        color: #fff
    }
    .counter-section .counter-boxes.counter-boxes-border .counter-box {
        border-right: 2px solid #e8e8e8
    }
    @media (max-width:991px) {
        .counter-section .counter-boxes.counter-boxes-border .counter-box {
            border: none
        }
    }
    .counter-section .counter-boxes.counter-boxes-border>[class*=col-]:last-child .counter-box {
        border: none
    }
    .counter-section .counter-boxes.counter-boxes-two .counter-box {
        margin-bottom: 30px;
        background-color: #fff;
        position: relative;
        padding: 45px 30px;
        position: relative;
        z-index: 1
    }
    .counter-section .counter-boxes.counter-boxes-two .counter-box::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/pattern/07.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1
    }
    .counter-section .counter-boxes.counter-boxes-two .counter-box .count {
        display: block;
        font-size: 80px;
        margin-bottom: 5px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .counter-section .counter-boxes.counter-boxes-two .counter-box .count {
            font-size: 60px
        }
    }
    @media (max-width:767px) {
        .counter-section .counter-boxes.counter-boxes-two .counter-box .count {
            font-size: 54px
        }
    }
    .counter-section .counter-boxes.counter-boxes-two .counter-box .count::after {
        display: none
    }
    .counter-section .counter-boxes.counter-boxes-two .counter-box .title {
        font-size: 24px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .counter-section .counter-boxes.counter-boxes-two .counter-box .title {
            font-size: 18px
        }
    }
    @media (max-width:767px) {
        .counter-section .counter-boxes.counter-boxes-two .counter-box .title {
            font-size: 18px
        }
    }
.counter-section.counter-section-two {
    background-color: #fff9f5;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e0e0e0;
}
    .counter-section.counter-section-two::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/pattern/06.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%
    }
    .counter-section.counter-section-three {
        background-color: #ee443d;
        padding-top: 100px;
        padding-bottom: 70px
    }
    .contact-info .section-title .title {
        font-size: 24px;
        line-height: 30px
    }
    @media (min-width:992px) {
        .contact-info .contact-info-list {
            padding-right: 30px
        }
    }
    @media (max-width:991px) {
        .contact-info .contact-info-list {
            margin-bottom: 50px
        }
    }
.contact-info .contact-info-list li {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    border-radius: 3px;
}
    .contact-info .contact-info-list li a {
        font-family: nunito-regular;
        font-weight: 700;
        line-height: 1;
        margin-top: 15px;
        position: relative;
        color: #2a2a2a
    }
    .contact-maps {
        width: 100%;
        height: 700px;
        background-color: #ddd
    }
    @media (max-width:1199px) {
        .contact-maps {
            height: 550px
        }
    }
    @media (max-width:991px) {
        .contact-maps {
            height: 400px
        }
    }
    @media (max-width:767px) {
        .contact-maps {
            height: 320px
        }
    }
    .contact-maps iframe {
        width: 100%;
        height: 100%;
        border: none
    }
    .contact-form-two {
        border-radius: 5px;
        background: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        padding: 75px 45px
    }
    @media (max-width:575px) {
        .contact-form-two {
            padding: 50px 20px
        }
    }
    .contact-form-two input,
    .contact-form-two textarea {
        background-color: #fff;
        border: 2px solid #f1f1f1;
        color: #1d2122;
        font-weight: 400
    }
    .contact-form-two textarea {
        height: 170px
    }
    .contact-form-two .input-group .icon {
        color: #1d2122;
        opacity: .4
    }
    .contact-form-three {
        padding-left: 40px
    }
    @media (max-width:991px) {
        .contact-form-three {
            padding-left: 0
        }
    }
    .contact-form-three input,
    .contact-form-three textarea {
        background-color: #fff;
        border: 1px solid #dfe2e7;
        color: #1d2122;
        font-weight: 400;
        border-radius: 35px
    }
    .contact-form-three textarea {
        height: 170px
    }
    @media (max-width:991px) {
        .contact-img {
            margin-bottom: 50px
        }
    }
    .breadcrumb-section {
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
        font-family: nunito-regular;
        font-weight: 700;
        text-transform: uppercase;
        color: #ee443d;
        letter-spacing: -1px
    }
        .breadcrumb-section .container {
            padding-top: 120px;
            padding-bottom: 177px;
            position: relative;
        }
    @media (max-width:991px) {
        .breadcrumb-section .container {
            padding-top: 65px;
            padding-bottom: 150px;
        }
    }
    @media (max-width:767px) {
        .breadcrumb-section .container {
            padding-top: 65px;
            padding-bottom: 150px;
        }
    }

    .breadcrumb-section .page-tag {
        letter-spacing: 2px
    }
    @media (max-width:991px) {
        .breadcrumb-section .page-tag {
            font-size: 14px
        }
    }
    @media (max-width:767px) {
        .breadcrumb-section .page-tag {
            letter-spacing: 1px
        }
    }
.breadcrumb-section .page-title {
    font-size: 35px;
    line-height: 35px;
    line-height: 43px;
    color: #2a2a2a;
    text-transform: initial;
    letter-spacing: 0.5px;
    max-width: 280px;
}
    @media (max-width:1199px) {
        .breadcrumb-section .page-title {
            font-size: 28px;
            line-height: 34px
        }
    }
    @media (max-width:991px) {
        .breadcrumb-section .page-title {
            font-size: 24px;
            line-height: 33px
        }
    }
    @media (max-width:767px) {
        .breadcrumb-section .page-title {
            font-size: 18px;
            line-height: 24px
        }
    }
    .breadcrumb-section .breadcrumb-nav {
        background-color: #fff;
        position: absolute;
        z-index: 2;
        right: 15px;
        bottom: 0;
        padding: 12px 12px 12px;
        line-height: 1
    }
    @media (max-width:991px) {
        .breadcrumb-section .breadcrumb-nav {
            display:none;
        }
    }
    .breadcrumb-section .breadcrumb-nav li {
        position: relative;
        margin: 0 10px;
        display: inline-block;
        position: relative;
        font-size: 12px;
        letter-spacing: .5px
    }
    .breadcrumb-section .breadcrumb-nav li:not(:last-child)::after {
        content: "|";
        color: #1d2122;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
    .breadcrumb-section .breadcrumb-nav li a {
        color: #1d2122;
        font-size: 12px
    }
    .history-section {
        padding-top: 240px;
        padding-bottom: 120px
    }
    .timeline-btn-with-progess {
        position: relative;
        z-index: 1
    }
    .timeline-btn-with-progess .progress {
        height: 4px;
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        z-index: -1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    @media (max-width:575px) {
        .timeline-btn-with-progess .progress {
            display: none
        }
    }
    .timeline-btn-with-progess .progress .progress-bar {
        background-color: #ee443d;
        width: 20%
    }
    .timeline-tab-btns {
        padding: 0 100px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px
    }
    @media (max-width:1349px) {
        .timeline-tab-btns {
            padding: 0 50px
        }
    }
    @media (max-width:991px) {
        .timeline-tab-btns {
            padding: 0 30px
        }
    }
    @media (max-width:575px) {
        .timeline-tab-btns {
            padding: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }
    .timeline-tab-btns li a {
        background-color: #fff;
        font-family: nunito-regular;
        text-transform: uppercase;
        font-weight: 700;
        padding: 18px 35px;
        font-size: 16px;
        display: inline-block;
        line-height: 1;
        color: #1d2122
    }
    @media (max-width:991px) {
        .timeline-tab-btns li a {
            padding: 15px 28px
        }
    }
    @media (max-width:767px) {
        .timeline-tab-btns li a {
            padding: 12px 20px;
            font-size: 14px
        }
    }
    @media (max-width:575px) {
        .timeline-tab-btns li a {
            margin: 5px
        }
    }
    .timeline-tab-btns li a.active,
    .timeline-tab-btns li a:hover {
        background-color: #ee443d
    }
    @media (max-width:991px) {
        .timeline-text {
            margin-top: 50px
        }
    }
    .timeline-text .timeline-tag {
        font-size: 16px;
        font-family: nunito-regular;
        font-weight: 700;
        color: #ee443d;
        letter-spacing: 2px;
        margin-bottom: 5px;
        text-transform: uppercase
    }
    .timeline-text .timeline-title {
        font-size: 48px;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 30px
    }
    @media (max-width:991px) {
        .timeline-text .timeline-title {
            font-size: 42px
        }
    }
    @media (max-width:575px) {
        .timeline-text .timeline-title {
            font-size: 32px
        }
    }
    .timeline-text a.main-btn {
        margin-top: 40px
    }
    .testimonials-section .testimonials-inner {
        background-color: #ee443d;
        padding: 100px 170px;
        position: relative;
        z-index: 1
    }
    @media (max-width:1199px) {
        .testimonials-section .testimonials-inner {
            padding: 100px 100px
        }
    }
    @media (max-width:991px) {
        .testimonials-section .testimonials-inner {
            padding: 80px 50px
        }
    }
    @media (max-width:767px) {
        .testimonials-section .testimonials-inner {
            padding: 80px 30px
        }
    }
    @media (max-width:575px) {
        .testimonials-section .testimonials-inner {
            padding: 80px 15px
        }
    }
    .testimonials-section .testimonials-inner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        content: "";
        background-image: url(../img/testi-illustration.png);
        background-size: cover;
        background-position: center
    }
    .testimonials-section .testimonials-inner .single-testimonial {
        text-align: center;
        font-size: 24px;
        line-height: 1.4
    }
    @media (max-width:1199px) {
        .testimonials-section .testimonials-inner .single-testimonial {
            font-size: 20px
        }
    }
    @media (max-width:767px) {
        .testimonials-section .testimonials-inner .single-testimonial {
            font-size: 18px
        }
    }
    @media (max-width:575px) {
        .testimonials-section .testimonials-inner .single-testimonial {
            font-size: 16px;
            line-height: 1.6
        }
    }
    .testimonials-section .testimonials-inner .single-testimonial .atuthor-thumb {
        margin-bottom: 50px
    }
    .testimonials-section .testimonials-inner .single-testimonial .atuthor-thumb img {
        max-width: 120px;
        max-height: 120px
    }
    .testimonials-section .testimonials-inner .single-testimonial .atuthor-info {
        margin-top: 40px;
        line-height: 1
    }
    .testimonials-section .testimonials-inner .single-testimonial .atuthor-info .name {
        font-size: 30px;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 1
    }
    @media (max-width:767px) {
        .testimonials-section .testimonials-inner .single-testimonial .atuthor-info .name {
            font-size: 24px
        }
    }
    @media (max-width:575px) {
        .testimonials-section .testimonials-inner .single-testimonial .atuthor-info .name {
            font-size: 20px
        }
    }
    .testimonials-section .testimonials-inner .single-testimonial .atuthor-info span {
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: nunito-regular;
        font-weight: 700
    }
    .testimonials-section.style-two {
        position: relative
    }
    .testimonials-section.style-two .testimonials-inner {
        background-color: transparent
    }
    .testimonials-section.style-two .testimonials-inner::before {
        opacity: .3
    }
    .testimonials-section.style-two .testimonials-inner .single-testimonial .atuthor-thumb img {
        -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .06);
        box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .06);
        border: 10px solid #fff
    }
    .testimonials-section.style-two .testimonials-inner .single-testimonial .atuthor-info span {
        color: #ee443d
    }
    .testimonials-section.style-two .thumb-images img {
        position: absolute;
        z-index: 2;
        max-width: 80px;
        max-height: 80px
    }
    @media (max-width:991px) {
        .testimonials-section.style-two .thumb-images img {
            max-width: 50px;
            max-height: 50px
        }
    }
    @media (max-width:575px) {
        .testimonials-section.style-two .thumb-images img {
            display: none
        }
    }
    .testimonials-section.style-two .thumb-images img:nth-child(1) {
        left: 25%;
        top: 15%
    }
    @media (max-width:1349px) {
        .testimonials-section.style-two .thumb-images img:nth-child(1) {
            left: 15%
        }
    }
    @media (max-width:1199px) {
        .testimonials-section.style-two .thumb-images img:nth-child(1) {
            left: 10%
        }
    }
    .testimonials-section.style-two .thumb-images img:nth-child(2) {
        left: 15%;
        bottom: 15%
    }
    @media (max-width:1349px) {
        .testimonials-section.style-two .thumb-images img:nth-child(2) {
            left: 8%
        }
    }
    @media (max-width:1199px) {
        .testimonials-section.style-two .thumb-images img:nth-child(2) {
            left: 5%
        }
    }
    .testimonials-section.style-two .thumb-images img:nth-child(3) {
        right: 15%;
        top: 15%
    }
    @media (max-width:1349px) {
        .testimonials-section.style-two .thumb-images img:nth-child(3) {
            right: 8%
        }
    }
    @media (max-width:1199px) {
        .testimonials-section.style-two .thumb-images img:nth-child(3) {
            right: 5%
        }
    }
    .testimonials-section.style-two .thumb-images img:nth-child(4) {
        right: 25%;
        bottom: 15%
    }
    @media (max-width:1349px) {
        .testimonials-section.style-two .thumb-images img:nth-child(4) {
            right: 15%
        }
    }
    @media (max-width:1199px) {
        .testimonials-section.style-two .thumb-images img:nth-child(4) {
            right: 10%
        }
    }
    .testimonials-section .testimonials-slider-two .testimonial-box {
        border-radius: 5px;
        background: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        text-align: center;
        padding: 55px 40px 40px
    }
    .testimonials-section .testimonials-slider-two .testimonial-box .name {
        font-size: 20px;
        margin-bottom: 15px
    }
    .testimonials-section .testimonials-slider-two .testimonial-box .author {
        display: inline-block;
        margin-bottom: 35px;
        position: relative
    }
    .testimonials-section .testimonials-slider-two .testimonial-box .author::after {
        content: "";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        right: 0;
        bottom: 0;
        height: 30px;
        width: 30px;
        background-color: #ee443d;
        color: #1d2122;
        line-height: 30px;
        border-radius: 50%;
        font-size: 12px;
        -webkit-filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.06));
        filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, .06))
    }
    .testimonials-section .testimonials-slider-two .testimonial-box .author img {
        -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.07));
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .07));
        border-radius: 50%;
        height: 80px;
        width: 80px
    }
    .testimonials-section.with-pattern {
        position: relative;
        z-index: 1;
        padding-top: 120px;
        padding-bottom: 90px
    }
    .testimonials-section.with-pattern::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 485px;
        background-color: #1d2122;
        z-index: -1
    }
    .changing-version .changing-header {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60px 25px 1fr;
        grid-template-columns: 60px 1fr;
        gap: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }
    @media (max-width:1199px) {
        .changing-version .changing-header {
            gap: 15px
        }
    }
    .changing-version .changing-header .icon {
        color: #ee443d;
        line-height: 1;
        font-size: 55px
    }
    .changing-version .changing-header .version-num {
        letter-spacing: 2px;
        font-weight: 700;
        font-family: nunito-regular;
        color: #ee443d
    }
    .changing-version .changing-header .title {
        font-size: 30px;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #fff
    }
    @media (max-width:1199px) {
        .changing-version .changing-header .title {
            font-size: 24px
        }
    }
    .changing-version li {
        color: #b5bbbd
    }
    .changing-version li:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #353b3c
    }
    .version-video {
        background-color: #ddd;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 385px;
        position: relative
    }
    @media (max-width:991px) {
        .version-video {
            margin-bottom: 80px
        }
    }
    .version-video .popup-video {
        position: absolute;
        left: 0;
        top: 50%;
        background-color: #fff;
        color: #1d2122;
        font-size: 16px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }
    @media (max-width:991px) {
        .version-video .popup-video {
            top: auto;
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%)
        }
    }
    .advanced-tab-btns {
        margin-top: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .advanced-tab-btns li {
        margin: 10px 10px 0
    }
    .advanced-tab-btns li a {
        position: relative;
        padding: 25px 70px;
        border: 2px solid #f3f3f3;
        font-size: 14px;
        color: #1d2122;
        line-height: 1;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    @media (max-width:1199px) {
        .advanced-tab-btns li a {
            padding: 25px 30px 25px 70px;
            font-size: 12px
        }
    }
    .advanced-tab-btns li a .title {
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: -1px;
        font-weight: 700;
        font-family: nunito-regular;
        display: block;
        margin-bottom: 10px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    @media (max-width:1199px) {
        .advanced-tab-btns li a .title {
            font-size: 20px
        }
    }
    .advanced-tab-btns li a .icon {
        position: absolute;
        left: 20px;
        top: 25px;
        color: #ee443d;
        font-size: 30px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .advanced-tab-btns li a::after {
        position: absolute;
        left: 50%;
        top: -15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #1d2122;
        content: "";
        width: 30px;
        height: 15px;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        visibility: hidden;
        opacity: 0
    }
    @media (max-width:991px) {
        .advanced-tab-btns li a::after {
            display: none
        }
    }
    .advanced-tab-btns li a.active,
    .advanced-tab-btns li a:hover {
        background-color: #1d2122;
        border-color: #1d2122
    }
    .advanced-tab-btns li a.active,
    .advanced-tab-btns li a.active .title,
    .advanced-tab-btns li a:hover,
    .advanced-tab-btns li a:hover .title {
        color: #fff
    }
    .advanced-tab-btns li a.active:after {
        opacity: 1;
        visibility: visible
    }
    @media (max-width:991px) {
        .advanced-tab-text {
            margin-top: 50px
        }
    }
    .advanced-tab-two .advanced-tab-btns-two {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -15px;
        position: relative;
        z-index: 2
    }
    .advanced-tab-two .advanced-tab-btns-two li {
        padding: 15px
    }
    .advanced-tab-two .advanced-tab-btns-two li a {
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 35px;
        font-family: nunito-regular;
        font-size: 24px;
        font-weight: 700;
        color: #1d2122;
        position: relative
    }
    @media (max-width:1199px) {
        .advanced-tab-two .advanced-tab-btns-two li a {
            padding: 20px;
            font-size: 18px
        }
    }
    .advanced-tab-two .advanced-tab-btns-two li a span {
        display: block
    }
    .advanced-tab-two .advanced-tab-btns-two li a span.icon {
        font-size: 70px;
        line-height: 1;
        margin-bottom: 20px
    }
    @media (max-width:1199px) {
        .advanced-tab-two .advanced-tab-btns-two li a span.icon {
            font-size: 50px
        }
    }
    .advanced-tab-two .advanced-tab-btns-two li a span.icon img {
        max-width: 70px
    }
    @media (max-width:1199px) {
        .advanced-tab-two .advanced-tab-btns-two li a span.icon img {
            max-width: 50px
        }
    }
    .advanced-tab-two .advanced-tab-btns-two li a::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20px;
        background-color: #fff;
        height: 20px;
        width: 40px;
        -webkit-clip-path: polygon(100% 0, 0 0, 51% 100%);
        clip-path: polygon(100% 0, 0 0, 51% 100%);
        -webkit-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.06));
        filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, .06));
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        visibility: hidden;
        opacity: 0
    }
    .advanced-tab-two .advanced-tab-btns-two li a.active {
        -webkit-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.06));
        filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, .06))
    }
    .advanced-tab-two .advanced-tab-btns-two li a.active::before {
        opacity: 1;
        visibility: visible
    }
    .advanced-tab-two .tab-content {
        padding-top: 60px;
        position: relative;
        z-index: 1
    }
    .advanced-tab-two .tab-pane {
        background-color: #fff;
        padding: 70px 50px;
        -webkit-box-shadow: 0 3px 16px transparent;
        box-shadow: 0 3px 16px transparent;
        border-radius: 5px
    }
    @media (max-width:575px) {
        .advanced-tab-two .tab-pane {
            padding: 50px 20px
        }
    }
    .advanced-tab-two .tab-pane .title {
        font-size: 40px;
        letter-spacing: -.03em;
        margin-bottom: 15px
    }
    @media (max-width:575px) {
        .advanced-tab-two .tab-pane .title {
            font-size: 28px
        }
    }
    .advanced-tab-two .tab-pane .big-text {
        font-size: 24px;
        font-family: nunito-regular;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 1.4
    }
    @media (max-width:1199px) {
        .advanced-tab-two .tab-pane .big-text {
            font-size: 18px
        }
    }
    .advanced-tab-two .tab-pane .advanced-tab-img {
        text-align: right
    }
    @media (max-width:991px) {
        .advanced-tab-two .tab-pane .advanced-tab-img {
            margin-bottom: 50px;
            text-align: center
        }
    }
    .advanced-tab-two .dot-icon {
        position: absolute;
        right: -20px;
        top: 40px;
        z-index: -1
    }
    .advanced-tab-two .blob-icon {
        position: absolute;
        bottom: -40px;
        left: -75px;
        z-index: -1
    }
    .single-blog-post {
        margin-bottom: 40px
    }
    .single-blog-post .entry-thumb {
        position: relative;
        margin-bottom: -2px;
        z-index: 1
    }
    .single-blog-post .entry-thumb iframe {
        width: 100%;
        border: none
    }
    .single-blog-post .entry-thumb .slick-arrow {
        border: none;
        background-color: transparent;
        color: #fff;
        opacity: .4;
        font-size: 30px;
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 2
    }
    .single-blog-post .entry-thumb .slick-arrow.next-arrow {
        left: auto;
        right: 40px
    }
    .single-blog-post .entry-thumb .slick-arrow:hover {
        opacity: 1
    }
    .single-blog-post .entry-summary {
        padding: 25px 25px;
        border: 2px solid #ededed
    }
    @media (max-width:1199px) {
        .single-blog-post .entry-summary {
            padding: 40px 35px
        }
    }
    @media (max-width:575px) {
        .single-blog-post .entry-summary {
            padding: 40px 25px;
            font-size: 15px
        }
    }
    .single-blog-post .entry-summary .post-cats {
        margin-bottom: 35px
    }
    .single-blog-post .entry-summary .post-cats a {
        font-family: nunito-regular;
        font-weight: 700;
        color: #1d2122;
        background-color: #ee443d;
        line-height: 1;
        padding: 8px 30px;
        margin-right: 5px
    }
    .single-blog-post .entry-summary .post-cats a:hover {
        background-color: #1d2122;
        color: #fff
    }
    .single-blog-post .entry-summary .title {
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
        letter-spacing: -1px
    }
    @media (max-width:1199px) {
        .single-blog-post .entry-summary .title {
            font-size: 28px
        }
    }
    @media (max-width:767px) {
        .single-blog-post .entry-summary .title {
            font-size: 24px
        }
    }
    @media (max-width:575px) {
        .single-blog-post .entry-summary .title {
            font-size: 20px
        }
    }
    .single-blog-post .entry-summary .entry-meta {
        margin-top: 20px
    }
    .single-blog-post .entry-summary .entry-meta li {
        display: inline-block
    }
    .single-blog-post .entry-summary .entry-meta li:not(:last-child) {
        margin-right: 25px
    }
    @media (max-width:767px) {
        .single-blog-post .entry-summary .entry-meta li:not(:last-child) {
            margin-right: 15px
        }
    }
    @media (max-width:767px) and (max-width:575px) {
        .single-blog-post .entry-summary .entry-meta li:not(:last-child) {
            font-size: 10px
        }
    }
    .single-blog-post .entry-summary .entry-meta a {
        font-size: 14px;
        font-weight: 700;
        color: #1d2122
    }
    .single-blog-post .entry-summary .entry-meta a:hover {
        color: #ee443d
    }
    .single-blog-post .entry-summary .entry-meta a i {
        margin-right: 10px
    }
    .single-blog-post .entry-summary p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 20px
    }
    .single-blog-post .entry-summary .entry-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px
    }
    .single-blog-post .entry-summary .entry-footer a {
        font-weight: 700;
        color: #1d2122;
        font-size: 14px
    }
    @media (max-width:575px) {
        .single-blog-post .entry-summary .entry-footer a {
            font-size: 13px
        }
    }
    .single-blog-post .entry-summary .entry-footer a i,
    .single-blog-post .entry-summary .entry-footer a img {
        margin-right: 8px
    }
    @media (max-width:575px) {
        .single-blog-post .entry-summary .entry-footer a i,
        .single-blog-post .entry-summary .entry-footer a img {
            margin-right: 5px
        }
    }
    .single-blog-post .entry-summary .entry-footer a:hover {
        color: #ee443d
    }
    .single-blog-post.video-post .popup-video {
        width: 80px;
        height: 80px;
        text-align: center;
        background-color: #ee443d;
        font-size: 14px;
        color: #1d2122;
        line-height: 80px;
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    @media (max-width:767px) {
        .single-blog-post.video-post .popup-video {
            height: 60px;
            width: 60px;
            line-height: 60px
        }
    }
    .single-blog-post.audio-post .entry-thumb {
        margin-bottom: -8px
    }
    .single-blog-post.quote-post .entry-summary {
        border: none;
        background-color: #ee443d;
        position: relative;
        z-index: 1;
        padding: 50px 50px 50px 150px
    }
    @media (max-width:767px) {
        .single-blog-post.quote-post .entry-summary {
            padding: 130px 35px 40px 35px
        }
    }
    @media (max-width:575px) {
        .single-blog-post.quote-post .entry-summary {
            padding: 130px 25px 40px 25px
        }
    }
    .single-blog-post.quote-post .entry-summary::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../img/news/quote-pattern.png);
        background-size: cover;
        background-position: center;
        content: ""
    }
    .single-blog-post.quote-post .entry-summary .quote-icon {
        position: absolute;
        z-index: 1;
        left: 40px;
        top: 50px;
        max-width: 75px
    }
    @media (max-width:767px) {
        .single-blog-post.quote-post .entry-summary .quote-icon {
            max-width: 50px;
            left: 35px
        }
    }
    @media (max-width:575px) {
        .single-blog-post.quote-post .entry-summary .quote-icon {
            left: 25px
        }
    }
    .single-blog-post.quote-post .entry-summary .entry-meta li a:hover,
    .single-blog-post.quote-post .entry-summary .title a:hover {
        color: #fff
    }
    .single-blog-post.only-title .entry-summary {
        position: relative;
        z-index: 1;
        border: none
    }
    .single-blog-post.only-title .entry-summary::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        left: 0;
        top: 0;
        background-image: url(../img/news/03.jpg);
        background-size: cover;
        background-position: center;
        opacity: .1
    }
    .blog-post-details {
        padding: 50px 45px;
        border: 2px solid #ededed
    }
    @media (max-width:1199px) {
        .blog-post-details {
            padding: 40px 35px
        }
    }
    @media (max-width:575px) {
        .blog-post-details {
            padding: 40px 25px;
            font-size: 15px
        }
    }
    .blog-post-details .post-content .post-cats {
        margin-bottom: 30px
    }
    .blog-post-details .post-content .post-cats a {
        font-family: nunito-regular;
        font-weight: 700;
        color: #1d2122;
        background-color: #ee443d;
        line-height: 1;
        padding: 8px 30px;
        margin-right: 5px
    }
    .blog-post-details .post-content .post-cats a:hover {
        background-color: #1d2122;
        color: #fff
    }
    .blog-post-details .post-content .title {
        font-size: 36px;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 20px
    }
    @media (max-width:1199px) {
        .blog-post-details .post-content .title {
            font-size: 28px
        }
    }
    @media (max-width:767px) {
        .blog-post-details .post-content .title {
            font-size: 24px
        }
    }
    @media (max-width:575px) {
        .blog-post-details .post-content .title {
            font-size: 20px
        }
    }
    .blog-post-details .post-content .entry-meta {
        margin-bottom: 25px
    }
    .blog-post-details .post-content .entry-meta li {
        display: inline-block;
        padding-left: 0
    }
    .blog-post-details .post-content .entry-meta li:not(:last-child) {
        margin-right: 25px
    }
    @media (max-width:767px) {
        .blog-post-details .post-content .entry-meta li:not(:last-child) {
            margin-right: 15px
        }
    }
    @media (max-width:767px) and (max-width:575px) {
        .blog-post-details .post-content .entry-meta li:not(:last-child) {
            font-size: 10px
        }
    }
    .blog-post-details .post-content .entry-meta li::before {
        display: none
    }
    .blog-post-details .post-content .entry-meta a {
        font-size: 14px;
        font-weight: 600
    }
    .blog-post-details .post-content .entry-meta a i {
        margin-right: 10px
    }
    .blog-post-details .post-content p:not(:last-child) {
        margin-bottom: 25px
    }
    .blog-post-details .post-content figure {
        margin: 50px 0
    }
    @media (max-width:575px) {
        .blog-post-details .post-content figure {
            margin: 30px 0
        }
    }
    .blog-post-details .post-content .subtitle {
        font-size: 30px;
        letter-spacing: -1px;
        margin-bottom: 25px;
        text-transform: uppercase
    }
    @media (max-width:767px) {
        .blog-post-details .post-content .subtitle {
            font-size: 24px
        }
    }
    @media (max-width:575px) {
        .blog-post-details .post-content .subtitle {
            font-size: 18px
        }
    }
    .blog-post-details .post-content hr {
        margin: 35px 0;
        border-top: 1px solid #e1e6ff
    }
    .blog-post-details .post-content ul li {
        position: relative;
        padding-left: 45px
    }
    .blog-post-details .post-content ul li:not(:last-child) {
        margin-bottom: 10px
    }
    @media (max-width:767px) {
        .blog-post-details .post-content ul li {
            padding-left: 30px
        }
    }
    .blog-post-details .post-content ul li::before {
        position: absolute;
        left: 20px;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px
    }
    @media (max-width:767px) {
        .blog-post-details .post-content ul li::before {
            left: 0
        }
    }
    .blog-post-details .post-content blockquote {
        padding: 60px;
        background-color: #f8f8f8;
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 700;
        font-family: nunito-regular;
        letter-spacing: -1px;
        margin: 35px 0
    }
    @media (max-width:1199px) {
        .blog-post-details .post-content blockquote {
            font-size: 22px
        }
    }
    @media (max-width:767px) {
        .blog-post-details .post-content blockquote {
            padding: 40px 25px
        }
    }
    @media (max-width:575px) {
        .blog-post-details .post-content blockquote {
            padding: 40px 20px;
            font-size: 18px
        }
    }
    .blog-post-details .post-content blockquote cite {
        display: block;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
        font-style: normal;
        color: #ee443d
    }
    .blog-post-details .post-footer {
        margin-top: 50px
    }
    .blog-post-details .post-footer .related-tags h5,
    .blog-post-details .post-footer .social-share h5 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 20px;
        text-transform: uppercase
    }
    .blog-post-details .post-footer .related-tags li,
    .blog-post-details .post-footer .social-share li {
        display: inline-block
    }
    .blog-post-details .post-footer .related-tags li {
        margin-right: 4px
    }
    .blog-post-details .post-footer .related-tags li a {
        background-color: #efefef;
        font-size: 12px;
        font-weight: 700;
        color: #1d2122;
        text-transform: uppercase;
        padding: 5px 20px
    }
    @media (max-width:1199px) {
        .blog-post-details .post-footer .related-tags li a {
            padding: 5px 15px
        }
    }
    .blog-post-details .post-footer .related-tags li a:hover {
        background-color: #ee443d;
        color: #1d2122
    }
    @media (max-width:767px) {
        .blog-post-details .post-footer .social-share {
            margin-top: 40px
        }
    }
    .blog-post-details .post-footer .social-share li {
        margin-left: 20px
    }
    .blog-post-details .post-footer .social-share li a {
        color: #b5becc;
        font-size: 16px
    }
    .blog-post-details .post-nav {
        padding: 50px 0;
        margin: 50px 0;
        border-top: 1px solid #e1e6ff;
        border-bottom: 1px solid #e1e6ff;
        position: relative;
        z-index: 1
    }
    .blog-post-details .post-nav::after {
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        background-image: url(../img/news/dot-icon.png);
        content: ""
    }
    @media (max-width:767px) {
        .blog-post-details .post-nav::after {
            display: none
        }
    }
    .blog-post-details .post-nav .next-post,
    .blog-post-details .post-nav .prev-post {
        font-family: nunito-regular;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2
    }
    .blog-post-details .post-nav .next-post span,
    .blog-post-details .post-nav .prev-post span {
        display: block;
        letter-spacing: 2px;
        color: #ee443d;
        margin-bottom: 5px;
        font-size: 14px
    }
    .blog-post-details .post-nav .next-post a,
    .blog-post-details .post-nav .prev-post a {
        font-size: 28px;
        letter-spacing: -1px;
        color: #1d2122
    }
    @media (max-width:767px) {
        .blog-post-details .post-nav .next-post a,
        .blog-post-details .post-nav .prev-post a {
            font-size: 22px
        }
    }
    .blog-post-details .post-nav .next-post {
        text-align: right
    }
    @media (max-width:575px) {
        .blog-post-details .post-nav .next-post {
            text-align: left;
            margin-top: 30px
        }
    }
    .blog-post-details .related-post .title {
        font-size: 26px;
        letter-spacing: -1px;
        text-transform: uppercase;
        margin-bottom: 40px
    }
    @media (max-width:767px) {
        .blog-post-details .related-post .title {
            font-size: 22px
        }
    }
    .blog-post-details .related-post .single-related-post {
        margin-bottom: 50px
    }
    .blog-post-details .related-post .single-related-post .thumb {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center
    }
    .blog-post-details .related-post .single-related-post .desc {
        padding: 30px;
        font-size: 14px;
        -webkit-box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06);
        box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06)
    }
    @media (max-width:575px) {
        .blog-post-details .related-post .single-related-post .desc {
            padding: 30px 20px
        }
    }
    .blog-post-details .related-post .single-related-post .desc .date {
        color: #ee443d;
        margin-bottom: 10px
    }
    .blog-post-details .related-post .single-related-post .desc .date i {
        margin-right: 5px
    }
    .blog-post-details .related-post .single-related-post .desc h4 {
        font-size: 22px;
        letter-spacing: -1px;
        text-transform: uppercase;
        margin-bottom: 15px
    }
    @media (max-width:1199px) {
        .blog-post-details .related-post .single-related-post .desc h4 {
            font-size: 20px
        }
    }
    .blog-post-details .author-info {
        border: 2px solid #ededed;
        padding: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 180px 40px 1fr;
        grid-template-columns: 180px 1fr;
        gap: 40px;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    @media (max-width:1199px) {
        .blog-post-details .author-info {
            padding: 40px 30px
        }
    }
    @media (max-width:767px) {
        .blog-post-details .author-info {
            display: block
        }
    }
    @media (max-width:767px) {
        .blog-post-details .author-info .desc {
            margin-top: 30px
        }
    }
    .blog-post-details .author-info span {
        font-size: 12px;
        margin-bottom: 10px;
        color: #ee443d;
        font-weight: 700
    }
    .blog-post-details .author-info h2 {
        font-size: 36px;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 20px
    }
    @media (max-width:1199px) {
        .blog-post-details .author-info h2 {
            font-size: 28px
        }
    }
    @media (max-width:575px) {
        .blog-post-details .author-info h2 {
            font-size: 20px
        }
    }
    @media (max-width:991px) {
        .blog-sibebar {
            margin-top: 50px
        }
    }
    .blog-sibebar .widget {
        padding: 40px;
        border: 2px solid #ededed;
        margin-bottom: 40px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .blog-sibebar .widget {
            padding: 35px 25px
        }
    }
    @media (max-width:991px) {
        .blog-sibebar .widget {
            margin-top: 50px
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget {
            padding: 35px 25px
        }
    }
    .blog-sibebar .widget:last-child {
        margin-bottom: 0
    }
    .blog-sibebar .widget .widget-title {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 40px;
        padding-left: 45px;
        position: relative
    }
    .blog-sibebar .widget .widget-title::after,
    .blog-sibebar .widget .widget-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ee443d
    }
    .blog-sibebar .widget .widget-title::before {
        height: 4px;
        width: 18px;
        border-radius: 2px
    }
    .blog-sibebar .widget .widget-title::after {
        left: 22px;
        height: 4px;
        width: 4px;
        border-radius: 50%
    }
    .blog-sibebar .widget.about-author-widget .author-info {
        text-align: center;
        font-size: 14px;
        line-height: 1.8
    }
    .blog-sibebar .widget.about-author-widget .author-info .thumb {
        margin-bottom: 30px
    }
    .blog-sibebar .widget.about-author-widget .author-info .thumb img {
        max-width: 140px;
        border-radius: 50%
    }
    .blog-sibebar .widget.about-author-widget .author-info .name {
        margin-bottom: 20px;
        text-transform: uppercase
    }
    .blog-sibebar .widget.about-author-widget .author-info .social-icon {
        margin-top: 25px
    }
    .blog-sibebar .widget.about-author-widget .author-info .social-icon li {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px
    }
    .blog-sibebar .widget.about-author-widget .author-info .social-icon li a {
        color: #b3bed3
    }
    .blog-sibebar .widget.about-author-widget .author-info .social-icon li a:hover {
        color: #ee443d
    }
    .blog-sibebar .widget.search-widget form {
        position: relative
    }
    .blog-sibebar .widget.search-widget form input {
        background-color: #f0f4f7;
        font-size: 12px;
        height: 60px;
        padding: 0 65px 0 25px
    }
    .blog-sibebar .widget.search-widget form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background-color: #ee443d;
        font-size: 14px;
        border: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .blog-sibebar .widget.search-widget form button:hover {
        background-color: #1d2122;
        color: #fff
    }
    .blog-sibebar .widget.recent-post-widget li {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: 80px 20px 1fr;
        grid-template-columns: 80px 1fr;
        gap: 20px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .blog-sibebar .widget.recent-post-widget li {
            gap: 15px
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.recent-post-widget li {
            display: block
        }
    }
    .blog-sibebar .widget.recent-post-widget li:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e6ff
    }
    .blog-sibebar .widget.recent-post-widget li h6 {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.3
    }
    .blog-sibebar .widget.recent-post-widget li .post-thumb {
        height: 80px;
        width: 80px;
        background-color: #ddd;
        background-size: cover;
        background-position: center;
        border-radius: 50%
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.recent-post-widget li .post-thumb {
            margin-bottom: 20px
        }
    }
    .blog-sibebar .widget.recent-post-widget li .time {
        font-size: 14px
    }
    .blog-sibebar .widget.recent-post-widget li .time i {
        margin-right: 8px
    }
    .blog-sibebar .widget.categories-widget li:not(:last-child) {
        margin-bottom: 10px
    }
    .blog-sibebar .widget.categories-widget li a {
        background-color: #1d2122;
        display: block;
        color: #fff;
        font-size: 14px;
        font-family: nunito-regular;
        font-weight: 700;
        text-transform: uppercase;
        padding: 14px 50px 14px 30px;
        position: relative;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .blog-sibebar .widget.categories-widget li a span {
        position: absolute;
        right: 0;
        width: 50px;
        height: 100%;
        background-color: #131718;
        top: 0;
        text-align: center;
        line-height: 50px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .blog-sibebar .widget.categories-widget li a:hover {
        background-color: #ee443d;
        color: #fff
    }
    .blog-sibebar .widget.categories-widget li a:hover span {
        background-color: #ea9d19
    }
    .blog-sibebar .widget.social-widget ul li {
        display: inline-block;
        margin: 0 4px
    }
    .blog-sibebar .widget.social-widget ul li a {
        background-color: #ededed;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #1d2122
    }
    @media (min-width:992px) and (max-width:1199px) {
        .blog-sibebar .widget.social-widget ul li a {
            width: 35px;
            height: 35px;
            line-height: 35px
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.social-widget ul li a {
            width: 35px;
            height: 35px;
            line-height: 35px
        }
    }
    .blog-sibebar .widget.social-widget ul li a:hover {
        background-color: #ee443d
    }
    .blog-sibebar .widget.twitter-widget li {
        padding-left: 35px;
        position: relative
    }
    .blog-sibebar .widget.twitter-widget li:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e6ff
    }
    .blog-sibebar .widget.twitter-widget li::before {
        position: absolute;
        left: 0;
        top: 2px;
        content: "";
        font-family: "Font Awesome 5 Brands";
        color: #ee443d
    }
    .blog-sibebar .widget.twitter-widget li a {
        color: #1d2122;
        font-size: 12px;
        font-weight: 600
    }
    .blog-sibebar .widget.twitter-widget li .date {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        font-family: nunito-regular
    }
    .blog-sibebar .widget.instagram-widgets ul {
        margin: -8px
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.instagram-widgets ul {
            margin: -5px
        }
    }
    .blog-sibebar .widget.instagram-widgets ul::after {
        clear: both;
        display: block;
        content: ""
    }
    .blog-sibebar .widget.instagram-widgets ul li {
        float: left;
        padding: 8px
    }
    @media (min-width:992px) {
        .blog-sibebar .widget.instagram-widgets ul li {
            width: 33.33%
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.instagram-widgets ul li {
            padding: 5px
        }
    }
    .blog-sibebar .widget.tag-widget ul {
        margin: -10px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .blog-sibebar .widget.tag-widget ul {
            margin: -5px
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.tag-widget ul {
            margin: -5px
        }
    }
    .blog-sibebar .widget.tag-widget ul::after {
        clear: both;
        display: block;
        content: ""
    }
    .blog-sibebar .widget.tag-widget ul li {
        float: left;
        padding: 10px
    }
    @media (min-width:992px) and (max-width:1199px) {
        .blog-sibebar .widget.tag-widget ul li {
            padding: 5px
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.tag-widget ul li {
            padding: 5px
        }
    }
    .blog-sibebar .widget.tag-widget ul li a {
        font-size: 12px;
        text-transform: uppercase;
        background-color: #f4f4f4;
        color: #1d2122;
        padding: 8px 20px;
        font-family: nunito-regular;
        font-weight: 700
    }
    .blog-sibebar .widget.tag-widget ul li a:hover {
        background-color: #ee443d
    }
    @media (min-width:992px) and (max-width:1199px) {
        .blog-sibebar .widget.tag-widget ul li a {
            padding: 8px 15px
        }
    }
    @media (max-width:575px) {
        .blog-sibebar .widget.tag-widget ul li a {
            padding: 8px 15px
        }
    }
    .blog-sibebar .widget.ad-widget {
        border: none;
        padding: 0
    }
    .post-pagination ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px
    }
    .post-pagination ul li a,
    .post-pagination ul li span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border: 2px solid #ededed;
        font-size: 14px;
        font-family: nunito-regular;
        font-weight: 700;
        color: #1d2122;
        text-align: center;
        margin: 5px
    }
    @media (max-width:575px) {
        .post-pagination ul li a,
        .post-pagination ul li span {
            height: 40px;
            width: 40px;
            line-height: 40px
        }
    }
    .post-pagination ul li a.active-page,
    .post-pagination ul li a:hover,
    .post-pagination ul li span.active-page,
    .post-pagination ul li span:hover {
        background-color: #ee443d;
        border-color: #ee443d
    }
    .comment-template {
        margin-top: 50px
    }
    .comment-template .template-title {
        font-size: 26px;
        letter-spacing: -1px;
        text-transform: uppercase;
        margin-bottom: 40px
    }
    @media (max-width:767px) {
        .comment-template .template-title {
            font-size: 22px
        }
    }
    .comment-template .comment-lists li {
        position: relative;
        padding-left: 130px;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #eff2ff
    }
    @media (max-width:767px) {
        .comment-template .comment-lists li {
            padding-left: 0;
            padding-top: 130px
        }
    }
    .comment-template .comment-lists li .thumb {
        position: absolute;
        left: 0;
        top: 0
    }
    .comment-template .comment-lists li .comment-desc {
        position: relative;
        z-index: 1;
        font-size: 14px
    }
    .comment-template .comment-lists li .comment-desc h5 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1;
        letter-spacing: -1px
    }
    .comment-template .comment-lists li .comment-desc .date {
        color: #ee443d;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 1
    }
    .comment-template .comment-lists li .comment-desc .reply-btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        border-radius: 20px;
        border: 2px solid #f4f4ff;
        line-height: 1;
        padding: 10px 20px;
        font-size: 14px;
        color: #1d2122;
        font-weight: 700
    }
    @media (max-width:575px) {
        .comment-template .comment-lists li .comment-desc .reply-btn {
            font-size: 12px;
            padding: 8px 15px
        }
    }
    .comment-template .comment-lists li .comment-desc .reply-btn i {
        margin-right: 5px
    }
    .comment-template .comment-lists li .comment-desc .reply-btn:hover {
        background-color: #1d2122;
        color: #fff
    }
    .comment-template .comment-lists li li {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #eff2ff
    }
    @media (max-width:767px) {
        .comment-template .comment-lists li li {
            margin-left: 50px;
            padding-top: 180px
        }
    }
    @media (max-width:575px) {
        .comment-template .comment-lists li li {
            margin-left: 20px
        }
    }
    .comment-template .comment-lists li li .thumb {
        top: 50px
    }
    .comment-template .comment-lists li li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }
    .comment-template .comment-form {
        background-color: #f0f4f7;
        padding: 50px
    }
    @media (max-width:767px) {
        .comment-template .comment-form {
            padding: 40px 30px
        }
    }
    @media (max-width:575px) {
        .comment-template .comment-form {
            padding: 40px 20px
        }
    }
    .comment-template .comment-form .input-group {
        margin-bottom: 20px
    }
    .comment-template .comment-form .input-group:last-child {
        margin-bottom: 0;
        padding-top: 10px
    }
    .comment-template .comment-form input,
    .comment-template .comment-form textarea {
        background-color: #fff;
        font-size: 14px
    }
    @media (max-width:575px) {
        .comment-template .comment-form input,
        .comment-template .comment-form textarea {
            font-size: 12px
        }
    }
    .comment-template .comment-form textarea {
        height: 150px
    }
    .comment-template .comment-form ::-webkit-input-placeholder {
        color: #1d2122
    }
    .comment-template .comment-form ::-moz-placeholder {
        color: #1d2122
    }
    .comment-template .comment-form :-ms-input-placeholder {
        color: #1d2122
    }
    .comment-template .comment-form ::-ms-input-placeholder {
        color: #1d2122
    }
    .comment-template .comment-form ::placeholder,
    .comment-template .comment-form input,
    .comment-template .comment-form textarea {
        color: #1d2122
    }
    @media (max-width:575px) {
        .comment-template .comment-form .main-btn {
            font-size: 13px;
            padding: 0 30px
        }
    }
    footer {
        position: relative;
        position: relative;
        background-color: #fff;
        z-index: 1
    }
    footer::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/pattern/02.png);
        z-index: -1;
        content: "";
        background-position: center bottom;
        background-repeat: no-repeat
    }
    footer .footer-widgets {
        background-color: #2a2a2a;
        padding-top: 45px;
        padding-bottom: 0
    }
    footer .footer-widgets .widget {
        margin-bottom: 50px
    }
    footer .footer-widgets .widget .widget-title {
        font-family: nunito-bold;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 1px;
        text-transform: capitalize;
        padding-bottom: 10px;
        letter-spacing: .7px;
        position: relative;
        padding-left: 18px
    }
    footer .footer-widgets .widget .widget-title:after {
        content: "";
        position: absolute;
        bottom: 12px;
        left: 0;
        width: 10px;
        height: 13px;
        background-color: #fff
    }
    @media (min-width:576px) {
        footer .footer-widgets .widget.text-block-widget {
            padding-right: 40px
        }
    }
    footer .footer-widgets .widget.text-block-widget .read-more-btn {
        font-size: 16px;
        font-family: nunito-regular;
        font-weight: 700;
        margin-top: 30px;
        text-transform: uppercase;
        line-height: 1;
        color: #1d2122;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        background-image: -webkit-gradient(linear, left top, right top, from(#ee443d), color-stop(#ee443d), color-stop(50%), color-stop(50%, #1d2122));
        background-image: -o-linear-gradient(left, #ee443d, #ee443d, 50%, #1d2122 50%);
        background-image: linear-gradient(to right, #ee443d, #ee443d, 50%, #1d2122 50%);
        background-size: 200% 100%;
        background-position: 100%
    }
    footer .footer-widgets .widget.text-block-widget .read-more-btn::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, from(#ee443d), color-stop(#ee443d), color-stop(50%), color-stop(50%, #1d2122));
        background-image: -o-linear-gradient(left, #ee443d, #ee443d, 50%, #1d2122 50%);
        background-image: linear-gradient(to right, #ee443d, #ee443d, 50%, #1d2122 50%);
        background-size: 200% 100%;
        background-position: 100%;
        content: "";
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    footer .footer-widgets .widget.text-block-widget .read-more-btn:hover,
    footer .footer-widgets .widget.text-block-widget .read-more-btn:hover::before {
        background-position: 0 100%
    }
footer .footer-widgets .widget.menu-widget li {
    display: block;
    margin-right: 10px;
}
    footer .footer-widgets .widget.menu-widget li a {
        font-weight: 400;
        position: relative;
        padding: 2px 0 0 20px;
        display: block;
        margin-left: 0;
        transition: .5s all ease;
        font-size: 13px;
        color: #fff
    }
    footer .footer-widgets .widget.menu-widget li a:before {
        content: "";
        color: #fff;
        position: absolute;
        left: 8px;
        font-size: 8px;
        background-color: #fff;
        top: 9px;
        width: 6px;
        height: 6px
    }
    footer .footer-widgets .widget.menu-widget li a:hover {
        padding-left: 28px
    }
    footer .footer-widgets .widget.newsletter-widget .input-group {
        margin-bottom: 10px
    }
    footer .footer-widgets .widget.newsletter-widget .main-btn {
        width: 100%;
        height: 50px;
        line-height: 52px
    }
    footer .footer-widgets .widget.newsletter-widget input {
        background-color: #f5f9fa;
        font-size: 14px
    }
    footer .footer-widgets .widget.latest-post-widget li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 70px 15px 1fr;
        grid-template-columns: 70px 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }
    footer .footer-widgets .widget.latest-post-widget li:not(:last-child) {
        margin-bottom: 20px
    }
    footer .footer-widgets .widget.latest-post-widget li .post-thumb {
        background-size: cover;
        background-position: center;
        height: 60px;
        width: 70px
    }
    footer .footer-widgets .widget.latest-post-widget li span {
        font-size: 14px;
        letter-spacing: 2px;
        color: #ee443d;
        text-transform: uppercase;
        font-family: nunito-regular;
        font-weight: 700;
        margin-bottom: 5px
    }
    footer .footer-widgets .widget.latest-post-widget li h5 {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: -1px
    }
    footer .footer-widgets .widget.latest-post-widget li h5 a {
        color: #fff
    }
    footer .footer-bottom {
        padding: 25px 0;
        background-color: #f5f9fa
    }
    footer .footer-bottom .copyright {
        font-family: nunito-regular;
        font-weight: 500;
        font-size: 13px;
        text-transform: capitalize
    }
    @media (max-width:767px) {
        footer .footer-bottom .copyright {
            margin-top: 20px;
            text-align: center
        }
    }
    @media (max-width:575px) {
        footer .footer-bottom .copyright {
            font-size: 14px
        }
    }
    footer.footer-two {
        background-color: #1d2122;
        background-image: url(../img/pattern/03.jpg);
        background-size: cover;
        background-position: center
    }
    footer.footer-two::before {
        display: none
    }
    footer.footer-two .footer-widgets .widget,
    footer.footer-two .footer-widgets .widget .widget-title {
        color: #fff
    }
    footer.footer-two .footer-widgets .widget.menu-widget li a,
    footer.footer-two .footer-widgets .widget.text-block-widget .read-more-btn,
    footer.footer-two .footer-widgets .widget.text-block-widget .read-more-btn::before {
        color: #fff;
        background-image: -webkit-gradient(linear, left top, right top, from(#ee443d), color-stop(#ee443d), color-stop(50%), color-stop(50%, #fff));
        background-image: -o-linear-gradient(left, #ee443d, #ee443d, 50%, #fff 50%);
        background-image: linear-gradient(to right, #ee443d, #ee443d, 50%, #fff 50%)
    }
    footer.footer-two .footer-widgets .widget.newsletter-widget input {
        background-color: #141819;
        color: #fff
    }
    footer.footer-two .footer-bottom {
        background-color: #141819
    }
    footer.footer-two .footer-bottom .copyright {
        color: #fff
    }
    footer.footer-three::before {
        display: none
    }
    footer.footer-three .about-widget {
        padding-top: 80px;
        padding-bottom: 80px;
        border-top: 2px solid #f1f1f1;
        text-align: center
    }
    footer.footer-three .about-widget .logo {
        margin-bottom: 25px
    }
    footer.footer-three .about-widget .mail {
        text-transform: uppercase;
        letter-spacing: -1px;
        margin: 20px 0;
        font-size: 30px
    }
    @media (max-width:575px) {
        footer.footer-three .about-widget .mail {
            font-size: 24px
        }
    }
    footer.footer-three .about-widget .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer.footer-three .about-widget .social-icons li {
        margin: 0 5px
    }
    footer.footer-three .about-widget .social-icons li a {
        position: relative;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        z-index: 1;
        color: #1d2122;
        border: 2px solid #f4f9fa
    }
    footer.footer-three .about-widget .social-icons li a::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #ee443d;
        z-index: -1;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    footer.footer-three .about-widget .social-icons li a:hover {
        border-color: #ee443d
    }
    footer.footer-three .about-widget .social-icons li a:hover::before {
        width: 100%;
        height: 100%
    }
.site-logo a img {
    height: 95px;
    padding: 3px;
    margin: 3px 0;
}
    .footer-logo img {
        height: 34px
    }
    .menu-widget p {
        font-size: 13px;
        line-height: 17px;
        font-family: nunito-regular;
        color: #fff
    }
    .bg-footer {
        background-image: url(/assets/img/footer-map.png);
        background-repeat: no-repeat;
        background-position: bottom center
    }
    @media (max-width:991px) {
        header .contact-btn {
            display: none;
            margin-left: 55px
        }
    }
    .feature-box img {
        height: 75px;
        position: absolute;
        right: 20px;
        top: -35px
    }
    .box-ser-button {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-125%, #09f), color-stop(75%, #005eb8));
        background: linear-gradient(#09f -125%, #005eb8 75%);
        -webkit-transition: all 2s;
        transition: all 2s;
        width: 235px;
        padding: 13px 10px;
        position: absolute;
        bottom: -25px;
        left: 15px;
        display: inline-block;
        color: #fff;
        border-top-right-radius: .5em;
        border-bottom-right-radius: .5em;
        border-bottom-left-radius: .5em;
        -webkit-box-shadow: 0 .75em 1.5em 0 rgba(51, 63, 72, .15);
        box-shadow: 0 .75em 1.5em 0 rgba(51, 63, 72, .15);
        font-size: 15px;
        padding-left: 20px;
        text-align: left
    }
    .box-ser-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-125%, #09f), color-stop(75%, #0057ad));
        background: linear-gradient(#09f -125%, #0057ad 75%)
    }
    .box-ser-button i {
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-left: 30px
    }
    .box-ser-button:hover i {
        margin-left: 40px
    }
    .mtb-10 {
        margin: 10px 0
    }
    .markalar-section {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-125%, #09f), color-stop(75%, #005eb8));
        background: linear-gradient(#09f -125%, #005eb8 75%);
        background-size: contain;
        background-repeat-x: no-repeat;
        position: relative
    }
    .markalar {
        text-align: center;
        border: solid 1px #fff;
        color: #fff;
        padding: 10px;
        transition-property: background;
        transition-duration: 1s;
        transition-timing-function: linear
    }
    .markalar a {
        color: #fff
    }
    .border-shap .border-1 {
        position: absolute;
        left: 0;
        top: -45px;
        width: 100%;
        height: 63px;
        background-repeat: repeat-x;
        animation: slide 400s linear infinite;
        -webkit-animation: slide 400s linear infinite
    }
    .border-shap .border-2 {
        position: absolute;
        left: 0;
        bottom: -45px;
        width: 100%;
        height: 63px;
        background-repeat: repeat-x;
        animation: slide 400s linear infinite;
        -webkit-animation: slide 400s linear infinite;
        z-index: 9
    }
    @keyframes slide {
        from {
            background-position: 0 0
        }
        to {
            background-position: 20000px 0
        }
    }
    @-webkit-keyframes slide {
        from {
            background-position: 0 0
        }
        to {
            background-position: 20000px 0
        }
    }
    @media only screen and (min-width:992px) {
        .hidden-lg {
            display: none !important
        }
    }
    .departments ul {
        margin: 15px 0
    }
    .department ul li {
        grid-column: 1/3;
        grid-row: 1/2
    }
    @media only screen and (max-width:991px) {
        .departments ul {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }
    }
    @media only screen and (max-width:575px) {
        .departments ul {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }
    }
    .footer-text {
        position: relative;
        margin-bottom: 25px
    }
    .footer-text p {
        font-family: nunito-regular;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px;
        color: #fff
    }
    .sayfa-icerik {
        position: relative;
        padding: 17px;
        background-color: #fff;
    }
    .sayfa-icerik p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 28px;
        font-weight: 400
    }
    .sayfa-icerik h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px
    }
    .sayfa-icerik h2 {
        font-size: 20px;
        line-height: 26px
    }
    .sayfa-icerik h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 10px 0;
        margin-bottom: 28px;
    }
    .sayfa-icerik h5 {
        font-size: 20px;
        line-height: 27px;
        margin: 10px 0
    }
    .sayfa-icerik ul {
        position: relative;
        margin-left: 25px;
        margin: 25px 0 25px 28px
    }
    .sayfa-icerik ul li {
        font-size: 13px;
        line-height: 18px;
        position: relative;
        font-weight: 400
    }
    .cat-list {
        position: relative
    }
    .cat-list li {
        position: relative;
        margin-bottom: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding-left: 7px
    }
    .cat-list li:before {
        position: absolute;
        top: 14px;
        left: 19px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #073a5e;
        content: "";
        z-index: 8;
        opacity: .5
    }
    .cat-list li a {
        position: relative;
        font-size: 14px;
        line-height: 24px !important;
        color: #222;
        line-height: 24px;
        font-weight: 500;
        padding: 5px 33px;
        border: 1px solid #afafaf;
        display: block;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    .cat-list li a span {
        float: right;
        font-size: 13px;
        line-height: 30px;
        color: #999
    }
    .cat-list li.active a,
    .cat-list li:hover a {
        background-color: #fff;
        color: #073a5e;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, .1)
    }
    .cat-list li a.aktif-menu {
        background-color: rgb(227 6 19 / 9%);
        color: #2a2a2a;
        font-weight: 700;
        box-shadow: inset 0 0 10px rgb(0 0 0 / 10%)
    }
    .sayfa-image {
        position: relative;
        margin-bottom: 25px
    }
    .sayfa-image img {
        width: 100%;
        height: 100%
    }
    blockquote:after {
        position: absolute;
        content: "”";
        color: #1b315c;
        font-size: 10rem;
        line-height: 0;
        bottom: -28px;
        right: 30px
    }
    blockquote {
        position: relative;
        font-weight: 800;
        color: #2a2a2a;
        padding: 15px;
        width: 100%;
        z-index: 1;
        margin: 35px 0;
        background-color: #f9f9f9;
        border-top: solid 1px;
        border-bottom: solid 1px
    }
    .sidebar-title {
        position: relative
    }
    .sidebar-title h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
        margin-left: 7px
    }
    .sidebar-widget {
        background-color: #fbfbfb;
        border: 1px solid #dbd9d9;
        padding: 25px 7px;
        border-radius: 7px
    }
    .border-contact {
        border-top: 1px solid #4a4a4a;
        padding-top: 25px;
        margin-top: 25px
    }
    .language-wrap img {
        height: 25px
    }
    .language-wrap a {
        font-size: 14px;
        font-family: nunito-regular;
        margin-right: 7px;
        color: #fff;
        border-right: 1px solid #939393
    }
    .language-wrap a:last-child {
        border-right: none
    }
    .language-wrap {
        padding-left: 10px
    }
    .gallery-title {
        font-size: 36px;
        color: #909090;
        text-align: center;
        font-weight: 500;
        margin-bottom: 70px
    }
    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e
    }
    .filter-button {
        font-size: 10px;
        border: 1px solid #353535;
        border-radius: 5px;
        text-align: center;
        color: #969696;
        margin-bottom: 30px;
        padding: 1rem 1rem
    }
    .filter-button:hover {
        font-size: 10px;
        border: 1px solid #5fd0ff;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        background-color: #5fd0ff
    }
    .btn-default:active .filter-button:active {
        background-color: #42b32f;
        color: #fff
    }
    .staff {
        position: relative;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 33px
    }
    .staff__img img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }
    .staff__inner .social-list {
        position: absolute;
        bottom: 7rem;
        left: 7rem
    }
    .staff__name {
        margin-bottom: 1.4rem;
        font: 400 2.4rem Montserrat;
        color: #fff;
        text-align: center
    }
    .staff__name a {
        color: #fff;
        font-size: 13px
    }
    .staff-join {
        padding: 5.6rem 7rem 1rem;
        font-family: Montserrat;
        color: #fff
    }
    .staff-join__title {
        margin-bottom: 3rem;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: .2em;
        text-transform: uppercase
    }
    .staff-join__info {
        margin-bottom: 6rem;
        font-size: 2.4rem;
        line-height: 1.5
    }
    .staff-join__btn {
        padding-top: 3rem;
        padding-bottom: 3rem;
        width: 100%
    }
    .staff-join__btn:hover:after {
        height: 1000%
    }
    .staff__inner {
        bottom: 0;
        line-height: 24px;
        height: auto;
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(255, 0, 0, 0), rgba(0, 0, 0));
        -webkit-transition: all .5s;
        transition: all .5s;
        width: 100%
    }
    .gallery-block-two {
        position: relative;
        margin-bottom: 4px;
        padding: 0 2px
    }
    .project-detail-block-outer {
        margin-left: -15px;
        margin-right: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .project-detail-block-outer .project-detail-block-wrapper {
        display: inline-block;
        width: 25%;
        float: left;
        padding: 15px
    }
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
        height: 100%;
        background-color: #f2f2f2;
        padding: 48px 15px 38px 50px
    }
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-title {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 1.6px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 16px;
        color: #111
    }
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-title:before {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(100% + 15px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background-color: #111
    }
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-descr {
        color: #7e7d7d
    }
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-descr a {
        color: #2a2a2a
    }
    .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-descr p {
        margin-bottom: 0;
        font-size: 14px
    }
    @media only screen and (max-width:991px) {
        .project-detail-block-outer .project-detail-block-wrapper {
            width: 50%
        }
    }
    @media only screen and (max-width:767px) {
        .project-detail-block-outer .project-detail-block-wrapper {
            width: 100%
        }
        .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
            max-width: 370px;
            margin-left: auto;
            margin-right: auto;
            padding: 30px 15px 30px 50px
        }
    }
    @media only screen and (max-width:400px) {
        .project-detail-block-outer .project-detail-block-wrapper .project-detail-block-item {
            max-width: 290px
        }
    }
    .project-detail-simple .top-banner .content {
        margin-top: 65px;
        margin-bottom: 20px
    }
    .project-detail-simple .top-banner .content .title {
        margin-top: 3px;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 7px
    }
    .project-detail-simple .top-banner .content .description {
        margin-top: 16px
    }
    .project-detail-simple .alysweb-share-icons {
        margin-top: 53px;
        text-align: center
    }
    .project-detail-simple .alysweb-share-icons .alysweb-share-label {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2.2px;
        margin-bottom: 22px;
        color: #111
    }
    .project-detail-simple .alysweb-share-icons .icon {
        padding: 0;
        border-radius: 0;
        margin-right: 11px;
        width: 30px;
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        border: 1px solid #7e7d7d;
        color: #7e7d7d;
        background-color: transparent;
        -webkit-transition: color .3s ease-in, background-color .3s ease-in, border .3s ease-in;
        -o-transition: color .3s ease-in, background-color .3s ease-in, border .3s ease-in;
        transition: color .3s ease-in, background-color .3s ease-in, border .3s ease-in
    }
    .project-detail-simple .alysweb-share-icons .icon:hover {
        color: #fff;
        background-color: #111;
        border: 1px solid #111
    }
    .project-detail-simple-wrapper {
        padding: 55px 30px
    }
    .project-detail-simple-wrapper .wpb_single_image.wpb_content_element {
        margin-bottom: 30px
    }
    .project-detail-simple-wrapper img {
        max-width: 100%
    }
    .project-detail-picture-wrapper {
        text-align: center
    }
    .project-detail-picture-wrapper img {
        max-width: 100%;
        margin-bottom: 30px
    }
    .project-detail-picture-wrapper .project-detail-picture-descr {
        text-align: center;
        padding: 10% 24% 10% 9.3%;
        color: #7e7d7d
    }
    .project-detail-picture-wrapper .project-detail-picture-descr p {
        margin-bottom: 32px
    }
    @media only screen and (max-width:991px) {
        .padd-only {
            padding: 0
        }
        .project-detail-simple .top-banner .content {
            margin-top: 140px
        }
        .project-detail-simple .alysweb-share-icons {
            margin-top: 15px
        }
        .project-detail-picture-wrapper .project-detail-picture-descr {
            padding: 6% 10%
        }
        .project-detail-picture-wrapper .project-detail-picture-descr p {
            margin-bottom: 10px
        }
        .no-padd-inner {
            padding-left: 0;
            padding-right: 0
        }
    }
    @media only screen and (max-width:767px) {
        .project-detail-simple .top-banner .content {
            margin-top: 100px
        }
        .project-detail-simple-wrapper {
            padding: 55px 15px
        }
        .project-detail-picture-wrapper .project-detail-picture-descr {
            padding: 20px 0
        }
        .no-padd-inner {
            padding-left: 15px;
            padding-right: 15px
        }
    }
    .project-detail-splitted-wrapper {
        padding: 137px 0
    }
    .project-detail-splitted-columns {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .project-detail-splitted-columns .project-detail-splitted-column1 {
        width: 43%
    }
    .project-detail-splitted-columns .project-detail-splitted-column2 {
        width: 57%
    }
    .project-detail-splitted-info {
        width: 100%;
        padding-right: 100px
    }
    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-subtitle {
        font-weight: 300;
        letter-spacing: 4.5px;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 0;
        color: #111
    }
    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-title {
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 20px;
        color: #111
    }
    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-description {
        margin-top: 27px;
        color: #7e7d7d
    }
    .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-description p {
        margin-bottom: 32px
    }
    .project-detail-splitted-info .project-detail-block-outer {
        margin-top: 43px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .project-detail-splitted-info .project-detail-block-outer .project-detail-block-wrapper {
        width: auto;
        min-width: 300px
    }
    .project-detail-splitted-info .alysweb-share-icons {
        margin-top: 53px
    }
    .project-detail-splitted-info .alysweb-share-icons .alysweb-share-label {
        position: relative;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 2.2px;
        margin-bottom: 22px;
        color: #111
    }
    .project-detail-splitted-info .alysweb-share-icons .icon {
        padding: 0;
        border-radius: 0;
        margin-right: 11px;
        width: 30px;
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        border: 1px solid #7e7d7d;
        color: #7e7d7d;
        background-color: transparent;
        -webkit-transition: color .3s ease-in, background-color .3s ease-in, border .3s ease-in;
        -o-transition: color .3s ease-in, background-color .3s ease-in, border .3s ease-in;
        transition: color .3s ease-in, background-color .3s ease-in, border .3s ease-in
    }
    .project-detail-splitted-info .alysweb-share-icons .icon:hover {
        color: #fff;
        background-color: #111;
        border: 1px solid #111
    }
    .project-detail-splitted-medias {
        padding-top: 3px
    }
    .project-detail-splitted-medias a {
        display: block
    }
    .project-detail-splitted-medias a:not(:last-child) {
        margin-bottom: 30px
    }
    .project-detail-splitted-medias img {
        max-width: 100%
    }
    .project-detail-splitted-medias img:not(:last-child) {
        margin-bottom: 30px
    }
    @media only screen and (max-width:991px) {
        .project-detail-splitted-wrapper {
            padding: 100px 0
        }
        .project-detail-splitted-info {
            padding-right: 30px
        }
        .project-detail-splitted-info .project-detail-splitted-content .project-detail-splitted-content-description p {
            margin-bottom: 10px
        }
        .project-detail-splitted-info .project-detail-block-outer {
            margin-top: 30px
        }
        .project-detail-splitted-info .alysweb-share-icons {
            margin-top: 30px
        }
    }
    @media only screen and (max-width:767px) {
        .project-detail-splitted-wrapper {
            padding: 100px 15px
        }
        .project-detail-splitted-columns {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
        .project-detail-splitted-columns .project-detail-splitted-column1 {
            width: 100%
        }
        .project-detail-splitted-columns .project-detail-splitted-column2 {
            width: 100%;
            margin-top: 50px
        }
        .project-detail-splitted-info {
            padding-right: 0
        }
    }
    .post-content {
        background-color: #f2f2f2;
        padding: 12px
    }
    .post-content h3 {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 7px;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 28px
    }
    .post-content p {
        font-size: 13px;
        line-height: 17px
    }
    .referanslar-item .referanslar-image img {
        width: 100%;
        height: 135px;
        padding: 15px;
        object-fit: contain;
        background-color: #fff;
        border: 1px solid #e4e4e4
    }
    .productNewBlockItemWrapper {
        display: block;
        margin-bottom: 20px;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .productNewBlockItem {
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    height: 255px;
    overflow: hidden;
    transition: all .5s ease;
    }
    .productBlockInfo {
        height: 225px;
        background-position: center bottom, center top;
        background-repeat: repeat-x, no-repeat;
        background-size: auto 270px, cover;
        position: relative;
        text-align: center
    }
    .productBlockInfoContent {
        bottom: 15px;
        top: auto;
        left: 0;
        right: 0;
        position: absolute
    }
    .productBlockInfoContentName {
        color: #2a2a2a;
        font-size: 15px;
        letter-spacing: .4px;
        line-height: 16px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-family: nunito-bold
    }
    .productBlockInfoContentDept {
        margin-top: 4px;
        margin-bottom: 3px;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .productBlockInfoContentDept span {
        color: #ee443d;
        font-size: 10px;
        line-height: 15px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .6px;
        background-color: #fff;
        padding: 1.5px 3px;
        display: inline-block;
        min-width: 100px;
        width: auto;
        max-width: 180px;
        border-radius: 4px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone
    }
    .productBlockInfoContentDept {
        margin-top: 0;
        margin-bottom: 3px;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .productNewBlockInfoButton {
        height: 30px;
        background-color: #fff;
        line-height: 30px;
        color: #ee443d;
        transition: all .5s ease
    }
    .productNewBlockInfoButtonText {
        font-size: 12px;
        font-weight: 600;
        color: #ee443d;
        text-align: center
    }
    .productNewBlockInfoButtonProfile {
        font-size: 12px;
        font-weight: 600;
        color: #666;
        text-align: center
    }
    .productNewBlockInfoButtonDetail {
        font-size: 12px;
        font-weight: 600;
        color: #666;
        text-align: center
    }
    .productNewBlockInfoButtonText span {
        display: inline-block
    }
    .productNewBlockItem:hover {
        box-shadow: 0 0 4px rgba(0, 0, 0, .6)
    }
    .noAppt .productNewBlockItem:hover {
        box-shadow: 0 0 4px #db291b
    }
    .productNewBlockItem:hover .productNewBlockInfoButtonText {
        background-color: #ee443d;
        color: #fff;
        transition: all .5s ease
    }
    .productNewBlockItem:hover .productNewBlockInfoButtonProfile {
        background-color: #999;
        color: #fff;
        transition: all .5s ease
    }
    .productNewBlockItem:hover .productNewBlockInfoButtonDetail {
        background-color: #999;
        color: #fff;
        transition: all .5s ease
    }
    .productNewBlockItem:hover .productNewBlockInfoButtonDetail,
    .productNewBlockItem:hover .productNewBlockInfoButtonIcon,
    .productNewBlockItem:hover .productNewBlockInfoButtonProfile,
    .productNewBlockItem:hover .productNewBlockInfoButtonText {
        color: #fff
    }
    .productNewBlockItem .productNewBlockInfoButtonIcon:hover {
        background-color: #b43021;
        color: #fff;
        transition: all .5s ease
    }
    .productNewBlockItem .productNewBlockInfoButtonProfile:hover {
        background-color: #666;
        color: #fff;
        transition: all .5s ease
    }
    .productNewBlockItem .productNewBlockInfoButtonDetail:hover {
        background-color: #666;
        color: #fff;
        transition: all .5s ease
    }
    .productNewBlockItem .productNewBlockInfoButtonText:hover {
        background-color: #ee443d;
        color: #fff;
        transition: all .5s ease
    }
    .visible-lg,
    .visible-md,
    .visible-sm,
    .visible-xs {
        display: none !important
    }
    .bg-grey {
        background-color: #f8f8f8
    }
    .saglikRehberi {
        background: #e7f6f7;
        height: 438px;
        width: 100%;
        position: relative
    }
    .saglikRehberi .slick-arrow:before {
        font-size: 24px;
        color: #69a8aa
    }
    .medicalColor .saglikRehberi .slick-arrow:before {
        font-size: 24px;
        color: #d7281b
    }
    .saglikRehberi .slick-arrow {
        z-index: 100
    }
    .saglikRehberi .slick-prev {
        left: 30px
    }
    .saglikRehberi .slick-next {
        right: 30px
    }
    .postSaglikRehberi {
        background: #e7f6f7;
        height: auto;
        position: repeat;
        margin-bottom: 30px
    }
    .postSaglikRehberi h2 {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        padding: 25px 0;
        color: #396b6d
    }
    .saglikRehberi:after {
        content: "";
        display: block;
        position: absolute;
        width: 260px;
        height: 100%;
        top: 0;
        left: 0
    }
    .saglikRehberi:before {
        content: "";
        display: block;
        position: absolute;
        width: 260px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10
    }
    .saglikRehberiTitleContent {
        width: 100%;
        height: auto;
        background-image: url('../_i/saglik-rehberi.png');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 135px;
        position: relative;
        margin-bottom: 10px
    }
    .saglikRehberiTitle {
        width: auto;
        height: auto;
        z-index: 1;
        margin: 14px auto 0
    }
    .saglikRehberiTitle a {
        width: auto;
        height: auto;
        display: inline-block;
        padding: 2px 17px;
        background: #fff;
        border: 4px solid #93d7d9;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-size: 16px;
        text-transform: uppercase;
        color: #4db0b5;
        font-weight: 400
    }
    .saglikRehberiCarousel {
        width: 100%;
        margin-top: -10px
    }
    .endustriyelOtomasyonCarouselItem {
        margin: 10px;
        height: 348px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        position: relative;
        overflow: hidden
    }
    .endustriyelOtomasyonCarouselItemExtra {
        height: 268px
    }
    .endustriyelOtomasyonCarouselItem:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(211 141 144 / 69%) 60%, rgb(172 58 65) 80%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(211 141 144 / 69%)), color-stop(80%, rgb(172 58 65) 80%)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(211 141 144) 60%, rgb(172 58 65) 80%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(211 141 144) 60%, rgb(172 58 65) 80%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(211 141 144) 60%, rgb(172 58 65) 80%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(211 141 144) 60%, rgb(172 58 65) 80%)
    }
    .endustriyelOtomasyonCarouselTextContent {
        width: 93%;
        height: auto;
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 10px
    }
    .endustriyelOtomasyonRehberiTextTitle {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        text-shadow: 0 1px 1px rgb(69 142 144 / 75%);
        line-height: 24px;
        float: left;
        padding-right: 20px
    }
    .saglikRehberiTitleTag {
        color: #fff;
        background: #69a8aa;
        display: inline-block;
        padding: 3px 7px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-right: 5px;
        float: left
    }
    .saglikRehberiTitleLink .light {
        font-weight: 400
    }
    .rightArrow {
        float: right;
        color: #fff;
        margin-top: 11px;
        position: absolute;
        right: 0;
        bottom: 2px
    }
    @media (max-width:991px) {
        .saglikRehberi:after,
        .saglikRehberi:before {
            display: none
        }
    }
    @media (max-width:480px) {
        .endustriyelOtomasyonCarouselItem {
            height: 345px
        }
        .saglikRehberi {
            height: auto
        }
    }
    @media (max-width:390px) {
        .endustriyelOtomasyonCarouselItem {
            height: 306px
        }
    }
    @media(min-width:992px) {
        .services-home {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            margin: -200px auto 0 auto;
            max-width: 1110px
        }
        .services-home .service-item {
            width: 100%;
            float: left
        }
        .services-home .service-item a {
            display: block;
            min-height: 200px;
            color: #fff;
            position: relative;
            padding: 30px 30px 5px 30px
        }
       
        .services-home .service-item .title {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-bottom: 10px;
            align-items: center;
            min-height: 75px
        }
        .services-home .service-item img {
            height: 56px;
            width: auto;
            color: #fff;
            fill: #fff;
            position: relative;
            z-index: 1;
            margin: 0 10px 0 0
        }
        .services-home .service-item h4 {
            font-size: 17px;
            position: relative;
            z-index: 1;
            color: #fff;
            width: 100%
        }
        .services-home .service-item p {
            display: block;
            color: #fff;
            position: relative;
            z-index: 1;
            margin: 0;
            line-height: 1.4;
            font-size: 13px
        }
    }
    @media(max-width:992px) {
        .services-home {
            display: grid;
            align-items: center;
            max-width: 1110px;
            grid-template-columns: 50% 50%
        }
        .services-home .service-item {
            width: 100%;
            float: left
        }
        .services-home .service-item a {
            display: block;
            color: #fff;
            position: relative;
            padding: 30px;
            margin-bottom: 1px
        }
        .services-home .service-item a:before {
            content: "";
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            -moz-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            background-color: #ee443d;
            z-index: 0
        }
        .services-home .service-item .title {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-bottom: 20px;
            align-items: center
        }
        .services-home .service-item svg {
            height: 40px;
            width: 45px;
            color: #fff;
            fill: #fff;
            position: relative;
            z-index: 1;
            margin: 0 10px 0 0
        }
        .services-home .service-item img {
            height: 56px;
            width: auto;
            color: #fff;
            fill: #fff;
            position: relative;
            z-index: 1;
            margin: 0 10px 0 0
        }
        .services-home .service-item h4 {
            font-size: 16px;
            position: relative;
            z-index: 1;
            color: #fff;
            width: 100%
        }
        .services-home .service-item p {
            display: block;
            color: #fff;
            position: relative;
            z-index: 1;
            margin: 0;
            line-height: 1.4;
            font-size: 12px
        }
    }
    @media(max-width:768px) {
        .services-home {
            display: grid;
            align-items: center;
            max-width: 1110px;
            grid-template-columns: 100%
        }
        .services-home .service-item {
            width: 100%;
            float: none
        }
        .services-home .service-item a {
            display: block;
            color: #fff;
            position: relative;
            padding: 30px;
            margin-bottom: 1px
        }
        .services-home .service-item a:before {
            content: "";
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            -moz-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            background-color: #ee443d;
            z-index: 0
        }
        .services-home .service-item .title {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-bottom: 20px;
            align-items: center
        }
        .services-home .service-item svg {
            height: 40px;
            width: 45px;
            color: #fff;
            fill: #fff;
            position: relative;
            z-index: 1;
            margin: 0 10px 0 0
        }
        .services-home .service-item img {
            height: 56px;
            width: auto;
            color: #fff;
            fill: #fff;
            position: relative;
            z-index: 1;
            margin: 0 10px 0 0
        }
        .services-home .service-item h4 {
            font-size: 16px;
            position: relative;
            z-index: 1;
            color: #fff;
            width: 100%
        }
        .services-home .service-item p {
            display: block;
            color: #fff;
            position: relative;
            z-index: 1;
            margin: 0;
            line-height: 1.4;
            font-size: 12px
        }
    }
    .services-home {
        position: relative;
        z-index: 1
    }
    .social-links {
        margin-top: 15px
    }
    .social-links a {
        text-align: center;
        border: 2px solid #f5f9fa;
        color: #fff;
        margin: 0 5px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        position: relative;
        padding: 7px
    }
    .social-links a:hover {
        background-color: #ee443d;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .social-links li {
        display: inline-table
    }
    .social-links a i {
        font-size: 15px;
        width: 25px;
        height: 25px
    }
    .gallery-block-two .inner-box .image img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease
    }
    .gallery-block-two .inner-box {
        position: relative
    }
    .gallery-block-two {
        position: relative;
        margin-bottom: 4px;
        padding: 0 2px
    }
    .gallery-section-two {
        position: relative;
        padding: 25px 15px
    }
    .post-image img {
        background-color: #fff;
        box-shadow: 0 0 4px rgb(0 0 0 / 20%)
    }
    .ekibimiz-detay {
        position: relative;
        padding: 17px;
        background-color: #fff
    }
    .ekibimiz-detay p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
        font-weight: 400
    }
    .ekibimiz-detay h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px
    }
    .ekibimiz-detay h2 {
        font-size: 20px;
        line-height: 26px
    }
    .ekibimiz-detay h3 {
        font-size: 16px;
        line-height: 25px;
        margin: 10px 0
    }
    .ekibimiz-detay h5 {
        font-size: 20px;
        line-height: 27px;
        margin: 10px 0
    }
    .ekibimiz-detay ul {
        position: relative;
        margin-left: 25px;
        margin: 25px 0 25px 28px
    }
    .ekibimiz-detay ul li {
        font-size: 13px;
        line-height: 18px;
        position: relative;
        font-weight: 400
    }
    .ekibimiz-detay ul li:before {
        content: "";
        position: absolute;
        top: 6px;
        left: -17px;
        width: 7px;
        height: 7px;
        background-color: #242f6c
    }
    @media (max-width:991px) {
        .mobile-menu .language-wrap {
            padding-left: 20px;
            margin-top: 13px
        }
        .site-logo a img {
            height: 50px !important
        }
        header .nav-container .menu-items li .dd-trigger {
            display: block;
            top: 5px
        }
        header .nav-container .menu-items li .submenu li a {
            color: #fff;
            font-size: 12px !important
        }
        header .nav-container .menu-items li .submenu {
            position: inherit;
            left: inherit;
            top: inherit;
            width: inherit;
            background-color: inherit;
            opacity: inherit;
            visibility: inherit;
            -webkit-transition: inherit;
            -o-transition: inherit;
            transition: inherit;
            z-index: 99;
            height: inherit;
            -webkit-box-shadow: inherit
        }
    }
    @media (max-width:450px) {
        .language-wrap {
            display: none
        }
    }
    .sertifika-img img {
        height: 115px;
        width: auto
    }
    .sertifika-img {
        text-align: center;
        position: relative
    }
    .sertifika-iconpack {
        background-color: #fff;
        padding: 35px 7px 7px 7px
    }
    .sertifika-title {
        position: relative
    }
    .sertifika-title h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        height: 70px;
        padding-top: 15px
    }
}

@font-face {
    font-family: gothamblack;
    src: url("/assets/fonts/Gotham-BlackTr.otf") format("OpenType")
}


.banner-section {
    position: relative;
    z-index: 1
}

.banner-section .single-banner {
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding-top: 125px;
    padding-bottom: 260px;
    position: relative;
    z-index: 1;
    height: 475px;
}

@media (max-width:991px) {
    .banner-section .single-banner {
        padding-top: 40px;
        padding-bottom: 200px;
    }
    .banner-section .single-banner {
        height: 280px
    }
}

@media (max-width:575px) {
    .banner-section .single-banner {
        padding-top: 33px;
        padding-bottom: 120px;
    }
    .banner-section .single-banner {
        height: 190px
    }
}

/*.banner-section .single-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #1d2122;
    opacity: .6
}*/

.banner-section .single-banner .banner-text {
    text-align: left;
}

.banner-section .single-banner .banner-text .title {
    font-size: 29px;
    line-height: 35px;
    text-transform: capitalize;
    letter-spacing: -1px;
    color: #2a2a2a;
    font-family: nunito-extrabold;
    margin-bottom: 12px;
}

.banner-section .single-banner .banner-text p {
    font-size: 15px;
    line-height: 21px;
    color: #2a2a2a;
    font-family: nunito-regular
}

@media (max-width:1349px) {
    .banner-section .single-banner .banner-text .title {
        font-size: 28px;
        line-height: 35px
    }
}

@media (max-width:1199px) {
    .banner-section .single-banner .banner-text .title {
        font-size: 26px;
        line-height: 34px
    }
}

@media (max-width:991px) {
    .banner-section .single-banner .banner-text .title {
        font-size: 23px;
        line-height: 29px
    }
}

@media (max-width:575px) {
    .banner-section .single-banner .banner-text .title {
        font-size: 20px;
        line-height: 26px;
        text-align: left;
        padding-left: 7px
    }
    .banner-section .single-banner .banner-text p {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        padding-left: 7px
    }
}

.banner-section .single-banner .banner-text .title span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #ebeeee;
    opacity: .2
}

.banner-section .single-banner .banner-text .banner-tags {
    margin-bottom: 12px
}

.banner-section .single-banner .banner-text .banner-tags li {
    display: inline-block;
    font-size: 9px;
    font-family: nunito-regular;
    font-weight: 700;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    margin: 0 18px
}
.banner-section .single-banner .banner-text .banner-tags li:first-child {
    margin: 0 7px 0 0;
}
.banner-section .single-banner .banner-text .banner-tags li:nth-child(2) {
    margin: 0 7px
}

@media (max-width:991px) {
    .banner-section .single-banner .banner-text .banner-tags li {
        margin: 0 15px
    }
}

@media (max-width:575px) {
    .banner-section .single-banner .banner-text .banner-tags li {
        margin: 7px 8px !important;
        margin-bottom: 7px;
        font-size: 8px;
        display: block;
        text-align: left
    }
}

.banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "|"
}

@media (max-width:991px) {
    .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
        right: -15px
    }
}

@media (max-width:575px) {
    .banner-section .single-banner .banner-text .banner-tags li:not(:last-child)::after {
        right: -8px;
        display: none
    }
}

.banner-section .single-banner .banner-text .banner-btns {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575px) {
    .banner-section .single-banner .banner-text .banner-btns {
        display: block
    }
}

.banner-section .single-banner .banner-text .banner-btns li {
    margin: 0 20px
}

@media (max-width:575px) {
    .banner-section .single-banner .banner-text .banner-btns li {
        margin: 0 0 20px
    }
}

.banner-section .single-banner .banner-text .banner-btns li .video-btn {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: rgba(255, 255, 255, .1);
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 18px
}

@media (max-width:575px) {
    .banner-section .single-banner .banner-text .banner-btns li .video-btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 15px
    }
}

.banner-section .single-banner .banner-text .banner-btns li .video-btn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, .06);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.banner-section.banner-style-two .single-banner {
    padding-top: 180px;
    padding-bottom: 180px
}

@media (max-width:767px) {
    .feature-boxes .feature-box p {
        height: auto !important
    }
    .banner-section.banner-style-two .single-banner {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.banner-section.banner-style-two .single-banner .banner-text {
    text-align: left
}

.banner-section.banner-style-two .single-banner .banner-text .banner-tags li:first-child {
    margin-left: 0
}

.banner-section.banner-style-two .single-banner .banner-text .banner-btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner-section.banner-style-two .single-banner .banner-text .banner-btns li:first-child {
    margin-left: 0
}

.banner-section.banner-style-three .single-banner {
    padding-top: 240px;
    padding-bottom: 210px;
    background-color: transparent
}

@media (max-width:991px) {
    .banner-section.banner-style-three .single-banner {
        padding-top: 190px;
        padding-bottom: 150px
    }
}

@media (max-width:575px) {
    .banner-section.banner-style-three .single-banner {
        padding-top: 150px;
        padding-bottom: 120px
    }
}

.banner-section.banner-style-three .single-banner::before {
    display: none
}

.banner-section.banner-style-three .single-banner .banner-text {
    text-align: left;
    position: relative;
    z-index: 1
}

.banner-section.banner-style-three .single-banner .banner-text::after {
    position: absolute;
    left: -50px;
    top: -130px;
    bottom: -130px;
    content: "";
    background-color: #ee443d;
    width: 78%;
    z-index: -1;
    opacity: .9
}

@media (max-width:991px) {
    .banner-section.banner-style-three .single-banner .banner-text::after {
        top: -80px;
        bottom: -80px;
        width: 65%
    }
}

@media (max-width:767px) {
    .banner-section.banner-style-three .single-banner .banner-text::after {
        left: -15px;
        width: 85%
    }
}

@media (max-width:575px) {
    .banner-section.banner-style-three .single-banner .banner-text::after {
        left: -15px;
        width: 90%;
        bottom: -60px;
        top: -60px
    }
}

.banner-section.banner-style-three .single-banner .banner-text .title {
    color: #1d2122
}

.banner-section.banner-style-three .single-banner .banner-text .title span {
    -webkit-text-stroke: 2px #1d2122;
    opacity: .3
}

.banner-section.banner-style-three .single-banner .banner-text .banner-tags li {
    color: #1d2122
}

.banner-section.banner-style-three .single-banner .banner-text .banner-tags li:first-child {
    margin-left: 0
}

.banner-section.banner-style-three .single-banner .banner-text .banner-btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner-section.banner-style-three .single-banner .banner-text .banner-btns li:first-child {
    margin-left: 0
}

.banner-section.banner-style-three .single-banner .banner-text .banner-btns li .video-btn {
    background-color: #fff;
    color: #1d2122
}

.banner-section.banner-style-three .single-banner .banner-text .banner-btns li .video-btn::before {
    background-color: #fff
}

.banner-section.banner-style-three .single-banner .banner-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: -2px;
    width: 63%;
    height: 100%;
    z-index: -1
}

@media (max-width:991px) {
    .banner-section.banner-style-three .single-banner .banner-bg {
        width: 50%
    }
}

@media (max-width:767px) {
    .banner-section.banner-style-three .single-banner .banner-bg {
        width: 65%
    }
}

@media (max-width:575px) {
    .banner-section.banner-style-three .single-banner .banner-bg {
        width: 70%
    }
}

.banner-section .slick-arrow {
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    letter-spacing: -1px;
    font-family: nunito-regular;
    font-weight: 700;
    color: #ee453d;
    background-color: rgb(255 255 255 / 64%);
    z-index: 9;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor:pointer;
}

@media (max-width:1199px) {
    .banner-section .slick-arrow {
        font-size: 15px;
        height: 60px;
        width: 60px;
        line-height: 60px
    }
}

.banner-section .slick-arrow.next-arrow {
    left: auto;
    right: 35px
}

.banner-section .slick-arrow:hover {
    background-color: #ee443d;
    color: #fff
}

.banner-section.banner-style-two .slick-arrow {
    display: none !important
}

.banner-section.banner-style-four .single-banner {
    background-color: #fff;
    padding: 160px 0 100px
}

.banner-section.banner-style-four .single-banner::before {
    display: none
}

.banner-section.banner-style-four .single-banner .banner-text {
    text-align: left
}

@media (max-width:991px) {
    .banner-section.banner-style-four .single-banner .banner-text {
        margin-bottom: 50px
    }
}

.banner-section.banner-style-four .single-banner .banner-text .title-tag {
    font-family: nunito-regular;
    font-size: 16px;
    letter-spacing: .2em;
    color: #ee443d;
    font-weight: 700;
    margin-bottom: 30px
}

.banner-section.banner-style-four .single-banner .banner-text .title {
    font-size: 98px;
    text-transform: unset;
    line-height: 1;
    letter-spacing: -.03em;
    color: #1d2122
}

@media (max-width:1199px) {
    .banner-section.banner-style-four .single-banner .banner-text .title {
        font-size: 74px
    }
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-text .title {
        font-size: 46px
    }
}

.banner-section.banner-style-four .single-banner .banner-text .title span {
    display: block;
    color: #ee443d;
    opacity: 1;
    -webkit-text-stroke: 0px
}

.banner-section.banner-style-four .single-banner .banner-text .banner-btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner-section.banner-style-four .single-banner .banner-text .banner-btns li {
    margin: 0 20px 0 0
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-text .banner-btns li {
        margin: 20px 0 0
    }
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-text .banner-btns .main-btn {
        padding: 0 30px
    }
}

.banner-section.banner-style-four .single-banner .banner-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    padding-right: 20px;
    position: relative
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-img {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.banner-section.banner-style-four .single-banner .banner-img::before {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 455px;
    height: 475px;
    background-color: #ee443d;
    border-radius: 20px
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-img::before {
        height: 100%;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.banner-section.banner-style-four .single-banner .banner-img .dots-icon {
    position: absolute;
    right: -40px;
    top: 45px;
    z-index: -2
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-img .dots-icon {
        display: none
    }
}

.banner-section.banner-style-four .single-banner .banner-img .dots-icon-2 {
    position: absolute;
    z-index: -1;
    bottom: 30px;
    right: 355px
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-img .dots-icon-2 {
        display: none
    }
}

.banner-section.banner-style-four .single-banner .banner-img .author-png-img img {
    max-width: 350px;
    max-height: 565px
}

@media (max-width:575px) {
    .banner-section.banner-style-four .single-banner .banner-img .author-png-img img {
        max-width: 100%;
        max-height: auto
    }
}

.banner-section.banner-style-four .single-banner .banner-img .experience-tag {
    position: absolute;
    bottom: 65px;
    right: -40px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 6px 50px rgba(37, 37, 37, .16);
    box-shadow: 0 6px 50px rgba(37, 37, 37, .16);
    padding: 16px 24px 16px 30px;
    font-family: nunito-regular;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1349px) {
    .banner-section.banner-style-four .single-banner .banner-img .experience-tag {
        right: -15px
    }
}

.banner-section.banner-style-four .single-banner .banner-img .experience-tag span.big {
    font-size: 68px;
    letter-spacing: -.03em;
    margin-right: 14px;
    line-height: 1
}

@media (min-width:992px) {
    .about-text.p-left {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .about-text.p-right {
        padding-right: 30px
    }
}

.about-text ul li {
    width: 40%;
    float: left;
    font-weight: 700;
    font-family: nunito-regular;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width:1199px) {
    .about-text ul li {
        width: 45%
    }
}

@media (max-width:575px) {
    .about-text ul li {
        width: 100%;
        float: none
    }
}

.about-text ul li span {
    margin-right: 12px;
    color: #ee443d
}

.about-text .founder-info {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 20px
}

.about-text .founder-info h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.2
}

@media (max-width:767px) {
    .about-text .founder-info h3 {
        font-size: 24px
    }
}

@media (max-width:575px) {
    .about-text .founder-info h3 {
        font-size: 20px
    }
}

.about-text .founder-info span {
    font-family: nunito-regular;
    font-weight: 700;
    color: #ee443d;
    letter-spacing: 2px;
    text-transform: uppercase
}

.about-tag-img {
    position: relative
}

@media (max-width:991px) {
    .about-tag-img {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .about-tag-img {
        margin-bottom: 140px;
        text-align: center
    }
}

@media (max-width:575px) {
    .about-tag-img {
        margin-bottom: 100px
    }
}

.about-tag-img .experience-tag {
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    height: 180px;
    width: 180px;
    background-color: #ee443d;
    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;
    font-family: nunito-regular;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    border: 10px solid #fff;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media (max-width:767px) {
    .about-tag-img .experience-tag {
        top: auto;
        right: 50%;
        bottom: 0;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }
}

@media (max-width:575px) {
    .about-tag-img .experience-tag {
        width: 130px;
        height: 130px;
        border-width: 6px;
        font-size: 13px
    }
}

.about-tag-img .experience-tag .big {
    display: block;
    font-size: 80px;
    color: #fff;
    position: relative
}

@media (max-width:575px) {
    .about-tag-img .experience-tag .big {
        font-size: 42px
    }
}

.about-tag-img .experience-tag .big::after {
    content: "+";
    font-size: 16px
}

.about-tag-img .experience-tag.style-two {
    height: auto;
    width: auto;
    border: none;
    border-left: 4px solid #ee443d;
    -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
    box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
    background-color: #fff;
    right: auto;
    left: -110px;
    top: auto;
    bottom: 70px;
    line-height: 1.2;
    padding: 20px 175px 20px 30px;
    text-align: left;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: block
}

@media (max-width:1199px) {
    .about-tag-img .experience-tag.style-two {
        left: -80px
    }
}

@media (max-width:767px) {
    .about-tag-img .experience-tag.style-two {
        top: auto;
        bottom: 0;
        left: 50px;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
        right: 50px;
        padding: 20px 120px 20px 30px
    }
}

@media (max-width:575px) {
    .about-tag-img .experience-tag.style-two {
        left: 20px;
        right: 20px;
        padding: 20px 65px 20px 20px
    }
}

.about-tag-img .experience-tag.style-two>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-tag-img .experience-tag.style-two .big {
    color: #ee443d;
    margin-right: 20px;
    line-height: 1
}

.about-gallery {
    position: relative;
    height: 600px
}

@media (max-width:991px) {
    .about-gallery {
        margin-bottom: 50px
    }
}

@media (max-width:575px) {
    .about-gallery {
        height: 460px
    }
}

.about-gallery .image-one,
.about-gallery .image-three,
.about-gallery .image-two {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: absolute
}

.about-gallery .image-one {
    left: 0;
    top: 0;
    width: 370px;
    height: 350px;
    z-index: 1
}

@media (min-width:992px) and (max-width:1199px) {
    .about-gallery .image-one {
        width: 350px
    }
}

@media (max-width:575px) {
    .about-gallery .image-one {
        width: 270px;
        height: 250px
    }
}

.about-gallery .image-two {
    bottom: 0;
    right: 0;
    width: 400px;
    height: 355px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
    box-shadow: 0 8px 16px 0 rgba(7, 28, 31, .04);
    border: 10px solid #fff;
    z-index: 2
}

@media (min-width:992px) and (max-width:1199px) {
    .about-gallery .image-two {
        width: 355px
    }
}

@media (max-width:575px) {
    .about-gallery .image-two {
        width: 250px;
        height: 250px
    }
}

.about-gallery .image-three {
    left: 25px;
    bottom: 80px;
    width: 115px;
    height: 115px;
    z-index: 1
}

@media (max-width:575px) {
    .about-gallery .image-three {
        left: 15px;
        bottom: 40px
    }
}

.about-gallery::after,
.about-gallery::before {
    position: absolute;
    content: "";
    background-color: #ee443d
}

.about-gallery::before {
    top: 70px;
    left: 370px;
    height: 20px;
    width: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

@media (min-width:992px) and (max-width:1199px) {
    .about-gallery::before {
        left: 350px
    }
}

@media (max-width:575px) {
    .about-gallery::before {
        left: 270px
    }
}

.about-gallery::after {
    top: 120px;
    right: 70px;
    width: 85px;
    height: 85px;
    opacity: .15
}

@media (min-width:992px) and (max-width:1199px) {
    .about-gallery::after {
        right: 30px
    }
}

@media (max-width:575px) {
    .about-gallery::after {
        right: 0;
        width: 50px;
        height: 50px
    }
}

@media (max-width:991px) {
    .about-img {
        margin-bottom: 50px
    }
}

.service-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1
}

@media (max-width:991px) {
    .service-boxes {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575px) {
    .service-boxes {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-boxes .service-box {
    background-color: #fff;
    padding: 45px 40px;
    border-right: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1
}

.service-boxes .service-box .icon {
    font-size: 60px;
    color: #ee443d;
    margin-bottom: 35px;
    line-height: 1
}

.service-boxes .service-box .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 70px
}

@media (max-width:767px) {
    .service-boxes .service-box .title {
        margin-bottom: 40px
    }
}

.service-boxes .service-box .service-link {
    color: #d5d9da;
    font-size: 24px;
    line-height: 1
}

.service-boxes .service-box .service-link:hover {
    color: #1d2122
}

.service-section {
    position: relative;
    z-index: 2
}

@media (min-width:992px) {
    .service-section.with-counter-box .service-boxes {
        margin-left: 40px
    }
}

@media (max-width:1199px) {
    .service-section.with-counter-box .counter-boxes {
        margin-bottom: 40px
    }
}

.service-section.with-counter-box .counter-boxes .counter-box {
    font-size: 16px;
    font-weight: 700;
    font-family: nunito-regular;
    text-transform: uppercase;
    line-height: 1
}

@media (max-width:1199px) {
    .service-section.with-counter-box .counter-boxes .counter-box {
        text-align: center
    }
}

.service-section.with-counter-box .counter-boxes .counter-box .count {
    display: block;
    font-size: 55px;
    margin-bottom: 5px
}

@media (max-width:575px) {
    .service-section.with-counter-box .counter-boxes .counter-box .count {
        font-size: 42px;
        margin-bottom: 10px
    }
}

.service-section.with-counter-box .counter-boxes .counter-box .count::after {
    content: "+";
    color: #ee443d;
    font-size: 16px;
    margin-left: 2px
}

.service-section.with-counter-box .counter-boxes>[class*=col-]:not(:last-child) .counter-box {
    margin-bottom: 30px
}

.service-gallery {
    width: 100%;
    height: 535px;
    position: relative
}

@media (max-width:575px) {
    .service-gallery {
        height: 450px
    }
}

@media (max-width:1199px) {
    .service-gallery {
        margin-bottom: 50px
    }
}

.service-gallery .image-one,
.service-gallery .image-two {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    width: 400px
}

@media (max-width:575px) {
    .service-gallery .image-one,
    .service-gallery .image-two {
        width: 75%
    }
}

.service-gallery .image-one {
    top: 0;
    right: 0;
    height: 320px
}

@media (max-width:575px) {
    .service-gallery .image-one {
        height: 260px
    }
}

.service-gallery .image-two {
    bottom: 0;
    left: 35px;
    height: 270px;
    border: 10px solid #fff
}

@media (max-width:575px) {
    .service-gallery .image-two {
        height: 240px
    }
}

@media (max-width:575px) {
    .service-gallery .image-two {
        left: 0
    }
}

.frameworks-list {
    margin-top: 40px
}

.frameworks-list li {
    font-weight: 700;
    font-family: nunito-regular;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 15px;
    width: 30.33%
}

@media (max-width:1199px) {
    .frameworks-list li {
        width: 33.33%
    }
}

@media (max-width:575px) {
    .frameworks-list li {
        width: 50%
    }
}

.frameworks-list li i {
    color: #ee443d;
    margin-right: 15px
}

@media (max-width:575px) {
    .frameworks-list li i {
        margin-right: 10px
    }
}

.frameworks-list.white-color li {
    color: #fff
}

.feature-section {
    position: relative;
    z-index: 1
}

.feature-section.square-shape::after {
    position: absolute;
    height: calc(100% + 100px);
    width: 38.5%;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #ee443d;
    z-index: -1
}

@media (max-width:991px) {
    .feature-section.square-shape::after {
        width: 50%;
        height: 40%;
        top: -100px;
        bottom: auto
    }
}

@media (min-width:576px) {
    .feature-lists {
        padding-right: 50px
    }
}

.feature-lists li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 30px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 30px
}

@media (max-width:575px) {
    .feature-lists li {
        gap: 15px
    }
}

@media (max-width:1199px) {
    .feature-lists li {
        -ms-grid-columns: 60px 1fr;
        grid-template-columns: 60px 1fr
    }
}

.feature-lists li:not(:last-child) {
    margin-bottom: 30px
}

.feature-lists li .icon {
    height: 80px;
    width: 80px;
    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;
    font-size: 40px;
    color: #fff;
    background-color: #1d2122
}

.feature-lists li .icon.color-2 {
    color: #1d2122;
    background-color: #ee443d
}

@media (max-width:1199px) {
    .feature-lists li .icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 32px
    }
}

.feature-lists li .desc {
    padding-top: 10px
}

@media (max-width:575px) {
    .feature-lists li .desc {
        font-size: 15px
    }
}

.feature-lists li .desc h5 {
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .feature-gallery {
        margin-bottom: 50px
    }
}

.feature-gallery img {
    display: block
}

.feature-gallery img:first-child {
    margin-left: auto
}

@media (max-width:575px) {
    .feature-gallery img:first-child {
        max-width: 85%
    }
}

.feature-gallery img:last-child {
    margin-right: auto;
    border: 10px solid #fff;
    position: relative;
    z-index: 1;
    margin-top: -120px
}

@media (max-width:575px) {
    .feature-gallery img:last-child {
        max-width: 85%;
        margin-top: -80px;
        border-width: 8px
    }
}

.feature-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:991px) {
    .feature-boxes {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .feature-boxes {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:575px) {
    .feature-boxes {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.feature-boxes .feature-box {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 60px 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    background-position: center
}

.feature-boxes .feature-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #2a2a2a;
    content: "";
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: .5;
    border-bottom: 3px solid #ee443d
}

.feature-boxes .feature-box .icon {
    line-height: 1;
    font-size: 60px;
    color: #ee443d;
    margin-bottom: 20px
}

.feature-boxes .feature-box .title {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    font-family: nunito-bold;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: 45px
}

.feature-boxes .feature-box p {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: left
}

.feature-boxes .feature-box:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.feature-boxes .feature-box:hover .title {
    color: #ee443d
}

.feature-boxes.masonry-layout .feature-box {
    margin: 0
}

.feature-boxes.masonry-layout .feature-box:nth-child(even) {
    margin-top: 30px
}

@media (max-width:991px) {
    .feature-boxes.masonry-layout .feature-box:nth-child(even) {
        margin-top: 0
    }
}

.feature-boxes-two.row {
    margin-left: -10px;
    margin-right: -10px
}

.feature-boxes-two.row>.col,
.feature-boxes-two.row>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.feature-boxes-two .feature-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    z-index: 1;
    font-size: 14px
}

@media (max-width:1199px) {
    .feature-boxes-two .feature-box {
        padding: 30px 20px
    }
}

@media (max-width:575px) {
    .feature-boxes-two .feature-box {
        padding: 35px
    }
}

.feature-boxes-two .feature-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #1d2122;
    content: "";
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden
}

.feature-boxes-two .feature-box .icon {
    line-height: 1;
    font-size: 40px;
    color: #ee443d;
    margin-bottom: 20px
}

.feature-boxes-two .feature-box .title {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin-bottom: 10px;
    letter-spacing: -1px
}

@media (max-width:1199px) {
    .feature-boxes-two .feature-box .title {
        font-size: 16px
    }
}

.feature-boxes-two .feature-box:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.feature-boxes-two .feature-box:hover,
.feature-boxes-two .feature-box:hover .title {
    color: #fff
}

.feature-boxes-three .feature-box {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    padding: 50px 28px 35px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .feature-boxes-three .feature-box {
        font-size: 15px
    }
}

.gallery-block-two .inner-box {
    position: relative
}

.gallery-block-two {
    position: relative;
    margin-bottom: 4px;
    padding: 0 2px
}

.gallery-section-two {
    position: relative;
    padding: 25px 15px
}

.post-image img {
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%)
}

.ekibimiz-detay {
    position: relative;
    padding: 17px;
    background-color: #fff
}

.ekibimiz-detay p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 400
}

.ekibimiz-detay h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px
}

.ekibimiz-detay h2 {
    font-size: 20px;
    line-height: 26px
}

.ekibimiz-detay h3 {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0
}

.ekibimiz-detay h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0
}

.ekibimiz-detay ul {
    position: relative;
    margin-left: 25px;
    margin: 25px 0 25px 28px
}

.ekibimiz-detay ul li {
    font-size: 13px;
    line-height: 18px;
    position: relative;
    font-weight: 400
}

.ekibimiz-detay ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -17px;
    width: 7px;
    height: 7px;
    background-color: #242f6c
}

@media (max-width:991px) {
    .mobile-menu .language-wrap {
        padding-left: 20px;
        margin-top: 13px
    }
    .site-logo a img {
        height: 65px !important;
        padding: 0;
        margin: 5px 0;
    }
    header .nav-container .menu-items li .dd-trigger {
        display: block;
        top: 5px
    }
    header .nav-container .menu-items li .submenu li a {
        color: #fff;
        font-size: 12px !important
    }
    header .nav-container .menu-items li .submenu {
        position: inherit;
        left: inherit;
        top: inherit;
        width: inherit;
        background-color: inherit;
        opacity: inherit;
        visibility: inherit;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        z-index: 99;
        height: inherit;
        -webkit-box-shadow: inherit
    }
}

.footer-text img{
    height:75px;
    width:auto;
    margin-bottom:15px;
}
section#member {
    margin: 0 auto;
    height: auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
section#member .container {
    z-index: 2;
    position: relative;
}
    section#member .overlay {
        width: 100%;
        height: 100%;
        background: #ee443d;
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
    }
    section#member .heading {
        display: flex;
    }
    section#member .heading h3 {
    color: #ffffff;
    font-weight: 300;
    display: inline-grid;
    line-height: 45px;
    font-size: 28px;
    font-family: nunito-extrabold;
}
    section#member .heading h3 span {
    font-size: 28px;
    font-weight: 700;
}
    section#member .heading .q-mark {
    font-size: 90px;
    font-weight: 700;
    font-family: Changa,sans-serif;
    display: inline;
    float: right;
    line-height: 95px;
    color: #ffffff;
}
    section#member .meeting {
    display: inline-block;
}
    section#member .meeting_icon {
    height: auto;
    width: 15%;
    background: rgba(0,0,0,.25);
    position: relative;
    padding: 10px 0 5px 20px;
    margin-left: 40px;
    float: left;
}
    section#member .meeting_icon::before {
    content: "";
    border-style: solid;
    border-width: 50px 33px 55px 0;
    border-color: transparent rgba(0,0,0,.25);
    position: absolute;
    left: -33px;
    top: 0px;
}
    section#member .meeting_icon i {
    display: block;
}
    section#member .meeting_icon i::before {
    font-size: 55px;
    line-height: 90px;
    color: rgba(255,255,255,.5);
}
    section#member .meeting_content {
        font-size: 17px;
        font-family: Changa,sans-serif;
        color: #2a2a2a;
        font-weight: 300;
        background: #ffffff;
        padding: 25px 34px 25px 20px;
        position: relative;
        float: left;
        width: 78%;
    }
    section#member .meeting_content::before {
    content: "";
    border-style: solid;
    border-width: 46px 30px 58px 0;
    border-color: transparent #ffffff;
    position: absolute;
    left: -30px;
    top: 0;
}
    section#member .meeting_content a {
    font-weight: 600;
}
    section#member .meeting_content a {
    color: #ee443d;
}
    @media only screen and (max-width:1199px){
        section#member .heading {
            display: flex;
            margin-top: 25px;
        }
        section#member .heading .q-mark {
            font-size: 50px;
            line-height: 55px;
        }
        section#member .heading h3 span {
            line-height: 26px;
            font-size: 20px;
        }
        section#member .heading h3 {
            line-height: 26px;
            font-size: 20px;
            display:block;
        }
        section#member .meeting_icon i::before {
            font-size: 29px;
            line-height: 90px;
            color: rgba(255,255,255,.5);
        }
        section#member .meeting_content {
            font-size: 14px;
            font-family: Changa,sans-serif;
            color: #ee443d;
            font-weight: 300;
            background: #ffffff;
            padding: 18px 34px 19px 20px;
            position: relative;
            float: left;
            width: 78%;
        }
    }
    @media only screen and (max-width:991px){
        section#member .meeting_icon i {
            padding-top: 5px;
        }
        section#member .meeting_icon {
            height: auto;
            width: 15%;
            background: rgb(255 255 255 / 5%);
            position: relative;
            padding: 10px 0 5px 20px;
            margin-left: 40px;
            float: left;
        }
        section#member .meeting_content a {
            color: #ffffff;
        }
        section#member .heading h3 {
            line-height: 26px;
            font-size: 20px;
            display: block;
        }
        section#member .heading {
            text-align:center;
            display:block;
        }
            section#member .heading h3 span {
                display: block;
            }
            section#member .heading .q-mark {
               display:none;
            }
        section#member .meeting_content {
            width: 100%;
            background: 0 0;
            text-align: center;
            margin: 0 auto;
            padding-bottom: 0;
            padding-top: 10px;
            color: #fff;
            text-align: center;
            font-size: 17px;
            line-height: 23px;
        }
        section#member .meeting_icon {
            height: 100px;
            width: 100px;
            position: relative;
            border-radius: 50%;
            padding: 5px 0 5px 10px;
            margin: 30px auto 10px;
            float: none;
            border: none;
            text-align: center;
            padding: 0;
        }
            section#member .meeting_content::before {
                background: 0 0;
                border: none;
            }
        section#member .meeting_icon::before {
            background: 0 0;
            border: none;
        }
    }
.services-home .service-item:first-child {
    background-color:#2a2a2a;
}
.services-home .service-item:nth-child(2){
    background-color: #e2e2e2;
}
.services-home .service-item:nth-child(3) {
    background-color: #e2e2e2;
}
.services-home .service-item:nth-child(4) {
    background-color: #E51D38;
}
.banner-section img.banner-suffix {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 110%;
    z-index: 1;
}
.mobilcenter {
    text-align: center;
}
@media only screen and (max-width:992px){
    .banner-section .single-banner .banner-text p {
        max-width:350px;
    }
    .mobilcenter {
        text-align: left;
    }
}
@media only screen and (max-width:767px) {
    .banner-section .single-banner .banner-text p {
        display:none;
    }
    .banner-section .single-banner .banner-text {
        max-width: 175px;
    }
}
.banner-section .home-page-badge {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin-top: 15px;
    padding: 5px 16px 5px 15px;
    border-radius: 17.5px;
    background-color: #fff;
    width: 245px;
    position: absolute;
    left: 50%;
    margin-left: -123px;
    z-index: 1;
    bottom: -14px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}
.banner-section span {
    font-size:15px;
}
.banner-section span.content-page-badge-number {
    color: #ee443d;
}
.counter-box span.title {
    font-family: nunito-light;
}
.contact-info-list img{
    height:20px;
}
.breadcrumb-section img.banner-suffix {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 110%;
    z-index: 1;
}
.counter-section .worker-path1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.cc-banner.cc-bottom {
    left: 75px !important;
    position: fixed;
    width: 400px !important;
    z-index: 999999 !important;
    right: inherit !important;
    bottom: 25px !important;
    background: #2a2a2a !important;
    padding: 10px 25px !important;
    border-radius: 0px !important;
}
.cc-banner .cc-message {
    font-size: 10px;
    line-height: 13px;
    padding: 0 15px 0 0;
    text-align: justify;
    color: #fff;
    margin: 0;
}
.cc-color-override--1076243085 .cc-btn {
    font-size: 13px !important;
    width: 75px !important;
    padding: 0.3px 3px !important;
}
.banner-btn {
    position: relative
}
.scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.scroll-title {
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 17px !important
}

.scroll-s2 h6 {
    font-size: 12px;
    margin-bottom: 15px
}

.scroll-s2 img {
    max-width: 30px;
    animation: scroll 1.3s infinite
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin: auto;
    text-align: center;
    width: auto;
    right: auto;
    top: auto;
    transform: translatex(-50%)
}

.scroll-icon {
    position: absolute;
    top: 34px;
    left: 0;
    width: 30px;
    height: 50px;
    margin-left: 4px;
    border: 2px solid #ee443d;
    z-index: 9;
    border-radius: 50px;
}

.scroll-icon::after {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #ee443d;
    border-radius: 100%;
    -webkit-animation: dotanimation 2s infinite;
    animation: dotanimation 2s infinite
}

.scroll-icon-s2 {
    border: 2px solid #1a5ff8;
    width: 40px;
    height: 58px;
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0 auto;
    left: 0
}

.scroll-icon-s2:after {
    background-color: #1a5ff8;
    animation: none;
    height: 13px;
    width: 2px;
    top: 5px;
    margin-left: -1px;
    border-radius: 0
}

@keyframes dotanimation {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        transform: translate(0, 15px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}
.about-section{
    padding-top:70px;
}
.p-left2{
    text-align:left !important;
}
@media only screen and (max-width:992px) {
    .cc-color-override--1076243085.cc-window {
        color: rgb(255, 255, 255);
        background-color: rgb(36, 47, 108);
        left: 7px !important;
        position: fixed;
        width: 280px !important;
        z-index: 999999 !important;
        right: inherit !important;
        bottom: 15px !important;
        background: #2a2a2a !important;
        padding: 10px 25px !important;
        border-radius: 0px !important;
    }
    .cc-floating .cc-message {
        font-size: 10px;
        line-height: 13px;
        padding: 0 15px 0 0;
        text-align: justify;
        color: #fff;
        margin: 0;
    }
}
.kariyer-title h4 {
    font-size: 17px;
    color: #2a2a2a;
    font-family: nunito-bold;
}
.form-control {
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 30px;
    height: 50px;
    font-weight: 600;
    font-size: 15px;
    color: #1d2122;
    border:none;
}
.galeri-item .galeri-image img {
    width: 100%;
    height: 225px;
    padding: 2px;
    object-fit: cover;
    background-color: #fff;
    border: 1px solid #e4e4e4
}
@media only screen and (max-width:991px){
    .galeri-item .galeri-image img {
        height: 145px;
    }
}