body {
    font-family: "Nunito Sans", sans-serif;
}


.h_row {
    display: flex;
    justify-content: space-between;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 50px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.logo img {
    width: 200px;
}

.banner {
    background: url(../images/banner_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
}

.banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: rgba(255, 255, 255, 0.8);
}

.banner_content {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_title {
    font-size: 70px;
    line-height: 67px;
    color: #249289;
    font-weight: 300;
}
.carousel{
    width: 100%;
}
.carousel-item{
    height:200px;
    width: 100% !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    display: none;
}

.about_us {
    margin-top: -115px;
    position: relative;
}

.abt_heading {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.abt_heading h1 {
    color: #249289;
}

.find {
    margin-top: 40px;
}

.srvs_item {
    background: #d3d3d3;
    /*color: rgb(255, 255, 255);*/
    height: 100%;
    padding: 40px;
    border-radius: 10px;
}

.srvs_item p {
    margin-bottom: 0;
}

.srvs_item i {
    font-size: 45px;
}

.srvs_item span {
    display: block;
    margin: 12px 0;
    font-size: 22px;
}

.srvs_item:hover {
    background: #249289;
}

.sec_pdn {
    padding: 70px 0;
}

.find_box {
    border: 1px solid #249289;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0 25px 0;
}

.icon_box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #249289;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin: 0 auto;
    margin-top: -50px;
}

.find_box h3 {
    color: #249289;
    margin: 15px 0;
}

.btn {
    background-color: #249289;
  /*  color: #fff;*/
    border-radius: 30px;
    padding: 8px 25px;
    border: 1px solid #249289;
    text-transform: uppercase;
}

.btn:hover {
    background: none;
    border: 1px solid #249289;
    color: #249289;
}

.aboutBg {
    box-shadow: 0 0 20px 2px hsla(0, 0%, 50%, .2);
    background-color: #d3d3d3;
    padding: 100px 50px;
  /*  color: #fff;*/
}

.enquiry_btn {
    background: none;
    border: none;
    font-size: 20px;
    text-transform: inherit;
    padding: 0 !important;
    margin-right: 10px;
}
.enquiry_btn:hover{
    border: none;
}
.enquiry_btn i {
    margin-right: 12px;
}

.abt_icon_bx {
    border: 1px solid #fff;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

.sub_title small{
    font-size: 20px;
    display: block;
    color: #249289;
    margin-bottom: 8px;
}

.abt_icon_bx:hover {
    background-color: #249289;
    border: 1px solid #249289;
}

.abt_icon_bx:hover img {
    filter: invert(100);
}

.abt_icon_bx img {
    width: 50px;
    margin-bottom: 20px;
}

.abt_icon_bx h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.footer_upper {
    background-color: #249289;
    color: #fff;
}

.footer_logo {
    width: 200px;
    margin-bottom: 25px;
}

.footer_upper h3 {
    font-size: 22px;
}

.footer_upper ul {
    padding-left: 0;
}

.footer_upper ul li {
    list-style: none;
    line-height: 30px;
}

.footer_upper ul li a {
    text-decoration: none;
    color: #fff;
}

.footer_upper ul li i {
    margin-right: 12px;
}

.footer_lower {
    padding: 10px 0;
}

.footer_lower p {
    text-align: center;
    color: #249289;
    margin-bottom: 0;
}

.sub_title {
    font-size: 40px;
    font-weight: 400;
}

.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    background-color: #fff;
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
    top: 0 !important;
}

.informed .bx_shdw {
    box-shadow: 0 0 20px 2px hsla(0, 0%, 50%, .2);
    border-radius: 10px;
    padding: 40px;
}

.informed .sub_title {
    color: #249289;
}

.informed input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 8px 15px;
    margin: 15px 0;
}

.bgClr {
    background: rgb(255, 255, 255);
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 50%, rgba(36, 146, 137, 1) 50%);
}

.informed_right {
    color: #fff;
}

.informed_right h3 {
    font-size: 25px;
    margin-bottom: 15px;
}


/* slider */
/* .slider{
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}
.slider .card{
   width: 25%;
   border: 1px solid red;
} */
.slider .card .img img{
    width:300px;
    margin: 0 auto;
}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #249289;
}

.carousel-indicators{
    display: none !important;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.copyRight{
    display:flex;
    justify-content:space-between;
}
.copyRight p a{
    text-decoration: none;
    color: #000;    
}