/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');*/

/*@font-face {
    font-family: 'helveticaregular';
    src: url('https://demo.digitalupward.com/mad/assets/font/helvetica-webfont.woff2') format('woff2'),
        url('https://demo.digitalupward.com//mad/assets/font/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/



@font-face {
    font-family: 'arialnarrow';
    src: url('../webfont/arialn-webfont.woff2') format('woff2'),
         url('../webfont/arialn-webfont.woff') format('woff');
    font-weight: normal;fheader .offcanvas-header
    font-style: normal;

}


body {
    font-family: 'arialnarrow';
    position: relative;

}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'arialnarrow';
}

p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #757575;
}

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

li {
    list-style-type: none;
}

h1 {
    font-size: 32px;
}

.commanspace {
    padding: 65px 0px;
}
header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}

.main-heading {
    font-size: 28px;
    font-weight: 509;
    text-transform: uppercase;
    letter-spacing: 0.05px;
    color: #757575;
}

.hero-btn {
    /* transition: all 0.4s; */
    /*border: 1px solid #757575;*/
    padding: 2px 1.5px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.hero-btn:hover span {
    border: 0px;
    letter-spacing: 1.5px;
    transition: all 0.4s;
    font-weight: 400;
    color: #757575;

}

.hero-btn:hover {
    border: 0px;
    transition: all 0.4s;
}

.hero-btn span {
    padding: 5.5px 15.5px 5.5px 15.5px;
    border: 2px solid #757575;
    color: #757575;
    font-size: 14px;
    letter-spacing: 1px;
    /* transition: all 0.4s; */
}

/* -------header------- */
header .navbar {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    border-bottom: 1px solid #bdb6b691;
    transition: all 0.3s;
}

.navbar-toggler {
    border: 0;
    font-size: 24px;
}

header .offcanvas-title {
    display: flex;
    align-items: center;
}

header .offcanvas-title span {
    font-size: 13px;
    letter-spacing: 12px;
}


.navbar-brand {
    display: flex;
    align-items: center;

}

.navbar-brand p {
    font-size: 12px;
    letter-spacing: 16px;
    margin-bottom: 0px;
    margin-left: 8px;
    font-weight: 600;
    color: #757575 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav {
    position: relative;
}

header .nav {
    display: block;
}

.nav-tabs .nav-link {
    border: 0;
}

header .nav-tabs .nav-link:hover {
    border: 0;
}



header .nav-tabs {
    border-bottom: 0;
}

header .nav-tabs .nav-link.active {
    border: 0;
    background-color: transparent;
    color: #757575;
    transition: 0.5s;
    font-weight: 600;
}

header .nav-tabs .nav-link {
    color: #5c5757;
    font-size: 16px;
    font-weight: 509;
    text-transform: uppercase;
    padding: 8px 12px;
    
}

header .nav-tabs .nav-link.active::after {
    width: 100%;
}

header .nav-tabs .nav-link::after {
    content: '';
    width: 0%;
    height: 2px;
    display: block;
    background-color: #979696;
    
}

header .nav-tabs .nav-link:hover::after {
    width: 100%;
    
}

header .nav-social-icon {
    position: absolute;
    bottom: 17px;
    right: 17.5%;
}

header .nav-social-icon p i {
    margin-right: 10px;
}

header .tab-content ul li {
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05px;
}

header .tab-content ul li a::after {
    content: '';
    width: 0%;
    height: 2px;
    display: block;
    background-color: #757575;
   
}

header .tab-content ul li a:hover::after {
    width: 100%;
   
}

header .offcanvas.offcanvas-end {
    width: 100%;
    /*left: 0;
    right: 0;
    position: absolute;*/


}

.offcanvas.offcanvas-end{
    right: 1px !important;
}

header .offcanvas-header {
    width: 37%;
    right:  -14px;;
    position: absolute;
    background-color: #fff;

    z-index: 2;
}

header .offcanvas-header .btn-close-1 {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

header .offcanvas-header .btn-close-1 i {
    color: #a6a6a6;
    font-size: 20px;
    margin: 8px;
}


header .offcanvas-header .btn-close-1:focus {
    box-shadow: none;
    border: 0;
}

header .offcanvas {
    width: 100vh;
    height: 100vh;
    /*left: 0;
    right: 0;
    position: absolute;*/
}


header .offcanvas-body .nav-tabs li button:hover .sidenav-img {
    display: block;
    transition: 0.5s ease;
}

header .offcanvas-body .nav-tabs {
    position: absolute;
    width: 38%;
    right: -14px; 
    background-color:#fff;
    top: 95px;

    bottom: 0;

}

header .offcanvas-body .nav-tabs li {
    padding: 0px 20px 0px 15px;
}

header .tab-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

header .tab-content .tab-pane ul {
    position: absolute;
    top: 60px;
    right: 12px;
}

.sidenav-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 64%;
    height: 100vh;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;

}

.sidenav-img img {
    width: 100%;
    height: 100%;

}

.menu-side-heading {
    padding: 7px 20px 7px 32px !important;
    border-bottom: 1px solid #ededed;
    background-color: #e1e1e1;
}

.menu-side-heading h5 {
    margin-bottom: 0px;
}

header .tab-content>.tab-pane {
    display: block;
}

header .fade {
    transition: .3s linear;

}

@media only screen and (max-width: 768px) {
    .navbar-brand p {
        letter-spacing: 9px;
    }
    .newyork-col .city-heading-col h1{
    font-weight: 600;
}
.newyork-col .city-heading-col h2{
    font-weight: 500 !important;
}
    header .nav-social-icon {
        left: 65px;
    }
    .top-banner .detail-banner-text p{
        font-size: 18px !important;
    }
    .testimg{
        display: block !important;
    }
    
}

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

    header .nav-social-icon {
        left: 41px;
        bottom: 76px;
    }

    header .offcanvas-body .nav-tabs li {
        padding: 0px 20px 0px 0px;

    }
    .testimg.fsff a button{
        font-size: 5px;
    }

    header .nav-tabs .nav-link {
        font-size: 16px;
    }
        header .offcanvas-title span {
        font-size: 14px !important;
        letter-spacing: 8.2px !important;
    }

    header .tab-content ul li {
        font-size: 16px;
    }

    .menu-side-heading {
        padding: 7px 20px 7px 41px !important;
    }

    header .tab-content .tab-pane ul {
        right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    header .nav-social-icon {
        left: 56%;
    }
}

/* ---------banner---------- */
.top-banner {
    position: relative;
    z-index: 2;

}
.top-banner img{
    object-fit: cover;
    height: calc(100vh - 59px);

}

@media(max-width:1200px) {
    .sidenav-img {
        width: 50%;
    }

    header .offcanvas-body .nav-tabs {
        width: 50%;
    }

    header .offcanvas-header {
        width: 50%;

    }
}

@media(max-width:768px) {
    header .offcanvas-body .nav-tabs {
        width: 100%;
    }

    header .offcanvas-header {
        width: 100%;

    }

    .sidenav-img {
        display: none;
    }
}

.owl-detail-banner.owl-theme .owl-nav{
    margin-top: 0 !important;
}
.top-banner .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

@media(min-width:1400px) {
    /*.top-banner .item {
        padding: 360px 0px;
    }*/
    .sidenav-img{
        width: 63%;
    }
    .projectlist nav .nav-pills .nav-link{
        font-size: 17.5px !important;
    }
    header .nav-tabs .nav-link{
        font-size: 16px !important;
    }
    header .tab-content ul li{
        font-size: 16px !important;
    }
    header .offcanvas-title span{
        font-size: 14.5px !important;
    }
}


@media(min-width:1600px) {
    /*.top-banner .item {
        padding: 530px 0px !important;
    }*/
}

@media(min-width:1990px) {
    /*.top-banner .item {
        padding: 499px 0px !important;
    }*/
}

@media(min-width:992px)and (max-width:1300px) {
    /*.top-banner .item {
        padding: 300px 0px;
    }*/
}

@media(max-width:992px) {
    /*.top-banner .item {
        padding: 250px 0px;
    }*/
header .offcanvas-title span{
font-size:12px;
letter-spacing:4px;}
.mobileselect{
    display: block !important;
}
.expertise-heading-demo p{
    text-align: justify;
}

header .nav-tabs .nav-link{
    padding-left: 0
}

.projectlist{
    padding-top: 0 !important;
}
.d-desktop{
    display: none !important;
}
.d-mobile{
    display: block !important;
}

}

@media(max-width:576px) {
    /*.top-banner .item {
        padding: 200px 0px;
    }*/
    .top-banner .detail-banner-text{
        width: 100%;
    }
    .commanspace{
        padding: 35px 0 !important;
    }
    .projectlistcontent .tab-content{
        padding: 30px 0 !important;
    }
    .projectlistcontent .expertrise-type .expertise-gallery{
        margin: 0px !important;
        margin-bottom: 10px !important;
    }
    .expertrise-type .expertise-gallery{
        margin-bottom: 10px !important;
    }
}

.mobileselect .accordion .accordion-item .accordion-header .accordion-button{
    color: #757575;
    background-color: #e6e6e6;
}
.mobileselect .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    box-shadow: none;
    color: #757575;
    background-color: #e6e6e6;
}
.mobileselect .accordion .accordion-item .accordion-header .accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}
.mobileselect nav .nav-pills{
    display: block;
}
.mobileselect .accordion-body{
    padding: 10px 0;
}
.mobileselect nav .nav-pills .nav-link{
    width: 100%;
    text-align: left;
    padding: 10px 20px !important;
}

/* -----------missin-section-------- */
.mission-sec {
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;    
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 10% 0px;
}

.mission-sec .mission-center {
    background-color: rgba(255, 255, 255, 0.8);
}

.mission-sec .mission-heading {
    color: #757575;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mission-sec p {
    padding: 10px 0px;
    color: #757575;
    letter-spacing: 1px;
}


/* ------expertise-section----- */
.expertise-sec {
    background-color: rgb(255, 255, 255);
}

/*.expertise-sec .col-md-4 {
   margin-bottom: 4px;
}*/

.expertise-heading {
    position: relative;
    z-index: 2;

}

.expertise-heading-demo p {
    padding-top: 8px;
    margin-bottom: 0px;
    color: #757575;
    letter-spacing: 1px;
}

.exp-img-col:hover h4 {
    opacity: 1;
    transition: all 0.6s;
}

.exp-img-col h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.6s ease;
}

.expertise-heading .expertise-img {
    display: flex;
    width: 100%;

}

.expertise-heading-demo {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.expertrise-type .expertise-gallery {
    position: relative;
}

.expertrise-type {

    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}



.expertise-gallery .expertise-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s;
}

.expertise-gallery:hover .expertise-text {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    transition: all 0.4s;
    background: linear-gradient(rgba(150, 150, 150, 0.6), rgba(150, 150, 150, 0.6));
}

.expertise-gallery .expertise-text h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    width: 100%;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: bold;
}

table tr td a{color: #757575;}
.expertise-gallery .expertise-text:hover h4 {
    opacity: 1;

}

/* -------newyork-city----- */
.newyork {
    /*background: url(../assets/images/banner-10.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    padding: 10% 0px;
}



.newyork-sub-sec {
    background-color: rgba(255, 255, 255, 0.4);
}

.newyork-col {
    background-color: rgba(255, 255, 255, 0.9);
    
}
.newyork-col img {
    padding: 30px 30px;
}

.city-heading-col {
    padding: 50px;
}

.city-heading-col .main-heading {
    letter-spacing: 1px;
}

.city-heading-col h1 {
    font-size: 40px;
    color: #757575;
}

.newyork h4 {
    padding: 10px 0px;
    text-align: center;
}

.newyork p {
    padding: 10px 0px 20px 0px;
    color: #757575;
    font-size: 14px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .newyork-col {

        padding-left: 40px;
    }

    .city-heading-col {
        padding: 35px 40px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .newyork-col {
        background-color: rgba(255, 255, 255, 0.9);
        padding-left: 10px;
    }

    .main-heading {
        font-size: 20px;
    }


    .newyork p {
        padding: 2px 0px 3px 0px;
    }

    .city-heading-col h1 {
        font-size: 31px;
    }

    .city-heading-col {
        padding: 20px 20px;
    }
}

@media(min-width: 768px){
    .teamimgsec{
        padding: 0px;
    }
    .expertrise-type .col-md-4{
    padding: 0;
}
    
}

@media only screen and (max-width: 768px) {
    .newyork-col {

        padding-left: 0px;
    }

    .city-heading-col {
        padding: 50px 30px;
    }
    .newyork p {
        padding: 10px 0px 10px 0px !important
    }
    .city-heading-col h1 {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 520;
    }
        header .offcanvas-title span {
        font-size: 14px;
        letter-spacing: 7px;
    }

    .main-heading {
        font-size: 17px;
        padding-top: 5px;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .lsec .col-md-7{
        order: 2;
    }
    .expertise-gallery .expertise-text{
        background: linear-gradient(rgba(150, 150, 150, 0.6), rgba(150, 150, 150, 0.6));
        opacity: 1;
    }
    .expertise-gallery .expertise-text h4{
        opacity: 1;
       /* text-shadow: 0px 2px 8px #000000;*/
    }
    .visible .expertise-text{
         background: none !important;
    }
    .visible .expertise-text h4{
        text-shadow: 0px 2px 8px #000000 !important;
    }
    .expertrise-type .expertise-gallery{
        margin-bottom: 5px;
    }

}

/* -------footer----{ */
footer {
    background-color: #fff;
    color: #242020;
    border-top: 1px solid #bdb6b691;
}

footer .table {
    --bs-table-color: #757575 !important;
    --bs-table-bg: transparent !important;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

footer .table th {
    padding-left: 0;
}

footer .logo-footer-col {
    align-items: baseline;display: flex;
    
}

footer .logo-footer-col img {
    width: 100px;
    margin-bottom: 15px;
}

footer .footer-text p a {
    color: #fff;
    display: inline-block;
    /*margin-right: 14px;*/
}

.social-icon {
    display: flex;
    margin-bottom: 0px;
}

.nav-social-icon .social-icon a i {
    font-size: 18px !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #dcdcdc !important;
    color: #242020 !important;
    border-radius: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

}

.social-icon i {
    font-size: 18px !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #dcdcdc !important;
    color: #757575 !important;
    border-radius: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

}

footer .logo-footer-col p {
    padding-left: 7px;
    font-size: 13px;
    letter-spacing: 12px;
    color: #757575;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 23px;
}

footer .footer-text h4 {
    padding-bottom: 6px;
    font-size: 19px;
    font-weight: 500;
    color: #242020;
}

.table>:not(caption)>*>* {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 16px;
}

.footer-link {
    display: flex;
    justify-content: end;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    padding-right: 30px;
}

.footer-link ul li a {
    color: #fff;
}

.copyright {
    /*padding: 10px 0px;
    background-color: #646464;*/
    letter-spacing: 1px;
}

.copyright p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #b2b2b2;
}

@media only screen and (max-width: 992px) {
    footer .logo-footer-col p {
        font-size: 11px;
        letter-spacing: 6px;
        padding: 12px 0px 12px 0px;
    }
    .projectlist nav .nav-pills{
       display: inline-flex;
        flex-wrap: initial;
        
    }
    header .offcanvas-body .nav-tabs li{
        padding-left: 0;
    }
    .offcanvas-header {
        padding-left: 0 !important;
    }
    .desktopselect{
        overflow: auto;
        scrollbar-width: auto;
        scrollbar-color: #fff #fff;
    }
    

}

@media only screen and (max-width: 768px) {
    .footer-link {
        justify-content: start;
    }

    .logo-footer-col {
        padding-left: 36px;
    }
}

@media only screen and (max-width: 576px) {
    header .nav-social-icon {
        bottom: 76px;
    }

    .city-heading-col {
        padding: 50px 0px;
    }
    footer .logo-footer-col img{
        margin-bottom: 0 !important;
    }
    .newyork p{
        text-align: justify;
    }
    .newyork-col img {
        padding: 0px 0px 30px;
    }

    .logo-footer-col {
        padding-left: 0px;
    }

   

    footer .logo-footer-col {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    footer .logo-footer-col p {
        font-size: 14px;
        letter-spacing: 6.3px;
        padding: 12px 0px 10px 0px;
    }

 
}
#topbtn {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3a3939;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#topbtn:hover {
    background-color: #555;
}


.navbar .navbar-brand {
    margin: 0 auto;
}

.navbar .navbar-toggler {
    position: absolute;
    right: 12px;
    padding-right: 0;
}


/* .........project....... */


/* ----aboutmain---- */
.aboutmain {
    background: url(../images/G-1.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 58px 0px 0px 0px;

}


.aboutmain .about-col {
    width: 50%;
    background-color: #fff;
    padding-left: 70px;
    padding-top: 65px;
    padding-bottom: 34px;

}

.aboutmain .about-col .about-col-inner {
    margin-bottom: 30px;
}

.about-right-col {
    padding: 16px 10px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 88%;
    margin-bottom: 30px;
}

.about-right-col .position {
    margin-bottom: 0px;
    font-size: 15px;
    color: #757575;
    letter-spacing: 1.5px;
}

.about-right-col .about-name {
    font-size: 24px;
    line-height: 24px;
    padding: 4px 0px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 0px;
}

.about-right-col i {
    font-size: 34px;
    font-weight: 300;
    color: #a9a7a7;
}

@media(max-width:992px) {
    .about-right-col i {
        font-size: 30px;
    }

    .about-right-col .about-name {
        font-size: 21px;
    }

    .about-right-col .position {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .about-right-col {
        padding: 6px 10px 2px;
        height: 82%;
    }

    /* }

@media(max-width:992px) { */
    .aboutmain .about-col .about-col-inner {
        margin-bottom: 10px;
    }

    .about-right-col {
        margin-bottom: 40px;
        height: 73%;
    }

}

@media(max-width:576px) {
    .aboutmain .about-col {
        width: 100%;
        padding-left: 0px;
    }


}

/* ---------contact---------- */
.contact-main {
    width: 100%;
}

.mail-info {
    display: flex;
    padding: 6px 20px 0px 0px;
}

.mail-info a {
    padding-right: 21px;
    position: relative;
    font-size: 14px;
    color: #757575;
}
.form-control{
    color: #757575;
}
.form-control::placeholder{
    color: #757575;
}
.form-control:focus{
        border-color: #e6e6e6;
    box-shadow: none;
}
input[type=file]::file-selector-button {
  color: #757575;
}
.mail-info .mail{position: relative;}
.mail-info a i{padding-right: 6px;}
.mail-info .mail::after{
    content: '';
    width: 0.5px;
    height: 19px;
    background-color: #757575;
    position: absolute;
    top: 0;
    right: 11px;
}

.mail-info span {
    padding-left: 30px;
    font-size: 14px;
    color: #757575;
}

.contact-form {
    padding: 0px 20%;
}

.contact-form .form-control {
    border-bottom: 1px solid #6d6a6a;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0px 10px 0px 10px;
    display: block;
}

.contact-form .form-control:hover {
    border-bottom: 1 solid #000;
    display: block;
}

.contact-form form .btn-form {
    padding: 5px 38px !important;
    border: 2px solid #757575;
    background-color: #fff;
    transition: all 0.3s;
    color: #757575;
    margin-top: 15px;
}

.contact-form form .btn-form:hover {
    transition: all 0.3s;
    border-color: #fff;
}

.contact-form label {
    margin-bottom: 0px;
    font-size: 15px;
    color: #757575;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #f12626;
}

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

.contact-social i {
    font-size: 16px;
    color: #6d6a6a;

}

.contact-timing {
    display: flex;

}

.contact-timing span {
    font-size: 13px;
    color: #6d6a6a;
    font-weight: 300;
    padding-left: 40px;
}

.contact-map-col {
    width: 100%;
    display: flex;
}

:focus-visible {
    outline: none;
}

.contact-map-col iframe {
    width: 100%;
    height: 350px;
    border: 0 !important;
    padding: 0 !important;
}

@media(max-width:767px) {
    .contact-form {
        padding: 20px 40px 0px 0px;
    }
}

/* ----------project-detail------- */
.expertise-sec .col-md-3 {
    padding: 2px;
}

.project-detail {
    background: url(../images/bg-detail.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px;
    margin-top: 58px;
    position: relative;
}

.detail-heading {
    padding: 24px 20px 24px 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.detail-heading h2 {
    margin-bottom: 0px;
}
@media(max-width:576px) {
    .detail-heading{
       display:flex;
justify-content:center;
align-items:center;
margin:0px 16px;
    }
}

.mobileselect{
    display: none;
}
.owl-detail-banner .item .detail-banner-text {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.owl-detail-banner .item .detail-banner-text h5 {
    color: #fff;
    text-align: center;
}

.owl-detail-banner .item .detail-banner-text p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

/* --------- */
.owl-detail-banner .owl-nav {
    display: block !important;
}

.owl-detail-banner .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 45%;
    transform: translateY(-50%);
    color: #fff;
}

.owl-detail-banner .owl-nav .owl-prev span,
.owl-detail-banner .owl-nav .owl-next span {
    color: #fff;
    font-size: 150px;
}

.owl-detail-banner .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.owl-detail-banner .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 47%;
    transform: translateY(-50%);

}

.owl-detail-banner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);

}

.navbar.hide {
   top: -50px
}

#navbar-top{
padding-right:0px !important;}



.projectlist{padding-top: 40px;}
.projectlist nav .nav-pills{border-bottom: 0;}
.projectlist nav .nav-pills .nav-link{color: #757575 !important;letter-spacing: 1px;
    border-radius: 0;
    padding: 0 38px 0 0px;
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
}
.projectlist nav .nav-pills .nav-link:hover{font-weight: 609;}
.projectlist nav .nav-pills .nav-link.active{font-weight: 609;color: #757575 !important;}
/*.projectlist nav .nav-pills .nav-link:nth-child(1){border-right: 1px solid #757575;}*/
.projectlistcontent .tab-content{padding: 30px 20px;}
.expertrise-type .expertise-gallery{margin: 4px;}
.projectlist nav .nav-pills .nav-link.active{
    background-color: transparent;
}

.owl-detail-banner .owl-nav img{max-width: 28px;object-fit: contain;}
.top-banner .detail-banner-text{
    position: absolute;
    bottom: 12%;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.top-banner .detail-banner-text p{
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;

}
.top-banner .detail-banner-text button{
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 18px;
}
.infomodal.modal{
        --bs-modal-bg: #ffffff61 !important;
}
.infomodal .modal-fullscreen .modal-footer{justify-content: center;}
.infomodal .modal-fullscreen .modal-footer button{
    color: #fff;
    background: none;
    border: 0;
    font-size: 21px;
    letter-spacing: 1px;
}
.infomodal .modal-fullscreen .modal-body .btn-close{
    color: #fff;
    --bs-btn-close-bg: none !important;
    position: absolute;
    right: 8%;
    top: 4%;
    opacity: 0.8 !important;
}
.infomodal .modal-fullscreen .modal-body .btn-close:focus{
   box-shadow: none !important;
}
.infomodal .modal-fullscreen .modal-body{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
.infomodal .modal-fullscreen .modal-body .infotext h2{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.infomodal .modal-fullscreen .modal-body .infotext p{color: #fff;font-size: 16px;}
.careerform{padding: 20px;}
.careerform button{
    background: white;
    box-shadow: none;
    padding: 5.5px 30.5px 5.5px 30.5px;
    border: 2px solid #a4a3a3;
    color: #a4a3a3;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.careerform button:hover{
    transition: all 0.3s;
    border-color: #fff;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    letter-spacing: 1px;
    color: #757575;
}
.contact-info{margin-bottom: 20px;}
.contact-info p{
    font-size: 16px;
}
.contact-info a{
    font-size: 16px;
    color: #757575;
}

.owl-team-banner .item{padding: 10px 15px;text-align: center;}
.owl-team-banner .item .teaminfo{
    padding-top: 11px;
}
.owl-team-banner .item .teaminfo h2{
  font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.owl-team-banner .item .teamimg{position: relative;transition-duration: 2s;}
.owl-team-banner .item:hover .teamimg:after{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background-color: #6462626b;}

.tag-heading{
    font-size: 15px;
    letter-spacing: 1px;
    color: #757575;
    margin-bottom: 13px;
}
.follow p i{
   font-size: 20px;
    border: 1px solid #757575;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    padding: 0px 0px 0px 3px;
    margin-left: 11px;
}
#Projects ul li a{
    color: #5c5757;
}
.contactsec{margin-top: 63px;}
.headtop{
    padding-top: 120px;
}
.d-desktop{
    display: block;
}
.d-mobile{
    display: none;
}
.pdbtn{
    border: 0;
    background: none;
    font-size: 17px;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.offcanvas{
    --bs-offcanvas-padding-x: 12px;
    --bs-offcanvas-padding-y: 12px;
}
.testimg{
    display: none;
}
.testimg img{
    padding: 0 8px 0 0px;
}
.offcanvas-header .logo{
    margin-bottom: 10px;
}
.offcanvas-header .btn-close-1{
    position: absolute;
    right: 29px;
    top: 11px;
}
