@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* { 
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;	
    font-family: 'Montserrat', sans-serif;
}

html{
	scroll-behavior: smooth;
}

h2 {
    font-size: 30px;
}


a.btn.btn-primary,
a.btn.btn-secondary {
    background: transparent;
    border: 2px solid var(--mantisGreen);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 0;
}

a.btn.btn-secondary {
	color: var(--black);
	box-shadow: 0 3px 5px #00000026;
}


header .main-menu {
    padding: 1rem 3rem;

    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}
.navbar_scrolled {
    position: fixed;
    animation-name: fadeInUp;
    animation-duration: 1s;
  }
@keyframes fadeInUp {
    from {
      opacity: 0;
      top: -50px;
    }
    to {
      opacity: 1;
      top: 0;
    }
  }
header .main-menu a.nav-link {
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
}
.main-menu .navbar li a{
    color: #039;
}

header .navbar_scrolled{
    
    padding: 10px 2rem;
    transition: 0.3s ease-in-out;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);

}
header .navbar_scrolled .logo{
    transition: 0.3s ease-in-out;
    width: 60%;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0px 3px #039;
}
header .main-menu .navbar-nav .nav-link.active {
    color: var(--mantisGreen);
}
.banner-image{
    width: 100%;
}
.banner {
    padding: 1rem 0rem;
   
}
.banner-left{
    padding: 1rem 0rem 0 3rem;
}
.banner h1 {
    line-height: 2;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 20%;
}
.banner h1 mark{
    background: #003399;
    color: #fff;
    border: 6px solid #fff;
}
.banner-content {
    margin-top: 6rem;
    padding: 0 8px;
}
.banner-content p {
    font-size: 28px;
    font-weight: 600;
    color: #039;
    margin-bottom: 5px;
}
.banner-content h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
    color: #039;
}
.banner-btns{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.banner-btns a{
    background: #f08f21;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    border: 3px solid #039;
}
.banner-btns a:hover{
    background: #fff;
    color: #f08f21;
    border: 3px solid #f08f21;
}
.banner-btns a img{
   width: 26px;
}

.about-image{
    position: absolute;
    left: 0;
    top: -90px;
    z-index: -2;
    width: 47%;
}
.about-sec.position-relative {
    padding: 10rem 0;
}
.about-content {
    padding: 3rem 3rem;
    background: #fff;
    box-shadow: 0px 3px 15px #00000063;
}
.about-content h2{
    color:#f08f21;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-content p{
    font-size: 18px;
    font-weight: 500;
    color: #0c2840;
}


.projects {
    background: #ebebeb;
    padding: 4rem 1rem;
}
.projects h2{
    text-align: center;
    color:#f08f21;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.project-box button {
    transition: 0.5s ease-in-out;
}
.project-box button:hover {
    transform: scale(1.03);
    transition: 0.5s ease-in-out;
}
.projects img {
    width: 100%;
    outline: 7px solid #fff;
    box-shadow: 0px 0px 22px 2px rgb(0 0 0 / 38%);
}
.project-box {
    padding: 15px;
}


.contact {
    padding: 8rem 0;
}

.contact-box {
    padding: 0rem 1.5rem;
}
.contact-box form{
    padding: 1.5rem 2rem;
    background: #eee;
    box-shadow: 0px 4px 29px rgb(0 0 0 / 27%);
}

.contact-box label {
    font-size: 16px;
    color: #0c2840;
    font-weight: 600;
    margin-bottom: 0;
}
.contact-box input {
    background: #fff;
    border: 2px solid #0c2840;
    border-radius: 0;
    box-shadow: 0px 3px 5px #0000002e;
}
.contact-box #formFile {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
}
.contact-box  h2{
    text-align: center;
    color:#f08f21;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-add h2 {
    text-align: center;
    color: #f08f21;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.contact-add h3 {
    font-size: 16px;
    text-align: center;
}
.contact-image img{
    position: relative;
    left: -121px;
    z-index: -1;
}

.contact-add .row{
    grid-row-gap:20px
}
.contact-info a {
    display: block;
    margin-bottom: 11px;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
}
.contact-add {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
/* .contact-add:before {
    content: "";
    background-image: url("../images/contact-bg-new.jpg");
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: .8;
    top: 0;
} */

.contact-inner {
    background: rgb(255 255 255 / 82%);
    margin: 20px;
    border: 2px solid #f08f21;
    padding: 13px;
}
.bg-contact {
    position: absolute;
    z-index: -1;
    opacity: 0.8;
    top: 0;
    left: 0;
}

/* .contact-info {
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    gap: 33px;
    justify-content: center;
} */

.contact-info {
    margin: 30px auto 0;
    display: flex;
    gap: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-number {
    display: flex;
    gap: 18px;
}
.contact-box button{
    text-align: center;
    display: block;
    margin: 20px auto 0;
    background: #f08f21;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 25px;
    transition: 0.3s ease-in-out;
    border: 3px solid #039;
}
.contact-box button:hover{
    background:#fff ;
    border: 3px solid  #f08f21;
    color: #f08f21;
}

footer{
    background: #039;
}
footer p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 10px;
}
#success-msg {
    text-align: center;
    color: green;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 12px;
}
#loader {
    position: absolute;
    top: 12px;
    left: 0;
}
#loader span {
    margin-left: 5px;
    vertical-align: sub;
}






.card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
  }
   .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
  }
  .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .field-error-msg{
    color: red;
    font-size: 12px;
    margin-top: 10px;
  }

