*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
    
}
img{
    display: block;
    max-width: 100%;
}
html{
    color-scheme: dark,light;
    scroll-behavior: smooth;
}
.dl{
    display: none;
}

#container{
    width: 1200px;
}
body{
    background-color: #fff !important;
    color: var(--blue) !important;
    /* user-select: none; */
}
:root{
    --blue: #16174b;
    --oran:#ee8f25;
    --off-white:#f9f9f9;
    --para:#273b5e;
}

.logo{
    width: 20% !important;
}



.logo:focus{
    outline: none;
}


nav{
    background-color: #fff !important;

}

.navbar-nav{
    margin-left: 28rem;
}

.nav-link{
    font-weight: 500;
    color:  #fff;
    font-size: 14px;
    color: var(--blue);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
    
}

.nav-link:focus{
    outline: none;

}

.nav-link:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--blue);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  a:hover:after { 
    width: 100%; 
    left: 0; 
  }

.nav-link:hover{
    color: var(--blue);
}

#links{
    font-weight: 500 !important;
}

.icons i{
    font-size: 24px;
    padding-left: 1rem;
    color: #fff;
}

.icons i:hover{
    color: #f1861a;
}

nav{
    padding: 2rem 0rem !important;
    border-bottom: 2px solid #00000025;
}

.top-btn{
    margin-left: 15%;
}


main{
    padding: 4rem 0rem;
}

main h1{
    font-size: 36px;
}
main h3{
    font-size: 22px;
    font-weight: 450;
}

main p{
    font-weight: 500;
    padding-top: 1rem;
    color: var(--blue);
}


.btn-sec{
    color: var(--blue);
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    background-color: none !important;
    background-color: transparent !important;
    border: none;
    outline: 1px solid var(--blue);
    transition:  all 250ms ease-in-out;
}

.btn-sec:focus{
    outline: none;}


.btn-pm:focus{
        outline: none;}
        



.btn-pm{
    outline:1px solid none ;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border: none;
    outline: none;
    font-weight: 550;
    background-color: var(--blue);
    margin-left: 0.5rem;
    transition:  all 250ms ease-in-out;
}

.btn-pm:hover{
    outline:1px solid  var(--blue);
    background-color: transparent;
    color: var(--blue);
}
.btn-sec:hover{
    background-color: var(--blue) !important;
    color: #ffffff;
}

.btn-pm i{
    font-size: 16px;
}

.banner-img{
    width: 50% !important;
    
    
}

.banner-img img{
    border-radius: 50px !important;
}

.badge{
    background-color: var(--off-white);
    color: var(--blue);
    font-size: 18px;
    border-radius: 100px;
    padding: 1rem 1.25rem;
}
.our-service{
    width: 100%;
    background-color: var(--blue);
    padding: 2rem 0rem;
}
.our-service p{
    font-size: 24px;
    padding-top: 1.5rem;
    color: var(--off-white);
}

.cardd{
    background-color: #fff;
    color: var(--blue);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    transition:  transform 400ms;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    margin-top: 3rem !important;
   
}

.line{
    margin-top: 2rem !important;
    width: 80%;
    border-top: 2px solid var(--para);
    margin: auto;
}

.cardd:hover{
    transform: translateY(-5%);
    border-bottom: 5px solid var(--oran);
}


.cardd:hover .hov{
    color: #ee8f25;
}

.ri-code-box-fill{
    font-size: 36px;
}

.cardd h3{
    font-size: 20px;
}

.cardd p{
    font-size: 14px;
    font-weight: 500;
}

.cardd a{
    font-size: 12px !important;
    color: var(--blue);
    text-decoration: none;
    font-weight: 500 !important;
}


.upper-box-flex{
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.lower-box-flex{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}




.count{
    padding: 2rem 0rem;
    margin-top: 5rem;
    color: var(--off-white) !important;
    background-color:var(--blue);
}
.num{
    font-size: 36px;
}
.num::after{
    content: "+";
}

.buss::after{
    content: "%";
}

.buss{
    font-size: 36px;
}

.count-head{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.what-makes{
    margin-top:5rem;
    margin-bottom:0rem;
    font-size: 32px;
    font-weight: 500;
}

.mid-ul li{
    padding: 1rem 0rem;
    font-size: 16px !important;
    font-weight: 500 !important;
    color:var(--para);
}

.our-clients{
    background-color:#fff;
    margin: 0rem 0rem;
    padding: 4rem 0rem;
   

}

.our-clients img{
    width: 75%;
    text-align: center !important; 
    padding-top: 3rem;
}

.our-clients h4{
    text-align: center; 
    margin-top: 2rem;
}
.our-clients h3{
    color: var(--off-white);
    background-color: var(--blue);
    text-align: center;
    padding: 2rem;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.our-clients p{
    font-weight: 500;
    color: var(--para);
    text-align: center;
}

.cardd-second{
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 2rem 2rem;
    transition: 200ms ease-in-out;
 
}

.mid-cards h3{
    font-size: 22px;
    font-weight: 500;
    background-color: var(--blue);
    padding: 2rem;
    color: var(--off-white);
}

.cardd-second:hover{
    transform: scale(1.01);
}

.cardd-second h5{

}

.ri-git-pr-draft-line{
    font-size: 32px;
}

.mid-card-flex{
    width: 100% !important;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.mid-cards img{
    margin:auto;
    width: 50%;

}
.mid-cards{
width: 30% !important;
text-align: center;
/* margin-bottom: 4rem; */
box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.1);
padding: 4rem 0rem !important;
padding-top: 0rem !important;
transition: all 800ms;

}
.mid-cards:hover{
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
}


.mid-cards p{
    margin: 2rem 0rem 3rem 0rem;
    color: var(--para);
    font-weight: 500;
    padding: 0rem 0.5rem;
}



.flo-para{
    color: var(--para);
    font-weight: 500;
}


.lets{
    margin-top: 2rem;
    text-align: center;
}

.lets h3{
    margin-bottom: 1.5rem;
}




/* .cont{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    margin-bottom: 3rem;
} */


.wrapper { 
    max-width:100%; 
    width: 100%; 
    background: #fff; 
    padding: 25px; 
    border-radius: 5px; 
    margin-top: 2rem;
} 
  
.wrapper h2 { 
    text-align: center; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #332902; 
} 
  
.wrapper .input_field { 
    margin-bottom: 10px; 
} 
#success_fail_info {
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
}
.wrapper 
    .input_field 
    input, 
.wrapper textarea { 
    border: 1px solid #e0e0e0; 
    width: 100%; 
    padding: 10px; 
} 
  
.wrapper textarea { 
    resize: none; 
    height: 80px; 
} 
  
.wrapper input[type="submit"] { 
    border: 0px; 
    margin-top: 15px; 
    padding: 10px 20px; 
    text-align: center; 
    width: 100%; 
    background: var(--blue); 
    color: #fcfbf7; 
    text-transform: uppercase; 
    font-weight: bold; 
    border-radius: 25px; 
    cursor: pointer; 
} 
  
#error_message { 
    margin-bottom: 20px; 
    background: #fe8b8e; 
    padding: 0px; 
    text-align: center; 
    font-size: 14px; 
    transition: all 0.5s ease; 
}

#message{
    height: 60px;
    resize: none;
    /* padding: 10px !important;  */

}

.inp{
    padding-top: -10px !important;
}


iframe{
    width: 100%;
    padding-left: 20%;
}




  ul{
    list-style: none;
  }
  .footer{
    background-color: var(--blue);
    color: #fff !important;
      padding: 4rem 0;
      padding-bottom: 1rem;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
      margin-top: 0rem;
  }

.footer h4{
    margin-bottom: 2rem;
}

.footer p,li{
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0.25rem;
}

.footer span i{
    padding-right: 0.25rem;
}

.copy{
    text-align: center;
    padding-top: 2rem;
}
  
  /*responsive*/
  @media(max-width: 767px){

    .navbar-nav{
        margin-left: 0rem;
    }
    .navbar-toggler{
        display: none;
    }

  .banner-img{
    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
  }

  .logo{
    width: 50% !important;
  }

  .upper-box-flex{
    width: 98% !important;
    margin: auto;
    gap: 0 !important;
    margin-top: 0 !important;
  }
  .lower-box-flex{
    width: 98% !important;
    margin: auto;
    gap:0
  }

  .our-clients img{
    width: 40% !important;
    margin: auto;
  }

  .mid-cards{
    width: 100% !important;
    /* margin: auto; */
  }

  main{
    padding: 2rem 0rem !important;
  }

  iframe{

    padding-left: 0%;
    margin-top: 3rem;
}

.count{
    margin: 2rem 0rem;
}
.cardd-second{
    width: 95% !important;
}

.what-makes{
    margin: 2rem 0;
    margin-bottom: 0;
}

.our-clients{
    padding: 0;
}
.our-clients h3{
    margin-bottom: 1rem;
}
.our-clients p{
    text-align: left;
}

.mid-cards p{
    text-align: center;
}

#contact h2{
    margin-top: 2rem !important;
}
.wrapper{
    margin-top: 0 !important;
}


  }

  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  }