@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@media (min-width: 1450px) {
    .container{
        max-width: 1350px;
    } 
  
}
  
a{
    cursor: pointer;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden; 
    background-color: #FDFBF6;
}
ul, li{
    list-style-type: none;
    list-style: none;
}
.img-responsive{
    width: 100%;
}
 

.call-btn{
    background: #FFEBE7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}
.call-btn:hover{
    background: #fcdad3; 
}

.call-btn-border {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 21px;
    border: 1px solid #E0CCC8;
    padding-right: 10px;
}

/************ search box **********/


header {
    padding-top: 10px;
}

div#navbarNav {
    justify-content: flex-end;
    flex-wrap: wrap;
}
ul.navbar-nav .nav-item .nav-link {
    color: #000000;
    font-size: 20px;
}
a.lets-talk-btn {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 20px;
}

ul.header-contact-details {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: right;
    margin-top: 12px;
    margin-bottom: 0;
}

ul.header-contact-details li {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.header-contact-details li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.container.navbar-bottom-br {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

section#banner-section {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}

.banner-text-block h1 {
    font-size: 3.5rem;
    font-weight: 300;
}
.banner-text-block h5 {
    font-size: 26px;
    font-weight: 300;
    margin-top: 25px;
}

.home-banner-img img{
    border-radius: 10px;
}

hr.section-divider {
    margin: 50px 0;
    width: 0;
    transition: 1s !important;
}
.aos-animate.section-divider{
    width: 100%;
    transition: 1s !important;
}

.section-divider[data-aos=fade-up] {
    transform: translate3d(0,0px,0);
}

.what-we-do-title-block h2 {
    font-size: 15px;
    font-weight: 400;
}

.what-we-do-item-block {
    display: flex;
    align-items: start;
    gap: 20px;
}
.what-we-do-item-text h3 {
    font-weight: 300;
}
.what-we-do-item-block {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.what-we-do-title-block h3 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 25px;
}

.what-we-do-title-block h5 {
    font-size: 22px;
    font-weight: 300;
}

.what-we-do-title-block {
    /* height: 100%; */
    /* border-right: 1px solid #000; */
    padding-right: 40px;
}

.recent-works-main-img img {
    border-radius: 10px;
}
.recent-works-text h3 {
    font-weight: 300;
    margin-top: 15px;
}

.how-we-work-icon {
    margin-top: 60px;
}
.recent-works-img img {
    border-radius: 20px;
}

.recent-works-item-text h3{
    font-weight: 300;
    margin-top: 15px;
}
.recent-works-item-block {
    margin-bottom: 50px;
}

.what-we-do-title-block h5 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 25px;
}
.what-we-do-title-block p {
    font-size: 2rem;
    line-height: initial;
}

.demoInputBox {
    width: 100%;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding: 13px 15px;
}

.what-we-do-title-block.contact{
    border-right: 0px;
}

button.btn-01 {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

.footer-block {
    padding: 20px 0 40px;
    margin-top: 60px;
    border-top: 1px solid #000;
}

.footer-block ul.header-contact-details {
    justify-content: left;
    padding: 0;
}



button.navbar-toggler {
    background-color: #608837    !important;
}

.navbar-toggler-icon {
    background-image: url(../img/navigation-bar.png);
}
ul.navbar-nav {
    gap: 30px;
}



/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/back-to-top.png) no-repeat center 50%;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 01s 0s, visibility 0s 0.3s,
      background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  }
  
  .cd-top.cd-top--show,
  .cd-top.cd-top--fade-out,
  .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
      background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  }
  
  .cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
  }
  
  .cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
    z-index: 1000;
  }
  
  .cd-top:hover {
    opacity: 1;
  }


  @media (min-width: 766px) {

    .address hr {
        display:none;
        }
}




@media (max-width: 991px) {

    .banner-text-block h1 {
        font-size: 2rem;
        font-weight: 300;
    }
    .banner-text-block h5 {
        font-size: 20px;
        font-weight: 300;
        margin-top: 25px;
    }

    .what-we-do-title-block {
        margin-bottom: 40px;
        border-right: 0px;
    }

    .what-we-do-title-block h5 {
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 25px;
    }

    ul.header-contact-details{
        display: none ;
    }

    a.lets-talk-btn{
        display: none;
    }

    ul.navbar-nav {
        margin-top: 15px;
        background-color: #fff;
        padding: 17px;
    }
}



@media (max-width: 576px) {

    ul.header-contact-details {
        flex-wrap: wrap;
    }

}