@import url(../fonts/darkergrotesque/stylesheet.css);
@import url(../fonts/montserrat/stylesheet.css);
@import url(../fonts/sfts/stylesheet.css);

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    font-family: 'SFT Schrifted Sans TRIAL';
    width: 100%;
    overflow-x: hidden;
    font-weight: 600;
    color: #fff;
}

p {
    font-family: 'SFT Schrifted Sans TRIAL' !important;
    font-size: 1.2rem !important;
    line-height: 28px !important;
    width: 100%;
    font-weight: 300 !important;
}

a {
    color: #fff !important;
}


/* 2025 */
.single__subtitle_1{
    font-size: 1.6rem;
    padding-bottom: 20px;
}
.warning-cover{
    padding-top: 10px;  
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #000000cf;
    z-index: 100;
    backdrop-filter: blur(10px); /* Blurs the background */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
}
.warning-cover p{
font-size: 1.5rem !important;
}

/* start project image hover styles */
.page__content__wrapper{
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
}
.page__footer__wrapper{
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
}
.work__main_banner img{
    width: 100%;
}
img{
    max-width: 100%;
}

/* Container styles */
.image-container {
    position: relative;
    width: 100%;
    /* Adjust width as needed */
    overflow: hidden;
    border-radius: 30px;
    /* Apply border radius to the container */
}

/* Image styles */
.image-container img {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 30px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

/* Overlay styles */
.image-container .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* Black transparent overlay */
    height: 15%;
    /* Adjust height as needed */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    border-radius: 0 0 30px 30px;
    /* Match the bottom radius */
    padding: 10px;
    /* Add padding to create space for the text */
    display: flex;
    /* Flexbox for positioning */
    align-items: center;
    /* Center align vertically */
}

/* Title styles */
.image-container .overlay .title {
    color: #fff;
    text-align: left;
    /* Align text to the left */
    font-size: 1.5rem;
    padding: 17px;
    text-transform: capitalize;
    margin: 0;
    opacity: 0;
    /* Initially hidden */
    transform: translateY(10px);
    /* Add slight animation on hover */
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    /* Ensure the title spans the overlay */
}

/* Hover effect */
.image-container:hover .overlay {
    opacity: 1;
    /* Show the overlay on hover */
}

.image-container:hover .overlay .title {
    opacity: 1;
    /* Show the title on hover */
    transform: translateY(0);
    /* Animate title into position */
}

.image-container:hover img {
    transform: scale(1.1);
    /* Optional: zoom in the image */
}


/* end project image hover styles */
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.about__logo__cover img {
    width: 60%;
}
.about__logo__cover{
    text-align: center;
}

.vertical__cover__left {
    background: linear-gradient(90deg, #858687, #f9f9f9 80%) no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg) translateY(100%);
    -webkit-transform: rotate(-90deg) translateY(100%);
    position: fixed;
    top: 50%;
    height: auto;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;    
    left:-146px;
    z-index: 99;
    backdrop-filter: blur(8px);
    padding-right: 10px;
}

.vertical__cover__right {
    background: linear-gradient(90deg, #858687, #f9f9f9 80%) no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(+90deg);
    position: fixed;
    top: 50%;
    height: auto;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    right: -70px;
    z-index: 99;
    backdrop-filter: blur(8px);
    padding-right: 10px;
}
.vertical__cover__left a img{
    transform: rotate(87deg);
    -webkit-transform: rotate(87deg);
    -moz-transform: rotate(87deg);
    -o-transform: rotate(87deg);
    -ms-transform: rotate(87deg);
}
.vertical__cover__left .verticl__box__menu ul{
    padding-bottom: 6px;
    margin-top: 6px;
}
.vertical__cover__right a img{
    transform: rotate(-87deg);
    -webkit-transform: rotate(-87deg);
    -moz-transform: rotate(-87deg);
    -o-transform: rotate(-87deg);
    -ms-transform: rotate(-87deg);
}

.vertical__cover__right .verticl__box__menu ul li{
    display: inline-block;
    text-align: center;
    padding:  4px 1px 4px 16px;
}
.verticl__box__menu ul {
    margin: 0px;
}

.verticl__box__menu ul li {
    /*display: inline-block;*/
    display:inline;
    text-align: center;
    padding:  4px 17px 7px;

}

.verticl__box__menu ul li a {
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.spacer__dfault__150 {
    height: 150px;
}

.project__row {
    margin-top: 30px;
}

.home__page__about {
    padding-top: 150px;
    padding-bottom: 150px;
}

.home__project__cover {
    padding-right: 50px;
    padding-left: 50px;
}

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

.pb-50 {
    padding-bottom: 50px;
}

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

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

.spacing-1 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.about-package-service ul li {
    list-style-type: disc;
    font-size: 1.2rem;
    padding: 3px 16px;
    display: inline-block;
    font-weight: 400 !important;
}

.about-package-service ul li:before {
    content: "";
    display: list-item;
    position: absolute;
}

.section-title-1 h2 {
    font-size: 7.3em;
    font-weight: 700;
    line-height: 114px;
}

.section-title-2 {
    padding-bottom: 50px;
}

.section-title-2 h2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 120px;
}

.section-title-1 h6 {
    font-size: 1.8rem;
}

.world-map-cover {
    margin-left: auto;
    margin-right: auto;
}

.world-map-cover img {
    width: 90%;
    margin-top: 70px;

}

.about-content-capt {
    padding-top: 50px;
}

.about-content-capt h6 {
    font-size: 2.1rem;
    font-weight: 600;
}

.about-content-capt p {
    font-size: 2rem;
    line-height: 32px;
}
ul li{
    list-style-type: none;
    line-height: 40px;
}
.goto__more{
    height:400px;
    display:table-cell;
    vertical-align:middle;    
}
.goto__more h5{
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 60px;
}
strong{
    font-weight: 700 !important;
}
.footer__title2{
    font-size: 3rem !important;
    font-weight: 300;
    white-space: nowrap;
    border-radius: 0px !important;
    line-height: 40px !important;
}
.no-radius{
    border-radius: 0px !important;
}
.footer__contact .footer__title__cover{
    padding:0px 21px;
    border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
    height: auto;
}
.footer__contact .footer__title__cover p{
    font-size: 1rem !important;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
}
.footer__contact .footer__contact__call ul li a{
    font-size: 3rem;
    font-weight: 300;
}
.footer__social__cover {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between; 
}
.footer__social__cover .footer__social li{
    display: inline-block;
    margin-right: 9px;
    border-radius: 100px;
    overflow: hidden;
}
.mob__single__social{
    padding-top: 40px;
}
.mob__single__social .footer__social li{
     display: inline-block;
    margin-right: 9px;
    border-radius: 100px;
    overflow: hidden;
}
.mob__single__social .footer__social img{
          background-color: #fff;
        padding: 10px;
        width: 50px;    

}   
.mob__social__cover .mob__single__social h6{
    font-size: 2.3rem !important;
    font-weight: 300;
    white-space: nowrap;
    border-radius: 0px !important;
}
.mob__social__cover .mob__single__social ul{
    padding-top: 20px;
}
.mob__social__cover .mob__single__social li a{
    font-size: 2rem !important;
    font-weight: 300;
    white-space: nowrap;
    border-radius: 0px !important;
}
.footer__bottom{
    padding-top: 70px;
    padding-bottom: 30px;
}
.footter__logo img{
    width: 40%;
}
.footer__sitemap {
    padding-top: 40px;
    text-align: right;
}
.footer__sitemap ul li{
    display: inline-block;
    margin-right: 20px;
    align-items: center;
}
.footer__sitemap ul li a{
    font-size: 3.5rem;
    border-bottom: 2px solid #fff;
    font-weight: 300;
}
.about__breif{
    padding-top: 40px;
}
.about-work-cover{
    padding-top: 70px;
    padding-bottom:70px;
    text-align:center;
}
.about-work-cover .work-cover-inner h4{
    font-size: 4rem;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.about-work-cover .work-cover-inner p{
    font-size: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.showcase__single img{
    width: 100%;
}
.page__end__logo{
    text-align: center;
    padding-top: 140px;
    padding-bottom: 140px;
}
.page__end__logo img{
    width: 200px;
}
.project__more__work .work__border{
    margin-bottom: 30px;
}
.project__more__work .work__border h6{
    font-size: 2rem;
    font-weight: 700;
}
.project__more__work .work__border h6::after{
    display: inline-block;
    content: "";
    border-top: 2px solid #fff;
    width: 80%;
    margin: -14px 12px;
    transform: translateY(-1rem);

}


/* end 2025*/
img {
    max-width: 100%;
}

ul {
    padding: 0px;
}


a {
    text-decoration: none !important;
}

p {
    font-family: "Darker Grotesque";
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
}

.border-logo-cover {
    text-align: center;
}

.border-logo-cover img {
    margin-top: -80px;
    width: 150px;
}

.captain-text-cover h2 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400 !important;
}

.captain-text {
    font-weight: 800;
    font-size: 70px;
}

.border-2 .border-line {
    border-top: 2px solid #000;
}

.logo {
    width: 160px;
}

.home-main-banner {
    background-image: url(../images/home/home-banner-bg.png);
    height: 800px;
    background-position: center;
    background-size: cover;
}

.navbar {
    padding-bottom: 0px;
    padding-top: 0px;
}

.nav-item {
    padding: 13px;
}

/* .navbar-nav .active{
    border: 1px solid #000;
    border-radius: 50px;
    padding: 2px 14px !important;
} */
.navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    font-family: "Darker Grotesque";
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.home-banner-cover {
    padding-bottom: 100px;
}

.home-page-banner {
    padding-top: 100px;
    padding-bottom: 50px;
}

.home-page-banner .main-logo {
    text-align: center;
    margin-bottom: 30px;
}

.home-page-banner .hello-cover img {
    width: 100%;
    margin-bottom: 30px;
}

.home-page-banner .main-logo img {
    width: 200px;
}


.home-service-cover {
    background-image: url(../images/home/home-service-bg.png);
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}

.h-service-ico img {
    width: 33%;
}

.home-service-cover .servic-inner {
    width: 100%;
    display: block;
}

.service-list-style2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-service-head h4 {
    font-size: 45px;
    line-height: 45px;
    padding-top: 26px;
}

.about-logo-cover {
    text-align: left;
}

.about-logo-cover img {
    width: 160px;
}

.about-brand-cover {
    padding-top: 70px;
}

.about-banner-cover {
    padding-top: 70px;
    padding-bottom: 50px;
}

.about-banner-cover .banner-head-cover h2 {
    font-size: 6rem;
    line-height: 90px;
    font-weight: 400;
    word-spacing: -8px;
}

.about-banner-cover .banner-head-cover span {
    font-size: 8rem;
    font-weight: 700;
    line-height: 125px;

}

.about-package-cover {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.about-package-cover .package-inner h4 {
    font-size: 40px;
    padding-bottom: 20px;
}

.about-package-cover .package-inner p {
    font-size: 23px;
    line-height: 27px;
    color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.about-brand-text {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-brand-text p {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.dsp-table {
    display: table;
}

.dsp-tbl-cell {
    display: table-cell;
    vertical-align: bottom;
}

.home-about-us {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.home-about-us .section-head-3 h2 {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 30px;
}

.home-about-us p {
    font-size: 23px;
    line-height: 30px;
}

.home-about-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.abt-content {
    text-align: left;
}

.home-banner-cover .h-banner-inner .banner-hello-cover h1 {
    font-size: 40em;
    padding: 0px;
    margin-bottom: -42px;
    font-family: "Darker Grotesque";
    font-weight: 500;
    margin-left: -30px;
    margin-top: -135px;
}

.home-banner-cover .h-banner-inner .banner-hello-cover p {
    width: 600px;
    font-size: 23px;
    font-weight: 600;
    line-height: 22px;
}

/* Gradient Text */
.gradient-heading {
    text-align: left;
    /* background: -o-linear-gradient(45deg,#aab2b4,#9dbac0,#94c0cb,#92c1ce);
    background: linear-gradient(45deg,#a8b3b6,#9dbac0,#94c0cb,#94c0cb); */
    background: -o-linear-gradient(45deg, #0587a8, #0587a8, #9dbac0, #0587a8);
    background: linear-gradient(45deg, #0587a8, #0587a8, #94c0cb, #0587a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    -webkit-animation: gradient-text 8s ease infinite;
    animation: gradient-text 8s ease infinite;
}

@-webkit-keyframes gradient-text {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient-text {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.portfolio-section-1 {
    padding-top: 70px;
}

.portfolio-section-1 .portfolio-img img {
    border-radius: 15px;
}

.portfolio-section-1 .portfolio-title h5 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 11px;
    margin-top: 30px;
}

.portfolio-section-1 .portfolio-title p {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

.portfolio-brief p {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
}

.portfolio-single-box img {
    border-radius: 20px;
}

.portfolio-single-box .project-title {
    font-size: 20px;
    text-transform: uppercase;
}

.portfolio-single-box .project-title h5 {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: -5px;
    color: #000;
    text-transform: uppercase;
    padding-top: 16px;
}

.portfolio-single-box .project-title p {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.portfolio-single-box .portfolio-img {
    width: 100%;
    object-fit: cover;
}

.portfolio-section-2 .portfolio-single-box .project-title h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: -5px;
    color: #fff;
}

.portfolio-section-2 .portfolio-single-box .project-title p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.client-section .section-head h4 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-left: 20px;
}

.client-location-inner {
    border-bottom: 2px solid #000;
    padding-bottom: 13px;
    padding-top: 70px;
}

.client-loc-text {
    padding-top: 40px;
}

.client-loc-text h2 {
    font-weight: 700;
    font-size: 37px;
}

.client-section {
    height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
    display: table;
    width: 100%;
}

.client-logo-cover {
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
}

.client-logo-cover .single-logo {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.title-box h5 {
    border: 1px solid #000;
    font-size: 22px;
    padding: 6px 33px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
}

.service-list {
    padding-top: 30px;
    padding-left: 30px;
}

.service-list ul li {
    list-style-type: none;
    padding-left: 0px;
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding-top: 2px;
    padding-bottom: 7px;
}

.section-contact {
    padding-left: 50px;
}

.pg-contact-de-cover ul li {
    list-style-type: none;
    font-size: 50px;
    line-height: 60px;

}

.pg-contact-de-cover ul li a {
    color: #000;
    font-weight: 500;
}

.address-innner {
    padding-bottom: 50px;
}

.section-contact .section-head-1 h4 {
    font-size: 11em;
    line-height: 132px;
    padding-bottom: 24px;
}

.contact-form-cover {
    background-color: #C9DCDB;
    border-radius: 15px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.textarea-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #C9DCDB;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    transition: unset;
    height: 140px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #C9DCDB;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

/* Ensure the outline remains visible when the textarea is focused */
textarea:focus {
    outline: 0px;
    /* Change color as needed */
}

input[type="text"]:focus {
    background-color: transparent;
    /* Change to your desired color */
    outline: 0px;
}

.align-right {
    text-align: right;
}

.form-control:focus {
    border-color: unset !important;
    box-shadow: unset !important;
    border: 0px;
    border-bottom: 1px solid #eee !important;
}

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

.btn-style-1 {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0px 29px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    height: 43px;
    margin-top: 31px;
}

.btn-style-2 {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0px 29px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    height: 43px;
    margin-top: 31px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 19px #fff;
    -moz-box-shadow: 0px 0px 0px 19px #fff;
}

.align-right {
    text-align: right;
}

textarea:focus,
.textarea-control,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: unset;
}

.client-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.service-cta-cover {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: table;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;

}

.servic-inner {
    display: table-cell;
    vertical-align: middle;
}


/* F00TER */
footer .container {
    padding-top: 100px;
    border-top: 3px solid #fff;
}

.footer-title-cover h3 {
    font-size: 3rem;
    margin-bottom: -32px;
}

.footer-title-cover h2 {
    font-size: 10em;
    font-weight: 900;
}

.footer-inner {
    border-top: 2px solid #000;
    padding-top: 60px;
}

.footer__social__cover .footer__social img {
    background-color: #fff;
    padding: 10px;
    width: 50px;
    
}

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

.ft-contact-no ul li {
    font-size: 20px;
    list-style: none;

}

.ft-contact-no ul li a {
    color: #000;
    font-size: 23px;
    font-family: "Darker Grotesque";
    font-weight: 400;
}

.border-bottom {
    border-bottom: 2px solid #000;
}

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

.ft-contact-no {
    padding-top: 30px;
}

.ft-social ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.ft-social ul li img {
    width: 30px;
}

.footer-logo {
    width: 170px;
}

.ft-title-box h6 {
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Darker Grotesque";
}

.footer-single-box p {
    font-size: 23px;
    font-family: "Darker Grotesque";
    line-height: 32px;
    padding-top: 26px;
}

.works-page-cover {
    padding-top: 30px;
    padding-bottom: 0px;
}

.works-page-cover .portfolio-brief {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #000;
}

.portfolio-grid-cover {
    padding-top: 70px;
    padding-bottom: 70px;
}

.work-detail-page {
    padding-top: 50px;
}

.work-detail-page .wd-head img {
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.wd-breif {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wd-breif .title h5 {
    font-size: 5em;
    font-weight: 600;
    text-transform: uppercase;
}

.wd-showcase {
    padding-top: 50px;
    padding-bottom: 70px;
}

.wd-breif .title p {
    font-size: 25px;
    margin-top: -12px;
    font-weight: 600;
}

.wd-breif .content p {
    font-size: 23px;
    padding-top: 30px;
}

.border-button {
    border-top: 1px solid #000;
    position: relative;
    text-align: center;
}

.border-button .btn {
    position: absolute;
    top: -50px;
    left: 43%;
}

.contact-logo-icon {
    text-align: right;
}

.contact-logo-icon img {
    height: 300px;
}

.contact-address-cover {
    padding-top: 100px;
    padding-bottom: 100px;
}

.addresss-single-box p {
    font-size: 50px;
    line-height: 60px;
}


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

.title-border h4 {
    font-size: 28px;
    border-radius: 50px;
    border: 1px solid #000;
    display: inline;
    text-transform: capitalize;
    padding: 6px 26px;

}

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

.social-t {
    font-size: 30px;
    position: relative;
    top: 4px;
    color: #000;

}

.social-style1 ul li {
    display: inline-block;
    padding-right: 8px;
}

.social-style1 ul li img {
    width: 40px;
}
.social-style2 ul li{
    display: inline-block;
    margin-right: 10px;
}

.social-style2 ul li a{ 
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    padding: 4px;
}
.social-style2 ul li a img{
    height: 25px;
}

.client-location-cover {
    margin-bottom: 50px;
}

.testimonial_main_cover {
    background-image: url(../images/testimonial/testimonial-bg.jpg);
    padding: 100px 0px 150px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.testimonial_main_cover .client-dp img {
    width: 120px !important;
    border-radius: 100px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.testimonial-single-box .testimonial {
    width: 80%;
    text-align: center;
    padding-top: 50px;
}

.client-origin {
    text-align: center;
    padding-top: 31px;
    padding-bottom: 20px;
}

.client-origin h6 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.client-origin p {
    font-size: 19px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
    line-height: 19px;
    margin-top: -8px;
}

.more-btn-cover {
    text-align: right;
    padding-top: 30px;
    padding-right: 10px;
}

.more-btn-cover p {
    font-size: 23px;
    text-transform: capitalize;
    font-family: "Darker Grotesque";
    font-weight: 700;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
}

.navbar-toggler {
    position: relative;
    z-index: 2;
}
.border-right-1::after{
    content:""; 
    background: white; 
    height: 100%; 
    width: 1.5px;

}

.mobile__nav__cover{
    display: none;
}


/* start display condition*/

.mob__social__cover{
    display: none;
}
.desk__social__cover{
    display: block;
}

/* end display condition */
@media screen and (max-width:810px) {
    .home-banner-cover .h-banner-inner .banner-hello-cover h1 {
        font-size: 24em;
        margin-top: 0px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-single-box p {
        font-size: 16px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }

    .nav-item {
        padding-right: 23px;
    }

    .section-contact .section-head-1 h4 {
        font-size: 7em;
        line-height: 83px;
    }
}

/* ------ mobile resonsive -------  */

@media screen and (max-width: 767px) {

    /* start display condition */
    .desk__social__cover{
        display: none;
    }
    .mob__social__cover{
        display: block;
    }
    .mobile__nav__cover{
        display: block;
    }
    .main-logo{
        display: none;
    }
    /* end display condition */
    .about__breif{
        padding-top: 0px;
    }
    .about-work-cover .work-cover-inner h4{
        font-size: 2rem;
    }
    .page__end__logo img{
        width: 130px;
    }
    .page__end__logo{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .project__more__work .work__border h6{
        text-align: center;
    }
    .footer-title-cover{
        text-align: center;
    }
    .home-page-banner .main-logo img {
        width: 200px;
        margin-bottom: 39px;
      }
    .footer__bottom{
        padding-top: 35px;
    }
    .footer__sitemap{
        text-align: center;
    }
    .footer__sitemap ul li a{
        font-size: 1.5rem;
    }
    .footer__contact{
        text-align: center;
    }
    .single__project__box{
        margin-bottom: 30px;
    }
    .project__row{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .home-page-banner{
        text-align: center;
    }
    .home__page__about{
        padding-top: 35px;
        padding-bottom: 70px;
    }
    .section-title-2{
        text-align: center;
        padding-bottom: 0px;
    }
    .about__breif p{
        text-align: center;
    }
    .about__logo__cover{
        margin-bottom: 50px;
    }
    .mobile__nav__cover .nav__inner_container ul li{
        display: inline-block;
        padding: 0px 9px;    
        text-transform: uppercase;
    }
    .mobile__nav__cover {
        padding: 20px;
    }
    .mobile__nav__cover .nav__inner_container img{
        width: 120px;
    }
    .mobile__nav__cover .nav__hyper__box ul
    .mobile__nav__cover{
        display: block;
    }
    .section-title-2 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 50px;
    }
    .home__project__cover {
        padding-right: 0px;
        padding-left: 0px;
    }
    .page__content__wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-title-1 h2 {
        font-size: 3.3em;
        font-weight: 700;
        line-height: 53px;
      }
      .footer-title-cover h2 {
        font-size: 3.5rem;
        font-weight: 900;
        padding-top: 10px;
      }
      .footer-title-cover h3 {
        font-size: 20px;
        margin-bottom:0px;
        line-height: 13px;
      }

    .vertical__cover__left {
        display: none;
    }
    .vertical__cover__right {
        display: none;
    }
    .footer__title2{
        font-size: 25px;
    }
    .footer__contact .footer__contact__call ul li a{
        font-size: 25px;
    }

    .wd-breif .title h5 {
        font-size: 31px;
        font-weight: 800 !important;
    }

    .wd-breif .title p {
        font-size: 21px;
        margin-top: -8px;
        font-weight: 600;
    }

    #collapsibleNavbar {
        position: absolute;
        background: #000;
        width: 100%;
        left: 0px;
        top: 86px;
        z-index: 1;
    }

    .home-main-banner {
        height: 530px;
    }

    .works-page-cover {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .home-banner-cover .h-banner-inner .banner-hello-cover h1 {
        font-size: 10em;
        padding: 0px;
        margin-bottom: 0px;
        font-family: "Darker Grotesque";
        font-weight: 500;
        margin-left: 0px;
        /* margin-top: 25px; */
        padding-top: 0px;
    }

    .home-banner-cover .h-banner-inner .banner-hello-cover p {
        font-size: 19px;
    }

    .home-about-inner {
        width: 100%;
    }

    .home-banner-cover .h-banner-inner .banner-hello-cover p {
        width: 100%;
    }

    .client-section .section-head h4 {
        font-size: 31px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .section-contact {
        padding-left: 0px;
    }

    .service-list {
        padding-left: 0px;
    }

    .footer-single-box {
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .footer-single-box .text-right {
        text-align: left !important;
    }

    .footer-single-box p {
        font-size: 23px;
        font-family: "Darker Grotesque";
        line-height: 32px;
        padding-top: 10px;
    }

    footer {
        padding: 60px 0px 41px 0px;
    }

    .section-contact .section-head-1 h4 {
        font-size: 5em;
        line-height: 57px;
        padding-bottom: 24px;
    }

    .about-brand-text p {
        width: 100%;
    }

    .about-banner-cover .banner-head-cover span {
        font-size: 60px;
        font-weight: 800;
    }

    .service-cta-cover {
        padding-bottom: 20px;
    }

    .contact-logo-icon img {
        height: 200px;
    }

    .border-button .btn {

        left: 32%;
    }

    .about-banner-cover .banner-head-cover h2 {
        font-size: 60px;
        line-height: 0px;
    }

    .addresss-single-box p {
        font-size: 24px;
        line-height: 29px;
    }

    .addresss-single-box .text-right {
        text-align: left !important;
    }

    .title-border h4 {
        font-size: 22px;
        padding: 3px 22px;
    }

    .social-t {
        font-size: 24px;
    }

    .social-style1 ul li img {
        width: 24px;
    }

    .social-style1 {
        margin-bottom: 43px;
    }

    .contact-address-cover {
        padding-bottom: 50px;
    }
}