
html{
    scroll-behavior: smooth;
}

/* ======== scroll code ====== */
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #27657c; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #27657c; 
  }
/* ======== scroll code ====== */

.header-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    padding: 10px 40px 2px 28px;
    border-bottom-left-radius: 0px !important;
    background-color: #222;
}

.block-services__description {
    height: 140px !important;
}


.sample h1 {
    text-align: center;
    margin: 35px 0 20px 0 !important;
  }
  

  .autocomplete-items {
    position: absolute;
    z-index: 1;
    border: 1px solid;
    padding: 0px 20px;
    top: 60px;
    width: 244px;
    background-color: blue;
    color: white;
}

.btn_mod-b:hover {
    color: white !important;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.header__wrap a img {
    top: 0 !important;
    width: 170px !important;
    margin: 15px 0 0 -20px !important;
}

/* @media only screen and (max-width: 1326px) {
  .header__wrap {
    top: 0 !important;
    right: -70px !important;
    left: -71px !important;
    border-bottom-left-radius: 0 !important;
}
  } */


  /* .weight {
    border: none !important;
    margin-top: 12px !important;
} */


.form-group .submit-btn button {
    background-color: black !important;
    color: #fff !important;
    font-family: inherit;
    padding: 5px 22px !important;
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 7px !important;
    font-size: 15px !important;
    /* margin-left: -104px !important; */
    transition: all .3s;
}

.form-group .submit-btn button:hover {
    color: #fff !important;
    background-color: #27657c !important;
    border-color: #27657c !important;
}


.abt-mr-top {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /* font-weight: 600; */
    /* text-align: left; */
}

.our-mission-top {
    margin-top: 45px !important;
}

.abt-title-center{
    text-align-last: center !important;
}

.block-about .abt-title-center-decor {
    position: relative;
    text-align: center;
    margin: 20px auto !important;
}


/* ===== top button code ============ */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }

  .btn-lg, .btn-group-lg > .btn {
    padding: 10px 14px !important;
    font-size: 12px;
    line-height: 1.33;
    border-radius: 100% !important;
}

.btn-danger {
    color: #ffffff;
    background-color: #27657c !important;
    border-color: #27657c !important;
}

#btn-back-to-top:hover{
    color: black;
    background-color: #fff !important;
}
/* ===== top button code ============ */


.border-radius-none {
    border-radius: 0 !important;
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .margin-top-left {
        margin-left: 110px !important;
        margin-top: -15px !important;
    }

    .contact-margin-left {
        margin: 0 0 0 80px !important;
    }
  }



.header-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.header-icon-font-size {
        height: 30px !important;
        font-size: 20px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-logo {
        margin-left: -55px !important;
    }


    .margin-bottom-25 {
        margin: 25px auto !important;
    }

    .value-icon {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .value {
        /* border: 1px solid #27657c; */
        border-radius: 5px;
        padding: 5px 10px 5px 5px;
    }

    .value p {
        font-size: 15px;
        font-weight: 700;
    }

    .value-content {
        text-align: center;
    }


    .block-about .ui-subtitle-block {
        font-size: 22px !important;
    }


    .certi-icon {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    .certi-icon img {
        width: 250px !important;
        height: auto;
        text-align: center !important;
    }

    .certi-margin-top-60 {
        margin-top: -60px !important;
    }
    
    .services p {
        text-align: justify;
    }

    .services h3 {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 600;
        border-bottom: 2px dotted #eb0028;
        width: 230px;
    }

    .services img {
        width: 570px;
        height: 380px;
    }


    .services-sec:nth-child(2) {
        position: relative;
        margin-left: -85px !important;
    }

    .services-padding {
        padding: 50px 0px 50px 0px !important;
    }

    .footer-hov a:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

    .about ul {
        margin: 0;
        padding: 0;
        display: flex;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-53%, 10%);
    }
    
      
      .about ul li {
        list-style: none;
        margin: 0 15px;
      }
      
      .about ul li {
        position: relative;
        display: block;
        border-radius: 50%;
        transition: .5s;
    }
      
      .about ul li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #27657c;
        transition: .5s;
        transform: scale(.9);
        z-index: -1;
      }
      
      .about ul li:hover::before {
        transform: scale(1.1);
        box-shadow: 0 0 15px #27657c;
      }
      
      .about ul li:hover {
        color: #27657c;
        box-shadow: 0 0 5px #27657c;
        text-shadow: 0 0 5px #27657c;
    }

    .sp-image-container:after {
        background-color: rgba(0, 0, 0, 0.15) !important;
    }

    .block-about__img {
        padding-left: 10px !important;
        border-top-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .margin-top-100px {
        margin-top: -100px !important;
    }

    /* .contact-margin-left {
        margin: 0 0 0 80px !important;
    } */


    .thank-font-size p {
        font-size: 20px;
        color: #008000;
    }
    
    .captcha-mt-1 {
    margin: 15px 0px 0px 0px !important;
}


