@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 17px;
}

h6 {
    font-size: 25px;
}

a:focus,
input:focus {
    outline: none;
}

.width100 {
    width: 100% !important;
}

.lh_1 {
    line-height: 1 !important;
}

.gap60 {
    padding: 60px 0;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding60 {
    padding: 60px 0;
}

body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
}

.banner_menu {
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 19px -10px #000;
    z-index: 999;
}

.custom_collapse {
    justify-content: flex-end;
}

.header ul li {
    position: relative;
    margin: 0 0 0 15px;
}

.header ul li a.nav-link {
    font-size: 16px;
    color: #0E1867 !important;
}

.header ul li.active:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
    height: 14px;
    background: url(../../assets/images/Untitled-1.png) no-repeat center;
}

.header ul li.active:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #172155;
}

.header ul li:hover:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
    height: 16px;
    background: url(../../assets/images/menu-icon.png) no-repeat center;
}

.header ul li:hover:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #172155;
}

.header ul li ul.dropdown-menu li:before,
.header ul li ul.dropdown-menu li:after {
    display: none !important;
}

.banner_inner {
    position: relative;
}

.banner_inner img {
    width: 100%;
}

.ban_over {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 66px;
}

.ban_over .container {
    text-align: center;
}

.ban_over h3 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 15px;
    /* background: linear-gradient(to right, #fff ,#CC9F3C);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
    color: #fff;
}

.ban_over h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 5px;
}

.ban_over h1 span {
    font-weight: 700;
}

.ban_over h2 {
    font-weight: 700;
    color: #E9C26E;
    font-size: 36px;
    margin: 0;
}

.home_two_text h5 {
    color: #061341;
    font-size: 23px;
}

.main_subtitle h2 {
    color: #061341;
    font-size: 41px;
    position: relative;
    font-weight: 400;
}

.main_subtitle h2 span {
    font-weight: 800;
}

.main_subtitle h2::after {
    position: absolute;
    bottom: -18px;
    content: "";
    width: 100px;
    height: 8px;
    background-color: #E9C26E;
    left: 50%;
    transform: translate(-50%);
}

.home_two_text_block p {
    margin-bottom: 15px;
}

.home_two_text_block h6 {
    color: #061341;
    font-size: 32px;
    font-weight: 400;
}

.home_two_text_block h6 span {
    font-weight: 700;
}

.home_two_img {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
}

.md_section {
    background-color: #F1F1F1;
}

.md_section_inner {
    margin-top: 60px;
}

.md_section_left::after {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 2px #04979B;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #04979B;
}

.md_section_left img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.md_section_right_inner h2 {
    color: #061341;
    font-size: 42px;
    font-weight: 300;
}

.md_section_right_inner h2 span {
    font-weight: 600;
}

.md_section_right_inner p {
    font-size: 18px;
}

.call_section {
    background-color: #172155;
    padding: 25px 0;
}

.call_icon {
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 100%;
}

.call_icon i {
    font-size: 20px;
}

.info_a {
    margin-left: 6px;
    color: #fff !important;
    font-size: 22px;
}

.client_pic {
    height: 52px;
    width: 52px;
    background-color: #061341;
    border-radius: 100%;
    margin: 0 auto;
}

.home_client_inner {
    margin-top: 50px;
}

.profile_pic {
    color: #fff;
    font-size: 28px;
}

.home_client_inner_block h4 {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #1D1D1D;
    margin-top: 8px;
}

.client_icon i {
    margin-left: 5px;
    color: #FFAA00;
    font-size: 14px;
}

.home_client_inner_block p {
    font-size: 18px;
    color: #131313;
    margin-top: 8px;
    text-align: center;
}

.home_client .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #061341;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 13px;
    height: 13px;
}

.common_footer {
    background-color: #172155;
}

.footer_logo {
    padding: 20px 50px 20px 20px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
}

.common_footer_left p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    width: 80%;
}

.cfr_one h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer_ul_li_new_block{
    margin-top: 25px;
}

.cfr_one ul li a {
    color: #fff;
    font-size: 14px;
}

.cfr_one ul li {
    margin-bottom: 7px;
}

.custom_padding {
    padding: 0;
}

.footer_social_block {
    margin-top: 25px;
}

.email_block {
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 5px;
}

.email_block i {
    color: #0E1867;
}

.info9 {
    color: #6F74A2 !important;
    font-size: 14px;
}

.footer_social_block9 {
    margin-top: 10px;
}

.footer_ul_li li a {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.footer_ul_li li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab_icon {
    color: #fff !important;
}

.copyright_section {
    margin-top: 30px;
}

.copyright_section p {
    color: #6F74A2;
}

.ban_over_one .container {
    text-align: left;
}

.ban_over_one_inner h1 {
    font-size: 47px;
    font-weight: 600;
}

.padding_top60 {
    padding-top: 60px;
}

.cst_box h2 {
    font-size: 41px;
    color: #061341;
    font-weight: 400;
}

.cst_box h2 span {
    font-weight: 800;
}

.corruption_section_text p {
    font-size: 18px;
    margin-top: 16px;
    text-align: center;
}

.corruption_section_grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.csr_block_holder_one,
.csr_block_holder_two,
.csr_block_holder_three {
    height: 280px;
    padding: 18px;
}

.csr_block_holder_one {
    background-color: #E4E6EC;
    position: relative;
}

.csr_block_holder_two {
    background-color: #D3D7E1;
    position: relative;
}

.csr_block_holder_two::after {
    content: '';
    position: absolute;
    border-left: solid 50px #E4E6EC;
    border-top: solid 30px transparent;
    border-bottom: solid 30px transparent;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.csr_block_holder_three {
    background-color: #B2B8C9;
    position: relative;
}

.csr_block_holder_three::after {
    content: '';
    position: absolute;
    border-left: solid 50px #D3D7E1;
    border-top: solid 30px transparent;
    border-bottom: solid 30px transparent;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.csr_block_holder_one h2,
.csr_block_holder_two h2,
.csr_block_holder_three h2 {
    color: #3A5268;
    font-size: 81px;
    font-weight: 600;
}

.corruption_circle {
    position: absolute;
    top: 40%;
    transform: translate(-50%);
    left: 50%;
    height: 85px;
    width: 85px;
    background-color: #fff;
    border-radius: 100%;
    flex-direction: column;
}

.corruption_circle img {
    width: 50px;
}

.corruption_circle p {
    margin-top: 10px;
    text-align: center;
    color: #2A3569;
    font-size: 20px;
    font-weight: 600;
}

.corruption_text {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
}

.corruption_text p {
    text-align: center;
    color: #2A3569;
    font-size: 20px;
    font-weight: 600;
}

.new_title_type h3 {
    font-size: 23px;
    color: #061341;
    font-family: 'Nunito', sans-serif;
}

.new_title_type h2 {
    font-size: 41px;
    color: #061341;
    margin-top: 5px;
    font-weight: 400;
}

.new_title_type h2 span {
    font-weight: 700;
}

.new_title_type p {
    margin-top: 15px;
    font-size: 18px;
}

.two_page_one_inner {
    margin-top: 40px;
}

.tpoi_right ul li {
    position: relative;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 29px;
}

.tpoi_right ul li:first-child {
    margin-top: 25px;
}

.tpoi_right ul li::after {
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #1F2C62;
    content: "";
    top: 7px;
}

.two_page_two_inner {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
}

.tptib_holder {
    border-radius: 15px;
    background-color: #fff;
    padding: 25px 15px;
    box-shadow: 0 5px 19px -10px #000;
}

.tptib_holder_text p {
    margin: 25px 0;
    font-size: 16px;
    color: #5A5A5A;
    line-height: 29px;
}

.two_page_two {
    margin: 50px 0;
}

.two_page_three_img,
.two_page_three_text {
    margin-top: 40px;
}

.two_page_three_text p {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 28px;
}

.two_page_four_inner {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.grid_text1 {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-color: #061341;
    margin: 0 auto;
}

.grid_text1 h2 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.grid_text2 p {
    color: #5A5A5A;
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
    line-height: 29px;
}

.grid_text_block {
    margin-bottom: 20px;
}

.grid_text_block:last-child {
    margin-bottom: 0;
}

.grid_text_block9 {
    margin-bottom: 90px;
}

.grid_text_block9:last-child {
    margin-bottom: 0;
}

.new_title_type9 p {
    font-size: 15px;
}

.new_title_type9 p:last-child {
    margin-top: 5px;
}

.mission_vission_one_img,
.mission_vission_one_text {
    margin-top: 40px;
}

.new_title_type9 h2 span {
    font-weight: 500;
}

.mission_vission_one_text h4 {
    color: #161616;
    font-size: 26px;
    padding-top: 20px;
}

.mission_vission_one_text p {
    color: #161616;
    font-size: 16px;
    padding-top: 20px;
}

.mission_vission_two_inner {
    margin-top: 40px;
    background: url(../../assets/images/three-inner-banner.webp);
    padding: 60px 0;
}

.mvti_block {
    padding: 35px 15px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 19px -10px #000;
}

.mvti_block_text p {
    font-size: 16px;
    margin-top: 6px;
    color: #161616;
}

.mvti_block_text h3 {
    font-size: 16px;
    font-weight: 600;
}

.mvti_block_text {
    margin-bottom: 15px;
}

.contact_one {
    margin-top: 40px;
}

.border_right {
    border-right: 2px solid #707070;
}

.contact_circle {
    height: 52px;
    width: 52px;
    background-color: #D5D8E2;
    border-radius: 100%;
    margin: 0 auto;
}

.contact_circle_text h3 {
    font-weight: 600;
    color: #1A1A1A;
    font-size: 23px;
    margin-bottom: 10px;
}

.contact_circle i {
    color: #385067;
    font-size: 23px;
}

.info {
    font-size: 16px;
    color: #414141 !important;
}

.contact_two_left,
.contact_two_right {
    padding-top: 40px;
}

.contact_two_right_inner p {
    color: #061341;
    font-size: 16px;
}

.contact_two_right_inner p:last-child {
    margin-top: 15px;
}

.contact_two_right_inner {
    flex-direction: column;
}

.contact_two_left {
    overflow: hidden;
}

.call_section_block_text {
    margin-right: 10px;
}

.call_section_block_text h6 {
    color: #fff;
    font-size: 22px;
}

.destop_fixed {
    background-color: #244A6C;
    height: 170px;
    width: 34px;
    position: fixed;
    top: 44%;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block !important;
    z-index: 999;
}

.destop_fixed_holder {
    transform: rotate( -90deg);
    display: block;
    white-space: nowrap;
    top: 125px;
    position: relative;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 1.5px;
}

.get_advice {
    margin-left: 10px;
}

.new {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.info99 {
    font-size: 20px;
    color: #fff !important;
    border-radius: 10px;
    font-size: 20px;
    background-color: #244A6C;
    padding: 8px;
}

.info9_blod {
    font-weight: 800;
}

.brad_section {
    position: absolute;
    bottom: -50px;
    width: 48%;
    margin: 0 auto;
    padding: 28px 15px;
    box-shadow: 0 5px 19px -10px #000;
    border-radius: 19px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
}

.brad_section_one h4 {
    font-size: 29px;
    color: #061341;
    font-weight: 300;
}

.brad_section_one h4 span {
    font-weight: 500;
}

.media_coverage_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    box-shadow: 0 5px 19px -10px #000;
    border-radius: 10px;
}

.media_coverage_one {
    padding: 28px 20px;
    border-left: 1px solid #D4CFCF !important;
}

.media_coverage_one_inner {
    transition: all .5s ease-in;
    transform: scale(1);
}

.media_coverage_two {
    border-left: 1px solid #D4CFCF !important;
    background-color: #2D2C73;
    transition: all .5s ease-in;
    transform: scale(1);
}

.media_coverage_one_inner:hover,
.media_coverage_two:hover {
    transform: scale(1.1);
    transition: all .5s ease-in;
}

.info_a09 {
    transition: all .5s ease-in;
    transform: scale(1);
}

.info_a09:hover {
    transform: scale(1.1);
    transition: all .5s ease-in;
}

.media_coverage_one:hover {
    overflow: hidden;
}

.media_coverage_one:first-child,
.media_coverage_one:last-child {
    border-left: none !important;
}

.mco_text p {
    font-size: 15px;
    color: #061341 !important;
}

.mco_text p:last-child {
    font-size: 15px;
    color: #D7212A !important;
    margin-top: 10px;
    font-weight: 700;
}

.media_coverage_two img {
    width: 90%;
}

.home_two_fastinfo h4 {
    color: #061341;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info_a109 {
    font-size: 16px;
    color: #fff !important;
    margin-left: 0;
}

.header ul li:last-child {
    display: flex;
    align-items: center;
    background-color: #244A6C;
    padding: 0 15px;
    border-radius: 5px;
}

.header ul li:last-child:before,
.header ul li:last-child:after {
    display: none;
}

.two_page_four {
    padding-bottom: 60px;
}

.error_message p {
    color: #fff;
    margin: 18px 0;
    font-size: 20px;
}

.error_message p .new {
    font-weight: 800;
}

.error_message h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.new {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.error_message h1 {
    font-weight: 600;
}

.error_banner img {
    height: 450px !important;
}
.navbar{
    padding: 0.5rem 0;
}
.footer_ul_li {
    margin-top:8px;
}
@media (max-width: 767px) {
    .error_message p {
        font-size: 16px;
    }
    .two_page_four {
        padding-bottom: 30px;
    }
    .header ul li:last-child {
        height: 36px;
        width: 112px;
        margin-top: 7px;
    }
    .media_coverage_two {
        transform: unset;
        padding: 28px 15px;
    }
    .media_coverage_two:hover {
        transform: unset;
    }
    .media_coverage_one_inner9 {
        transform: scale(1);
        transition: all .5s ease-in;
    }
    .media_coverage_one_inner9:hover {
        transform: scale(1.1);
        transition: all .5s ease-in;
    }
    .media_coverage_inner {
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }
    .media_coverage_inner {
        box-shadow: none;
    }
    .media_coverage_one {
        box-shadow: 0 5px 19px -10px #000;
    }
    .home_two {
        margin-top: 0;
    }
    .brad_section {
        position: unset;
        width: 100%;
        transform: unset;
        box-shadow: none;
        padding-bottom: 0;
    }
    .brad_section_one h4 {
        text-align: center;
    }
    .brand_value {
        margin-top: 15px;
    }
    .call_section_block_text h6 {
        text-align: center;
    }
    .contact_circle_text h3 {
        font-size: 20px;
    }
    .call_section_block_text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .call_section_inner {
        flex-direction: column;
    }
    .header ul li:hover:before,
    .header ul li:hover:after {
        display: none;
    }
    .info9 {
        font-size: 14px;
    }
    .cfr_one {
        margin-top: 25px;
    }
    .cfr_one ul {
        margin-top: 15px;
    }
    .navbar {
        padding: .5rem 0;
    }
    .header ul li.active:before {
        display: none;
    }
    .header ul li.active:after {
        bottom: 38%;
        left: -7px;
        transform: rotate(90deg);
        width: 24px;
        height: 9px;
        display: none;
    }
    .header ul li.active {
        position: relative;
        margin: 0;
        padding: 0 0 0 15px;
    }
    .banner_inner {
        margin-top: 48px;
    }
    .banner_inner img {
        height: 350px;
        object-fit: cover;
    }
    .ban_over h3 {
        font-size: 19px;
    }
    .ban_over h1 {
        font-size: 30px;
        margin: 25px 0;
    }
    .ban_over h2 {
        font-size: 28px;
    }
    .ban_over {
        padding-top: 0;
    }
    .padding60 {
        padding: 30px 0;
    }
    .home_two_text h5 {
        font-size: 20px;
    }
    .main_subtitle h2 span {
        display: block;
    }
    .main_subtitle h2 {
        font-size: 29px;
    }
    .main_subtitle h2::after {
        bottom: -14px;
        height: 3px;
    }
    .home_two_text_block p {
        margin-bottom: 14px;
    }
    .home_two_text_block h6 {
        font-size: 29px;
    }
    .home_two_text_block h6 span {
        margin-top: 15px;
        display: block;
    }
    .md_section_right {
        margin-top: 30px;
    }
    .md_section_right_inner h2 {
        font-size: 30px;
    }
    .md_section_right_inner p {
        font-size: 14px;
    }
    .custom_padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright_section p {
        font-size: 15px;
    }
    .banner_inner2 img {
        height: 200px;
        object-fit: cover;
    }
    .padding_top60 {
        padding-top: 30px;
    }
    .cst_box h2 {
        font-size: 29px;
    }
    .cst_box h2 span {
        display: block;
    }
    .corruption_section_grid {
        grid-template-columns: 1fr;
    }
    .csr_block_holder_two::after {
        border-left: solid 30px transparent;
        border-top: solid 30px #E4E6EC;
        border-bottom: solid 30px transparent;
        border-right: solid 30px transparent;
        transform: translate(-50%);
        top: 0;
        left: 50%;
    }
    .csr_block_holder_three::after {
        border-left: solid 30px transparent;
        border-top: solid 30px #D3D7E1;
        border-bottom: solid 30px transparent;
        border-right: solid 30px transparent;
        transform: translate(-50%);
        top: 0;
        left: 50%;
    }
    .csr_block_holder_one h2,
    .csr_block_holder_two h2,
    .csr_block_holder_three h2 {
        font-size: 50px;
    }
    .csr_block_holder_one,
    .csr_block_holder_two,
    .csr_block_holder_three {
        height: 239px;
    }
    .corruption_circle {
        top: 29%;
    }
    .corruption_text p {
        font-size: 16px;
    }
    .corruption_text {
        top: 63%;
    }
    .new_title_type h2 {
        font-size: 29px;
    }
    .new_title_type h2 span {
        display: block;
    }
    .new_title_type p {
        font-size: 16px;
    }
    .tpoi_right ul li {
        margin-bottom: 10px;
        line-height: 27px;
    }
    .tpoi_right9 ul li:first-child {
        margin-top: 0;
    }
    .two_page_two img {
        display: none;
    }
    .two_page_two_inner {
        position: unset;
    }
    .two_page_two {
        margin: 0;
    }
    .two_page_four_inner div:nth-child(1) {
        order: 2;
    }
    .two_page_four_inner div:nth-child(2) {
        order: 1;
    }
    .two_page_four_inner div:nth-child(3) {
        order: 3;
    }
    .two_page_four_inner {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .grid_text_block {
        margin-bottom: 18px;
    }
    .mission_vission_one_text {
        margin-top: 0;
    }
    .mission_vission_one_img {
        margin-top: 20px;
    }
    .contact_one_left {
        padding: 18px 0;
        background-color: #bec7e56e;
    }
    .contact_one_right {
        margin-top: 30px;
    }
    .border_right {
        border-right: unset;
    }
    .contact_one {
        margin-top: 30px;
    }
    .ban_over_one_inner h1 {
        text-align: center;
    }
    .home_client_inner_block p {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 350px) {
    .navbar-brand {
        width: 65%;
    }
}


/* menu */