/* @import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');


body {
  /* font-family: 'Jost', sans-serif; */
  font-family: "League Spartan", sans-serif;
}

a {
  color: grey;
  text-decoration: underline;
}

a:hover {
  color: grey;
  text-decoration: underline;
}

.toggle {
  display: none;
}

.form-control {
  padding: 12px;
}

@media (max-width: 980px) {
  .toggle {
      display: block;
  }
  .mob-display{
    display: none !important;
  }
}

.footer a{
  color: #fff;
  text-decoration: none;
}


.banner::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;




  background: linear-gradient(to right, rgba(0, 0, 0, 0.350) 35%, rgba(0, 0, 0, 0.15) 90%);

  /* opacity: 80%; */

  z-index: 5;
  padding-left: 30px;
}

.footer::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;




  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.550) 35%, rgba(0, 0, 0, 0.15) 90%); */
  /*background: rgba(0, 0, 0, 0.550);*/

  /* opacity: 80%; */

  z-index: 5;
  padding-left: 30px;
}







.nav-btn {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  background:#637567 !important ;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.625rem 1rem;
  text-align: center;
  color: white;
  border: none;
  transition: 2 sec ease-in;
  text-decoration: none;
}

.nav-btn:hover {
  background: rgb(61, 81, 88);
}


.cust-btn {
  /* background: linear-gradient(to left, #27256b 80%, rgba(0,0,0,0.15) 90%) ; */
  background:transparent ;
  border-radius: 50px;
  cursor: pointer;
  /* display: block; */
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.25rem;
  padding:17px 29px;
  text-align: center;
  color: white;
  border: #fff 1px solid;
  transition: 2 sec ease-in;
  text-decoration: none;
  display: block; 
  align-items: center; 
  width: 255px;
}

.cust-btn:hover {
  background: #000;
  color: #fff;
  border: #000 1px solid;
}


.topbar {
  padding: 0.2%;
  justify-content: center;
  font-size: 14px;
  text-align: center;
}

.logo-img{
  height: 110px;
}

@media (max-width: 980px) {
  .logo-img{
       height: 232px;
        margin-top: -84px;
        margin-left: -58px;
  }
}


@media (min-width:320px) and (max-width:1280px) {
  .logo-img {
    height: 65px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 5px;
  }
}



@media (max-width: 980px) {
  .topbar {
    padding: 14px 2px;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }

  .topbar-btn {
    justify-content: center !important;
  }

  .topbar-btn .btn {

    padding: 4px 8px !important;

  }



}

.icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.img-resp {
  height: 650px;
}


@media (max-width: 980px) {
  .mob-display {
    display: none;
  }
}
  

.navbar-container .hamburger-lines .line {

    height: 2px !important;
}

.navbar-container .hamburger-lines .line2 {

    width: 60% !important;

}

/* Meantime */


/* navbar22222222222222222 */


.nav-container {
    /* max-width: 1200px; */
    width: 96%;
    margin: auto;
    padding: 1% 0;
  }
  
  
  
  /* ............/navbar/............ *
      
      /* desktop mode............/// */
  
  .navbar input[type="checkbox"],
  .navbar .hamburger-lines {
    display: none;
  }
  
  .navbar {
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;
    /* background: #fff; */
    /* color: #000; */
    /* opacity: 0.85; */
    /* height: 50px; */
    z-index: 12;
  }
  
  .navbar-container {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
  }
  
  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .menu-items li {
    list-style: none;
    margin-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  
  .menu-items a {
    color: #fff;
    margin: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
  }
  
  .menu-items a:hover {
    color: #fff;
    transition: color 0.3s ease-in-out;
  }
  
  .logo {
    order: 1;
    /* font-size: 2.3rem; */
    margin-bottom: 0.5rem;
    /* height: 80px; */
  }
  
  
  @media(max-width: 1180px) and (min-width: 760px) {
    .menu-items {
      order: 2;
      display: flex;
      align-items: center;
      margin-top: -45px!important;
    }
  }
  
  
  /* ......../ media query /.......... */
  
  @media (max-width: 1180px) {
    .navbar {
      /* opacity: 0.95; */
    }
  
    .menu-items {
      order: 2;
      display: flex;
      align-items: center;
      margin-top: -27px;
    }

   

    .menu-items a {
      font-size: 16px;
      margin: 0;
  }

  
    .nav-container {
      max-width: 1200px;
      width: 100%;
      margin: auto;
      padding: 4.5% 3%;
    }
  
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
      display: block;
    }
  
    .navbar-container {
      display: block;
      position: relative;
      height: 64px;
    }
  
    .navbar-container input[type="checkbox"] {
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      right: 20px;
      z-index: 5;
      opacity: 0;
    }
  
    .navbar-container .hamburger-lines {
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      top: 17px;
      right: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .navbar-container .hamburger-lines .line {
      display: block;
      height: 2px;
      width: 100%;
      border-radius: 10px;
      background: #fff;
    }
  
    .navbar-container .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
      width: 60% !important;
      /* right: 0 !important; */
      text-align: right;
    }
  
    .navbar-container .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar .menu-items {

      margin-right: -45px;
      padding-top: 110px;
      background: #F3941C;

      height: 100vh;

      transform: unset !important;

      display: flex;
      flex-direction: column;
      margin-left: -95px;

      position: relative;
      z-index: 1;
      clip-path: circle(25px at calc(100% - 45px) 45px);
      clip-path: circle(2px at calc(0% - 10px) 45px);
      transition: all .8s ease-in-out;
  }
  
    .navbar .menu-items li {
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
  
    .logo {
      position: absolute;
      top: 0px;
      /* left: 15px; */
      /* font-size: 2rem; */
      z-index: 500;
      height: 55px;
    }


    .navbar-container input[type="checkbox"]:checked~.menu-items {
      transform: unset !important;
      clip-path: circle(95%);

  }

  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
      transform: rotate(35deg);
    }
  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
      transform: scaleY(0);
    }
  
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
      transform: rotate(-35deg);
    }
  }
  
  
    /* Nabvar dropdowm ********************/
  
    .dropdown-menu.show{
      background: #000 !important;
  
    }
  
  .dropdown-item {
    display: block;
    width: 100%;
    /* padding: 0.25rem 1rem; */
    /* padding: 0; */
    clear: both;
    /* font-weight: 400; */
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
  
  }
  
  .dropdown-menu a:hover{
    background:#000 !important;
  
  }
  
  .dropdown-menu{
    padding:  1rem 0.9rem 0rem 17px !important;
    background: #000 !important;
    min-width: 15rem !important;   
  }
  
  .dropdown-menu[data-bs-popper] {    
    left: 0;
    margin-top: .2rem;
  }
  
  @media (max-width: 768px) {  
    .dropdown-menu[data-bs-popper] {
      left: -120px;
      margin-top: 0rem !important;
      transition: transform 1.2s ease-in-out;
  }
  
  
    .dropdown-menu{
      padding: 0.5rem 0.4rem 1.2rem 0 !important;
      transition: transform 1.2s ease-in-out;
  
    }
  
    .dropdown-menu a {
      margin-left: 0;
      color: #fff;
      margin: 8px;
      font-size: 16px;
      font-weight: 400px;
      transition: color 0.3s ease-in-out;
      text-decoration: none;
      
    }
  
    .dropdown-menu a:hover{
      background: white;
    }
  
    .navbar .menu-items .dropdown-menu li {
      margin-bottom: 0rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
   
    
  }
  
  
  .dropdown-menu a {
    margin-left: 0;
  }




  /* Homepage */

  .banner-blue-div {
    
    /* width: 60%; */
    background: #F3941C;
    color: white;
    padding: 80px 15px;
    bottom: 0;
    right: 0;
    z-index: 20;
}


.banner-content{
  padding: 20% 8% 8%;
}



@media (max-width: 980px) {
    .banner-blue-div {
        position: absolute;
        width: 100%;
        background: #224b60;
        color: white;
        padding: 50px 15px;
        bottom: 0;
        right: 0;
        z-index: 20;
    }

    .banner-content {
      padding: 50% 8% 8%;
  }

   
}


/*IMG CARD ///////////////// */


.img-card {
  position: relative;
  height: 380px;
  transition: .3s ease;
  cursor: pointer;

}

.img-card::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;




  background: linear-gradient(to right, rgba(0, 0, 0, 0.200) 35%, rgba(0, 0, 0, 0.15) 90%);

  /* opacity: 80%; */

  z-index: 5;
  padding-left: 30px;
}



.content-card {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 40px;
  transition: .5s ease;
}

.img-para {
  opacity: 0;
  transition: .3s ease;

}

.button-hide {
  display: none !important;
  transition: .3s ease;
}

.img-card:hover::after {
  background: rgba(0, 0, 0, 0.650);

}

.img-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.img-card:hover .img-para {
  opacity: 1;
}

.img-card:hover .content-card {
  /*top: 15%;*/
}

.cust-card {
  margin: 0 20px;
  background: #fafaff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}



/* .portfolio */


.portfolio .container{
  max-width: 1140px;
  margin: auto;
}
.portfolio .row{
  display: flex;
  flex-wrap: wrap;
}

.portfolio .section-title{
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.section-title h1{
  display: inline-block;
  font-size: 35px;
 
  font-weight: 700;
  color: #000000;
  margin: 0 0 5px;
  position: relative;
}
.section-title h1:before{
  content: '';
  left: 0;
  position: absolute;
  height: 2px;
  right: 32%;
  background-color: #F3941C;
  bottom: 0px;
}
.text-center{
  text-align: center!important;
}
.text-right{
  text-align: right!important;
}
.portfolio{
  background-color: white;
  padding: 70px 7px;
}
.portfolio .section-title h1:before{
  left: 30%;
}
.portfolio .filter-buttons{
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.portfolio .filter-buttons ul{
  list-style: none;
  text-align: center;
  padding: 0;
}
.portfolio .filter-buttons ul li{
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0px 8px 10px;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 0px;
}
.portfolio .filter-buttons ul li.active{
  color: #224b60;
  border-bottom: 2px solid #224b60;
}
.portfolio .portfolio-gallery{
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.portfolio .portfolio-gallery .item{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding: 8px;

}
.portfolio .portfolio-gallery .item .inner{
  position: relative;
}
.portfolio .portfolio-gallery .item img{
  width: 100%;
  display: block;
}

@media(max-width:767px){

  .portfolio .portfolio-gallery .item{
      flex:0 0 50% ;
      max-width: 50%;
      position: relative;
      padding:8px ;
  }

}
@media(max-width:500px){

  .portfolio .portfolio-gallery .item{
      flex:0 0 100% ;
      max-width: 100%; }
}

 .newonew {
    flex: 0 0 auto;
    width: 49% !important;
    display: inline-block;
  }
  .newbtnform{
    background:#224b60; 
     width: 120px;
      margin: 0 auto;
    }

    .dropdown-menu li:hover .sub-menu {
 visibility: visible;
}

.dropdown:hover .dropdown-menu {
 display: block;
}

.navbar-right .dropdown-menu {
 right:none !important; 
}

input {
  width: 100% !important;
  height: 50px !important;
  padding: 10px !important;
}

textarea {
  width: 100% !important;
  height: 100px !important;
  padding: 10px !important;
}

.columns {
  columns: 2;
}

.btn-form {
  background: #F3941C;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
  color: white;
  border: #F3941C 1px solid;
  text-decoration: none;
  width: 140px !important;
}

.btn-form:hover {
  background: #000;
  color: white;
  border: #000 1px solid;
  text-decoration: none;
}

.inner {
  position: relative;
  display: inline-block;
}

.inner img {
  display: block;
  width: 100%;
  height: auto;
}

.inner h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: white; /* Adjust color as needed */
  /*background-color: rgba(0, 0, 0, 0.5); /* Optional: background color for better readability */*/
  padding: 10px; /* Optional: padding for the background */
  text-align: center;
}

/***** Testimonials *****/
#testimonials {
  padding: 0 4% 4% 4%;
}

@media (min-width: 320px) and (max-width: 768px) {
  #testimonials {
  padding: 10% 4% 10% 4%;
  }

  .logo-size {
    height: 111px;
  }
}