

* {
  outline: none !important;
}



ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

html {
  font-size: 16px;
  direction: ltr;
}
body {
  position: relative;
  
  font-size: 16px;
  overflow-x: hidden;
   font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 140%;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
}


button:active,
button:focus,
select:active,
select:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 !important;
  box-shadow: 0 0 !important;
}
p{
   color: #626260;
}

/* LINKS */
a {
  text-decoration: none;
  color: #080808;
}

a:hover {
  text-decoration: none;
  color: #080808;
}

.border-top {
   
    border-top: 1px solid #97791f !important;
}
/*.border-bottom{
 color: #c0ab69b5;
}*/

ul{
    padding-left: 0px;
}
ul li{
    list-style: none;
}

.w-unset {
  width: unset;
}
.h-unset {
  height: unset;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: calc(16.2px + 0.15vw);
}
.fs-20 {
  font-size: calc(16.4px + 0.3vw);
}
.fs-22 {
  font-size: calc(16.6px + 0.45vw);
}
.fs-24 {
  font-size: calc(16.8px + 0.6vw);
}
.fw-400 {
  font-weight: 400!important;
}
.fw-500 {
  font-weight: 500!important;
}
.fw-600 {
  font-weight: 600!important;
}
.fw-700 {
  font-weight: 700!important;
}
label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
    margin-bottom: 7px;
}
.form-group {
    margin-bottom: 29px;

}
.form-control::placeholder {
    color: #c0a34c;
}
.form-control {
    
    color: #c0a34c;
    background-color: #fff;
    background-clip: padding-box;
    border: navajowhite;
    border-bottom: 1px solid #c0a34c;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        padding: .675rem .75rem;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 0px;
}
.form-control:focus {
    box-shadow: none;
    color: #97791f;
    background-color: #fff;
    border-color: #97791f;
    outline: 0;
   
}

.space-nowrap {
  white-space: nowrap;
}
.cursor-true {
  cursor: pointer;
}
.h-100vh {
  height: 100vh;
}

.bg-primary {
    background-color: #040f28 !important;
}
.bg-light-primary{
    background-color: #152039 !important;
}

.navbar-brand {
    width: 151px;
        z-index: 1;
}
.navbar-brand img {
    width: 100%;
     transition: .5s ease-in-out; 
}
.crossmenu-area svg {
    width: 63px;
    height: 63px;
    fill: #fff;
}
.crossmenu-area {
    position: absolute;
  
    right: 26px;
    z-index: 999;
    top: 11px;
}
.banner-area {
 position: relative; 
       width: 100%;
    height: 100vh;
    background-size: 100% 100%;
        margin-top: 0px;
  padding-top: 115px;
    background-size: cover;
}
.h-87{
        height: calc(100% - 87px);
}
.banner-height-news{
    display: flex;
}
/*.banner-area .banner-left-bx {
    border-bottom: 1px solid #8cadf0;
}*/
.banner-area .banner-left-bx h1 {
   font-size: 10rem;
    color: #fff;
      padding-top: 35px;
}
.banner-bottom-content {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.banner-area .bottom-btx {
    padding: 12px;
}
.banner-area .bottom-btx h3 {
    font-size: 29px;
}
.banner-area .innerbanner-bottom-text h3 {
    position: absolute;
    right: 21px;
    bottom: 13px;
    font-size: 41px;
        width: 679px;
}
.banner-area .bottom-btx p {
    color: #fff;
}
.home-ft-area {
    padding: 68px 0px;
  position: relative;
   
}
.home-tailor-area {
    padding: 0px 17px;
}
 h3.medium-blue-text {
    font-size: 4rem;
       color: #97791f;
    
}
.home-rt {
    padding: 0px 55px;
}
.btn {
    padding: .775rem 1.3rem;
    font-size: 1rem;
    border-radius: 2rem;
        border: 2px solid transparent;
        font-weight: 500;
}
.btn-outline-primary {
        color: #97791f;
    border-color: #97791f;
}
.btn-outline-primary:hover {
       color: #fff;
    background-color: #97791f;
    border-color: #97791f;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
       color: #fff;
    background-color: #7e6415;
    border-color: #7e6415;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgb(71 114 180 / 82%);
}
.btn span.dots{
    
    background: #97791f;
    padding: 5px 5px;
    border-radius: 100%;
    display: inline-flex;
    margin-right: 20px;
}

.overlapping-area {
       position: sticky;
    position: -webkit-sticky;
    top: 0;
  
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlapping-area img{
    width: 100%;
        height: 637px;
            object-fit: fill;
}
.overlaping-content h4 {
    font-size: 5rem;
}
.overlaping-content {
    position: absolute;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0px;
    height: 83%;
    top: 0px;
   
    text-align: center;
    padding: 0px 9rem;
}
h4.small-blue-text {
    font-size: 29px;
    padding-left: 10px;
    color: #97791f;
   padding-top: 9px;
}
.number-item {
    border-bottom: 1px solid #97791f;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.number-section {
    padding: 59px 0px;
}
.number-item span {
    font-size: 10rem;
    font-weight: 500;
        color: #97791f;
    line-height: 10rem;
}
.our-expertise {
    background-color: #f4f4ef;
    padding: 82px 0px;
}
.section-tittle h3 {
    font-size: 156px;
    color: #97791f;
        margin-bottom: 67px;
}
 .our-lt-expertise {
    width: 100%;
    height: 231px;
}
 .our-lt-expertise img {
   max-width: 100%;
    height: 100%;
    width: 100%;
}
 ul.list-expertise-area {
    padding-left: 23px;
    padding-right: 23px;
}
 ul.list-expertise-area li {
    list-style: none;
   
        border-top: 1px solid #97791f;
    padding-top: 23px;
    
    padding-bottom: 23px;
}


 .list-expertise-area .bottom-btx h3 {
    color: #97791f;
        font-size: 23px;
}
.our-expertise .list-expertise-area .bottom-btx p {
    color: #626260;
}
.our-projects {
    padding: 70px 0px;
}
.all-project-list {
    padding: 69px 17px;
}
.all-project-list .our-project-list {
    width: 100%;
   margin-bottom: 67px;
}
.all-project-list .our-project-list img {
    max-width: 100%;
    height: 100%;
}
.all-project-list .our-project-list h4.small-blue-text {
    font-size: 25px;
        padding-left: 0;
    color: #97791f;
    margin-bottom: 25px;
   
}
.project-content {
    padding-top: 25px;
}
.project-content h4.team-name {
    font-size: 32px;
    color: #97791f;
}
.project-content h5.team-des {
    font-size: 23px;
    color: #635322c9;
}
.project-content ul.list-project-content {
    padding-left: 0px;
}
 ul.list-project-content li {
        list-style: none;
    color: #97791f;
    padding: 11px 0px;
        border-top: 1px solid #97791f;
    
    font-weight: 400;
}
.project-content .pill-date {
    text-align: right;
    padding: 27px 0px;
}
 .pill-date span {
   background: #e7d29061;
    padding: 4px 14px;
    color: #97791f;
    border-radius: 21px;
    font-size: 15px;
}
.fill-pill span{
    background: #97791f;
    
    color: #ffffff;
}
.project-content ul.list-project-content {
    padding-left: 0px;
}
.bg-light-gray {
    background-color: #f4f4ef;
}
.trusted-area {
    padding: 55px 0px;
}
ul.logo-list {
    /* margin: 0 auto; */
    white-space: nowrap;
    overflow: hidden;
    padding-left: 19px;
    padding-right: 19px;
}
ul.logo-list li {
        list-style: none;
    overflow: hidden;
    display: inline-block;
    width: 293px;
    height: 203px;
    background: #fff;
    margin-right: 13px;
    text-align: center;
    line-height: 203px;
}
.logo-list1 li{
     animation: marquee 2s linear infinite;
}
.logo-list2 li{
    animation: marquee2 2s linear infinite;
} 
ul.logo-list li img {
    width: 109px;
        filter: sepia(1);
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
    /* changed from 100% */
  }
}
 
 @keyframes marquee2 {
  0% {
     transform: translate(-100%, 0);
    
  }
  100% {
    transform: translate(0, 0);
    /* changed from 100% */
  }
}

.pf-list-deatil {
    margin-bottom: 10px;
}
.client-says {
    padding: 97px 0px;
}
.client-says-list {
    padding-right: 10px;
}
.client-says-list ul.list-project-content h4 {
    font-size: 31px;
        margin-bottom: 27px;
            margin-top: 10px;
}
.client-says-list .pf-list-deatil img {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    margin-right: 18px;
}
.client-says-list .pf-detail h6 {
    margin-bottom: 1px;
    font-weight: 400;
    font-size: 17px;
}
.client-says-list .pf-detail p {
    margin-bottom: 0px;
    color: #626260;
}
.our-News {
    padding: 77px 0px;
}
.pt-70 {
    padding: 87px 0px;
}
.ft-area {
       background: #040f28;
      padding: 77px 17px 21px;
}
section.ft-area .rt-ourproject-area h3 {
    color: #fff;
    font-size: 43px;
}
.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-white:hover {
    color: #fff;
}
.btn-outline-white span {
    background: #ffffff;
    padding: 5px 5px;
    border-radius: 100%;
    display: inline-flex
;
    margin-right: 20px;
}
.ft-bootom-area {
    border-top: 1px solid #fff;
    margin-top: 32px;
    padding-top: 59px;
    padding-bottom: 59px;
    border-bottom: 1px solid #fff;
    margin-bottom: 39px;
}
.ft-logo {
    margin-bottom: 69px;
    text-align: center;
    color: #fff;
}
.ft-col h4 {
    color: #fff;
    margin-bottom: 16px;
}
.ft-col-detail p {
       color: #f6db85a6;
    margin-bottom: 3px;
}
.ft-col-detail p a:hover {
    color: #fff;
}
.ft-col-detail p a {
    color: #f6db85a6;
    transition: .2s ease-in-out;
}
.ft-col-detail {
    color: #fff;
}
.ft-bt-link {
    color: #fff;
}
.ft-link ul li {
    display: inline-block;
    margin-right: 12px;
}
.ft-link ul li a {
    color: #fff;
    text-decoration: none;
}
.our-mission {
    padding-bottom: 69px;
}
.our-strategies {
    padding: 40px 0px;
}
.our-team {
     padding: 87px 0px 0px;
}

.layer-1-section {
    padding: 87px 30px;
}
.rt-layer-area p {
    color: #f6db85a6;
}
.rt-layer-area h6 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
}
.rt-layer-area h3 {
    font-size: 65px;
    color: #fff;
       margin-bottom: 61px;
}
.blue-text-layer .rt-layer-area h6 {
    color: #97791f;
}
.blue-text-layer .rt-layer-area h3 {
    color: #97791f;
}

.blue-text-layer .rt-layer-area p {
    color: #626260;
}
/*.btn-primary-noborder {
    color: #00226c;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 0;
}*/
.click-btn {
  display: flex;
  width: 120px;
  height: 40px;
  
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  
  text-align: center;
  font-size: 16px;
 
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  
    background-color: transparent;
    border: none;
    padding: 0;
}
.btn-style900 {
  position: relative;
 color: #97791f;
  transition-delay: 0.3s;
  overflow: hidden;
}
.btn-style900:hover {
  /*transform: translateY(-0.3em);
  border-color: #dd2a73;*/
  color: rgba(221, 99, 149, 0);
  transition-delay: 0s;
}
.btn-style900:hover::before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.btn-style900::before {
        width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: -12px;
    opacity: 0;
    content: attr(data-hover);
    color: #97791f;
    text-align: center;
    transform: translateY(-60%);
    transition: all 0.4s;
    z-index: 1;
}
.contact-detail-list ul li {
    margin-bottom: 25px;
}
.contact-detail-list ul li p a {
    color: #c0a34c;
    font-size: 17px;
}
.contact-detail-list ul li h6 {
    color: #97791f;
    font-size: 17px;
}


#navbar.scrolled {
background-color: #01061299;
    color: black;
    transition: .5s ease-in-out;
}

#navbar.scrolled .navbar-brand img {
    width: 73%;
    transition: .5s ease-in-out;
}

#navbar.scrolled.navbar-expand-lg .navbar-toggler {
        
        top: 12px;
        transition: .5s ease-in-out;
    }


.navbar.navbar-expand-lg{
   transition: .5s ease-in-out; 
}

.sidebar-right .widget.widget-search {
    border: 0;
    position: relative;
}
.col-lg-3.sidebar-right.widget-area aside {
    padding-right: 0px;
    background: #faf4e1;
    margin: 0px 16px;
    padding: 16px;
   
}
.sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.sidebar-right form.search-form {
    position: relative;
}
.sidebar-right .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 46px;
    height: 39px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: .5;
}
.sidebar-right .widget.widget-search input::focus btn svg {
    display: none;
}
aside.widget {
    margin-bottom: 34px;
}
.widget .widget-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    /* margin-bottom: 25px; */
    position: relative;
    background-color: #97791f;
    color: #fff;
    padding: 14px;
    border-radius: 10px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    right: 0;
    left: 0;
}
.sidebar-right .widget ul>li:first-child {
    border-top: none;
}
.sidebar-right .widget ul >li {
    padding: 12px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #b7b7b7;
    padding-left: 3px;
}
.sidebar-right .widget-categories li {
    position: relative;
    margin: 2px 0;
    font-size: 14px;
}
.widget ul>li {
    padding: 0px 8px 15px 15px;
    position: relative;
}
.sidebar-right .widget-categories.widget a {
       font-weight: normal;
    font-size: 15px;
    line-height: 12px;
    color: #666666;
    text-decoration: none;
}
.sidebar-right .widget-categories li span {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.sidebar-right .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar-right .widget.widget-search input[type="search"] {
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #656c76;
    padding: 9px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #e9eef6;
    font-size: 15px;
    outline: none;
    line-height: inherit;
}
.sidebar-right .widget.widget-search .input-text {
    border: 0;
}
.ttm-flicker-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flicker-widget .ttm-flicker-widget-wrapper a {
       overflow: hidden;
    display: block;
    margin: 0 7px 7px 0;
    width: 82px;
    height: 82px;
    display: inline-block;
    background: none;
    border-radius: 4px;
    background: #e2e0d9;
    font-size: 14px;
}
.flicker-widget .ttm-flicker-widget-wrapper img {
    width: 100%;
    height: 100%;
}

.blog-post {
       width: 100%;
    display: block;
    margin-bottom: 120px;
    padding-left: 36px;
    padding-right: 19px;
}
.blog-post img {
    width: 100%;
    object-fit: cover;
}
.blog-post .content-box {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1.7;
}
.blog-post .content-box small {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #97791f;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.blog-post .content-box h3 {
    width: 100%;
    display: block;
    font-size: 33px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    font-family: 'Playfair Display', serif;
    margin-bottom: 13px;
    margin-top: 10px;
}





@media(min-width: 991px){
    .our-lt-expertise img {
    max-width: 383px;
   
}
}


@media (min-width: 320px) {
        .navbar-expand-lg .navbar-toggler {
        display: block;
        position: absolute;
        right: 14px;
        top: 24px;
         transition: .5s ease-in-out; 
    }
    .navbar-light .navbar-toggler-icon {
    filter: invert(1);
    opacity: 1;
    font-size: 34px;
    color: #fff;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(0 0 0 / 0%);
}
   .navbar-expand-lg .navbar-collapse {
        display: none!important;
        flex-basis: auto;
    }
        .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        position: absolute;
        background: #040f28;
        width: 100%;
        left: 0px;
        top: 0px;
        padding: 59px;
        display: flex
;
        /* justify-content: center; */
        align-items: center;
    }
    .navbar-light .navbar-nav .nav-item {
    display: inline-block;
    justify-content: center;
    text-align: left;
           min-width: 33%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: rgb(186 163 95 / 77%);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #baa35f;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    text-align: left;
    font-size: 81px;
    margin-bottom: 62px;
    font-weight: 500;
    color: #fff;
}
.nav-item.social-link .ft-link ul {
    padding-left: 23px;
}
}


@media(max-width: 1350px){
    .banner-area .banner-left-bx h1 {
    font-size: 9rem;
   
    padding-top: 54px;
}
.feature-content h3 {
    font-size: 19px;
}
.banner-area .bottom-btx h3 {
    font-size: 25px;
}
    .navbar-light .navbar-nav .nav-link {
        
        font-size: 60px;
        margin-bottom: 53px;
        
    }
    .navbar-expand-lg .navbar-nav {
        
        padding-top: 130px;
    }
}

@media(max-width: 1090px){
    .our-lt-expertise {
   
    height: 173px;
}
.banner-area .bottom-btx h3 {
    font-size: 30px;
        position: absolute;
    left: 42px;
    bottom: 13px;
    
           width: 91%;
}
.banner-area .banner-left-bx h1 {
    font-size: 8rem;
  
}
h3.medium-blue-text {
    font-size: 3rem;
    color: #97791f;
}
.home-rt {
    padding: 0px 0px;
}
.navbar-light .navbar-nav .nav-link {
      
        font-size: 57px;
        margin-bottom: 53px;
        
    }
    .overlaping-content h4 {
    font-size: 3rem;
}
.number-item span {
    font-size: 8rem;
   
    line-height: 8rem;
}
.section-tittle h3 {
    font-size: 105px;
   
    margin-bottom: 53px;
}
.list-expertise-area .bottom-btx h3 {
    
    font-size: 20px;
}
h3.medium-blue-text {
    font-size: 3rem;
    
}
.client-says-list ul.list-project-content h4 {
    font-size: 25px;
    
}
section.ft-area .rt-ourproject-area h3 {
   
    font-size: 37px;
}
.ft-logo img {
    width: 243px;
}

}
@media(max-width: 991px){
    .banner-area .banner-left-bx h1 {
        font-size: 7rem;
    }
        .our-lt-expertise {
        height: 261px;
    }
    .banner-area .bottom-btx {
    padding: 9px;
    margin-top: 22px;
}
h3.medium-blue-text {
        font-size: 3rem;
       
    }
    h4.small-blue-text {
    font-size: 29px;
    
    text-align: center;
    margin-bottom: 49px;
}.number-item span {
        font-size: 7rem;
        line-height: 7rem;
    }
.number-item span {
        font-size: 7rem;
        line-height: 7rem;
    }
    .number-item span {
        font-size: 6rem;
        line-height: 6rem;
    }
    .number-box-area p {
    text-align: center;
}
.number-item {
    
    text-align: center;
}
.section-tittle h3 {
        font-size: 91px;
        margin-bottom: 39px;
    }
    .list-expertise-area .bottom-btx h3 {
       
        margin-top: 19px;
    }
    .rt-ourproject-area {
    text-align: center;
}
.all-project-list .our-project-list h4.small-blue-text {
    font-size: 27px;
   
    margin-bottom: 14px;
}
ul.list-project-content li {
   
    margin-bottom: 31px;
}
.ournews-date {
    margin-top: 23px;
}
.ournews-date .pill-date {
    width: 50%;
}
.ournews-date span {
    width: 50%;
    text-align: right;
    font-weight: 600;
}
.client-says {
    padding: 97px 19px;
}

.project-content h4 {
    text-align: left;
}
section.ft-area .rt-ourproject-area h3 {
        font-size: 33px;
        margin-top: 27px;
    }
    .ft-col {
    margin-bottom: 48px;
}
.all-project-list .our-project-list {
    width: 100%;
    margin-bottom: 0px;
}
.all-project-list {
    padding: 69px 17px 30px;
}
 .navbar-expand-lg .navbar-nav {
        
               padding: 52px;
        
        padding-top: 127px;
    }
        .navbar-light .navbar-nav .nav-link {
        font-size: 42px;
        margin-bottom: 31px;
    }
    .rt-layer-area {
    margin-top: 24px;
}
.rt-layer-area h3 {
    font-size: 33px;
    
    margin-bottom: 21px;
}
.banner-area .innerbanner-bottom-text h3 {
   position: absolute;
        right: unset;
        bottom: 53px;
        width: 79%;
        left: 19px;
    
}
.contact-area h4.small-blue-text {
    text-align: left;
}
}

@media(max-width: 767px){
     .banner-area .banner-left-bx h1 {
        font-size: 5rem;
    }
        .banner-area .bottom-btx {
        padding: 7px;
        margin-top: 9px;
    }
    .banner-area .bottom-btx h3 {
        
        margin-bottom: 0px;
    }
        h3.medium-blue-text {
        font-size: 2.7rem;
    }
    .overlaping-content h4 {
        font-size: 2.5rem;
    }
        .number-item span {
        font-size: 5rem;
        line-height: 5rem;
    }
    .section-tittle h3 {
        font-size: 73px;
        margin-bottom: 31px;
                text-align: center;
    }
    .overlaping-content {
    
    height: 93%;
    
    padding: 0px 2rem;
}
.navbar-light .navbar-nav .nav-item {
        
        text-align: center;
         min-width: unset; 
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 42px;
        margin-bottom: 31px;
    }
   
    .crossmenu-area svg {
    width: 46px;
    
}
.our-project-list .img-area-box {
    margin-bottom: 30px;
}
.project-content {
    
    padding-bottom: 29px;
}

}

@media(max-width: 580px){
        .banner-area .banner-left-bx h1 {
        font-size: 4rem;
    }
    .our-lt-expertise {
        /* height: 346px; */
        margin-bottom: 23px;
    }
    .pill-date.fill-pill {
    margin-bottom: 17px;
}
    h3.medium-blue-text {
        font-size: 2.3rem;
    }
    .home-ft-area {
    padding: 50px 0px;
   
}
.overlaping-content h4 {
        font-size: 2.3rem;
    }
    .number-item span {
        font-size: 4rem;
        line-height: 4rem;
    }
    .section-tittle h3 {
        font-size: 51px;
        margin-bottom: 21px;
        padding-left: 15px;
    }
        h3.medium-blue-text {
        font-size: 2.1rem;
    }
    .client-says-list ul.list-project-content h4 {
        font-size: 21px;
    }
        section.ft-area .rt-ourproject-area h3 {
        font-size: 27px;
        margin-top: 27px;
    }
    .navbar-expand-lg .navbar-nav {
        
        padding: 31px;
        
        padding-top: 127px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 31px;
        margin-bottom: 15px;
    }
    .crossmenu-area svg {
    width: 45px;
    height: 59px;
   
}
.ft-col {
        
        text-align: center;
    }
    .ft-bt-link {
   
    text-align: center;
}
.our-project-list .img-area-box {
        margin-bottom: 10px;
    }
    .project-content {
   
    text-align: center;
}
.project-content h4.team-name {
        font-size: 27px;
    text-align: center;
}
.project-content .btn-style900 {
   
    margin: auto;
}
h4.small-blue-text {
        font-size: 23px;
       
    }

}