*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    /*font-family: 'Nanum Gothic', sans-serif;*/
    font-family: 'Arial, Helvetica', sans-serif;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
.header{
    width: 100%;
    min-height: 95vh;
    background-image:  linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(1, 51, 53, 0.52) ),
    url('/public/frontend/assets/images/banner2.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.navigation{
    width: 100%;
    min-height: 20px;
    background-color: #ffffff;
    /* backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.35);
   
    border-bottom: 1px solid rgba(255, 255, 255, 0.125); */
}
.navbar-nav .nav-item .nav-link{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding: 0 20px !important;
    cursor: pointer;
}
.navbar-nav .nav-item .active{
    color: #ecdc80;
    font-weight: 600;
}
.user .search-btn{
    min-width: 100px;
    padding: 0 20px;
    
    background-color: #037ce3;
}
.user span{
    width: 40px;
    height: 40px;
    background-color: #dce9fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hero-section{
    width: 100%;
    height: 85vh;
 
  display: flex;
  align-items: center;
  justify-self: center;
}
.hero-search-section{
    width: 100%;
    min-height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 20px 20px;
}
.hero-content h1{
    font-size: 40px;
    color: #dce9fb;
}
.hero-content p{
    font-size: 15px;
    color: #d8d8d8;
}
.search-tagline{
    color: #037ce3;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}
.form-input-box{
    width: 100%;
    height: 43px;
    position: relative;
}
.form-input{
    width:100%;
    height: 100%;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    padding: 0 45px 0 15px;
    border-radius: 4px;
    appearance: none;
    font-size: 14px;
}

.form-input::placeholder{
    font-size: 14px;
}
.form-input:focus{
    outline: none;
    border: 1px solid #037ce3;
}
.input-icon{
    width:40px;
    height: 40px;
    background-color: #dce9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position:absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.input-icon i{
    color: #037ce3;
    font-size: 13px;
}
.search-btn{
    width:100%;
    height: 43px;
    background-color: #037ce3;
    color: #ffffff;
    border:0;
    outline:none;
    border-radius:4px;
    font-size:14px;
    font-weight: 600;
}
.search-keyword-container{
    width:100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}
.search-keyword-container h6{
    color: #d8d8d8;
    margin-bottom: 0;
    font-size: 15px;
}
.search-keyword{
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: .8rem;
    text-decoration: none;
}
.search-by-category-section{
    padding-bottom: 40px;
    padding-top: 40px;
}
.section-heading{
    font-size: 28px;
    color: #1c4255;
    font-weight: bold;
}
.section-para{
    font-size: 15px;
    color: #444444;
    margin-bottom: 0;
}
.heading-hr{
    width: 70px;
    height: 3px;
    background-color: #037ce3;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.search-category{
    width: 100%;
    min-height: 155px;
    padding: 20px 15px;
    text-align: center;
    background-color: #dce9fb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
    border: 1px solid #c3dff7;
}
.search-category img{
    height: 55px;
    margin-bottom: 15px;
  
}
.search-category h6{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.about-service-section{
    width: 100%;
   
    overflow-x: hidden !important;
   /* background-image: url(public/frontend/assets/images/O9FG4W0.jpg); */
   background-position: center;
   background-size: cover;
   background-color: #dce9fb;
   padding: 50px 15px;
}


.service-content h6{
    font-size: 20px;
    color: #1c4255;
    font-weight: 700;
}
.service-content p{
    font-size: 15px;
    color: #444444;
}
.service-section{
    width: 100%;
    min-height: 200px;
    background-image: url('public/frontend/assets/images/service-bg.jpg');
    background-position: center;
    background-size: cover;
    padding: 50px 0;
 
}
/* .service-section .section-heading{
    color: #ffffff !important;
    font-size: 36px;
   
    font-weight: bold;
}
.service-section .section-para{
    color: #d8d8d8 !important;
    font-size: 17px;
} */
.service-btn-box a button{
    min-width: 150px;
    height:45px;
    background-color:#1c4255;
    color:#ffffff;
    font-size:16px;
    font-weight:500;
    border:0;
    outline:none;
    cursor:pointer;
    border-radius: 5px;
    font-weight: 500;
    padding: 0 20px;
    margin-top: 20px;
}
.s-s{
    width: 100%;
    background-color: #c3dff7;
    border-radius: 8px;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-right .img-fluid , .service-left .img-fluid{
        mix-blend-mode: multiply;
}
.about-service-section .service-left{
    text-align: center;
}
.service-left img{
    height: 340px;
}
.service-right img{
    height: 350px;
}

.contact-container{
    width: 100%;
    min-height: 300px;
    padding: 40px 0;
     background-image:  linear-gradient(to bottom, rgba(0, 0, 0, 0.74), rgba(2, 51, 53, 0.795)),
     url('/public/frontend/assets/images/service-bg.jpg'); 
     background-position: center;
     background-size: cover;
}
.contact-container .section-heading{
    color: #ffffff;
}
.contact-form{
    width:100%;
    min-height:200px;
    padding:20px 30px;
    background-color: #c3dff7;
    border-radius:8px;
}
.contact-form-heading{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-form-group{
    margin-bottom: 20px;
}
.contact-form-group .contact-label{
    font-size: 14px;
    color: #1c4255;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-form-group .contact-input{
    width:100%;
    height:43px;
    background-color: #f5f5f5;
    border-radius: 4px;
    outline: none;
    padding: 0 15px;
    border: 1px solid #d8d8d8;
}
.contact-form-group .contact-textarea{
    width:100%;
   
    background-color: #f5f5f5;
    border-radius: 4px;
    outline: none;
    padding: 15px;
    border: 1px solid #d8d8d8;
}
.text-reset{
    font-size: 14px;
    color: #444444;
    text-decoration: none;
}

.feature-box{
    padding: 10px 30px 30px 30px;
    width: 100%;
   position: relative;
    border-radius: 15px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 420px;
}
.feature-box h5{
    font-size: 22px;
    font-weight: 600;
    color: #037ce3;
    margin-bottom: 20px;
}
.feature-img{
    width:110px;
    height:110px;
    background-color:#dce9fb;
    border-radius: 50%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-img img{
    height: 55px;
    mix-blend-mode: multiply;
}
.feature-box p{
    font-size:15px;
    color:#1c1c1c;
    margin-bottom: 0;
}
.abou{
    padding: 50px 15px;
}
.feature-list li{
    list-style-type: none;
    font-size: 14px;
    color: #000000;
   padding: 15px 20px;
   background-color: #dce9fb;
   border: 1px solid #70b2ea;
   border-radius: 8px;
   margin-bottom: 20px;
    border-left: 4px solid #037ce3;
}
.feature-list li:nth-last-child(1){
    margin-bottom: 0;
}
.feature-list li b{
    margin-right: 10px;
}
.feature-list{
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
}
#form .dropdown-menu-search, #form .dropdown-menu-search{
    width:100% !important;

}
#form .selected{
    font-weight: 600;
    color: #000000;
}
#form .dropdown-menu-inner{
    padding: 5px;
}
.feature-section{
    background-color: #dce9fb;
    padding: 50px 15px;

}
.contact-left .img-fluid{
    height: 360px !important;
}


@media only screen and (min-width:280px) and (max-width:767px){
    .feature-box{
        margin-bottom: 20px;
    }
    .navbar-nav .nav-item .nav-link{
        padding-left: 0 !important;
        margin-top: 10px;
        font-size: 13px;
    }
    .navbar-toggler{
      border: 0;
      padding: 0;
    }
    .navbar-toggler-icon{
        filter: invert(100%);
    }
    .navbar-brand img{
        height: 30px;
    }
    .hero-content h1{
        font-size: 22px;
    }
    .hero-content p{
        font-size: 13px;
    }
    .search-tagline{
        font-size: 15px;
    }
    .form-input-box{
        margin-bottom: 15px;
    }
    .search-keyword-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .search-keyword-name{
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }
    .search-keyword{
        font-size: 0.6rem;
    }
    .search-keyword-container h6{
        font-size: 13px;
    }
    .section-heading{
        font-size: 22px;
    }
    .search-category{
        margin-bottom: 15px;
    }
    .service-left{
        padding: 15px;
    }
    .service-content h6{
        font-size: 17px;
    }
    .service-content p{
        font-size: 13px;
    }
    .service-right .img-fluid{
        height: 250px;
    }
    .section-para{
        font-size: 13px;
    }
    .service-right-img{
        margin-top: 25px;
    }
    .service-btn-box a button{
        height: 40px;
        font-size: 14px;
    }
    .contact-left{
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:820px){
    .navbar-toggler{
        border: 0;
        padding: 0;
      }
      .navbar-toggler-icon{
          filter: invert(100%);
      }
      .contact-left{
        display: none;
      }
      .service-left{
        padding: 20px;
      }
      .service-right .img-fluid{
        height: 350px;
      }
      .search-category{
        margin-bottom: 25px;
      }
}