body{
    font-family: "Roboto", sans-serif !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
}
.ms-4{
   margin-left: 2.1rem !important
}
a{
    text-decoration: none !important;
    color: inherit !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-22 {
    font-size: 22px !important;
}
.f-24{
    font-size: 24px !important;
}
.f-25{
    font-size: 25px !important;
}
.f-26{
    font-size: 26px !important;
}
.f-28{
    font-size: 28px !important; 
}
.f-30{
    font-size: 30px !important;
}
.f-400 {
    font-weight: 400 !important;
}
.f-500 {
    font-weight: 500 !important;
}
.f-600 {
    font-weight: 600 !important;
}
.f-700 {
    font-weight: 700 !important;
}
.f-800 {
    font-weight: 800 !important;
}
.f-900 {
    font-weight: 900 !important;
}
.f-black{
    color: #000;
}
.f-white{
    color: #fff;
}
.f-con{
    color: #5D6063;
}
.bg-c-gra{
/* gradient */
background: linear-gradient(96.93deg, #6EB86F -3.51%, #65BEEC 102.93%);
}
.bg-gray{
    background-color: #F2F2F2 !important;
}
.bg-blue{
    background-color: #67BEEB !important;
}
.bg-green{
    background-color: #6EB86F !important;
}
.br-16{
    border-radius: 16px;
}
/* ----------- BTN ----------- */
.btn-primary{
    background-color: #6EB86F;
    border-color: #6EB86F;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover{
    background-color: transparent !important;
    border-color: #6EB86F;
    color: #6EB86F !important;
}
.btn-secondary{
    background-color: #67BEEB;
    border-color: #FFF;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.btn-secondary:hover{
    background-color: transparent !important;
    border-color: #FFF;
    color: #FFF !important;
}
.btn-primary2{
    background-color: #6EB86F;
    border-color: #FFF;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.btn-primary2:hover{
    background-color: transparent !important;
    border-color: #FFF;
    color: #FFF !important;
}

/* --------------- */
.breadcrumb-item{
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
}
#header .main-logo{
    width: 250px;
}
#header .nav-item{
    font-size: 16px;
    margin: 0px 10px;
    font-weight: 500;
}
#header .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  padding: 1rem 0;
}

#header .dropdown-item.active, .dropdown-item:active{
    background-color: #67BEEB !important;
    color: #fff !important;
}
#header .header-icon{
    width: 40px;
    height: 40px;
}


#main-banner{
    min-height: 70vh;
    background-image: url('../images/main-banner.png');
     background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-content: center;
}

.why-choose-us{
    background-image: url('../images/why_choose_us_bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.my-list{
    list-style: none;
    padding: 0px;
}
.my-list li {
    background: url('../images/icon/point.png') no-repeat left center;
    background-size: 24px;
    padding-left: 2em;
    line-height: 1.6;
}
.service-icon-dev{
    width: 70px;
    height: 70px;
    background-color: #F2F2F2 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-icon{
    width: 70px;
    height: 70px;
}
.serviceCard {
    transition: background 0.4s ease-in-out;
    background-color: #fff; /* default background */
    /* padding: 20px; */
    border-radius: 12px;
    height: 100%;
}

.serviceCard .serviceTitle,
.serviceCard .serviceCon {
    transition: color 0.4s ease-in-out;
}

.serviceCard .serviceTitle {
    color: #000;
}

.serviceCard .serviceCon {
    color: #3E5470;
}

.serviceCard:hover {
    background: linear-gradient(96.93deg, #6EB86F -3.51%, #65BEEC 102.93%);
}

.serviceCard:hover .serviceTitle,
.serviceCard:hover .serviceCon {
    color: #fff !important;
}
.star-rating {
    font-size: 18px;
    color: gold;
  }

.contact-short-sec{
    background-image: linear-gradient(rgba(4, 28, 51, 0.51), rgba(4, 28, 51, 0.51)),url('../images/comman_section_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-label{
    color: #fff !important;
}
.point{
    width: 24px;
    height: 24px;
}
.logo-grid .col-md-4 {
        border: 1px solid #ddd;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 150px;
        background-color: #fff;
    }

    .company-logo {
        width: 200px;
        max-width: 100%;
        height: auto;
        display: block;
    }

#footer{
    background-color: #F2F2F2 !important;
}
#footer ul{
    list-style: none !important;
    padding: 0px !important;
}
#footer .footer-link{
    color: #5D6063 !important;
}#footer .footer-icon{
    width: 24px;
    height: 24px;
}
/* Main */