.row {
    margin: 0;
}
.container {
    width: 1334px !important;
    max-width: 100% !important;
}
body{
    overflow-x: hidden;
    position: relative;
}
a {
    text-decoration: none;
}
li {
    list-style-type: none;
}
header {
    background: #FFFFFF;
    padding: 15px 0;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.5s;
}
header.active{
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.15);
}
.page_main_content {
    overflow-x: hidden;
}
.nav_menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_menu_wrap .menu_sec > ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}
.menu_sec .contact_num {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #03AF56;
    display: flex;
    align-items: center;
}
.menu_sec .contact_num img {
    margin-right: 6px;
}
.menu_sec .nav_menu {
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    padding: 15px 0;
    color: #08163C;
    transition: .4s;
}
.menu_sec .chat_btn {
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    background: #315DFE;
    border-radius: 8px;
}
header .menu_sec .has_dropdown_li {
    position: relative;
}
header .menu_sec > ul > li{
    margin-left: 41px;
}
header .menu_sec > ul > li:first-child{
    margin-left: 0px;
}
header .menu_sec .has_dropdown .nav_menu {
    margin-left: 0;
}
header .menu_sec .has_dropdown > a > img {
    margin-left: 3px;
    margin-top: -2px;
    transition: 0.4s;
}
header .menu_sec .has_dropdown:hover > a > img {
    transform: rotate(180deg);
}
header .menu_sec > ul > li:first-child .sub_menu{
    min-height: 205px;
    min-width: 270px;
}
header .menu_sec .sub_menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    transform-origin: 0 0 0;
    left: -13px;
    opacity: 0;
    display: none;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
    min-width: 240px;
    padding: 16px 0 13px 20px;
    right: auto;
}
header .menu_sec > ul > li .deep_sub_menu{
    min-height: 424px;
}
header .menu_sec .deep_sub_menu {
    position: absolute;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transform-origin: 0 0 0;
    left: 97%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    top: 0;
    text-align: left;
    min-width: 254px;
    max-width: 100%;
    padding: 15px 15px 0 15px;
    right: auto;
    background-color: #e7e7e7;
}
.has_deep_drpdwn_li{
    cursor: pointer;
}
.has_deep_drpdwn_li:hover .deep_sub_menu{
    opacity: 1;
    visibility: visible;
}
.has_deep_drpdwn_li > img{
    display: none;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 3%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
header .menu_sec .sub_menu a {
    color: #08163C;
    padding: 7px 0;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
}
header .menu_sec .sub_menu a:hover {
    color: #315DFE;
}
header .menu_sec .has_dropdown_li:hover  .sub_menu {
    opacity: 1;
    display: block;
    animation: fadeUp 0.5s;
}
header .menu_sec .has_dropdown_li:hover .has_dropdown > a > img{
    transform: rotate(180deg);
}
.sub_menu::before {
    left: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 0.1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    content: "";
    z-index: -1;
    top: -7px;
}
.menu_bar,
.close_icon {
    display: none;
}
header .site_logo{
    position: relative;
    display: inline-block;
}
.mob_cta_sec {
    display: none;
    margin-top: 19px;
    margin-bottom: 10px;
}
.mob_cta_sec .contact_num img {
    margin-right: 9px;
}
.mob_cta_sec .contact_num {
    font-weight: 600;
    font-size: 16px;
    color: #03AF56;
    display: flex;
    align-items: center;
}
.mob_cta_sec .chat_btn {
    display: inline-block;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #315DFE;
    border-radius: 6px;
}
.mob_cta_sec .chat_btn {
    border-radius: 999px;
    background: #315DFE;
}
.has_dropdown_li .mobile_drpdwn_arw {
    transition: 0.4s;
    display: none;
}



@media only screen and (max-width: 1230px) {
    .menu_sec .contact_num {
        font-size: 16px;
    }
    .menu_sec .nav_menu {
        font-size: 16px;
    }
    .menu_sec .chat_btn {
        font-size: 15px;
        padding: 8px 18px;
    }
    header .menu_sec > ul > li{
        margin-left: 34px;
    }
}

@media only screen and (max-width: 1050px) {
    header .menu_sec > ul > li{
        margin-left: 25px;
    }
    header .menu_sec > ul > li{
        margin-left: 22px;
    }
}

@media only screen and (max-width: 991px) {
    header {
        padding: 15px 0 5px 0;
    }
    .mobile_contact_num a{
        display: flex;
        align-items: center;
        font-family: "Poppins", sans-serif;
    }
    .mobile_contact_num a span{
        color: #00BC5B;
        margin-left: 10px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }
    .menu_bar {
        display: block;
    }
    .mob_cta_sec {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .menu_sec {
        display: none;
    }
    .nav_menu_wrap .logo_sec {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    header .menu_sec {
        position: fixed;
        top: 174px;
        width: 100%;
        height: calc(100% - 174px);
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }
    header .menu_sec.active {
        display: block;
    }
    .nav_menu_wrap .menu_sec > ul {
        width: 266px;
        height: 100%;
        display: block;
        background-color: #fff;
        padding: 20px 0 80px 0;
        transition: transform 0.4s ease-out;
        transform: translate3d(-100%, 0, 0);
        overflow-y: scroll;
    }
    header .menu_sec.active > ul {
        transform: translate3d(0%, 0, 0);
    }
    header .menu_sec .nav_menu {
        padding: 12px 0;
        color: #000;
        margin-left: 0;
        font-weight: 600;
    }
    header .menu_sec > ul > li:nth-last-child(2),
    header .menu_sec > ul > li:last-child {
        display: none;
    }
    header .menu_sec .has_dropdown {
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    header .menu_sec .has_dropdown > a > img {
        display: none;
    }
    .has_dropdown .mobile_drpdwn_arw {
        display: block;
    }
    header .menu_sec .sub_menu {
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0 5px 12px 5px;
        min-width: unset;
        display: none !important;
    }
    header .menu_sec > ul > li {
        padding: 0 20px;
        border-bottom: 1px solid rgba(211, 211, 211, 0.4);
        margin-left: 0;
    }
    header .menu_sec > ul > li{
        margin-left: 0;
    }
    header .menu_sec .sub_menu a {
        padding: 7px 0;
        font-size: 15px;
    }
    header .menu_sec .has_dropdown.active  .mobile_drpdwn_arw {
        transform: rotate(90deg);
    }
    header .menu_sec .has_dropdown.active ~ .sub_menu{
        opacity: 1;
        display: block!important;
        animation: fadeUp 0.5s;
    }
    .sub_menu::before{
        display: none;
    }
    .has_deep_drpdwn_li > img {
        display: block;
    }
    header .menu_sec .has_deep_drpdwn_li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    header .menu_sec .has_deep_drpdwn_li .deep_sub_menu{
        display: none;
        min-width: unset;
        min-height: unset;
        padding: 0;
        padding-left: 8px;
    }
    header .menu_sec .has_deep_drpdwn_li .deep_sub_menu{
        position: static;
        width: 100%;
        background-color: transparent;
    }
    header .menu_sec .has_deep_drpdwn_li.active .deep_sub_menu{
        opacity: 1;
        display: block;
        visibility: visible;
    }
    header .menu_sec .has_deep_drpdwn_li > img{
        transition: .4s;
    }
    header .menu_sec .has_deep_drpdwn_li.active > img{
        transform: rotate(90deg);
    }
    header .menu_sec .has_deep_drpdwn_li .deep_sub_menu a{
        color: #5451CA;
    }
    .mobile_contact_num{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    header .menu_sec > ul > li .sub_menu{
        min-height: unset!important;
        min-width: unset!important;
    }
}
@media only screen and (max-width: 630px) {
    header {
        padding: 15px 0 5px 0;
    }
}
@media only screen and (max-width: 430px) {
    .nav_menu_wrap .logo_sec {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 370px) {
    .nav_menu_wrap .logo_sec {
        padding-left: 0px;
        padding-right: 0px;
    }
    header .menu_sec {
        top: 172.5px;
        height: calc(100% - 172.5px);
    }
    .mob_cta_sec .chat_btn{
        font-size: 15px;
        padding: 7px 13px;
    }
}

footer{
    padding: 60px 0 80px 0;
    background: #000000;
}

.foot_logo_sec{
    text-align: center;
    margin-bottom: 50px;
}

.foot_logo_sec a{
    display: inline-block;
    position: relative;
    right: 5px;
}
footer a.google_img{
    display: inline-block;
    position: relative;
    right: 4px;
}
footer .paym_img{
    margin-top: 10px;
    position: relative;
    right: 8px;
}
.social_media_icons{
    margin-top: 15px;
}

.social_media_icons a{
    display: inline-block;
    margin-right: 11px;
}

.foot_logo_sec .f_sub_desc{
    color: rgba(255,255,255);
    margin-top: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

footer .foot_menu_col .main_title{
    color: rgba(255,255,255);
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
}

footer .foot_menu_col hr{
    background:white;
    height: 2px;
    opacity: 0.6;
    margin: 10px 0 12px 0;
    width: 240px;
    max-width: 100%;
}

footer .foot_menu_col .foot_menu{
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

footer .foot_menu_col .city_list a{
    color: #2B3E5A;
}

footer .foot_menu_col .city_list{
    color: #2B3E5A;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
}

footer .bottom_menu_sec{
    margin-top: 40px;
}

.copy_rights{
    background: #171e25;
    padding: 14px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.copy_rights a{
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

footer .bottom_menu_sec .flex_divider{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

footer .bottom_menu_sec .flex_divider .payment_prt .title{
    color: #2B3E5A;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 30px;
}

footer .bottom_menu_sec .flex_divider2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .bottom_menu_sec .flex_divider2 .menu_prt a{
    color: #2B3E5A;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-right: 40px;
}

footer .flex_divider2 .social_icon_box{
    display: flex;
    align-items: center;
}

footer .flex_divider2 .social_icon_box .title, .social_icon_box .title{
    color: #2B3E5A;
    font-weight: 600;
    font-size: 18px;
    margin-right: 22px;
}

footer .flex_divider2 .social_icon_box img, .social_icon_box img{
    margin-right: 3px;
}

.contact_num_sec{
    background: #EEF6FF;
    padding: 14px 0;
}

.contact_num_sec .contact_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.contact_num_sec .contact_box a{
    display: flex;
    align-items: center;
    color: #0A0E4D;
    font-weight: 600;
    font-size: 17px;
}

.contact_num_sec .contact_box a img{
    margin-right: 20px;
}

footer .address_bar{
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    margin-bottom: 15px;
}
footer .address_bar img{
    flex-shrink: 0;
    margin-top: 3px;
}
footer .address_bar span{
    margin-left: 8px;
    display: inline-block;
}

.foot_divder{
    opacity: 0.26;
    background-color: white;
    height: 2px!important;
}

.foot_divder1{
    margin-top: 25px;
    margin-bottom: 25px;
}

.foot_divder2{
    width: 1286px;
    max-width: 100%;
    margin: 12px auto 18px auto;
}
.f_loc_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 25px;
}
.f_loc_menu a{
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 18px;
    margin: 4px 0;
}
.f_loc_menu a::after {
    content: '|';
    display: inline-block;
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.5);
}
.f_loc_menu a:last-child:after {
    display: none;
}
footer .payment_icon{
    margin-top: 10px;
}
footer .container > .row{
    justify-content: space-around;
}
@media only screen and (min-width: 992px) {
    footer .foot_menu_col:nth-child(2){
        width: 25%;
    }
    footer .foot_menu_col:nth-child(3){
        width: 25%;
    }
    footer .foot_menu_col:nth-child(4){
        width: 25%;
    }
}

@media only screen and (max-width: 1150px) {
    .foot_divder2{
        width: 850px;
        max-width: calc(100% - 44px);
    }
    .payment_icon {
        text-align: start!important;
        width: 850px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 991px) {
    footer .row{
        width: 850px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    footer .foot_menu_col{
        width: 50%!important;
        margin-bottom: 24px!important;
    }
    footer .container > .row{
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 830px) {
    .contact_num_sec .contact_box{
        flex-direction: column;
    }
    .contact_num_sec .contact_box > div{
        min-width: 265px;
        margin-bottom: 15px;
    }
    .contact_num_sec{
        padding: 20px 0 5px 0;
    }
}

@media only screen and (max-width: 767px) {
    footer .bottom_menu_sec .flex_divider{
        flex-direction: column;
        align-items: flex-start;
    }
    footer .bottom_menu_sec .flex_divider .logo_prt{
        order: 2;
    }
    footer .bottom_menu_sec .flex_divider .logo_prt{
        margin-bottom: 10px;
    }
    footer .bottom_menu_sec .flex_divider .payment_prt{
        margin-bottom: 15px;
    }
    footer .bottom_menu_sec .flex_divider .social_icon_box{
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    footer{
        padding: 40px 0 20px 0;
    }
    footer .foot_menu_col{
        width: 100%!important;
    }
    .f_loc_menu a{
        font-size: 16px;
    }
    .foot_divder1{
        margin-bottom: 5px;
    }
}

.faq_sec{
    padding: 0px 0 100px 0;
}

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

.faq_sec .flex_divider .main_title {
    color: #2B3E5A;
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    width: 485px;
    max-width: 100%;
    padding: 0 30px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.faq_sec .flex_divider .main_title .ques_overl{
    position: absolute;
    top: 12%;
    right: 10%;
    z-index: -1;
}

.faq_sec .flex_divider .faq_cont_sec {
    width: 775px;
    max-width: 100%;
}

.faq_sec .flex_divider .faq_cont_sec .faq_item {
    padding: 16px 0;
    border-top: 1.5px solid rgba(43, 62, 90, 0.25);
}

.faq_sec .flex_divider .faq_cont_sec .faq_item:last-child {
    border-bottom: 1.5px solid rgba(43, 62, 90, 0.25);
}

.faq_cont_sec .faq_item .quest {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
}

.faq_cont_sec .faq_item.active .quest {
    margin-bottom: 9px;
}

.faq_item .quest .icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 30px;
}

.faq_item .quest .icon > div {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #2B3E5A;
    border-radius: 5px;
}

.faq_item.active .quest .icon > div:last-child {
    display: none;
}

.faq_item .quest .icon > div:last-child {
    transform: rotate(90deg);
    position: relative;
    bottom: 3px;
}

.faq_sec .flex_divider .faq_cont_sec .faq_item .answ {
    font-weight: 500;
    font-size: 17px;
    line-height: 31px;
    color: #2B3E5A;
    display: none;
    padding-left: 54px;
}

.faq_sec .flex_divider .faq_cont_sec .faq_item .answ.show {
    display: block;
}

.highlight_text{
    color: #7162E3;
}

.seo_content_sec{
    padding-bottom: 130px;
}

.seo_content_sec .main_title{
    font-weight: 700;
    font-size: 33px;
    line-height: 42px;
    color: #2B3E5A;
    margin-bottom: 11px;
}

.seo_content_sec{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2B3E5A;
}

.seo_content_sec .cta_btn_grp a{
    background: #E04948;
    border-radius: 9px;
    color: #FFFFFF;
    display: inline-block;
    padding: 11px 20px;
    font-weight: 600;
}
.seo_content_sec .img_col{
    margin-bottom: 20px;
}
.seo_content_sec .img_col:nth-child(2){
    text-align: end;
}

.seo_content_sec .img_col .seo_main_img{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}

.seo_list_sec{
    margin-bottom: 16px;
    max-width: 100%;
}

.seo_list_sec.dbl{
    display: flex;
    flex-wrap: wrap;
}

.seo_list_sec.trpl{
    display: flex;
    flex-wrap: wrap;
}

.seo_list_sec.trpl .list{
    width: 33.33%;
    padding: 0 10px;
}

.seo_list_sec.dbl .list{
    width: 50%;
    padding: 0 10px;
}

.seo_list_sec .list{
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.seo_list_sec .list img{
    margin-right: 11px;
    margin-top: 7px;
    flex-shrink: 0;
}

.service_price_sec .price_card .desc .tooltip_content {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 240px;
    max-width: 99%;
    box-shadow: 0 2px 10px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    background-color: white;
    top: -125px;
    left: 32%;
    z-index: 99999;
    font-size: 14px;
    font-weight: 500;
}

.service_price_sec .price_card .tooltip_content::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    right: 47px;
}

.service_price_sec .price_card .desc > span:hover ~ .tooltip_content {
    opacity: 1;
    visibility: visible;
}

.scroll_click{
    cursor: pointer;
}

.service_review_sec {
    background: #08163C;
    padding: 80px 0 55px 0;
    margin-bottom: 150px;
}

.service_review_sec .main_title {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 48px;
}
.service_review_sec .service_review_slider .item {
    width: 264px;
    margin-left: auto;
    margin-right: auto;
}
.service_review_sec .service_review_slider .author_sec_ser {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.author_sec_ser .img_box {
    margin-right: 17px;
}
.author_sec_ser .content {
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.8);
}
.author_sec_ser .img_box img {
    width: 48px;
    height: 48px;
}
.author_sec_ser .content span {
    font-weight: 400;
    font-size: 14px;
}

.service_review_sec .service_review_slider .review_desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.home_bnr_sec{
    padding: 70px 0 80px 0;
    position: relative;
    margin-bottom: 6px;
}

.home_bnr_sec .star_rating{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.home_bnr_sec .star_rating span{
    display: inline-block;
    color: #0B65E3;
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px;
}

.home_bnr_sec .trust_tit{
    color: #08163C;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: 70px;
}

.home_bnr_sec .main_title{
    color: #08163C;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}

.home_bnr_sec .sub_title{
    color: #7162E3;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.home_bnr_sec .sub_desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #08163C;
    margin-bottom: 14px;
}

.bnr_cta_btn a{
    display: inline-block;
    background: #315DFE;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.home_bnr_sec .img_col{
    text-align: end;
    padding-right: 0;
}

.home_bnr_sec .bnr_bg_overl{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.home_bnr_sec .bnr_bg_overl img{
    width: 2000px;
    height: 680px;
    object-fit: cover;
    object-position: bottom;
}
.our_clients_sec{
    padding-bottom: 92px;
}
.our_clients_sec .icon_box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.trans_most_sec{
    padding: 90px 0 55px 0;
    background: #08163C;
    color: white;
}

.trans_most_sec .main_title{
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 11px;
    text-align: center;
}

.trans_most_sec .sub_desc{
    width: 712px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}
.trans_most_sec .container > .row{
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}
.trans_most_sec .item_card{
    width: 300px;
    max-width: 100%;
    margin-bottom: 42px;
}
.trans_most_sec .t_title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
}

.trans_most_sec .t_title img{
    margin-right: 10px;
}

.trans_most_sec .t_desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 34px;
}

.feature_sec{
    margin-bottom: 140px;
    position: relative;
    height: 441px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature_sec .bg_overl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    width: 100%;
}
.feature_sec .bg_overl img{
    width: 100%;
    height: 436px;
    object-fit: cover;
}
.feature_sec .item_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expertise_sec{
    padding-bottom: 140px;
    text-align: center;
}

.expertise_sec .main_title{
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    color: #08163C;
    margin-bottom: 55px;
}

.expertise_sec .row{
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}

.expertise_sec .item_card{
    width: 536px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px #CCCCCC;
    border-radius: 15px;
    height: 100%;
}

.expertise_sec .item_card .sub_desc{
    margin-top:25px;
    color: #08163C;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    padding: 0 14px;
}
.expertise_sec .cta_btn_grp a{
    display: inline-block;
    padding: 8px 17px;
    background: #315DFE;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: white;
    margin-top: 15px;
}
.expertise_sec .col-lg-6:first-child .cta_btn_grp a{
    margin-top: 42px;
}
.transl_ind_sec{
    margin-bottom: 130px;
}
.transl_ind_sec .main_title{
    width: 678px;
    max-width: 100%;
    color: #08163C;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 15px;
}
.transl_ind_sec .sub_desc{
    width: 690px;
    max-width: 100%;
    color: #08163C;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 44px;
}

.transl_ind_sec .item_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.transl_ind_sec .container.ct_2{
    width: 1650px!important;
    max-width: 100%!important;
}
.transl_ind_sec .item_box1{
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
}
.transl_ind_sec .item_box2{
    width: 1450px;
    max-width: 100%;
}
.transl_ind_sec .item_box3{
    width: 1450px;
    max-width: 100%;
    margin-left: auto;
}
.transl_ind_sec .item_card{
    background: #FFFFFF;
    border: 1px solid #E4E9F2;
    box-shadow: 0px 0px 20px rgba(16, 23, 45, 0.16);
    border-radius: 8px;
    padding: 20px 15px;
    margin: 0 10px 50px 10px;
    width: 291px;
    max-width: 100%;
    text-align: center;
}
.transl_ind_sec .item_card .t_title{
    color: #08163C;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
.specl_ser_sec{
    margin-bottom: 105px;
}
.specl_ser_sec .main_title{
    color: #08163C;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 75px;
    margin-left: 35px;
    text-align: center;
}
.specl_ser_sec .item_box{
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.specl_ser_sec .grid_item{
    display: flex;
}
.specl_ser_sec .grid_item .left_sec{
    width: 598px;
    max-width: 100%;
    margin-right: 15px;
}
.specl_ser_sec .grid_item .right_sec{
    width: 346px;
    max-width: 100%;
    margin-left: 15px;
}
.specl_ser_sec .grid_item .item_card1{
    background: #66A7FD;
    border: 1px solid #E4E9F2;
    box-shadow: 0px 0px 20px rgba(16, 23, 45, 0.16);
    border-radius: 8px;
    padding: 25px 20px 30px 40px;
    display: flex;
    margin-bottom: 27px;
    position: relative;
}
.specl_ser_sec .item_card1 .cont_sec{
    width: 71%;
}
.specl_ser_sec .item_card1 .s_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #08163C;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.specl_ser_sec .item_card1 .s_desc{
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #08163C;
    margin-bottom: 20px;
}
.specl_ser_sec .item_card1 .s_btn a{
    display: inline-block;
    background: rgba(250, 250, 250, 0.3);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 22px;
    color: #08163C;
}
.specl_ser_sec .item_card1 .s_btn a img{
    margin-left: 5px;
    margin-top: -2px;
}
.specl_ser_sec .item_card1 .img_sec{
    width: 29%;
    position: absolute;
    top: -17%;
    right: 0%;
}
.specl_ser_sec .grid_item .item_card2{
    background: #0B65E3;
    border: 1px solid #E4E9F2;
    box-shadow: 0px 0px 20px rgba(16, 23, 45, 0.16);
    border-radius: 8px;
    padding: 29px 40px 25px 40px;
}
.specl_ser_sec .item_card2 .cont_sec{
    width: 75%;
}
.specl_ser_sec .item_card2 .s_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.specl_ser_sec .item_card2 .s_desc{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.specl_ser_sec .item_card2 .s_btn a{
    display: inline-block;
    background: rgba(250, 250, 250, 0.3);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 22px;
    color: #08163C;
}
.specl_ser_sec .item_card2 .s_btn a img{
    margin-left: 5px;
    margin-top: -2px;
}
.specl_ser_sec .item_card2 .img_sec{
   text-align: end;
}
.specl_ser_sec .grid_item .item_card3{
    background: #7162E3;
    border: 1px solid #E4E9F2;
    box-shadow: 0px 0px 20px rgba(16, 23, 45, 0.16);
    border-radius: 8px;
    padding: 40px 31px 0px 35px;
    margin-bottom: 22px;
}
.specl_ser_sec .item_card3 .s_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.specl_ser_sec .item_card3 .s_desc{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.specl_ser_sec .item_card3 .s_btn a{
    display: inline-block;
    background: rgba(250, 250, 250, 0.3);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 22px;
    color: #08163C;
}
.specl_ser_sec .item_card3 .s_btn a img{
    margin-left: 5px;
    margin-top: -2px;
}
.specl_ser_sec .item_card3 .img_sec{
    margin-top: 15px;
   text-align: center;
}
.specl_ser_sec .grid_item .item_card4{
    background: #162962;
    border: 1px solid #E4E9F2;
    box-shadow: 0px 0px 20px rgba(16, 23, 45, 0.16);
    border-radius: 8px;
    padding:25px;
}
.specl_ser_sec .item_card4 .s_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.specl_ser_sec .item_card4 .s_desc{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.specl_ser_sec .item_card4 .s_btn a{
    display: inline-block;
    background: rgba(250, 250, 250, 0.3);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 22px;
    color: #FFFFFF; 
}
.specl_ser_sec .item_card4 .s_btn a img{
    margin-left: 5px;
    margin-top: -2px;
}
.specl_ser_sec .sub_desc{
    margin-top: 26px;
    color: #08163C;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
}
.home_bnr_sec.serv_bnr .container{
    width: 1284px !important;
}
.home_bnr_sec.serv_bnr .img_col{
    text-align: left;
}
.menu_sec .chat_btn{
    border-radius: 999px;
    padding: 8px 25px;
    background: #315DFE;
} 
.gmb_banner{
    padding: 100px 0 230px 0;
    background: rgba(28, 56, 80, 0.05);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 92%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 92%, 0% 75%, 0 0);
}

.gmb_banner .container{
    width: 1250px!important;
}
.gmb_banner .main_title{
    color: #041D34;
    font-weight: 800;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 12px;
    letter-spacing: -0.8px;
    width: 496px;
    max-width: 100%;
}
.gmb_banner .sub_desc{
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.56px;
    width: 408px;
    max-width: 100%;
    margin-bottom: 23px;
    color: #041D34;
}
.gmb_banner .bnr_cta_btn a{
    font-weight: 600;
    font-size: 18px;
    padding: 11px 30px;
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    display: inline-block;
}
.home_bnr_sec.serv_bnr .sub_desc{
    width: 401px;
    max-width: 100%;
}
.gmb_banner .img_sec{
    position: relative;
    display: inline-block;
    padding-top: 16px;
    padding-left: 15px;
}
.gmb_banner .img_sec > picture > img{
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.gmb_banner .bg_wht_overl{
    background: #FFFFFF;
    box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 335px;
    width: 555px;
    z-index: 1;
    max-width: 95%;
    max-height: 92%;
}
.gmb_banner .gmb_bnr_overl1{
    position: absolute;
    top: -17%;
    right: -6%;
}
.service_pg .feature_sec{
    margin-bottom: 75px;
}
.view_sampl_sec{
    margin-bottom: 130px;
}
.view_sampl_sec .card_box{
    background: #F1F1F1;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
}
.view_sampl_sec .col-lg-6{
    padding: 0 8px;
}
.view_sampl_sec .col-lg-6:last-child .card_box{ 
    background: #E1F6FD;
}
.view_sampl_sec .cont_sec{
    padding: 25px 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #041D34;
}
.view_sampl_sec .main_title{
    color: #041D34;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 12px;
}
.view_sampl_sec p{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #041D34;
    margin-bottom: 9px;
}
.view_sampl_sec .gmb_cta_btn_grp a{
    display: inline-block;
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    padding: 11px 30px;
    font-weight: 600;
    font-size: 17px;
    color: white;
    margin-top: 15px;
}
.view_sampl_sec .col-lg-6:first-child .gmb_cta_btn_grp a{
    margin-top: 31px;
}
.gm_seo_cont_sec{
    padding-bottom: 130px;
}
.gm_seo_cont_sec .main_title{
    color: #041D34;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 11px;
    letter-spacing: -0.8px;
}
.gm_seo_cont_sec .sub_desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #041D34;
    letter-spacing: -0.56px;
}
.gm_seo_cont_sec .img_sec .g_seo_img{
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.22);
}
.gm_seo_cont_sec .gm_cta_btn a{
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    color: white;
    letter-spacing: 0.17px;
    margin-top: 8px;
}
.gm_seo_cont_sec.des2 .cont_col{
    padding-right: 80px;
}
.gm_seo_cont_sec .img_sec{
    position: relative;
    display: inline-block;
}
.gm_seo_cont_sec.des2 .img_col:nth-child(2){
    text-align: right;
}
.gm_seo_cont_sec.des2 .img_sec .g_seo_img{
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    box-shadow: none;
}
.serv_list_gm{
    padding: 70px 0 40px 0;
    background: #F1F1F1;
}
.serv_list_gm .main_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 54px;
    color: #041D34;
    text-align: center;
    letter-spacing: -0.8px;
}
.serv_list_gm .card_box_sec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.serv_list_gm .c_item{
    position: relative;
    width: 235px;
    text-align: center;
    margin: 0 30px;
    margin-bottom: 55px;
}
.serv_list_gm .heading{
    text-align: center;
}
.serv_list_gm .c_list_box, .serv_list_gm .heading{
    position: relative;
    z-index: 1;
}
.serv_list_gm .c_list_box{
    display: inline-block;
}
.serv_list_gm .c_list_box .c_list{
    text-align: start;
    margin: 3px 0;
    color: #21384D;
    font-weight: 500;
    font-size: 17px;
}
.serv_list_gm .c_list_box .c_list img{
    margin-right: 5px;
}
.serv_list_gm .clr_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: skewX(-11deg);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.clr_overlay .clr_1{
    background: #E1F6FD;
    height: 63px;
}
.clr_overlay .clr_2{
    background: #FBFEFF;
    height: 139px;
}
.serv_list_gm .c_item .heading{
    padding: 16px 0 15px 0;
    color: #041D34;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px; 
}
.gm_seo_cont_sec.dec3{
    padding: 110px 0 100px 0;
    background: #E1F6FD;
    margin-bottom: 130px;
}
.gm_seo_cont_sec.dec3 .container{
    width: 1204px !important;
}
.gm_seo_cont_sec.dec3 .dec3_overl{
    height: 100%;
    width: 100%;
    position: absolute;
    top: -16px;
    left:-16px;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}
.gm_seo_cont_sec.dec3 .img_sec .g_seo_img{
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
}
.medc_cont_sec{
    margin-bottom: 130px;
}
.medc_cont_sec .flex_box_item{
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}
.medc_cont_sec .flex_box_item .img_sec{
    width: 48%;
}
.medc_cont_sec .flex_box_item .img_sec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.medc_cont_sec .flex_box_item .cont_sec{
    width: 52%;
    background: #091452;
    padding: 47px 50px 47px 50px;
}
.medc_cont_sec .flex_box_item .cont_sec a{
    color: rgb(255, 255, 255, 0.85);
}
.medc_cont_sec.desc2 .flex_box_item .cont_sec{
    padding: 47px 50px 47px 65px;
}
.medc_cont_sec .main_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.8px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.medc_cont_sec .sub_desc{
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: rgb(255, 255, 255, 0.85);
    letter-spacing: -0.56px;
}
.medc_cont_sec .gm_cta_btn a{
    display: inline-block;
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.17px;
    padding: 11px 35px;
    color: #FFFFFF!important;
    margin-top: 8px;
}
.gm_seo_cont_sec.dec4 .img_sec .g_seo_img{
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.25);
}
.gm_seo_cont_sec.dec4 p.sub_head{
    color: #041D34;
    font-weight: 700;
    font-size: 22px;
    line-height: 39px;
    letter-spacing: -0.8px;
}
.gm_seo_cont_sec.dec5 .img_col:nth-child(2){
    text-align: end;
}
.gm_seo_cont_sec.dec5 .img_sec .g_seo_img{
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 12%);;
}
.flag_flz_box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flag_flz_box .f_item{
    display: flex;
    align-items: center;
    width: 192px;
    max-width: 100%;
    margin-bottom: 20px;
}
.flag_flz_box .f_item img{
    margin-right: 8px;
}
.gm_loc_sec{
    background: #F0F0F0;
    padding: 70px 0;
}
.gm_loc_sec .main_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.8px;
    margin-bottom: 7px;
    color: #041D34;
    text-align: center;
}
.gm_loc_sec .sub_desc{
    width: 546px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 45px; 
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #041D34;
    letter-spacing: -0.56px;
    text-align: center;
}
.gm_loc_sec .sub_desc a{
    color: #041D34;
}
.gm_loc_sec .flex_bx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gm_loc_sec .flex_bx .cont_sec{
    padding-right: 95px;
    width: 430px;
    max-width: 100%;
}
.gm_loc_sec .flex_bx .sub_title{
    text-align: center;
    margin-bottom: 31px;
    color: #041D34;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.8px;
}
.gm_loc_sec .flex_bx .flx_item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.56px;
}
.gm_loc_sec .flex_bx .flx_item.head1{
    color: #315DFE;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.56px;
}
/* .gm_loc_sec .flex_bx .flx_item.hlt1{
    color: #EE6492;
}
.gm_loc_sec .flex_bx .flx_item.hlt1 a{
    color: #EE6492;
} */
.gm_loc_sec .flex_bx .flx_item > div:nth-child(1){
    width: 70%;
}
.gm_loc_sec .flex_bx .flx_item > div:nth-child(2){
    width: 25%;
}
.gm_loc_sec .flex_bx .img_sec{
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px 6px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}
.gm_loc_sec .flex_bx .img_sec img{
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
	border-radius:15px;
}
.gmfaq_sec{
    padding: 100px 0;
}
.gmfaq_sec .main_title{
    text-align: center;
    margin-bottom: 30px;
    color: #041D34;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.8px;
}

.gmfaq_sec .faq_cont_sec .answ {
    font-weight: 500;
    font-size: 17px;
    line-height: 31px;
    color: #2B3E5A;
    display: none;
}
.gmfaq_sec .faq_cont_sec .answ.show {
    display: block;
}
.faq_item .quest .icon{
    margin-right: 0;
    margin-left: 25px;
}

.gmfaq_sec .faq_cont_sec .faq_item{
    background: #DFE8F1;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 15px 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.gmfaq_sec .gm_faq_flx{
    display: flex;
    justify-content: space-between;
}
.faq_cont_sec .faq_item .quest{
    color: #041D34;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: -0.8px;
    justify-content: space-between;
}
.gmfaq_sec .faq_cont_sec{
    width: 49.5%;
}
.gm_review_sec{
    position: relative;
    padding-bottom: 110px;
    padding-top: 25px;
}
.gm_review_sec .clr_clip_overl{
    width: 50.5%;
    height: 677px;
    max-width: 100%;
    max-height: 100%;
    background: rgba(89, 203, 244, 0.18);
    -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0% 19%);
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0% 19%);
    position: absolute;
    top: -15%;
    right: 0;
    z-index: -1;
}
.gm_review_sec .lft_rev_pt{
    width: 600px;
    max-width: 100%;
    text-align: center;
}
.gm_review_sec .gm_rev_slider img{
    width: unset;
}
.gm_review_sec .top_card1{
    background: #EBEBEB;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 25px 22px 22px 22px;
    width: 473px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gm_review_sec .top_card1 .cont_pg{
    color: #272727;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin: 13px 0 11px 0;
}
.gm_review_sec .top_card1 .cont_pg span{
    text-decoration: underline;
}
.gm_review_sec .top_card1 img{
    margin: 0 auto;
}
.gm_review_sec .top_card2{
    padding: 27px 45px;
    background: rgba(255, 208, 0, 0.2);
    border-radius: 12px 12px 0px 0px;
    width: 550px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gm_review_sec .owl-stage{
    display: flex;
}
.gm_review_sec .item{
    height: 100%;
}
.gm_review_sec .top_card2 .quote_pt{
    margin-bottom: 15px;
}
.gm_review_sec .top_card2 .cont_pt{
    color: #041D34;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.56px;
    text-align: start;
}
.gm_review_sec .top_card2 .gm_auth_pt{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.gm_review_sec .top_card2 .img_pt{
    margin-right: 17px;
}
.gm_review_sec .top_card2 .cnt_pt{
    color: #040404;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.gm_review_sec .top_card2 .cnt_pt span{
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    text-align: start;
}
.gm_review_sec .owl-theme .owl-dots .owl-dot span{
    margin: 5px 3px;
    width: 8px;
    height: 8px;
}
.gm_review_sec .owl-theme .owl-dots .owl-dot.active span, .gm_review_sec .owl-theme .owl-dots .owl-dot:hover span{
    background: #315DFE;
}
.gm_review_sec .gm_rev_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gm_review_sec .qual_crd_item{
    width: 610px;
}
.gm_review_sec .qual_crd_item .main_title{
    color: #041D34;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.8px;
    margin-bottom: 12px;
}
.gm_review_sec .qual_crd_item .sub_desc{
    color: #041D34;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.56px;
}
.gm_review_sec .qual_crd_item .gm_cta_btn a{
    display: inline-block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.17px;
    margin-top: 9px;
    padding: 11px 30px;
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
}
.place_ord_sec{
    margin-bottom: 130px;
    position: relative;
    padding-top: 35px;
}
.place_ord_sec .pl_clr_overl1{
    position: absolute;
    top: 0;
    left: 0;
    width: 53.7%;
    height: 306px;
    background: linear-gradient(270.1deg, rgba(255, 246, 204, 0.7) 55.08%, rgba(255, 246, 204, 0) 89.8%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    z-index: -1;
}
.place_ord_sec .pl_clr_overl2{
    position: absolute;
    top: 45px;
    right: 0;
    width: 53.7%;
    height: 306px;
    background: linear-gradient(90.17deg, #F1F1F1 62.44%, rgba(241, 241, 241, 0) 98.28%);
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
    z-index: -1;
}
.place_ord_sec .flx_box{
    display: flex;
    justify-content: space-between;
}
.place_ord_sec .flx_box .lft_sec{
    width: 37%;
}
.place_ord_sec .flx_box .rit_sec{
    width: 37%;
    margin-top: 36px;
}
.place_ord_sec .flx_box .main_title{
    font-weight: 700;
    font-size: 33px;
    line-height: 39px;
    letter-spacing: -0.8px;
    color: #041D34;
    margin-bottom: 50px;
    text-align: center;
}
.place_ord_sec .flx_crd_bx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.place_ord_sec .flx_crd_bx .crd_itm{
    width: 170px;
    max-width: 100%;
}
.place_ord_sec .flx_crd_bx .cnt_pt{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.56px;
    color: #041D34;
    margin-top: 13px;
}
.place_ord_sec .gm_pl_cta{
    text-align: center;
}
.place_ord_sec .gm_pl_cta a{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    padding: 11px 35px;
    margin-top: 55px;
}
.gm_seo_cont_sec.des2 .img_sec .g_seo_img{
    position: relative;
    z-index: 2;
}
.gm_seo_cont_sec.des2 .des2_overl{
    position: absolute;
    top: 0;
    left: -25px;
}
.gm_seo_cont_sec.des2 .des2_overl a{
    text-decoration: underline;
    color: rgba(66, 66, 66, 0.7);
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    width: 444px;
    max-width: 100%;
    position: absolute;
    top: 15px;
    left: 54%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}
.gm_seo_cont_sec.des2 .des2_overl img{
    box-shadow: 0px 0px 36px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}
.gm_seo_cont_sec .img_col:nth-child(2){
    text-align: end;
}
.gm_map_address{
    padding: 110px 0 60px 0;
    background: #F1F1F1;
    margin-bottom: 130px;
}
.gm_map_address .map_flx_box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.gm_map_address .map_flx_box .lft_sec{
    width: 40%;
}
.gm_map_address .map_flx_box .rit_sec{
    width: 40%;
}
.gm_map_address .map_box{
    position: relative;
    padding-top: 50px;
}
.gm_map_address .gm_map_overl{
    position: absolute;
    top: -10%;
    left: -5%;
    z-index: 1;
}
.gm_map_address .gm_map_overl a{
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-43%);
    color: #717171;
    font-weight: 500;
    font-size: 15px;
    width: max-content;
}
.gm_map_address .gm_map_overl2{
    position: absolute;
    top: -10%;
    left: -48px;
}
.gm_map_address .gm_map_overl3{
    position: absolute;
    bottom: -11%;
    left: -84px;
}
.gm_map_address .gm_map_overl img{
    box-shadow: 0px 0px 36px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}
.gm_map_address .bl_title{
    color: #315DFE;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}
.gm_map_address .bl_title.mt_5{
    margin-top: 25px;
}
.gm_map_address iframe{
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.05));
    border-radius: 10px;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.gm_map_address .sb_tit{
    color: #041D34;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
}
.gm_map_address .sub_desc_gm{
    width: 340px;
    max-width: 100%;
}
.gm_map_address p{
    font-weight: 500;
    font-size: 19px;
    line-height: 32px;
    color: #041D34;
}
.gm_map_address p a{
    color: #041D34;
}
.gm_map_address .tch_cta_btn a{
    display: inline-block;
    background: #315DFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    letter-spacing: 0.17px;
    font-weight: 600;
    font-size: 18px;
    padding: 11px 35px;
    color: white;
}
.gm_map_address .gm_feat_flx{
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
.gm_map_address .container.sec_cont{
    width: 1400px!important;
}
.gm_map_address .gm_feat_flx .crd_itm{
    text-align: center;
    width: 25%;
    position: relative;
}
.gm_map_address .gm_feat_flx .crd_itm::after{
    content: '';
    display: inline-block;
    height: 113px;
    width: 2px;
    background: rgba(8, 22, 60, 0.45);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.gm_map_address .gm_feat_flx .crd_itm:last-child:after{
    display: none;
}
.gm_map_address .gm_feat_flx .f_title{
    color: #041D34;
    letter-spacing: 0.2px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.gm_map_address .gm_feat_flx .f_img{
    min-height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gm_map_address .gm_feat_flx .f_cont{
    width: 239px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 18px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.28px;
}
.gm_map_address .gm_feat_flx .flx_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    letter-spacing: -0.8px;
    font-weight: 500;
    font-size: 19px;
    text-align: start;
    margin-bottom: 20px;
}
.gm_map_address .gm_feat_flx .flx_cont picture{
    display: inline-block;
    flex-shrink: 0;
}
.gm_map_address .gm_feat_flx .flx_cont span{
    min-width: 170px;
    max-width: 100%;
}
.gm_map_address .gm_feat_flx .flx_cont img{
    margin-right: 22px;
}
.gmb_banner{
    overflow-x: hidden;
}
.faq_item .quest .icon{
    flex-shrink: 0;
}
.seo_list_sect{
    margin-bottom: 16px;
    max-width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #041D34;
}
.seo_list_sect.trpl {
    display: flex;
    flex-wrap: wrap;
}
.seo_list_sect.trpl .gm_list{
    width: 33.33%;
    padding: 0 10px;
}
.seo_list_sect.dbl .gm_list {
    width: 50%;
    padding: 0 10px;
}
.seo_list_sect.dbl {
    display: flex;
    flex-wrap: wrap;
}
.seo_list_sect .gm_list{
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    padding: 0 10px;
}
.seo_list_sect .gm_list img {
    margin-right: 11px;
    margin-top: 7px;
    flex-shrink: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.sub_head_newold {
	color: #041D34;
	font-weight: 700;
	font-size: 22px;
	line-height: 39px;
	letter-spacing: -0.8px;
}
.sing_loc_footer{
    background: #000000;
    padding: 15px 0 12px 0;
}
.sing_loc_footer .flx_divider{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.sing_loc_footer .flx_divider > div{
    padding: 0 12px;
}
.sing_loc_footer .g_map_prt{
    width: 786px;
    max-width: 100%;
}
.sing_loc_footer div.contact_us_prt{
    width: 471px;
    max-width: 100%;
    padding-left: 40px;
}
.sing_loc_footer .main_title{
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.sing_loc_footer .c_flx_cnt{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.sing_loc_footer .c_flx_cnt span{
    display: inline-block;
}
.sing_loc_footer .c_flx_cnt .icon{
    margin-right: 30px;
    flex-shrink: 0;
    margin-top: 5px;
}
.sing_loc_footer .c_flx_cnt:nth-child(2){
    margin-bottom: 26px;
}
.sing_loc_footer .c_flx_cnt:last-child{
    margin-bottom: 0;
}
.sing_loc_footer .c_flx_cnt:nth-child(2) .icon{
    margin-top: 0;
}
.sing_loc_footer .c_flx_cnt .c_cont{
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #FFFFFF;
}
.sing_loc_footer .c_flx_cnt .c_cont.mail{
    word-break: break-all;
    width: 322px;
    max-width: 100%;
}
.sing_loc_footer .copy_right_sc{
    color: white;
    font-size: 13px;
}
.sing_loc_footer .copy_right_sc a{
    color: white;
    font-size: 13px;
}
.sing_loc_footer iframe{
    border-radius: 15px;
    max-width: 100%;
}
@media only screen and (min-width: 1081px){
    .home_bnr_sec.serv_bnr .cont_col{
        width: 47.66666667%;
    }
    .home_bnr_sec.serv_bnr .img_col{
        width: 52.33333333%;
    }
}
@media only screen and (max-width: 1400px){
    .transl_ind_sec .main_title, .transl_ind_sec .sub_desc{
        margin-left: 28px;
    }
    .place_ord_sec .flx_box{
        justify-content: space-around;
    }
}
@media only screen and (max-width: 1280px){
    .gm_review_sec .clr_clip_overl{
        width: 52%;
    }
}
@media only screen and (max-width: 1260px){
    .gm_review_sec{
        padding-bottom: 70px;
        padding-top: 25px;
    }
    .gm_review_sec .clr_clip_overl{
        display: none;
    }
    .gm_review_sec .gm_rev_flx{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .gm_review_sec .qual_crd_item{
        width: 800px;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .gm_loc_sec .flex_bx .cont_sec{
        padding-right: 60px;
    }
    .gm_loc_sec .flex_bx .img_sec{
        width: 50%;
    }
}
@media only screen and (max-width: 1200px){
    .home_bnr_sec{
        margin-bottom: 60px;
    }
    .gm_map_address iframe{
        height: 324px;
    }
    .gm_map_address .gm_map_overl a{
        font-size: 14px;
    }
    .sing_loc_footer div.contact_us_prt{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1150px){
    .gm_map_address iframe{
        max-width: 95%;
        height: 314px;
    }
}
@media only screen and (max-width: 1120px){
    .gm_map_address iframe{
        max-width: 95%;
        height: 304px;
    }
    .gm_seo_cont_sec.des2 .des2_overl a{
        font-size: 13px;
        line-height: 20px;
        width: 390px;
        top: 14px;
    }
    .gm_map_address .gm_feat_flx .flx_cont{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1080px){
    .gmb_banner .main_title{
        font-size: 40px;
        line-height: 50px;
    }
    .gm_map_address .gm_map_overl a{
        font-size: 12px;
    }
    .gm_map_address iframe{
        height: 287px;
    }
    .home_bnr_sec .bnr_bg_overl{
        display: none;
    }
    .home_bnr_sec{
        background: #F3F8FF;
    }
    .home_bnr_sec .cont_col{
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .home_bnr_sec .img_col{
        width: 100%;
        text-align: center;
    }
    .home_bnr_sec .trust_tit{
        top: 40px;
    }
    .home_bnr_sec .star_rating{
        justify-content: center;
    }
    .home_bnr_sec .main_title, .home_bnr_sec .sub_desc{
        width: 800px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .our_clients_sec{
        padding-bottom: 60px;
    }
    .home_bnr_sec.serv_bnr .img_col{
        text-align: center;
    }
    .gm_seo_cont_sec.des2 .des2_overl a{
        font-size: 11px;
        line-height: 15px;
        width: 334px;
        top: 15px;
    }
}
@media only screen and (max-width: 1040px){
    .gm_map_address iframe{
        height: 267px;
    }
}
@media only screen and (max-width: 991px){
    .sing_loc_footer .flx_divider{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .sing_loc_footer div.contact_us_prt{
        margin-top: 40px;
    }
    header .site_logo{
        bottom: 0;
    }
    .contact_num_sec{
        display: none;
    }
    .faq_sec .flex_divider{
        flex-wrap: wrap;
        justify-content: center;
    }
    .faq_sec .flex_divider .main_title{
        text-align: center;
        margin-bottom: 50px;
    }
    .faq_sec .flex_divider .main_title br{
        display: none;
    }
    .faq_sec .flex_divider .main_title .ques_overl{
        top: -52%;
        right: -28%;
    }
    .seo_content_sec .row{
        justify-content: center;
    }
    .seo_content_sec .cont_col{
        order: 1;
        width: 80%;
    }
    .seo_content_sec .img_col{
        order: 3;
        width: 80%;
        text-align: start!important;
        margin-top: 50px;
    }
    .seo_cont_full_end{
        order: 2;
        width: 80%;
        margin-top: 0;
    }
    .expertise_sec .item_card{
        height: unset;
        margin-bottom: 40px;
    }
    .transl_ind_sec .item_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .transl_ind_sec .item_card{
        width: 30%;
    }
    .feature_sec .item_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature_sec .bg_overl{
        display: none;
    }
    .feature_sec{
        background: #F1F7FF;
        height: unset;
        padding: 80px 0 30px 0;
    }
    .feature_sec .item_box .item{
        width: 33.33%;
        text-align: center;
        margin-bottom: 50px;
    }
    .specl_ser_sec .item_card2 .cont_sec{
        margin-bottom: 15px;
    }
    .specl_ser_sec .grid_item .item_card3{
        padding: 30px 10px 0px 17px;
    }
    .home_bnr_sec{
        padding: 70px 0 10px 0;
        margin-bottom: 100px;
    }
    .home_bnr_sec .trust_tit {
        top: 87px;
    }
    .home_bnr_sec.serv_bnr{
        padding: 70px 0 40px 0;
    }
    .gmb_banner{
        clip-path: none;
        text-align: center;
        padding: 47px 0 92px 0;
        margin-bottom: 60px;
    }
    .gmb_banner .main_title, .gmb_banner .sub_desc{
        margin-left: auto;
        margin-right: auto;
        width: 585px;
    }
    .gmb_banner .sub_desc{
        width: 505px;
    }
    .gmb_banner .cont_col{
        margin-bottom: 80px;
    }
    .view_sampl_sec .card_box{
        width: 661px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        height: unset;
    }
    .view_sampl_sec .col-lg-6:first-child .gmb_cta_btn_grp a {
        margin-top: 20px;
    }
    .gm_seo_cont_sec .row{
        justify-content: center;
    }
    .gm_seo_cont_sec .cont_col{
        order: 2;
        width: 80%;
        margin-top: 45px;
    }
    .gm_seo_cont_sec .img_col{
        order: 1;
        width: 80%;
        text-align: left!important;
    }
    .medc_cont_sec .flex_box_item{
        flex-wrap: wrap;
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }
    .medc_cont_sec .flex_box_item .cont_sec{
        order: 2;
    }
    .medc_cont_sec .flex_box_item .img_sec{
        order: 1;
    }
    .medc_cont_sec .flex_box_item .cont_sec, .medc_cont_sec .flex_box_item .img_sec{
        width: 100%;
    }
    .medc_cont_sec.desc2 .flex_box_item .cont_sec{
        padding: 47px 50px 47px 45px;
    }
    .gm_seo_cont_sec.des2 .des2_overl a{
        top: 22px;
    }
    .place_ord_sec .pl_clr_overl2, .place_ord_sec .pl_clr_overl1{
        display: none;
    }
    .place_ord_sec{
        padding-top: 0;
    }
    .place_ord_sec .flx_box{
        flex-wrap: wrap;
    }
    .place_ord_sec .container{
        padding: 0;
    }
    .place_ord_sec .flx_box .lft_sec{
        width: 100%;
        background-color: #FFF6CCB2;
        padding: 40px 0;
    }
    .place_ord_sec .flx_box .rit_sec{
        width: 100%;
        margin-top: 0;
        background-color: #F1F1F1;
        padding: 40px 0;
    }
    .gm_seo_cont_sec.dec3{
        margin-bottom: 0;
    }
    .place_ord_sec .flx_crd_bx{
        justify-content: space-evenly;
    }
    .gm_map_address .map_flx_box{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .gm_map_address .map_flx_box .lft_sec{
        width: 386px;
        max-width: 100%;
    }
    .gm_map_address .map_flx_box .rit_sec{
        width: 386px;
        max-width: 100%;
        margin-top: 60px;
    }
    .gm_map_address .gm_feat_flx{
        flex-wrap: wrap;
    }
    .gm_map_address .gm_feat_flx .crd_itm{
        width: 50%;
        margin-bottom: 50px;
    }
    .gm_map_address{
        padding: 110px 0 10px 0;
    }
    .gm_map_address .gm_feat_flx .crd_itm:nth-child(2)::after{
        display: none;
    }
    .gm_review_sec .gm_rev_flx{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px){
    .gm_seo_cont_sec .cont_col, .gm_seo_cont_sec .img_col{
        width: 100%;
    }
    .trans_most_sec .sub_desc{
        max-width: 96%;
    }
    .transl_ind_sec .main_title, .transl_ind_sec .sub_desc{
        margin-left: 0;
        padding-left: 28px;
    }
    .faq_sec .flex_divider .main_title .ques_overl{
        right: -18%;
    }
    .service_highlight_sec .item_box .item_crd {
        width: 100%;
        right: 20px;
    }
    .seo_content_sec .cont_col{
        width: 95%;
    }
    .seo_content_sec .img_col{
        width: 95%;
    }
    .seo_cont_full_end{
        width: 95%;
    }
    .transl_ind_sec .item_card{
        width: 46%;
    }
    .specl_ser_sec .grid_item{
        flex-wrap: wrap;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .specl_ser_sec .grid_item .left_sec{
        width: 100%;
        margin-right: 0;
    }
    .specl_ser_sec .grid_item .right_sec{
        width: 100%;
        margin-left: 0;
        margin-top: 27px;
    }
    .specl_ser_sec .grid_item .item_card1, .specl_ser_sec .grid_item .item_card2, .specl_ser_sec .grid_item .item_card3{
        align-items: center;
        padding: 25px;
    }
    .specl_ser_sec .item_card1 .img_sec{
        position: static;
        top: unset;
        text-align: end;
    }
    .specl_ser_sec .item_card2 .cont_sec{
        margin-bottom: 35px;
    }
    .specl_ser_sec .item_card2 .img_sec, .specl_ser_sec .item_card3 .img_sec{
        text-align: start;
    }
    .specl_ser_sec .main_title{
        margin-left: 0;
        text-align: center;
    }
    .gm_loc_sec .flex_bx{
        flex-wrap: wrap;
    }
    .gm_loc_sec .flex_bx .img_sec{
        width: 100%;
    }
    .gm_loc_sec .flex_bx .cont_sec{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .gmfaq_sec .gm_faq_flx{
        flex-wrap: wrap;
        justify-content: center;
    }
    .gmfaq_sec .faq_cont_sec{
        width: 90%;
    }
}

@media only screen and (max-width: 600px){
    .seo_list_sect .gm_list{
        width: 100%;
        padding: 0;
    }
	.sub_head_newold{
	font-size: 20px;
	line-height: 29px;
    }
    .seo_list_sect.trpl .gm_list{
        width: 100%;
        padding: 0;
    }
    .seo_list_sect.dbl .gm_list {
        width: 100%;
        padding: 0;
    }
    .place_ord_sec .gm_pl_cta a{
        margin-top: 30px;
    }
    .faq_sec .flex_divider .main_title .ques_overl img{
        width: 50px;
        height: auto;
    }
    .faq_sec .flex_divider{
        justify-content: flex-start;
    }
    .faq_sec .flex_divider .main_title .ques_overl{
        right: 20%;
        top: -25%;
    }
    .seo_content_sec .cont_col{
        width: 100%;
    }
    .seo_content_sec .img_col{
        width: 100%;
    }
    .seo_cont_full_end{
        width: 100%;
    }
    .seo_list_sec.dbl .list{
        width: 100%;
        padding: 0;
    }
    .seo_list_sec.trpl .list{
        width: 100%;
        padding: 0;
    }
    .seo_list_sec.mob_dbl .list{
        width: 50%;
        padding: 0 10px;
    }
    .seo_content_sec .main_title{
        font-size: 27px;
        line-height: 37px;
    }
    .seo_content_sec{
        padding-bottom: 50px;
    }
    .faq_sec{
        padding: 0px 0 61px 0;
    }
    .faq_sec .flex_divider .main_title{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
        text-align: start;
        padding: 0 0 0 10px;
    }
    .home_bnr_sec{
        padding: 40px 0 8px 0;
        margin-bottom: 87px;
    }
    .home_bnr_sec .trust_tit{
        top: 75px;
    }
    .home_bnr_sec .main_title{
        font-size: 31px;
        line-height: 41px;
    }
    .our_clients_sec{
        padding-bottom: 10px;
    }
    .our_clients_sec .icon_box{
        flex-wrap: wrap;
    }
    .our_clients_sec .icon_box .item{
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }
    .home_bnr_sec .star_rating img{
        width: 125px;
    }
    .home_bnr_sec .star_rating span{
        font-size: 14px;
    }
    .trans_most_sec{
        padding: 50px 0 10px 0;
        margin-bottom: 0px;
    }
    .feature_sec .item_box .item{
        width: 50%;
        padding: 0 10px;
    }
    .trans_most_sec .main_title{
        margin-left: 0;
        padding-left: 15px;
        font-size: 28px;
        line-height: 40px;
        max-width: 100%;
    }
    .trans_most_sec .sub_desc{
        max-width: 100%;
        margin-left: 0;
        padding-left: 15px;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .feature_sec{
        padding: 60px 0 5px 0;
        margin-bottom: 60px;
    }
    .expertise_sec .main_title{
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .expertise_sec .col-lg-6:first-child .cta_btn_grp a{
        margin-top: 22px;
    }
    .expertise_sec .item_card .sub_desc{
        padding: 0 2px;
    }
    .expertise_sec{
        padding-bottom: 30px;
    }
    .transl_ind_sec .main_title{
        font-size: 27px;
        line-height: 37px;
    }
    .transl_ind_sec .item_box{
        padding: 0;
    }
    .transl_ind_sec .item_card{
        width: 43%;
        padding: 20px 10px;
        font-size: 17px;
        line-height: 27px;
    }
    .transl_ind_sec .main_title, .transl_ind_sec .sub_desc{
        padding-left: 15px;
    }
    .transl_ind_sec{
        margin-bottom: 35px;
    }
    .service_review_sec{
        padding: 55px 0 35px 0;
        margin-bottom: 54px;
    }
    .service_review_sec .main_title{
        line-height: 34px;
    }
    .specl_ser_sec .main_title{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 44px;
    }
    .specl_ser_sec .grid_item .item_card1{
        flex-wrap: wrap;
    }
    .specl_ser_sec .item_card1 .cont_sec{
        width: 100%;
    }
    .specl_ser_sec .item_card1 .img_sec{
        width: 100%;
        margin-top: 60px;
        text-align: center;
    }
    .specl_ser_sec .item_card2 .img_sec, .specl_ser_sec .item_card3 .img_sec{
        text-align: center;
    }
    .specl_ser_sec{
        margin-bottom: 40px;
    }
    .specl_ser_sec .sub_desc{
        margin-top: 40px;
    }
    .specl_ser_sec .item_card3 .img_sec{
        margin-top: 30px;
    }
    .transl_ind_sec .item_card .t_title{
        font-size: 16px;
        margin-top: 14px;
    }
    .specl_ser_sec .item_card2 .cont_sec{
        width: 100%;
    }
    .home_bnr_sec.serv_bnr{
        padding: 40px 0 40px 0;
    }
    .gmb_banner{
        padding: 40px 0 85px 0;
        margin-bottom: 45px;
    }
    .gmb_banner .main_title{
        font-size: 35px;
        line-height: 45px;
    }
    .gm_review_sec .qual_crd_item .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .gm_review_sec{
        padding-bottom: 50px;
    }
    .gm_map_address{
        padding: 90px 0 0px 0;
        margin-bottom: 65px;
    }
    .gm_seo_cont_sec .cont_col{
        margin-top: 40px;
    }
    .gm_seo_cont_sec .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .gm_seo_cont_sec{
        padding-bottom: 65px;
    }
    .view_sampl_sec{
        margin-bottom: 25px;
    }
    .gm_seo_cont_sec.des2 .des2_overl a{
        top: 18px;
    }
    .gm_seo_cont_sec.des2 .cont_col{
        padding-right: 12px;
    }
    .serv_list_gm{
        padding: 45px 0 20px 0;
    }
    .serv_list_gm .main_title{
        font-size: 27px;
        line-height: 36px;
    }
    .gm_seo_cont_sec.dec3{
        padding: 75px 0 60px 0;
    }
    .place_ord_sec .flx_box .main_title{
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 35px;
    }
    .place_ord_sec .flx_crd_bx .cnt_pt{
        font-size: 17px;
        line-height: 22px;
    }
    .place_ord_sec{
        margin-bottom: 65px;
    }
    .medc_cont_sec .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .medc_cont_sec .flex_box_item .cont_sec{
        padding: 40px 30px 40px 30px;
    }
    .medc_cont_sec.desc2 .flex_box_item .cont_sec{
        padding: 40px 30px 40px 30px;
    }
    .medc_cont_sec{
        margin-bottom: 65px;
    }
    .gm_loc_sec{    
        padding: 50px 0;
    }
    .gm_loc_sec .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .gm_loc_sec .sub_desc{
        font-size: 16px;
        line-height: 26px;
    }
    .gmfaq_sec{
        padding: 50px 0;
    }
    .gmfaq_sec .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .gmfaq_sec .faq_cont_sec{
        width: 98%;
    }
    .gm_map_address{
        overflow-x: hidden;
    }
    .gm_map_address .gm_feat_flx{
        margin-top: 65px;
    }
    .gm_map_address .gm_feat_flx .f_title{
        font-size: 20px;
        line-height: 25px;
    }
    .gm_map_address .gm_feat_flx .f_cont{
        font-size: 16px;
        line-height: 22px;
    }
    .gm_map_address .gm_feat_flx .flx_cont{
        padding-left: 10px;
        font-size: 16px;
    }
    .gm_map_address .gm_feat_flx .flx_cont img{
        margin-right: 12px;
    }
    .gm_map_address p{
        font-size: 17px;
        line-height: 30px;
    }
    .gm_map_address .map_flx_box .lft_sec{
        padding-left: 14px;
    }
    .gm_map_address iframe{
        height: 253px;
    }
    .gm_map_address .gm_map_overl2{
        left: -35px;
    }
    .gm_map_address .gm_map_overl3{
        left: -55px;
    }
    .gm_map_address .gm_feat_flx .crd_itm::after{
        display: none;
    }
    .gm_map_address .gm_feat_flx .crd_itm{
        padding: 0 10px;
    }
    .gm_map_address .container.sec_cont{
        padding: 0;
    }
    .gm_review_sec .top_card1 .cont_pg{
        font-size: 16px;
        line-height: 25px;
    }
    .gm_review_sec .top_card2{
        padding: 24px 30px;
    }
    .view_sampl_sec .main_title{
        font-size: 27px;
        line-height: 35px;
    }
    .gm_seo_cont_sec.dec4 p.sub_head{
        font-size: 20px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 500px){
    .gm_seo_cont_sec.des2 .des2_overl a{
        width: 302px;
        font-size: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 425px){
    .gm_seo_cont_sec.des2 .des2_overl a{
        width: 218px;
        font-size: 9px;
        top: 6px;
    }
    .view_sampl_sec .cont_sec{
        padding: 25px 20px;
    }
    .faq_sec .flex_divider .faq_cont_sec .faq_item .answ{
        font-size: 16px;
        line-height: 29px;
    }
    .home_bnr_sec .star_rating img{
        width: 105px;
    }
    .home_bnr_sec .star_rating span{
        font-size: 12px;
    }
    .home_bnr_sec .star_rating{
        margin-bottom: 8px;
    }
    .expertise_sec .item_card{
        padding: 20px 15px;
    }
    .expertise_sec .cta_btn_grp a{
        padding: 8px 10px;
        font-size: 14px;
    }
    .transl_ind_sec .item_card{
        margin: 0 6px 20px 6px;
        padding: 17px 8px;
        width: 45%;
    }
    .transl_ind_sec .item_card .t_title{
        font-size: 15px;
        line-height: 22px;
        margin-top: 12px;
    }
    .gm_map_address .map_flx_box .rit_sec{
        padding: 0 10px;
    }
    .gm_map_address iframe {
        height: 243px;
    }
    .gm_map_address .gm_map_overl a{
        font-size: 10px;
        top: 22px;
    }
    .gm_map_address .gm_feat_flx .f_title{
        font-size: 17px;
        line-height: 22px;
    }
    .gmb_banner{
        padding: 40px 0 60px 0;
    }
    .gmfaq_sec .faq_cont_sec .faq_item{
        padding: 15px 20px;
    }
    .faq_cont_sec .faq_item .quest{
        font-size: 17px;
        line-height: 26px;
    }
    .gm_map_address .gm_feat_flx .flx_cont span{
        min-width: 129px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 390px){
    .gm_map_address iframe {
        height: 229px;
    }
    .faq_sec .flex_divider .main_title .ques_overl{
        right: 15%;
    }
    .service_price_sec .price_card .desc .tooltip_content{
        left: 26%;
    }
    .service_price_sec .price_card .tooltip_content::after{
        right: 40px;
    }
    .transl_ind_sec .item_card .t_title{
        font-size: 14px;
    }
    .home_bnr_sec .trust_tit{
        font-size: 22px;
    }
    .home_bnr_sec .cont_col{
        padding: 0;
    }
}
@media only screen and (max-width: 380px){
    .gm_map_address .gm_map_overl{
        top: -8%;
    }
    .gm_map_address iframe {
        height: 223px;
    }
    .gm_seo_cont_sec.des2 .des2_overl a{
        width: 210px;
        font-size: 9px;
        line-height: 12px;
        top: 7px;
    }
}

@media only screen and (max-width: 365px){
    .gm_map_address iframe {
        height: 216px;
    }
}