* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif !important;
    background: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,li,p,ul {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Sans', sans-serif !important;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
li {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}

a,
button {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    cursor: pointer;
}

button {
    outline: none;
    box-shadow: none;
    border: none;
}

input,
select,
textarea,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.cstm_container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}
.d-flex {
    display: flex !important;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.whatsapp_icon {
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.whatsapp_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactUs_btn {
    position: fixed;
    right: -44px;
    top: 35%;
    width: 135px;
    border-radius: 5px;
    background: #333568;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    z-index: 333;
    padding: 7px 15px;
    text-align: center;
    transform: rotate(90deg);
}
.contactUs_btn:hover {
    opacity: 0.7;
    color: #FFFFFF;
}
/* header */
header {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.top_header {
    width: 100%;
    display: inline-block;
    padding: 3px 0px;
    background-color: #FF7419;
}
.top_header .cstm_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

}
.txt_topHdr {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
}
.top_header .iepf_srch_btn {
    position: absolute;
    max-width: 125px;
    top: 4px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #333568;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    animation: btnBlink infinite;
    animation-duration: 2s;
    animation-delay: 0.8s;
}

@keyframes btnBlink {
    0% {
        background: #333568;
        color: #FFFFFF;
    }
    50% {
        background: #FF7419;
        color: #FFFFFF;
    }
    100% {
        background: #333568;
        color: #FFFFFF;
    }
}

.top_hdr_contact {
    display: flex;
}
.top_hdr_contact li + li {
    margin-left: 50px;
}
.top_hdr_contact li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    display: inline-block;
}
.top_hdr_contact li a:hover {
    color: #333568;
}
.top_hdr_contact li .dropdown_menu li + li {
    margin-left: 0px;
}

/* nav */
nav .cstm_container {
    justify-content: space-between;
    align-items: center;
}
.menu_box {
    justify-content: space-around;
    /*margin-top: 10px;*/
}
.toggle_icon,
.cross_icon {
    display: none;
}
.logo {
    display: inline-block;
    margin-top: 12px;
}
.nav_menu_area {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.menu_box > li > a {
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    color: #333568;
    position: relative;
}
.menu_box > li > a:hover {
    color: #FF7419;
}
.menu_box > li.dropdown > a::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 6px;
    background: url(../images/polygon.png) no-repeat;
    background-size: 100%;
    right: -10px;
    top: 8px;
}
.menu_box > li + li {
    margin-left: 40px;
}

.dropdown_menu {
    width: 180px;
}
.dropdown_menu li a {
    font-size: 15px;
    line-height: 20px;
    color: #333568;
    font-weight: 400;
}

/*.sign_btn_area {*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    text-align: right;*/
/*    margin-top: 10px;*/
/*}*/
.sign_btn {
    width: 85px;
    display: inline-block;
    margin-left: 40px;
}
.sign_btn .nav_link {
    width: 100%;
    display: inline-block;
    padding: 7px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #333568;
    color: #FFFFFF;
    border-radius: 40px;
    line-height: 20px;
    border: 1px solid #333568;
}
.sign_btn .nav_link:hover {
    background: none;
    color: #333568;
}
.sign_btn.ui.dropdown .menu {
    left: unset;
    right: 0;
}


.body_content_wrapper {
    padding-top: 115px;
    position: relative;
    z-index: 1;
}
.body_content_wrapper::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background-image: url(../images/top-right-round.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 459px;
    z-index: -1;
}
.body_content_wrapper::after {
    position: absolute;
    content: '';
    width: 1113px;
    height: 1185px;
    background: url(../images/shadow.png) no-repeat;
    right: 0;
    top: 0;
    z-index: -2;
}


/* banner_section */
.banner_section {
    width: 100%;
    display: inline-block;
    padding-top: 64px;
    position: relative;
}
.banner_section .cstm_container {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.bnrSlider_cont {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.banner_left {
    width: 55%;
    padding-left: 35px;
}
.banner_right {
    width: 45%;
    max-width: 540px;
}
.banner_right h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: #333568;
    margin-bottom: 13.29px;
}
.banner_right strong {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    display: block;
    margin-bottom: 9px;
}
.banner_right img {
    display: inline-block;
}
.banner_right span {
    display: block;
    font-weight: 200;
    font-size: 21px;
    line-height: 45px;
    color: #424242;
    margin-top: 0.8px;
    margin-bottom: 35px;
}
.btn_area {
    width: 100%;
    display: inline-block
}
.banner_right .btn_area {
    text-align: left;
}
.banner_right .btn_area .btn {
    width: 190px;
    float: left;
    padding: 14px 10px;
    text-align: center;
    border: 1px solid #333568;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #333568;
    border-radius: 60px;
}
.banner_right .btn_area .btn:hover {
    background: #333568;
    color: #FFFFFF;
}
.banner_right .btn_area .btn.click_btn {
    background: #FF7419;
    color: #FFFFFF;
    border-color: #FF7419;
}
.banner_right .btn_area .btn.click_btn:hover {
    background: none;
    color: #FF7419;
}

.banner_right .btn_area .btn + .btn {
    margin-left: 10px;
}

.more_dicover {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #333568;
    margin-top: 85px;
}
.more_dicover img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}
.more_dicover:hover {
    color: rgb(51, 53, 104, 0.7);
}

.banner_section .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -15px;
}
.banner_section .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0px;
}
.banner_section .swiper-button-next,
.banner_section .swiper-button-prev {
    width: 45px;
    height: 45px;
    left: 40px;
}
.banner_section .swiper-button-next {
    right: 40px;
    left: unset;
}
.banner_section .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgb(0, 0, 0, 0.35);
    background-color: #ffffff;
    background-image: url(../images/left-angle.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}
.banner_section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgb(0, 0, 0, 0.35);
    background-color: #ffffff;
    background-image: url(../images/right-angle.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}


/* what_wwe_do_wection */
.what_wwe_do_wection {
    width: 100%;
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 66px;
}

.title_box {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.title_box h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 80px;
    color: #313131;
    margin-bottom: 18.45px;
}
.title_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #676767;
}
.what_wwe_do_wection .title_box {
    margin-bottom: 45.81px;
}

.wedo_box_wrap {
    width: 100%;
    display: inline-block;
    padding: 0px 12px;
}
.wedo_box_wrap .cstm_wedo_row {
    margin-left: -12px;
    margin-right: -12px;
}
.cstm_col_3 {
    width: 25%;
}
.wedo_box_wrap .cstm_col_3 {
    padding-left: 12px;
    padding-right: 12px;
}

.wedo_slider_box {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    padding: 37px 10px 26.7px;
    text-align: center;
}
.wedo_slider_box h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    min-height: 40px;
    color: #3B414F;
    margin-top: 34.39px;
}
.wedo_slider_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    min-height: 215px;
    color: #7D90AA;
    margin-top: 12.41px;
}
.wedo_slider_box .know_more_btn {
    width: 190px;
    margin: 0px auto;
    padding: 9px 10px;
    border-radius: 10px;
    background: #333568;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 23.87px;
    display: block;
    border: 1px solid transparent;
}
.lern_more_btn {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    margin-top: 20px;
}
.lern_more_btn img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-left: 5px;
}
.lern_more_btn:hover {
    color: #000000;
}
.wedo_slider_box .know_more_btn:hover {
    background: none;
    color: #333568;
    border-color: #333568;
}

/* shsm_info_dtl_section */
.shsm_info_dtl_section {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 25px;
    background: #FF7419;
    background: #f98940;
}
.shsm_info_dtl_section .cstm_container {
    flex-direction: column;
    align-items: center;
}
.img_box {
    /*width: calc(100% - 445px);*/
    width: 100%;
    max-width: 465px;
    /*padding-left: 30px;*/
}
.info_dtl_box {
    /*width: 445px;*/
    
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    /*margin-top: 35px;*/
}
.info_dtl_box .cstm_row {
    margin-left: -15px;
    margin-right: -15px;
}
.shsm_info_box {
    width: 16.667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 25px;
}
/*.shsm_info_box:nth-last-child(1),*/
/*.shsm_info_box:nth-last-child(2) {*/
/*    margin-bottom: 0;*/
/*}*/
/*.shsm_info_box:nth-child(2n) {*/
    /* width: 45%; */
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*}*/
.shsm_info_box h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.shsm_info_box strong {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}


/* client_riview_section */
.client_riview_section {
    width: 100%;
    display: inline-block;
    padding-top: 43.81px;
    padding-bottom: 73px;
}
.client_riview_section h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 80px;
    color: #313131;
    margin-bottom: 50px;
    text-align: center;
}

.client_riview_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}
.client_dtl_box {
    /*max-width: 320px;*/
    margin: 0px auto;
    text-align: center;
}
.client_dtl_box .client_img {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.client_dtl_box .client_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.client_dtl_box .client_name_box {
    width: calc(100% - 115px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}
.client_dtl_box h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #2D2D2D;
    margin-top: 9px;
}
.client_dtl_box strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    margin-top: 5px;
}
.client_name_box > img {
    height: 18px;
}

.quote1 {
    font-size: 87px;
    font-weight: 400;
    color: #333568;
}

.client_riview_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    margin-top: 20px;
    text-align: left;
    position: relative;
}
/*.client_riview_box p::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 70px;*/
/*    height: 55px;*/
/*    background: url(../images/qoute2.svg) no-repeat;*/
/*    right: 0;*/
/*    top: -80px;*/
/*}*/
/*.client_riview_box p::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 69px;*/
/*    height: 54px;*/
/*    background: url(../images/qoute1.svg) no-repeat;*/
/*    left: 0;*/
/*    top: -80px;*/
/*}*/


.client_riview_section .swiper-button-next:after,
.client_riview_section .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 39px;
    height: 31px;
    background: url(../images/right-arrow.svg) no-repeat;
    background-size: 100%;
}
.client_riview_section .swiper-button-prev:after,
.client_riview_section .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 39px;
    height: 31px;
    background: url(../images/left-arrow.svg) no-repeat;
    background-size: 100%;
}
.client_riview_section .swiper-button-next,
.client_riview_section .swiper-button-prev {
    top: 65px;
}
.client_riview_section .swiper-button-next,
.client_riview_section .swiper-rtl .swiper-button-prev {
    right: 35%;
}
.client_riview_section .swiper-button-prev,
.client_riview_section .swiper-rtl .swiper-button-next {
    left: 35%;
}

/* wisdome_section */
.wisdome_section {
    width: 100%;
    display: inline-block;
    padding-top: 53px;
    padding-bottom: 86px;
    background: #F4F4F4;
}
.wisdome_section h2 {
    max-width: 980px;
    font-weight: normal;
    font-size: 56px;
    line-height: 80px;
    text-align: center;
    color: #353535;
    margin: 0px auto;
    margin-bottom: 49px;
}
.wisdom_slider_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}
.wisdom_slide_box {
    width: 100%;
    display: inline-block;
}
.wisdom_slide_box img {
    width: 100%;
    height: 100%;
}


/* client_speak_section */
.client_speak_section {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 52px;
}
.client_speak_section h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 80px;
    color: #313131;
    margin-bottom: 35px;
    text-align: center;
}
.clientspeak_slider_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}
.client_sp_box {
    width: 100%;
    display: inline-block;
    padding: 0px 7.5px 30px;
    text-align: center;
}
.client_sp_box:hover {
    box-shadow: 3px 3px 16px rgb(0, 0, 0, 0.15);
}
.client_sp_img {
    width: 100%;
    height: 270px;
    border-radius: 23px;
    overflow: hidden;
}
.client_sp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client_sp_img {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.client_sp_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.client_sp_vdobox {
    width: 100%;
    display: inline-block;
    position: relative;
}
.client_sp_vdobox .vdo_btn {
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.client_sp_box h4 {
    margin-top: 74px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #2D2D2D;
}
.client_sp_box span {
    display: block;
    margin-top: 10.35px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
}
.client_speak_slider {
    padding-bottom: 30px;
}


/* coverage_section */
.coverage_section {
    width: 100%;
    display: inline-block;
    padding-top: 42.24px;
    padding-bottom: 71.19px;
    /*background: linear-gradient(94.81deg, #333568 0%, #FF7419 98.95%);*/
    background: #333568;
}
.coverage_section h2 {
    font-weight: normal;
    font-size: 56px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.coverage_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}
.coverage_video {
    /*position: relative;*/
    /*height: 0;*/
    /*padding-bottom: 56.25%;*/
    width: 100%;
    display: inline-block;
    /*max-height: 254px;*/
}
.news_img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
}
.news_img img {
    width: 100%;
    height: 100%;
}
.coverage_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_cont {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
.news_cont h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
.news_cont a {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    background: #e1702e;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

/* footer */
footer {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 26.34px;
    background: #000000;
}
.ftr_top {
    width: 100%;
    display: flex;
    justify-content: space-between;    
}
.ftr_left {
    width: 45%;
    display: flex;
    padding-right: 10px;
}
.ftr_link_box {
    width: 50%;
}
.ftr_link_box h4,
.ftr_mdl h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.ftr_link_box ul {
    width: 100%;
    display: inline-block;
}
.ftr_link_box ul li + li {
    margin-top: 8px;
}
.ftr_link_box ul li a{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.ftr_link_box ul li a:hover {
    color: #FF7419;
}

.ftr_mdl {
    width: 30%;
    padding: 0px 10px;
}
.ftr_mdl form {
    width: 100%;
    max-width: 270px;
    display: inline-block;
}
.ftr_mdl label {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 10.4px;
    display: block;
}
.ftr_mdl .form_fild {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 6px 14px;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #717070;
}
.ftr_subscribe_btn {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    background:#FF7419;
    border: 1px solid #FF7419;
    padding: 7px 20px;
    margin: 15px auto 0px;
    border-radius: 5px;
    transition: 0.5s;
}
.ftr_subscribe_btn:hover {
    background: none;
}
.ftr_mdl .ftr_link_box {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.ftr_right {
    width: 25%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.ftr_right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.ftr_right .ftr_link_box {
    width: 100%;
    display: inline-block;
}
.address_box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.ftr_right address {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    font-style: normal;
}
.address_box img,
.ftr_contact img {
    width: 16px;
    filter: brightness(0) invert(1);
    display: inline-block;
    margin-right: 5px;
    margin-top: 6px;
}
.ftr_right .ftr_contact {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}
.ftr_right .ftr_contact + .ftr_contact {
    margin-top: 5px;
}

.ftr_link_box .store_box {
    width: 100%;
    display: flex;
}
.ftr_link_box .store_box li + li {
    margin-left: 10px;
    margin-top: 0;
}

.copyright_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgb(255, 255, 255, 0.4);
}
.copyright_left p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: rgb(255, 255, 255, 0.4);
}

.copyright_left p + p {
    margin-top: 6px;
}
.copyright_left p a {
    display: inline-block;
    color: rgb(255, 255, 255, 0.4);
}
.copyright_left p a:hover {
    color: #FF7419;
}
.copyright_left p a + a {
    margin-left: 20px;
}

.social_box {
    display: flex;
    margin-top: 15px;
}
.social_box li + li {
    margin-left: 15px;
}
.social_box li a {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
}
.social_box li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
    filter: brightness(0) invert(1);
}
.social_box li a:hover img {
    filter: inherit;
}

/* term-condition */
.contactSuccess {
	display: block;
	border: 1px solid #acacac;
	border-radius: 3px;
	margin: 80px 0 0 0;
}
.contactSuccess h2 {
	display: block;
	position: relative;
	margin: 0;
	padding: 32px 0;
	text-align: center;
	color: #00c2a9;
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
}
.contactSuccess h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #00c2a9;
	z-index: 1;
}
.contactSuccess h2 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	position: relative;
	z-index: 2;
	background-color: #f8f8f8;
}

.contactSuccessMsg {
	display: block;
	padding: 0 30px 70px 30px;
	text-align: center;
}
.contactSuccessMsg .fa {
	color: #00c2a9;
	font-size: 100px;
	line-height: 116px;
}
.contactSuccessMsg .contMsgTl {
	display: block;
	color: #000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin: 20px 0 0 0;
}
.contactSuccessMsg p {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	margin: 14px 0 0 0;
}

ol>li {
    list-style: decimal;
}
.term_condition_point {
    padding-left: 15px;
    text-align: left;
}
.term_condition_point li {
    font-size: 14px;
}
.term_condition_point li p + p {
    margin-top: 15px;
}
.term_condition_point li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #212529;
}
.term_btn_area {
    width: 100%;
    text-align: right;
    margin-top: 35px;
}
.term_btn_area .print_btn {
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #5cb85c;
    border-radius: 5px;
    border: 1px solid #5cb85c;
    transition: 0.5s;
    display: inline-block;
}
.term_btn_area .print_btn:hover {
    background: none;
    color: #5cb85c;
}

/* iepf */
.iepf_body_cont {
    width: 100%;
    display: inline-block;
    padding-top: 65px;
    padding-bottom: 70px;
}
.iepf_body_cont  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
}
.iepf_cont_wrapper {
    width: 100%;
    display: flex;
}
.left-box__col {
    width: 420px;
    float: left;
}
.left-box__col img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.right-box__col {
    width: calc(100% - 420px);
    float: left;
    padding-left: 25px;
}
.iepf_list li {
    position: relative;
}
.iepf_list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
}
.iepf_list li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    text-indent: 20px;
}
.iepf_list li + li {
    margin-top: 20px;
}


/* property_claim */
.propertt_cliam_section {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.propertt_cliam_section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
}
.property_claim_wrap {
    display: flex;
}
.left-prop__box {
    width: 400px;
    float: left;
}
.right-prop__box {
    width: calc(100% - 400px);
    float: left;
    padding-left: 30px;
}
.right-prop__box p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
}
.right-prop__box h3 {
    font-weight: 800;
    margin-top: 15px;
    color: #D32253;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
}
.right-prop__box p + p {
    margin-top: 15px;
}

.prop_claim_list {
    padding-left: 15px;
}
.prop_claim_list li {
    list-style: decimal;
}
.prop_claim_list li > ol > li{
    list-style: lower-alpha;
}
.prop_claim_list li strong {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    display: block;
}
.prop_claim_list li strong span {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.prop_claim_list li + li {
    margin-top: 15px;
}
.prop_claim_list li > ol  {
    margin-top: 10px;
}
.prop_claim_list li > ol li + li {
    margin-top: 8px;
}
.prop_claim_list li > ol li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* transmission_section */
.transmission_section {
    width: 100%;
    display: inline-block;
    padding-top: 55px;
    padding-bottom: 60px;
}
.transmission_section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
}
.transmision_row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.left-transmission__box {
    width: 65%;
    padding: 0px 15px;
}
.left-transmission__box h3 {    
    font-weight: 700;
    color: #D32253;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.left-transmission__box p,
.right-transmission__box p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.left-transmission__box p + p {
    margin-top: 25px;
}
.right-transmission__box {
    width: 35%;
    padding: 0px 15px;
}
.right-transmission__box p {
    margin-top: 10px;
}

/* demat_section */
.demat_section {
    background: url(../images/DEMAT-OF-SHARES.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.demat_section h2 {
    color: #FFFFFF;
}
.demat_section p {
    color: #fff;
    line-height: 28px;
}

.demat_section .left-transmission__box h3 {
    margin-top: 15px;
    margin-bottom: 25px;
}
.demat_section .demat_list li {
    position: relative;
}
.demat_section .demat_list li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.demat_section .demat_list li p {
    font-size: 15px;
    line-height: 28px;
    text-indent: 20px;
}
.demat_section .demat_list li + li {
    margin-top: 15px;
}
.right-transmission__box h3 {
    font-weight: 700;
    color: #D32253;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

/* share_transfare */
.share_transfare {
    background: url(../images/TRANSFER-OF-SHARES.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.share_transfare h2,
.share_transfare p {
    color: #ffffff;
}

/* recovery_mutual_fund */
.mutual_fund_section {
    background: #ffffff;
}
.mutual_fund_section .transmision_img {
    height: 320px;
}
.mutual_fund_section .transmision_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recover_fund_list {
    margin-top: 20px;
    margin-bottom: 25px;
}
.recover_fund_list li {
    position: relative;
}
.recover_fund_list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #000;
}
.recover_fund_list li p {
    text-indent: 20px;
    line-height: 24px;
}
.recover_fund_list li + li {margin-top: 10px;}