body {
    height: 100vh;
    background: #f2f2f2;
    color: #fff;
}

.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
.h1 {
    font-weight: 900;
}

/*  */
.preloader {
    background-color: #fff;
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: 0.2ms;
}

/*
===========================================
7.header 
===========================================
*/
.top-header {
    background-color: #1B1E2A;
    height: 15px;
}

.main_header {
    padding: 5px 0;
    background-color: #ffffff;
    /* box-shadow: 0 4px 20px 0 rgb(167 172 183 / 30%); */
    box-shadow: 0 5px 6px -2px rgba(0, 0, 1, 0.3);
}

.main_header.sticky {
    background-color: #fff !important;
    box-shadow: 0 0 50px -13px #00000052;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    transition: 3s;
}

/*  */
.color_white {
    color: #ffffff;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.font_25 {
    font-size: 25px;
}

.text_bold {
    font-weight: bold;
}

.pd_top-10 {
    padding-top: 10px;
}

.pd_top-20 {
    padding-top: 20px;
}

.pd_l_20 {
    padding-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.btn-info {
    padding: 13px 33px !important;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #138496;
    border-color: #138496;
}

.btn-info:hover {
    color: #faa618 !important;
}

.logo_image {
    max-width: 90px;
    display: block;
}

.row_header {
    display: flex;
    align-items: center;
}

ul.main_menu {
    display: flex;
}

ul.main_menu a {
    color: #1D1D1D;
    padding: 0 30px;
    font-size: 12pt;
    font-weight: 500;
    position: relative;
}

ul.main_menu>li:first-child a {
    padding-right: 0 !important;
}

ul.main_menu a:hover {
    color: #faa618;
}

.sign_button {
    border: 1px solid black !important;
    border-radius: 4px;
    margin-right: 20px;
    background-color: unset;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    font-size: 12pt;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: color 0.4s, border-color .3s;
}

.sign_button:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #015ec6;
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.sign_button:hover {
    color: var(--main-orange);
    border-color: #015ec6 !important
}

.sign_button:hover:before {
    height: 100%;
    width: 135%;
}

button.small_menu_btn {
    border: 0 none !important;
    background: #ededf1;
    border-radius: 8px;
    fill: #025ec7;
    width: 40px;
    height: 40px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 15px
}



/* mobile menu */

.sidebar_menu {
    width: 300px;
    background: #eaebf1;
    position: fixed;
    height: 100vh;
    right: 0;
    z-index: 9999;
    border-radius: 40px 0 0 40px;
    transition: 0.35s;
    transform: translateX(100%);
    box-shadow: none;
}

body:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    z-index: 998;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: 0.35s;
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.open_sidebar_menu:before {
    opacity: 1;
    transition: 0.35s;
    visibility: visible;
    transition-delay: 0.3s;
}

.sidebar_menu.is-open {
    transition: 0.35s;
    transform: translateX(0);
    box-shadow: 0 0 30px -7px rgb(23 15 90 / 50%);
}

.sidebar_menu .close {
    position: absolute;
    left: 30px;
    top: 30px;
    cursor: pointer;
}

.sidebar_menu .close svg {
    width: 30px;
    height: 30px;
    fill: #025ec7;
}

.mobile_menu {
    padding: 50px 0 0 0;
}

.mobile_menu a {
    display: flex;
    align-items: flex-end;
    padding: 10px 20px;
    color: #424242;
}

.mobile_menu a svg {
    width: 30px;
    height: 30px;
    margin: 0 0 0 12px;
    fill: #8f8eb2;
}

.hidden {
    display: none;
}
.ab_countin{
    display: flex!important;
    justify-content: space-evenly;
}
/*
===========================================
1.section1 (intro page home )
===========================================
*/

.section-intro {
    height: 60vh;
    max-height: 800px;
    background-image: url(../images/home/landing.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* animation: animatedBackground 400s linear infinite; */
    background-attachment: fixed;
}

.section-intro:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.bg_box {
    background-image: url(../images/home/partner.webp);
    background-repeat: no-repeat;
    background-position: center;
    /* width: 600px; */
    height: 220px;
}

@media screen and (max-width: 767.98px) {
    .bg_box {
        width: 100%;
        max-height: 150px;
    }
}

.section-intro .intro-title {
    margin-bottom: 20px;
    line-height: 40px;
}

.section-intro .intro_text {
    max-width: 75rem;
    z-index: 10;
    text-align: center;
}


.section-intro .search {
    padding: 13px 33px !important;
    font-size: 13.75pt
}

/* Small devices (landscape phones, 576px) */

@media screen and (max-width: 575.98px) {
    .section-intro {
        padding: 4em 2em
    }

    .section-intro .jumbotron-video {
        display: none;
    }

    .section-intro .intro-title {
        font-size: 20pt;
    }

    .search {
        padding: 5px 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .section-intro {
        padding: 4em 2em
    }

    .search {
        font-size: 14pt;
    }
}

/*  */
.about-section {
    /* padding: 120px 0 20px 0 !important; */
    margin-bottom: 0;
    background: url(../images/back-base.webp) repeat-x;
    width: 100% !important;
}
/* xs and sm device */

@media screen and (max-width: 767.98px) {
    .main_header {
        padding: 15px !important
    }

    .main_menu>li:not(:last-child) {
        display: none;
    }

    .button_show {
        display: flex !important;
        justify-content: flex-end
    }

    .sign_button {
        margin: 0;
        white-space: nowrap;
    }
    .scroll-to-top{
        bottom: 5px;
        left: 5px;
        padding: 5px 8px 8px 8px;
        font-size: 10px;
    }
    /* .our-team .item{
        height: 500px;
    } */
    .work-process-one__shape{
        display: none;
    }
    .ab_countin{
        display: block!important;
        text-align: center;
    }
    .ab_countin li{
        margin-bottom: 8px;
    }
    
}
@media screen and (min-width: 200px) and (max-width: 250.98px) {
    .team_member {
        height: 250px;
    }
}
@media screen and (min-width: 650px) and (max-width: 767.98px) {
    .team_member {
        height: 350px;
    }
}
@media screen and (max-width: 1023.98px) {
    .main_header {
        padding: 20px 32px
    }
}
@media (min-width: 576px){
.container {
  max-width: 540px!important;
}
}

/*  */
/*
==============================
6.section6
==============================
*/

.join {
    padding: 60px 0;
    position: relative;
}

.join .join_us:before {
    background-color: #11366f;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
}

.join .join_title {
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 0.88px;
}

.join_img img {
    width: 100%;
    height: 100%;
    border-radius: 50px 0 0 0;
}

.join_box {
    padding: 10px 0;
}

.join_box .join-texts {
    padding: 20px 0;
}

.join_box .join-texts h5 {
    font-weight: bold;
    letter-spacing: 0.64px;
}

.join_box .join-texts .join-description {
    min-height: 140px;
}

@media (max-width: 767.98px) {
    .join_box {
        padding: 0px 20px;
    }

    .join .join_us:before {
        height: 14%;
    }

    .join_box:first-child {
        padding-top: 60px;
    }

    .join_box .join-texts .join-description {
        min-height: 130px;
        padding-top: 20px;
    }
}

/*
==============================
6.footer
==============================
*/

.main_footer {
    background-color: #1B1E2A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0 0 0;
}

.menu_box li {
    padding: 5px 0;
}

.menu_box_title {
    margin: 0 0 15px 0;
    position: relative;
    font-weight: 900;
    font-size: 14pt;
}

.menu_box_item {
    padding: 7px 15px 7px 10px;
    position: relative;
    transition: 0.35s;
    white-space: nowrap;
    font-size: 14px;
}

.menu_box_item:hover {
    transition: 0.35s;
    padding-right: 20px;
    color: #ffc107;
}

ul.menu_box .menu_box_item:before {
    background-color: #faa618;
    border-radius: 50%;
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 0px;
}

.copyright {
    margin: 25px 0 0 0;
    padding: 20px;
    font-size: 9pt;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.display_flex {
    display: flex;
}

.justify_content_center {
    justify-content: center;
}

.footer_logo.logo_image {
    width: unset;
}

.footer_text {
    padding: 10px 0 20px 0;
}

.social_items a {
    margin: 0 5px;
}

.social_items svg {
    width: 35px;
    height: 35px;
    color: #fff;
    transition: .35s;
}

.social_items a:hover svg {
    color: #faa618;
    transition: .3s;
}

@media screen and (max-width: 767.98px) {
    /* .main_footer {
        padding: 60px 25px 0;
    } */
    .info-box-wrapper a{
        font-size:10pt ; 
    }

    .social_items {
        justify-content: center;
    }

    .descrption_column {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        /* -webkit-align-items: center;
        -moz-align-items      : center;
        -ms-align-items       : center;
        -o-align-items        : center;
        align-items           : center; */
        justify-content: space-between;
    }

    .footer_logo.logo_image {
        width: 150px;
        flex-shrink: 0;
        margin: 0 0 0 30px;
    }

    .footer_text {
        padding: 0;
        /* width: 48%; */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .link_footer {
        display: block;
        /* justify-content: center; */
        margin-bottom: 30px;
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }

    .descrption_column {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }

    .main_footer .logo_image img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    .social_items {
        justify-content: center;
    }
}

.footer_mobile_menu {
    column-gap: 25px;
    column-count: 2;
}

/* footer */

.agent-list-card .agent-list-card-footer {
    bottom: 0px;
    height: auto;
    border-top: 1px solid #eef3f6;
    line-height: 16px;
    padding: 10px 15px;
}

.agent-list-card-footer .agent-call-button {
    color: var(--global-color-text);
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    transition: 0.35s;
}

.agent-list-card-footer .agent-call-button svg {
    width: 16px;
    height: 25px;
}

/* 1 */
.ab_counting {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .ab_counting {
        flex-direction: column;margin-bottom: 25px;
    }
}

/* footer */
.footer_text {
    text-align: justify;
}

.info-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 2px 0;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.info-box-wrapper .icon {
    min-width: 20px;
    color: #666;
}

svg {
    display: inline-block;
    max-width: 100%;
}

.menu_box_title {
    color: #fff;
}

/*  */
/* .img-section{
   padding: 40px!important ;
  } */
.box {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100px; */
    margin-bottom: 10px;
}

/*
======================
 Work Process
======================
*/

.work-process-one__inner {
    position: relative;
    /* background-image: url(../images/work-process-shape-1-1-rtl.webp); */
    /* background-repeat: repeat-x;
     */
}

.work-process-one__inner {
    background-repeat: repeat-x;
}

.work-process-one .sec-title {
    margin-bottom: 63px;
}

.work-process-one .row {
    position: relative;
    z-index: 1;
}

.work-process-one__item {
    text-align: center;
}

.work-process-one__item__icon {
    position: relative;
    margin: 0 auto 22px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    font-size: 40px;
    color: #138496;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    z-index: 1;
    transition: all 400ms ease;
}

.work-process-one__item__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.work-process-one__item__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background-color: #138496;
    transition: transform 400ms ease, opacity 400ms ease;
}

.work-process-one__item:hover .work-process-one__item__icon {
    color: var(--mediox-white, #FFFFFF);
}

.work-process-one__item:hover .work-process-one__item__icon::after {
    opacity: 1;
    transform: scale(1);
}

.work-process-one__item__number {
    position: absolute;
    top: 0px;
    right: -6px;
}

.work-process-one__item__number::after {
    content: counter(chooseNumber);
    counter-increment: chooseNumber;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 400;
    background-color: var(--mediox-primary, #2C51A3);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-process-one__item__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.work-process-one__item__text {
    margin: 0;
    font-weight: 400;
    line-height: 1.75;
}

.work-process-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

@media (min-width: 1200px) {

    .work-process-one__item--reverse {
        margin-top: -7px;
        display: flex;
        flex-direction: column-reverse;
    }

    .work-process-one__item--reverse .work-process-one__item__icon {
        margin: 15px auto 0;
    }
}

/*  */
.testimonial-card__image {
    top: 30px;
    left: 30px;
}

.testimonial-card__quote-icon {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .testimonial-card__image img {
        width: 70px !important;
        height: 70px;
    }

    .testimonial-card__quote {
        font-size: 18px;
    }
}

.testimonial-card {
    position: relative;
}

.testimonial-card__image {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-card__image img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
}

.testimonial-card__content {
    padding: 0px 30px 33px;
    background-color: var(--mediox-white2, #f2f2f2);
    border-radius: 7px;
    transition: all 500ms ease;
}


.testimonial-card:hover .testimonial-card__content {
    background-color: var(--mediox-base, #138496);
}

.testimonial-card__quote-icon {
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-flex;
    font-size: 20px;
    color: var(--mediox-base, #138496);
    transition: all 500ms ease;
}

.testimonial-card__quote-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card__identity {
    margin-bottom: 14px;
}

.testimonial-card__name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 500ms ease;
}

.testimonial-card__designation {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
    transition: all 500ms ease;
}

.testimonial-card__quote {
    /* margin-bottom: 34px; */
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 500ms ease;
}

.testimonial-card__quote span {
    font-weight: 700;
}

.testimonial-card .mediox-ratings {
    gap: 5px;
}

.testimonial-card .mediox-ratings__icon {
    color: var(--mediox-primary, #2C51A3);
}

.testimonial-card:hover .testimonial-card__quote-icon,
.testimonial-card:hover .testimonial-card__name,
.testimonial-card:hover .testimonial-card__designation,
.testimonial-card:hover .testimonial-card__quote,
.testimonial-card:hover .mediox-ratings__icon {
    color: var(--mediox-white, #FFFFFF);
}

.testimonials-one {
    background-color: var(--mediox-white, #FFFFFF);
}

/* .testimonial-card__content {
    -webkit-mask: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20901%20901%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M842.474%201.57417C842.774%202.37417%20844.774%203.37417%20846.874%203.67417C848.974%204.07417%20855.274%206.57417%20860.774%209.27417C879.874%2018.5742%20893.074%2034.8742%20898.774%2055.9742C900.974%2064.1742%20900.874%20838.274%20898.674%20846.874C897.874%20850.074%20895.174%20856.774%20892.574%20861.874C883.474%20879.974%20866.874%20893.274%20846.374%20898.774C838.174%20900.974%2064.0742%20900.874%2055.4742%20898.674C45.2742%20896.074%2031.7742%20888.574%2024.1742%20881.274C13.9742%20871.274%205.97417%20857.774%203.67417%20846.374C3.27417%20844.574%202.37417%20842.774%201.57417%20842.474C-0.525825%20841.674%20-0.525825%20325.174%201.57417%20325.174C2.47417%20325.174%203.37417%20323.274%204.07417%20319.874C4.77417%20317.074%206.97417%20311.074%209.17417%20306.674C18.8742%20287.174%2037.6742%20272.774%2059.6742%20267.974C62.8742%20267.274%2092.7742%20266.674%20142.674%20266.274C218.874%20265.674%20220.774%20265.574%20226.674%20263.474C229.974%20262.274%20234.074%20260.774%20235.674%20259.974C241.474%20257.474%20252.874%20249.274%20257.474%20244.274C262.174%20239.274%20271.174%20226.174%20271.174%20224.374C271.174%20223.774%20271.774%20222.074%20272.574%20220.474C277.574%20210.674%20277.574%20211.374%20278.174%20133.674C278.874%2060.8742%20278.974%2058.0742%20282.574%2048.5742C290.374%2027.4742%20311.274%208.37417%20331.174%204.07417C334.274%203.37417%20336.174%202.47417%20336.174%201.57417C336.174%20-0.525825%20841.674%20-0.525825%20842.474%201.57417Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E');
    mask: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20901%20901%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M842.474%201.57417C842.774%202.37417%20844.774%203.37417%20846.874%203.67417C848.974%204.07417%20855.274%206.57417%20860.774%209.27417C879.874%2018.5742%20893.074%2034.8742%20898.774%2055.9742C900.974%2064.1742%20900.874%20838.274%20898.674%20846.874C897.874%20850.074%20895.174%20856.774%20892.574%20861.874C883.474%20879.974%20866.874%20893.274%20846.374%20898.774C838.174%20900.974%2064.0742%20900.874%2055.4742%20898.674C45.2742%20896.074%2031.7742%20888.574%2024.1742%20881.274C13.9742%20871.274%205.97417%20857.774%203.67417%20846.374C3.27417%20844.574%202.37417%20842.774%201.57417%20842.474C-0.525825%20841.674%20-0.525825%20325.174%201.57417%20325.174C2.47417%20325.174%203.37417%20323.274%204.07417%20319.874C4.77417%20317.074%206.97417%20311.074%209.17417%20306.674C18.8742%20287.174%2037.6742%20272.774%2059.6742%20267.974C62.8742%20267.274%2092.7742%20266.674%20142.674%20266.274C218.874%20265.674%20220.774%20265.574%20226.674%20263.474C229.974%20262.274%20234.074%20260.774%20235.674%20259.974C241.474%20257.474%20252.874%20249.274%20257.474%20244.274C262.174%20239.274%20271.174%20226.174%20271.174%20224.374C271.174%20223.774%20271.774%20222.074%20272.574%20220.474C277.574%20210.674%20277.574%20211.374%20278.174%20133.674C278.874%2060.8742%20278.974%2058.0742%20282.574%2048.5742C290.374%2027.4742%20311.274%208.37417%20331.174%204.07417C334.274%203.37417%20336.174%202.47417%20336.174%201.57417C336.174%20-0.525825%20841.674%20-0.525825%20842.474%201.57417Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
} */

.testimonial-card__image {
    top: 20px;
    left: 10px;
}

.box-2 img {
    margin-top: 10px;
}

.testimonial_grid .thumb {
    margin-bottom: 30px;
    background: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
    -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    box-shadow: 10px 0px 30px 0 rgb(0 20 9 / 10%);
    height: 480px;
}

.testimonial_grid .thumb .team-card .img_box {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.testimonial_grid .thumb .team-card img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
}

.testimonial_grid .thumb:hover .team-card img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.pq-post-date {
    background: #138496;
    padding: 4px 8px;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pq-post-date span {
    color: white;
}

.testimonial_grid:hover .pq-post-date span {
    color: #faa618 !important;
}

.team-card__identity {
    padding: 20px 30px;
    text-align: justify;
}

.team-card__designation {
    height: 160px;
overflow: hidden;
}

.social-links {
    justify-content: space-between;
    display: flex;
}

.social-links a {
    margin-left: 10px;

}

.social-links a:hover {
    color: #faa618 !important;
}

.social-links a i {
    font-size: 15px
}

.pq-button-text {
    border: 0 none;
    transition: 0.2s;
}

.pq-button-text:hover {
    color: #faa618 !important;
    border-bottom: 2px solid #faa618;
    transition: 0.2s;
}

.info-box-value {
    color: white
}

.social_icon i {
    color: white;
    padding-left: 20px;
    font-size: 18px;
}

.social_icon i:hover {
    color: #faa618 !important;
}

/* .social_text{
    margin: 15px 0;
} */
.main_footer .main_title {
    font-size: 25px;
    font-weight: bold;
    color: white;
}

/* our_partner */
.our_partner {
    filter: grayscale(1);
    transition: 0.3s all ease;
}

.our_partner:hover {
    filter: grayscale(0);
}


/*  */
.ads_banner2 {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 7px;
}

.ads_banner2:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .35s .2s
}

.ads_banner2:hover:after {
    left: 100%
}
.scroll-to-top{
    position:fixed;
    bottom: 10px;
    left: 10px;
    background-color: #138496;
    color: #ededf1;
    padding: 8px 12px 12px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 50%;
    text-align: center;
    display: flex;
    font-size: 15px;
}