/************** 

    Template Information: TNA
    TNA design team is group of experts in advertising & branding field. Hold the key of architects & find the deep meanings of your slogan behind their door.
    Turn your ideas into 3D vision to create your own project world. With TNA, Launch to rein yourself.
    Set your own ID to keep your special impression on your customers.

 *************/

/* Fonts Include */

@font-face {
    src: url("../fonts/RedHatText-Regular.ttf");
    font-family: "main";
}

/* Medium Fonts */

@font-face {
    src: url("../fonts/RedHatText-Medium.ttf");
    font-family: "medium";
}

/* bold Fonts */

@font-face {
    src: url("../fonts/RedHatText-Bold.ttf");
    font-family: "bold";
}

/* Fonts Include */

/* Start General */
html * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "main", sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --main-color: #1A9AC4;
    --secondary-color: #3F3F3E;
    --font-family: "main", sans-serif;
    --trans: all 0.4s ease-in-out;
    --font-14: 14px;
    --font-16: 16px;
}

body {
    overflow-x: hidden;
    background: #F4F5F7;
    transition: var(--trans);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "bold", "main", sans-serif;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active, div, section, span, p, div:hover, section:hover, span:hover, p:hover {
    text-decoration: none;
    outline: none;
}

select, input[type="checkbox"], input[type="radio"], select:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    cursor: pointer;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.has-fixed-top .main-header {
    padding-top: 100px;
}

.btn-tna {
    padding: 8px 30px !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #FFF !important;
    border-radius: 25px;
    font-family: 'medium', 'main', sans-serif;
    font-size: 20px;
}

.default-img {
    background-image: url(../images/default.png);
    background-color: #F8FAFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

picture {
    display: block;
}

.sec-padding {
    padding: 50px 0;
}

/* Start General */

/* main header */
.main-header {
    position: relative;
    margin-bottom: 80px;
    z-index: 9;
}

.navbar-dark .navbar-brand img {
    max-height: 70px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    font-family: "medium", "main", sans-serif;
    transition: var(--trans);
    padding: 8px 25px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: var(--main-color);
}

.btn-header {
    padding: 6px 20px;
    background: var(--main-color);
    color: #FFF;
    font-size: 20px;
    border-radius: 25px;
}

.btn-header:hover {
    background: #FFF;
    border-color: var(--main-color);
    color: var(--main-color);
}

/* main header */

/* Main slider */
.slider-text h1 {
    color: var(--main-color);
    font-size: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider-text h2 {
    font-size: 26px;
    color: #000000;
    font-family: 'medium', 'main', sans-serif;
    text-transform: uppercase;
}

.slider-text p {
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #3F3F3E;
}

.image-holder {
    width: 650px;
}

.slider-image {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.slider-shape {
    position: absolute;
    z-index: 2;
}

.shape1 {
    background: url("../images/icons/slider-shapes/shape1.svg") no-repeat center / contain;
    top: 0;
    right: 0;
    width: 100px;
    height: 168px;
}

.shape2 {
    background: url("../images/icons/slider-shapes/traingle.svg") no-repeat center / contain;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
}

.shape3 {
    background: url("../images/icons/slider-shapes/circle.svg") no-repeat center / contain;
    bottom: 20px;
    left: 0;
    width: 160px;
    height: 160px;
}

.slider-nav-arrows {
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translateY(-50%);
    z-index: 3;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    margin-bottom: 10px;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    display: block;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background: url("../images/icons/right-arrow.svg") no-repeat center / contain;
    width: 37px;
    height: 18px;
    font: initial;
}

.swiper-button-prev::after {
    transform: rotate(180deg);
}

/* Main slider */

/* sec-header */
.sec-header {
    position: relative;
    margin-bottom: 30px;
}

.sec-header h5 {
    font-size: 20px;
    font-family: 'medium', 'bold', sans-serif;
    color: black;
    text-transform: uppercase;
}

.sec-header h4 {
    font-size: 36px;
    font-family: 'bold', 'medium', sans-serif;
    color: black;
    text-transform: uppercase;
}

.sec-header .text-stripped,
.sec-header .text-stripped span,
.sec-header .text-stripped p {
    color: #3F3F3E;
    font-size: 18px;
    line-height: 1.5;
}

/* sec-header */

/* service-item */
.service-item {
    padding: 30px 20px;
    background: #FFF;
    margin-bottom: 25px;
}

.service-item figure {
    margin-bottom: 20px;
    display: inline-block;
    height: 55px;
}

.service-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-item h3 {
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-item .text-stripped {
    height: 78px;
    overflow: hidden;
}

.service-item .text-stripped,
.service-item .text-stripped span,
.service-item .text-stripped p {
    color: #3F3F3E;
    font-size: 16px;
    line-height: 1.5;
}
/* service-item */

/* about-text */
.about-text h5 {
    font-size: 20px;
    color: #000000;
    font-family: 'main', sans-serif;
    text-transform: uppercase;
}

.about-text h4 {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-text h4 span {
    color: var(--main-color);
    font-family: "bold", "main", sans-serif;
    text-transform: uppercase;
}

.about-text .text-stripped {
    margin-bottom: 20px;
}

.about-text .text-stripped,
.about-text .text-stripped span,
.about-text .text-stripped p {
    color: #3F3F3E;
    font-size: 18px;
    line-height: 1.5;
}

/* about-text */

.carousel-holder {
    margin-left: auto;
}

/* gallery-item */
.gallery-item {
    width: 100%;
    height: 394px;
    overflow: hidden;
    position: relative;
}

/* gallery-item */

/* blog-item */
.blog-item {
    position: relative;
    margin-bottom: 25px;
}

.blog-item figure {
    width: 100%;
    height: 323px;
    overflow: hidden;
    position: relative;
}

.blog-item h4 {
    font-size: 14px;
    color: var(--main-color);
    font-family: 'medium', 'main', sans-serif;
}

.blog-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-item p {
    font-size: 18px;
    color: #3F3F3E;
    line-height: 1.5;
}

/* blog-item */

/* clients */
.clients {
    background: #FFF;
}

.client-item {
    position: relative;
}

.client-item figure {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.client-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* clients */

/* footer-body */
.footer-body {
    background: #F2F2F2;
}

/* footer-body */

/* footer-item */
.footer-item a.navbar-brand img {
    height: 70px;
}

.footer-item .social-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-item h4 {
    color: #272727;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-item .footer-list li a {
    padding-left: 0;
    color: #3F3F3E;
    font-size: 15px;
}

/* footer-item */

/* copyrights */
.copyrights {
    background: var(--secondary-color);
    padding: 15px 0;
}

.copyrights p, .copyrights a {
    margin-bottom: 0;
    color: #FFF;
    font-size: 15px;
}

/* copyrights */

/* top-left-curve */
.top-left-curve {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 180px;
    height: 260px;
    background: url("../images/icons/top-left-curve.svg") no-repeat top left / contain;
}

/* top-left-curve */

/* wh-button */
.wh-button {
    position: fixed;
    bottom: 30px;
    right: 80px;
    z-index: 9;
}

.wh-link {
    background-color: #43D954;
    padding: 0;
    width: 57px;
    height: 57px;
    line-height: 53px;
    font-size: 28px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    border: 2px solid #FFF;
}

/* wh-button */

/* top nav mobile */
.top-nav-mobile {
    background: #EBEBEB;
    display: none;
}

.top-nav-mobile a {
    color: var(--main-color);
    font-size: 18px;
    font-family: 'medium', 'main', sans-serif;
}

/* top nav mobile */

/* inner-pages */
.inner-pages {
    position: relative;
    min-height: 50vh;
    padding-bottom: 30px;
}

/* inner-pages */

/* page-title */
.page-title {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
}

.page-title h1 {
    font-size: 40px;
    color: black;
    text-transform: uppercase;
}

/* page-title */

/* single-service-image */
.single-service-image {
    width: 100%;
    height: 592px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.services-carousel {
    margin-bottom: 35px;
}

.slider-nav-services > div {
    margin: 0 5px;
}

/* single-service-image */

/* services-details */
.services-details .text-stripped,
.services-details .text-stripped p,
.services-details .text-stripped span,
.services-details .text-stripped a,
.services-details .text-stripped pre,
.services-details .text-stripped blockquote,
.services-details .text-stripped strong {
    font-size: 18px;
    color: #3F3F3E;
    line-height: 1.6;
}

.services-details .text-stripped p {
    margin-bottom: 20px;
}

.services-details .text-stripped img {
    max-width: 100%;
    height: auto;
}

.services-details .text-stripped a {
    color: var(--main-color);
}

.services-details .text-stripped h1,
.services-details .text-stripped h2,
.services-details .text-stripped h3,
.services-details .text-stripped h4,
.services-details .text-stripped h5,
.services-details .text-stripped h6 {
    text-transform: uppercase;
    color: #3F3F3E;
}

.services-details .text-stripped h4 {
    font-size: 22px;
}

.services-details .text-stripped h3 {
    font-size: 25px;
}

.services-details .text-stripped h2 {
    font-size: 32px;
}

.services-details .text-stripped h1 {
    font-size: 36px;
}

.services-details .text-stripped h5,
.services-details .text-stripped h6 {
    font-size: 16px;
}

/* services-details */

/* quote-form */
.quote-form {
    position: relative;
    background: #FFF;
    padding: 45px 20px;
}

.quote-form h4 {
    font-size: 24px;
    font-family: 'medium', 'main', sans-serif;
}

.group {
    position: relative;
    margin: 35px 0;
}

.quote-form .group textarea {
    resize: none;
}

.quote-form .group input,
.quote-form .group textarea,
.quote-form .group select {
    background: none;
    color: #3F3F3E;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #3F3F3E;
}

.quote-form .group input:focus,
.quote-form .group textarea:focus {
    outline: none;
}

.quote-form .group input:focus ~ label,
.quote-form .group input:valid ~ label,
.quote-form .group textarea:focus ~ label,
.quote-form .group textarea:valid ~ label,
.quote-form .group select ~ label {
    top: -14px;
    font-size: 12px;
}

/*.quote-form textarea:not(:valid) ~ label,
.quote-form input:not(:valid) ~ label{
    top: -14px;
    font-size: 12px;
    color: var(--main-color);
}*/

/*.quote-form textarea:not(:valid) ~ .bar,
.quote-form input:not(:valid) ~ .bar,
.quote-form textarea:not(:valid) ~ .bar::before,
.quote-form input:not(:valid) ~ .bar::before {
    background: var(--danger);
}

.quote-form textarea:not(:valid),
.quote-form input:not(:valid) {
    border-bottom-color: var(--danger);
}*/

.quote-form .group input:focus ~ .bar:before,
.quote-form .group textarea:focus ~ .bar:before {
    width: 100%;
}

.quote-form .group input[type=password] {
    letter-spacing: 0.3em;
}

.quote-form .group label {
    color: #3F3F3E;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}

.quote-form .bar {
    position: relative;
    display: block;
    width: 100%;
}

.quote-form .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: var(--main-color);
    transition: 300ms ease all;
    left: 0;
}

.custom-upload__input {
    height: 0;
    left: -10000px;
    overflow: hidden;
    position: absolute;
}

.custom-upload__button {
    margin-top: 15px;
    border: 2px solid #1A9AC4;
    border-radius:7px;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
    background: #1A9AC4;
    padding: 6px 10px;
}

.custom-upload__button .fa.fa-file-image-o {
    font-family: FontAwesome;
}

.file-item {
    padding: 8px 10px;
    background: #f2f2f2;
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

.file-item svg {
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.file-item .close {
    font-size: 16px;
    margin-left: auto;
    color: var(--danger);
}
/* quote-form */

/* about-img-single */
.about-img-single {
    position: relative;
    width: 100%;
    height: 766px;
    overflow: hidden;
    margin-bottom: 35px;
}
/* about-img-single */

/* about-page */
.about-page .text-stripped,
.terms-page .text-stripped {
    margin-bottom: 50px;
    font-size: 18px;
    color: #3F3F3E;
    line-height: 1.6;
}

.about-page .text-stripped li,
.about-page .text-stripped p,
.about-page .text-stripped span,
.about-page .text-stripped pre,
.about-page .text-stripped a,
.about-page .text-stripped blockquote,
.terms-page .text-stripped li,
.terms-page .text-stripped p,
.terms-page .text-stripped span,
.terms-page .text-stripped pre,
.terms-page .text-stripped a,
.terms-page .text-stripped blockquote {
    font-size: 18px;
    color: #3F3F3E;
}

.about-page .text-stripped h4,
.terms-page .text-stripped h4 {
    text-transform: uppercase;
    font-size: 22px;
}
/* about-page */

/* jobs-details-page */
.jobs-details-page .text-stripped {
    margin-bottom: 50px;
}
/* jobs-details-page */

/* --------------------------------

xpopup

-------------------------------- */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(63, 63, 62, 0.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 99;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 25px 35px;
}

.cd-popup-container h4 {
    margin-bottom: 30px;
}

.cd-popup-container p {
    margin-bottom: 25px;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}
.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

/* terms-page */
.terms-page .text-stripped p {
    margin-bottom: 30px;
}
/* terms-page */

/* cont-list */
.cont-list h4 {
    color: #3F3F3E;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cont-list ul li a {
    display: block;
    color: #3F3F3E;
    padding-top: 6px;
    padding-bottom: 6px;
}
/* cont-list */

/* contact-body */
.contact-body {
    position: relative;
    padding: 40px 0;
}

.contact-page .quote-form {
    padding: 0;
    background: none;
}

.contact-page .quote-form h4 {
    text-transform: uppercase;
    color: #3F3F3E;
    font-size: 22px;
    font-family: 'bold', 'main', sans-serif;
}

.contact-page .quote-form textarea {
    height: 48px !important;
}

.contact-page .quote-form .group {
    margin-top: 10px !important;
}
/* contact-body */

/*gallery-title*/
.gallery-title {
    color: var(--secondary-color);
    font-size: 22px;
    text-transform: uppercase;
}
/*gallery-title*/

/* quote-page */
.quote-page .quote-form {
    padding: 0;
    background: none !important;
}

.quote-page .quote-form textarea {
    height: 48px;
}
/* quote-page */

/* loader */
#loader {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    margin: 0 auto;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
/* loader */

/* Media for responsive */
@media (min-width: 1440px) {
    .container {
        max-width: 1430px;
    }
}

@media (max-width: 1440px) {
    .image-holder {
        width: 635px;
    }

    .slider-image {
        width: 635px;
        height: 635px;
    }

    .slider-text h1 {
        font-size: 58px;
        margin-bottom: 15px;
    }

    .slider-text h2 {
        font-size: 24px;
    }

    .slider-text p {
        font-size: 18px;
    }

    .top-left-curve {
        width: 137px;
        height: 185px;
    }
}

@media ( min-width: 1440px ) and (max-width: 1465px){
    .navbar-brand{
        margin-left: 105px;
    }
}

@media ( min-width: 1465px ) and (max-width: 1565px){
    .navbar-brand{
        margin-left: 80px;
    }
}

@media ( min-width: 1465px ) and (max-width: 1665px){
    .navbar-brand{
        margin-left: 70px;
    }
}

@media ( min-width: 1440px ) and (max-width: 1750px) {

    .top-left-curve {
        width: 140px;
        height: 190px;
    }
}

@media ( min-width: 1300px ) and (max-width: 1375px) {
    .top-left-curve {
        width: 100px;
        height: 145px;
    }
}

@media ( min-width: 1200px ) and (max-width: 1300px) {
    .top-left-curve {
        width: 60px;
        height: 100px;
    }
}

@media ( max-width: 1200px ) {
    .image-holder {
        width: 530px;
    }

    .slider-image {
        width: 530px;
        height: 530px;
    }

    .slider-text h1 {
        font-size: 48px;
    }

    .slider-text h2 {
        font-size: 22px;
    }

    .slider-text p {
        font-size: 16px;
    }

    .top-left-curve {
        display: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
        padding: 8px 15px;
    }

    .about-img-single {
        height: 640px;
    }
}

@media ( max-width: 991px ) {
    .top-nav-mobile {
        display: block;
    }

    .main-header {
        background: #000000;
        margin-bottom: 0;
    }

    .main-header .navbar-brand {
        margin-right: auto;
        margin-left: auto;
    }

    .main-header .navbar-brand img {
        filter: brightness(0) invert(1);
        height: 41px;
    }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .main-header::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% - 70px);
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--secondary-color);
    }

    .main-header .navbar-nav {
        margin-top: 22px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #FFF;
        font-size: 18px;
        position: relative;
        display: flex;
        justify-content: space-between;
        font-family: 'bold', 'main', sans-serif;
    }

    .navbar-dark .navbar-nav .nav-link::after {
        content: '';
        display: block;
        width: 8px;
        height: 13px;
        background: url("../images/icons/nav-right-arrow.svg") no-repeat center / contain;
    }

    .lang-link {
        display: none;
    }

    .btn-header {
        margin-left: 15px;
        font-family: 'bold', 'main', sans-serif;
    }

    .slider-nav-arrows,
    .slider-text p,
    .slider-text a,
    .slider-shape {
        display: none;
    }

    .image-holder,
    .slider-image {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .main-slider .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    .slider-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 9;
    }

    .slider-col-text {
        position: static;
    }

    .about-img {
        text-align: center;
    }

    .about-img img {
        object-position: center;
    }

    .blogs .carousel-nav,
    .clients .carousel-nav {
        display: none !important;
    }

    .footer-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .copyrights p {
        text-align: left !important;
        font-size: 14px;
    }

    .about-img-single {
        height: 540px;
    }
}

@media ( max-width: 768px ) {
    .sec-header h5,
    .about-text h5 {
        font-size: 16px;
    }

    .sec-header h4,
    .about-text h4 {
        font-size: 26px;
    }

    .text-stripped,
    .text-stripped span,
    .text-stripped p {
        font-size: 14px;
    }

    .sec-padding {
        padding: 30px 0;
    }

    .wh-button {
        right: 15px;
        bottom: 15px;
    }

    .about-img-single {
        height: auto;
    }
}

@media ( max-width: 576px ) {
    .slider-text h1 {
        font-size: 30px;
    }

    .slider-text h2 {
        font-size: 16px;
    }
}

@media ( max-width: 480px ) {
    .gallery {
        position: relative;
    }

    .gallery .sec-header {
        position: static;
    }

    .carousel-nav {
        position: absolute;
        top: calc(50% + 110px);
        left: 0;
        width: 100%;
        justify-content: space-between;
        z-index: 9;
        transform: translateY(-50%);
    }
}

/* Media for responsive */


