@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');


h1.hd-2 {
    font-family: 'Oswald';
}

.ribbon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #1F243D;
    font-family: "Barlow", sans-serif;
    color: #CBD0E3;
    align-items: center;
    height: 41px;
    padding: 10px 0;
}

.slick-dots{
display:none !important;
}


.header .phone a{
    color: #265999 !important;
    
}

.consultation .desc,
.sub-txt,
.normal-design p,
.formation p,
.dubai-services .desc 
{
    color: #000000 !important;
}

.whatsapp {
    position: fixed;
    right: 15px;
    width: 60px;
    bottom: 7%;
    z-index: 4;
}

.phoneapp {
    position: fixed;
    right: 20px;
    width: 50px;
    bottom: 16%;
    z-index: 4;
}

.ribbon a {
  color: #cbd0e3;
}

.header {
    background: #1F243D;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}



ul.dropdown-menu.show {
    box-shadow: 0 4px 16px #22222226;
    border: none;
}

.dropdown-item.active , .dropdown-item:active{
    color: #fff !important;
    text-decoration: none !important;
    background-color: #265999 !important;
}

.dropdown-item {
        text-transform: capitalize !important;
        font-weight: 500;
font-size:16px;
padding: .4rem 1rem;
}


ul.dropdown-menu.show {
    padding: 10px 0;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover{
color: #255999; 
background-color: #e9ecef;
}

.cutting-content-wrap {
    display: none;
}

.header .addr img{

    object-fit: none;
    width: 16px;
    height: 16px;

}


.cj-desk{
    display: block;
}

.cj-mob{
    display: none ;
}


.header .addr p{

    font-size: 14px;
    margin-bottom: 0;
    padding-left: 12px;

}

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

.addr .gap{
    margin-left: 15px;
    padding-left: 20px;
    border-left: 1px solid #FFFFFF40;
}

.header .scl-md-icn{

    width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    

}

.navbar-brand .logo{
    width: 150px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background-color: white;
    border-bottom: 1px solid #0000001a;
    padding: 15px 0;
    /* padding-bottom: 0; */
}

ul.navbar-nav {
    margin-left: 0px !important;
}

.header .top-contact {
    display: flex;
    align-items: center;
}

.header .questions {
    display: flex;
    align-items: center;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #E5E5E5;
    height: fit-content;
}

.hv-q{
    margin-bottom: 0;
    font-size: 12px;
    color: #677289;
}

.header .phone{
    color: #EE6196;
    font-size: 16px;
    margin-bottom: 0;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    color: #212529 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.header .questions img{
    margin-right: 10px;
    width:35px;
}

button.contact-us {
    border: none;
    display: flex;
    align-items: center;
    background: #265999;
    border-radius: 10px;
    padding: 20px;
    transition: all ease 1s;
}

button.contact-us:hover {
    cursor: pointer;
    border-radius: 0;
}


button.contact-us:hover img{
    transform: rotate(-45deg);
    transition: all ease 1s;
}

.contact-us p{
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    /* letter-spacing: 1px; */
    margin-right: 15px;
    font-family: "Barlow", sans-serif;
}

.nav-link.active {
    color: #265999 !important;
    margin-bottom: -4px;
}
 
.nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    background: #265999;
    height: 4px;
    position: relative;
    transform: translate(0px, 43px);
}

.nav-phone-no{
    height: 25px;
    margin-top: 4px;
    display: none;
}
 
.nav-item .dropdown button{
    color: inherit;
    background: none;
    border: none;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-phone-no{
    height: 25px;
    margin-top: 4px;
    display: none;
}

.header li.nav-item {
    display: flex;
    align-items: center;
}

.mnu-addr{
    display: none;
}

.header .scl-md-icn-mnu {
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 25px;
    display: none;
}

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


/* banner  */

.banner {
    margin-top: 134px;
}


.banner h1 {
    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
    max-width: 500px;

}

.banner .mob-cntnt {
    display: none;
}

.banner .mob-cntnt h1{
    text-align: center;
    color: white;
}



.ban-img-container  img{
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 134px);
    float: right;
    transition: all ease 1s;
    animation: enlargeWidth 3s infinite;
}

.ban-img-container {
    width: 35vw;
    float: left;
    overflow: hidden;
    height: calc(100vh - 134px);
}

@keyframes enlargeWidth {
    from {
        scale: 1;
    }
    to {
        scale: 1.2;
    }
}

.banner .sub-txt{
    max-width: 471px;
}


.banner .mob-cntnt .sub-txt{
    color: white;
    text-align: center;
}

.sub-txt {
    font-size: 18px;
    font-family: 'Barlow';
    color: #677289;
    margin-bottom: 20px;
}

.pr-btn{
    border: none;
    display: flex;
    align-items: center;
    background: #265999;
    border-radius: 10px;
    padding: 20px;
    transition: all ease 1s;
}

.pr-btn:hover{
    cursor: pointer;
    border-radius: 0;
}

.pr-btn:hover img {
    transform: rotate(-45deg);
    transition: all ease 1s;
}

.pr-btn p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    /* letter-spacing: 1px; */
    margin-right: 15px;
    font-family: "Barlow", sans-serif;
}

.banner .ahvmnts{
    padding: 20px 0;
}

.banner .ahvmnts img{
    width: 120px;
    margin-right: 18px;
    object-fit: contain;
}

.banner .ahvmnts img:first-child{
    width: 75px;
}

.banner span{
    display: flex;
    align-items: center;
}

.banner span h2{
    font-family: 'Oswald';
    color: #265999;
    margin-right: 5px;
    font-size: 45px;
}

.banner span p{
    margin-bottom: 0;
    font-size: 24px;
    font-family: 'Oswald';
    color: #265999;
    margin-top: -7px;
}

.cutting {
    position: absolute;
    height: calc(100vh - 133px);
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.ban-img-container{

}



/* about us  */

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

.abt-us-banner{
    width: 100%;
    padding-right: 5vw;
}

.about-us .content {
    display: flex;
    height: 100%;
    align-items: center;
}

.sub-hd {
    color: #265999;
    font-size: 14px;
    margin-bottom: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.about-us h1{

    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
    max-width: 500px;
}

.about-us hr{
    color: #DCDFE0;
    margin: 25px 0;
}

.abt-icn-wrap {
    display: flex;
}

.abt-icn-wrap P{
    font-family: "Oswald", ui-sans-serif;
    font-size: 21px;
    margin-left: 20px;
    max-width: 300px;
    margin-bottom: 0;
}

.abt-icn-wrap img{
    display: flex;
    object-fit: contain;
    align-self: flex-start;
}

/* about-vdo  */

.about-video {
    height: 100vh;
    /* margin: 130px 0; */
}

.about-video  .container{
    height: 100vh;
}

.abt-vdo-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#abt-vdo-img{ 
    width: 100%;
    scale: .8;
    transition: ease all 1s;
    z-index: -1;
}

#abt-vdo-img button{ 
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
}



#abt-vdo-img video {
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    /* pointer-events: none; */
}

.scaler{
    scale: 1 !important;
    transition: ease all 1s;
}

/* best options  */

.best-options h1{

    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
}


.best-options{
    background: hsla(213, 60%, 37%, 0.2);
    height: 900px;
    margin-bottom: calc(100% - 90vw);

}

.bst-opt-cntnt .sub-hd {
    padding-top:  60px;
    text-align: center;
}

.center-hd {
    text-align: center;
    max-width: 770px;
    display: flex;
    justify-content: center;
}

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

.bst-card-1{
    background-image: url(img/bst-card-img\ \(2\).webp);
    background-size: cover;

}

.bst-card-2{
    background-image: url(img/bst-card-img\ \(1\).webp);
    background-size: cover;

}

.bst-card-3{
    background-image: url(img/bst-card-img\ \(3\).webp);
    background-size: cover;

}

.bst-card {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    min-height: 450px;
    transition: all ease;
    margin-bottom: 30px;
}

.hover-arrow{
    justify-content: end;
    display: none;
}

.hover-arrow img {
    width: 44px;
}

.bst-card h2{
    font-family: 'Oswald';
    font-size: 34px;
    color: white;
    margin-bottom: 0;
}

.bst-card .content{
    padding: 30px;
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.bst-card p{
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    color: white;
    margin-bottom: 0;
}

p.bst-more{
    font-size: 18px;
    margin-top: 15px;
    color: #265999;
    font-weight: 600;
}

.bst-crd-p{
    display: none;
}
.bst-crd-p ul {
    list-style: none;
    padding-left: 0;
}

.bst-crd-p ul li{
    font-family: 'Barlow';
    font-size: 16px;
    margin-bottom: 5px;
    color: white;
    display: flex;
    align-items: center;
}

.bst-crd-p ul li h5{
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 16px;
}

.bst-overlay {
    background: linear-gradient(0deg, #131313 0%, rgba(21, 21, 21, 0) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all ease 1s;
}

.bst-card:hover  .bst-overlay {
    background: linear-gradient(0deg, #131313 20%, rgba(20, 20, 20, 0.56875) 61.5%, rgba(21, 21, 21, 0) 100%);
    transition: all ease 1s;
}


.bst-card:hover  .bst-crd-p{

    margin-top: 23px;
    display: block;
}


.bst-card:hover .hover-arrow{
    display: flex;
}

.bst-card:hover .content{
    justify-content:space-between;
}

.bst-card:hover{
    background-size: 115% 115% ;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* tstmonial  */

.testimonial{
    background-color: white;
    background-image: url(img/test-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-top: 60px;
    padding: 30px 40px;
}

.name-chip {
    display: flex;
}

.test-quotes {
    position: relative;
}

.test-img {
    margin-left: -25px;
    display: inline !important;
}

.test-content{
    color: #677289;
    font-family: Barlow;
    font-size: 16px;
}

.name-chip .name{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Barlow';
    margin-bottom: 7px;
}

.testimonial .slick-slide img {
    display: inline !important;
    max-height: unset !important;
    filter: unset;
}

.section-slider .slick-slide {
  height: unset !important;
}
/* owner-service  */

.owner-services .sub-hd{
    margin-top: 90px;
   }

   .owner-services h1{

    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
    text-align: center;
}   

.owner-services .sub-hd{
 text-align: center;
}

.sub-hd-2 {
    text-align: center;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
}

.owner-cards{
    margin-top: 45px;
}

.owner-card {
    padding: 20px;
    box-shadow: #0000000D 0px 6px 24px;
    margin-bottom: 45px;
    border-radius: 20px;
    min-height: 390px;
}

.owner-card .desc {
    font-family: 'Barlow';
    font-size: 16px;
    color: #677289;
}

/*.owner-card .sub-hd-2 {
    text-align: left;
    text-transform: capitalize;
}*/

.owner-card .sub-hd-2 {
  text-align: left;
  text-transform: capitalize;
  margin-top: 15px;
color: #265999;
}

/* dubai-services  */

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

.dubai-services h1 {
    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;

}

.dubai-services .desc {
    font-family: 'Barlow';
    font-size: 16px;
    color: #677289;
}

.dubai-cards{
    margin-top: 45px;
}

.dubai-card-1 {
    background-image: url(img/dub-crd-img.png);
    background-size: cover;
}

.dubai-card {
    min-height: 450px;
    display: flex;
    align-items: end;
    padding: 30px;
    border-radius: 10px;
    margin-left: 20px;
    background-repeat: no-repeat;
    margin: 0 10px;
}

.dubai-card h5{
    font-size: 28px;
    margin-bottom: 0;
    color: white;
    font-family: 'Oswald';
    font-weight: 400;
}

.dubai-card img{
   width: 48px;
   margin-bottom: 25px;
}

/* customer-journey  */

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

.customer-journey-box {
    box-shadow: #0000000D 0px 6px 24px;
    padding: 60px 25px;
    border-radius: 15px;
}


.customer-journey h1 {
    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.customer-journey .sub-hd {
    text-align: center;
}

.customer-journey img {
    width: 100%;
    margin-top: 45px;
    padding-right: 25px;
}


/* clients  */

.clients {
    margin-top: 90px;
    background: #265999;
    padding: 80px 0;
}


.clients .slick-slider{
    margin-bottom: 0;
}

.clients .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients .slick-slide img{
    max-height:40px !important; 
    filter: brightness(0) invert(1) !important; 
}
/* consultation  */

.consultation {
    margin-top: 90px;
}

.consultation .sub-hd{
    text-align: center;
}

.consultation h1 {
    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.consultation .desc {
    font-size: 18px;
    text-align: center;
    color: #677289;
    font-family: 'Barlow';
    line-height: normal;
}

/* field-box  */


.field-box {
    margin-top: 45px;
    margin-top: 45px;
    box-shadow: #0000000D 0px 6px 24px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    background: white;
}

.field-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
   
}

.field-box .col-md-5 img{
    width: 100%;
}

.field-box input[type="text"]{
    font-size: 14px;
    padding: 16px;
    border-radius: 10px !important;
    min-height: 53px !important;
    border: 1px solid #E8ECEF;
    width: 86%;
    margin-bottom: 30px;
}

.field-box textarea {
    width: 93%;
    font-size: 14px;
    padding: 16px;
    border-radius: 10px 1important;
    border: 1px solid #E8ECEF;
    margin-bottom: 30px;
}

/* footer  */

footer ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #CBD0E3;
    text-decoration: none;
    font-family: 'Barlow';
}


footer ul li a:hover {
   color: white;
   cursor: pointer;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer {
    font-size: 16px;
    font-weight: 400;
    color: #CBD0E3;
    text-decoration: none;
    margin-top: -40vh;
    font-family: 'Barlow';
    
}

footer hr{
    margin-top: 80px;
}

.hd {
    font-family: 'Oswald';
    font-size: 18px;
    color: #FFFFFF;
}

.tag-line{
    max-width: 270px;
    margin-top: 15px;
    font-family: 'Barlow';
}


footer .logo {
  max-width: 160px;
}

.footer-box {
    overflow: hidden;
    height: 96vh;
    position: relative;
    background: linear-gradient(#0C1019 40%, #0C1019 50%);
}

.hand {
    position: absolute;
    mix-blend-mode: lighten;
    z-index: 1;
    width: 100%;
    opacity: .5;
    height: 100%;
    object-fit: cover;
}

.building {
    position: absolute;
    width: 100%;
    opacity: .5;
    transition: ease 1s;
    object-fit: cover;
    object-position: center;
    height: 100%;
    z-index: 2;
}

.building::after{
    content: "";
    height: 100%;
    width: 100vw;
    background: linear-gradient(180deg, rgba(12, 16, 25, 0.64) 0%, rgba(12, 16, 25, 0.80) 68.5%); 
    mix-blend-mode: darken;
    position: absolute;
    z-index: 3;
}

.footer-box:hover .building {
    scale: 1.3;
    transition: ease 1s;
}

.footer-content {
    position: relative;
    margin-top: 50vh;
    z-index: 4;
}

.top-button {
    background: url(img/Polygon.svg);
    width: 60px;
    background-position: center;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 100px;
    right: 0;
}

.top-button a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.top-button p{
    margin-bottom: 0;
    text-decoration: none;
    color: white;
}

.top-button img{
    transform: rotate(272deg);
}

.field-content .row{
    padding-left: 15px;
}

/* Services  */

/* top banner  */

.top-banner {
    margin-top: 134px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
}


.top-banner h1 {
    font-family: "Oswald", ui-sans-serif;
    margin-bottom: 20px;
    color: white;
    text-align: center;

}

.top-banner h1::before{
    content: "";
}

.top-banner h4{color: white;
    font-size: 18px;
    font-family: "Barlow";
    margin-bottom: 20px;
}

.portfolio.container {
    margin-bottom: 45px;
}


.portfolio #nav-tab {
    display: flex;
    justify-content: center;
}

.portfolio .nav-tabs {
    border-bottom: none;
}

.portfolio #nav-tab {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


.portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 700;
}

.portfolio .nav-link {
    font-family: 'Oswald';
    color: #212529;
}

.portfolio .dubai-cards {
    margin-top:0;
}

.portfolio .dubai-cards .row{
    display: flex;
    justify-content: center;
}

.portfolio .dubai-card {
    margin-bottom:40px;
}

.best-options.service {
    padding-bottom: 60px;
    height: 100%;
    margin-bottom: 0;
}

footer.service {
    margin-top: 0;
}

.service .footer-box{
    height: 58vh;
}

.service .footer-content {
    margin-top: 85px;
}

/* border-right: 1px solid #ffffff36; */

/* main-land  */

.center-index-boxe {
    box-shadow: #0000000D 0px 6px 24px;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.center-index-boxe .bx{
    background-image: url(img/about-us-img.webp);
    height: 150px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-index-boxe h5{
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 30px;
    color: #010205;
}

.center-index-boxe h3{
    font-size: 48px;
    font-family: 'Barlow';
    font-weight: 700;
    color: white;
}

.center-index-boxe p{
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 400;
    color: #677289;
}

.center-index-boxes {
    margin-top: 30px;
}

/* formation  */

.formation {
    margin-top: 90px;
}

.formation  h1 {
    font-size: 32px;
    font-family: 'Oswald';
    color: #212529;
    font-weight: 400;
}

.formation p{
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 400;
    color: #677289;
    margin-top: 20px;
}

.formation ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.formation ul li{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.formation ul li h5 {
    font-family: 'Barlow';
    font-size: 16px;
    margin-bottom: 0;
    color: #222222;
    margin-left: 10px;
}

.second-page {
    margin-top: 45px;
    margin-bottom: 60px;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: white;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(img/minus.png);
    /* #open */
    transform:rotate(0deg);
    width: 24px;
    scale: .6;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: white;
    box-shadow: #0000001f 0px 6px 24px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    scale: .6;
    margin-left: auto;
    content: "";
    background-image: url(img/plus.png);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: inherit;
    color: #212529;
    background-color: white;
    box-shadow: #0000001f 0px 6px 24px;
    margin-bottom: 15px;
    border: none;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 700;
    padding: 20px;
}

.accordion-item {
    border-radius: 4px;
    border: none;
}

.formation .row{
    margin-top: 45px;
}

.formation .bann{
    width: 100%;
}

/* .about-us.clients {
margin-top: 0;
} */

.normal-design img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.why h1{
    font-family: 'Oswald';
    margin-bottom: 30px;
}

.why {
    margin: 90px 0;
}

.normal-design p{
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 400;
    color: #677289;
    margin-top: 20px;
}

.normal-design ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.normal-design ul li{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.normal-design ul li img{
  width: 22px;
}

.normal-design ul li h5 {
    font-family: 'Barlow';
    font-size: 16px;
    margin-bottom: 0;
    color: #222222;
    margin-left: 10px;
}


.normal-design p {
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 400;
    color: #677289;
    margin-top: 20px;
}

.normal-design-2  img{
    margin-top: 0;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
    padding-right: 0;
  }
  
  .normal-design-2  h5 {
    font-family: 'Barlow';
    font-size: 21px;
    margin-bottom: 0;
    color: #010205;
  }
  
  .normal-design-2 {
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 45px;
  }
  
  .normal-design-2 p {
      font-size: 16px;
      font-family: 'Barlow';
      font-weight: 400;
      color: #677289;
      margin-top: 10px;
      line-height: normal;
  }

  .normal-design-2  .contnt-box {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  .privillage-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
    border-radius: 20px;
    padding: 20px 0;
    max-width: 200px;
    min-height: 200px;
}

.privillage-card  h5{
    font-family: 'Oswald';
    line-height: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.privillage-card  img{
    width: 75px;
}

.privillage-card-wrap{
    padding: 0 15px;
}

.center-hd.books{
    max-width: unset;
}

.badgeapp{
    position: fixed;
    right: 0;
    width: 136px;
    top: 20%;
    z-index: 4;
}

.whatsapp {
    position: fixed;
    right: 15px;
    width: 60px;
    bottom: 7%;
    z-index: 4;
}

.phoneapp{
    position: fixed;
    right: 20px;
    width: 50px;
    bottom: 16%;
    z-index: 4;
}

p.sub-hd {
    color: #265999;
    font-size: 14px;
    margin-bottom: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.best-options.service.privilages{
    margin-top: 90px;
}

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

.privilages .slick-slide {
  height: unset !important;
}

.consultation.contact .field-box{
    margin-bottom: 45px;
}

.header .container-fluid{
    padding: 0;
}

.navbar-light.active{
    background-color: white !important;
    transition: all ease-in 1s;
}

.navbar-light.activei{
    background-color: white !important;
    transition: all ease-in 1s;
    height: 100vh;
    display: flex;
    align-items: baseline;
}

.navbar-nav .nav-link:hover{
    color: #265999 !important;
}

a {
    text-decoration: none;
}

.preloder{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    z-index: 11;
  }
  
  
  .loder{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #3775FF;
    border-top: 8px solid #EAB120;
    animation: spinner 1s linear infinite;
  }

  body {margin: 0; height: 100%; overflow: hidden}

  .dubai-card-2{
    background-image: url(img/services/Rectangle\ 46.png);
    background-size: cover;
  }

  .dubai-card-3{
    background-image: url(img/services/image\ 9\ \(3\).png);
    background-size: cover;
  }

  .dubai-card-4{
    background-image: url(img/services/Rectangle\ 46\ \(1\).png);
    background-size: cover;
  }

  .dubai-card-5{
    background-image: url(img/services/banking-bg.png);
    background-size: cover;
  }

  .dubai-card-6{
    background-image: url(img/services/tax-bg.png);
    background-size: cover;
  }

  .dubai-card-7{
    background-image: url(img/services/complaince-bg.png);
    background-size: cover;
  }
  .dubai-card-8{
    background-image: url(img/services/pro-bg.png);
    background-size: cover;
  }
  .dubai-card-9{
    background-image: url(img/services/legal-bg.png);
    background-size: cover;
  }
  
  @keyframes spinner{
    0%{
      transform: rotate(0deg);
  
    }
    50%{
      border-top-width: 5px;
    }
    100%{
      transform: rotate(360deg);
    }
  }


  
  

  
  @media screen and (max-width: 668px){
    .loder{
      height: 60px;
      width: 60px;
      border-top: 6px solid #EAB120;
    }
  }


@media (min-width:992px) and (max-width:1200px) {
    .header .questions img {
        display: none;
    }

    button.contact-us img {
        display: none;
    }

    
    button.contact-us n {
        display: none;
    }

    .contact-us p{
        margin-right: 0px;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
    }


}

@media (max-width:991px) {
    

.top-button {
        bottom: 290px;
        right: 3px;
    }    
    

.portfolio .dubai-cards {
    margin-top: 45px;
}



.field-box input[type="text"] {
    font-size: 14px;
    padding: 16px;
    overflow: hidden !important;
    border-radius: 10px !important;
    min-height: 53px !important;
    border: 1px solid #d7d7d7;
    width: 93%;
    
}


.nav-phone-no.activei {
    display: none !important;
}

.nav-phone-no{
           height: 6vw;
        max-height: 25px;
    display: block;
}

    .badgeapp{
        display: none;
    }

    .service .footer-box{
        height: 100%;
    }

    .top-banner {

        margin-top: 96px;

    }

    .cutting{
        display: none;
    }

    .normal-design-2 .contnt-box {
        height: 100%;
    }

    .normal-design-2  img.img-2{
        margin-bottom: 20px;
    }

    .ban-img-container img{
        width: 100%;
        object-fit: cover;
        height: calc(50vh - 134px);
        transition: all ease 1s;
        animation: none;
        border-radius: 10px;
        object-position: 0% 44%;
        margin-top: 15px;
        
    }

    .banner .row{
        flex-flow: column-reverse;
        height: 100%;
    }

    .ban-img-container > :nth-child(2),
    .ban-img-container > :nth-child(3) {
        display: none;
    }

    .best-options {
        background: hsla(213, 60%, 37%, 0.2);
        height: 100%;
        margin-bottom: 0;
        padding-bottom: 60px;
    }

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

    .header .addr {
        display: none;
    }

    .ribbon {
        justify-content: center;
        display: none;
    }

    .navbar-brand .logo {
        width: 125px;
    }
     
    .header {
        background: transparent;
    }

    .navbar-light .navbar-toggler-icon{
        width: 20px;
        /* filter: invert(1); */
    }

    a.nav-link.active {
        margin-bottom: 0px;
    }

    a.nav-link.active::after {
        transform: translate(0px, 0px);
    }

    #navbarNavDropdown .d-flex.justify-content-between.w-100 {
        flex-direction: column;
    }

    .header .top-contact {
        flex-direction: column;
    }

    button.contact-us {
        margin-top: 15px;
    }

    .header .questions {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-top: 15px;
    }

    ul.navbar-nav {
        margin-left: 0px;
        margin-top: 30px;
    }

    .header li.nav-item {
        justify-content: center;
                text-align: center;
    }
    
    ul.dropdown-menu.show{
        margin-top: 15px;
    }
    
    .dropdown-item{
        text-align: center;
    }
    
    .mnu-addr{
        display: block;
        padding-top: 60px;
    }

    .header .scl-md-icn-mnu {
        display: flex;
    }

    .header .mnu-addr p {
        font-size: 14px;
        margin-bottom: 0;
        padding-left: 12px;
    }

    .header .mnu-addr img {
        object-fit: none;
        width: 16px;
        height: 16px;
    }

    .banner .content {
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ban-img {
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-us {
        margin-top: 0px;
    }

    .footer-box {
        height: 100%;
    }

    .field-box .col-md-5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .field-content {
        padding: 40px 0;
    }

    footer{
        margin-top: 0;
    }

    .footer-content {
        margin-top: 8vh;
    }

    .field-box {
     margin-bottom: 45px;
    }

    footer .d-flex.justify-content-between {
        flex-direction: column;
    }

    .banner {
        margin-top: 0;
        background-image: url(img/image1a.webp);
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    nav.navbar.navbar-expand-lg.navbar-light {
        background-color: transparent;
        border-bottom: 1px solid rgb(0 0 0 / 8%);
        backdrop-filter: blur(10px);
    }

    .banner .ahvmnts img:first-child {
        /* display: none; */
    }

    .banner span h2 {
        font-family: 'Oswald';
        color: #ffffff;
        margin-bottom: 0;
    }

    .banner span p {
        color: #ffffff;
        margin-top: 0px;
    }

    .banner .container{
        height: 100%;
    }

    .banner .col-md-12.col-lg-7.d-flex.align-items-center{
        height: 100%;
    } 

    .banner .mob-cntnt {
        display: block;
    }

    .banner .desk-cntnt {
        display: none;
    }

}


@media (max-width:576px) {
    

    .cj-desk{
        display: none;
    }
    
    .cj-mob{
        display: block;
    }

    .banner .ahvmnts img:first-child {
        width: 45px;
    }

    .banner .ahvmnts img {
        width: 50px;
        margin-right: 15px;
    }

    .about-video .container {
        height: 50vh;
    }

    .about-video {
        height: 50vh;
    }

    .name-chip {
        display: block;
    }

    .name-chip .ms-3{
        display: none;
    }

    .portfolio #nav-tab {
        display: flex;
        justify-content: flex-start;
        margin-top: 60px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .privillage-card-wrap {
        display: flex !important;
        justify-content: center !important;
    }

    .whatsapp {
        display: block;
    }
   
}


/* floating */

.sticky-form {
    position: fixed;
    width: 45px;
    top: 40%;
    transition: all 0.3s linear;
    z-index: 999;
}

.toggle-btn {
    position: absolute;
    top: -45px; /* Adjust this value if needed */
    left: 0;
    background-color: #232322;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0 10px 0 0;
    z-index: 1000;
}

.toggle-btn i {
    color: white;
}

.sticky-form ul {
    padding-left: 0;
}

.sticky-form li {
    height: 45px;
    position: relative;
}

.sticky-form li a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    transition: all 0.3s linear;
}

.sticky-form li:nth-child(1) a {
    background: #cd2034;
    border-radius: 0 0 0 0;
}

.sticky-form li:nth-child(2) a {
    background: #01cc69;
}

.sticky-form li:nth-child(3) a {
    background: #2867B2;
    border-radius: 0 0 10px 0;
}

.sticky-form li a i {
    position: absolute;
    top: 13px;
    left: 12px;
    font-size: 17px;
}

.sticky-form ul li a span {
    display: none;
    font-weight: normal;
    letter-spacing: 1px;
}

.sticky-form li:nth-child(1):hover a {
    width: 100%; /* Prevents width from increasing */
    border-radius: 0 0 0 0 !important;
}


.sticky-form a:hover {
    z-index: 1;
    width: 200px;
    border-radius: 0 10px 10px 0 !important;
}

.sticky-form ul li:hover a span {
    padding-left: 30%;
    display: block;
}

.contact-form {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    top: 0%;
    left: 45px;
    width: 370px;
    background: white;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0 13px 13px 13px;
    z-index: 1000;
}

.contact-form-trigger:hover .contact-form {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .contact-form {
        max-width: 320px;
        z-index: 1000;
    }
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background-color: #cd2034;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.contact-form-trigger:hover .contact-form {
    display: block;
}

.cls-icn {
    display: flex !important;
    align-items: center;
}
