/* html {
    scroll-behavior: smooth;
} */

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 500;
}

.primarybg {
    background: #006cb6;
}


.secondarybg {
    background: #006cb6;
}

.darkbg {
    background: #000000;
}

.primaryClr {
    color: #006cb6;
}

.bgGrey {
    background: #F2F8FB;
}

.secondaryClr {
    color: #006cb6;
}

.fontbold {
    font-weight: 700 !important;
}

.fontnormal {
    font-weight: 400;
}

.clear {
    clear: both
}

.transition,
.our_services .team-members .team-member .team-desc,
.our_services .team-members .team-member .team-desc::before,
.mobile_bottom {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.object-fit,
.our_services .team-members .team-member .team-image>img,
.testimonials .team-members .team-member .team-image>img,
#blog .post-image img,
.inspiro-slider .slide .slide-captions .mobile_banner_pic img,
.pic_blocks .portfolio-image img,
.image_gallery .portfolio-image img {
    object-position: center;
    -o-object-position: center;
    -moz-object-position: center;
    -webkit-object-position: center;
    object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    height: 100%;
    width: 100%;
}

.testimonials .team-members .team-member .team-image>img,
#blog .post-image img {
    object-position: top;
    -o-object-position: top;
    -moz-object-position: top;
    -webkit-object-position: top;
}

.small_caption {
    font-size: 16px;
    color: #006cb6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.rg_btn {
    display: inline-block;
    margin: 15px 0;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.rg_btn i {
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 10px
}

.full_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page_title {
    color: #006cb6;

    font-size: 46px;
    line-height: 52px;
    position: relative;

    margin-bottom: 30px !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.page_title span {
    display: block;
    color: #000000;

}


.page_title.text-center::before {
    left: 50%;
    margin-left: -40px;
}



.about-image-block .list-icon li {
    width: 45%;
    display: inline-block;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
}

.about-image-block .list-icon li::before {
    width: 25px;
    height: 25px;
    background: #006cb6;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    left: 0;
    line-height: 25px;
}

.readmore {
    font-size: 18px;
}

.readmore i {
    font-size: 24px;
    position: relative;
    top: 4px;
}

.b-r-10 {
    border-radius: 10px;
}

.small_title {
    font-size: 18px;
    line-height: 26px;
    color: #006CB6;
    font-weight: 700;
}

.carousel_tltle {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.section_title {
    font-size: 46px;
    line-height: 50px;
    color: #006CB6;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif;
}
