@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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rajdhani:wght@300;400;500;600;700&display=swap');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

.contact_details {
    width: fit-content;
    float: right;
    margin: 1%;
}

.phone {
    width: 200px;
    /* float: left; */
    margin: 1% 0%;
    display: flex;
    align-items: center;
}

.col_sm8_88 {
    width: 25px;
    margin: 1%;
    float: left;
}

.login_btn {
    width: 140px;
    float: right;
    margin: 1.8% 0%;
}

.login_btn a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #2ba0ef;
    padding: 10px 32px;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 3px;
    letter-spacing: .3px;
    display: inline-block;
    transition: all .4s linear;
}

.login_btn a:hover {
    background-color: #0068ae;
}


.top_icon {
    font-size: 17px;
    color: #0068ae;
}

.col_sm88_88 {
    width: 98%;
    float: left;
    margin: 1%;
}

.phone_txt p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    margin: 0% !important;

}

form td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0% !important;
    line-height: 140%;
}

.phone_txt p strong {
    font-size: 16px;
    font-weight: 600;
}

.email_2 {
    width: 300px;
    /* float: left; */
    margin: 1% 0%;
    display: flex;
    align-items: center;
}

.call_em {
    width: 700px;
    font-family: "Open Sans", sans-serif;
    float: left;
}

.call {
    width: 320px;
    font-family: "Open Sans", sans-serif;
    float: left;
    color: #fff;
    margin: 1%;
}

.email {
    width: 280px;
    font-family: "Open Sans", sans-serif;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.img-ftr {
    width: 80%;
    display: block;
}

.img-bdr {
    border: 1px solid #ccc;
}

.top_right {
    width: 300px;
    float: right;
}

.v_a_img {
    vertical-align: middle;
}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.abt_txt2 h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 1% auto;
}

.abt_txt2 h4 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0% auto 1%;
}

.abt_txt2 h3 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 110%;
    padding: 1%;
    margin: 1% 1% 0% !important;
}

.abt_txt2 p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 10px;
    padding: 3px;
}

.inv-height {

    min-height: 340px;

}

.min-height {
    min-height: 548px;
}

.insure-height {
    min-height: 200px;
}

.fin-height {
    min-height: 173px;
}

.abt_padding {
    padding: 0 10px;
}

.abt_txt1 h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #0068ae;
    font-size: 30px;
    font-weight: 600;
    margin: 1% 1% auto;
}

.abt_txt1 h3 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 1% auto;
}

.abt_txt1 p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

.abt_txt h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #0068ae;
    font-size: 30px;
    font-weight: 600;
    margin: 1% auto;
}

.abt_txt p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

.abt_txt3 h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #0068ae;
    font-size: 30px;
    font-weight: 600;
    margin: 1% 1% auto;
}

.abt_txt3 h3 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 1% auto;
}

.abt_txt3 span {
    color: #119cf9;
}

.abt_txt3 p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}


.bullet {
    width: 100%;
    margin: 0%;
    float: left;
    background-color: #c1c4c421;
    border-left: 5px solid #0068ae;
    padding: 0% 2% 0% 0%;
    border-radius: 0% 15px 15px 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet1.png);
    margin-left: 1%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.bullet ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0% 2% 1.1% 5%;
    text-decoration: none;
    font-weight: 400;
}

.bullet4 {
    width: 100%;
    margin: 0%;
    float: left;
    background-color: #c1c4c421;
    border-left: 5px solid #0068ae;
    padding: 0% 2% 0% 0%;
    border-radius: 0% 15px 15px 0%;
}

.bullet4 ul {
    list-style-image: url(../images/bullet1.png);
    margin-left: 1%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.bullet4 ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0% 2% 1.1% 3%;
    text-decoration: none;
    font-weight: 400;
}

.mutual_txt h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #0068ae;
    font-size: 28px;
    font-weight: 600;
    margin: 1% auto;
}

.mutual_txt h3 {
    font-family: "Open Sans", sans-serif;
    line-height: 110%;
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin: 1% auto;
}

.mutual_txt p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

.fund-box {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 40px 30px;
    border: 1px solid #268ed44a;
}

.fun_min_hieight {
    min-height: 413px;
}

.fun_min_hieight2 {
    min-height: 470px;
}

.fund-box::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #2ba0ef -10.59%, #00060c 300.59%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.fund-box.active::after {
    width: 100%;
    right: unset;
    left: 0;
}


.fund-box h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #0068ae;
    font-size: 20px;
    font-weight: 600;
    margin: 0% auto 3%;
}

.fund-box p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

.fund-box.active h2 {
    color: #fff;
}

.fund-box.active p {
    color: #fff;
}

.fund-box.active .service-icon-img {
    background-color: #fff;
}


#table2 th {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

#table2 td {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

#table th {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

#table td {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

.img_wrap {
    width: 80%;
    margin: 0 auto;
}

.down_txt h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #0068ae;
    font-size: 30px;
    font-weight: 600;
    margin: 1% 1%;
}

.load_txt {
    text-align: center;
    border: 1px solid #0068ae5e;
    border-radius: 5px;
    min-height: 433px;
}

.br-top {
    border-top: 1px #2ba0ef42 solid;
}

.load_txt p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.load_txt p a{
    margin: 7px 0;
}

.mutual_txt3 h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #0068ae;
    font-size: 28px;
    font-weight: 500;
    margin: 1% 0% auto;
    text-transform: uppercase;
}

.mutual_txt3 p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}



.return_txt h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #0068ae;
    font-size: 28px;
    font-weight: 500;
    margin: 1% 1% auto;
}

.return_txt p {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}



/* for mobile */

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 10px;
        font-size: 22px;
    }
}


/*-----------------------------welcome start---------------------------*/

.welcome_txt p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}

.welcome_txt h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #2ba0ef;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
}

.welcome_txt1 h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 1%;
}

.welcome_txt h1 span {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.bg_clr8 {
    background-color: rgb(255, 255, 255, 0.7);
}

.bg_clr1 {
    background-color: #f6f6f6;
    /*#e6e6e6*/
}

.brd {
    border: 4px solid #fff;
}

.brd11 {
    border: 1px solid #ccc;
}

.vision h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    color: #000;
    text-align: center;
    min-height: 52px;
    background-color: #fff;
    padding: 3px;
    text-decoration: none;
}

.vision p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 170%;
    text-align: center;
    margin: 2% 2%;
    padding: 0% 4%;
}

.welcome-bg1 {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.top_main {
    width: 100%;
    margin: 0 auto;
    z-index: 999999;
    position: absolute;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.fix {
    position: sticky;
    top: 0;
}

.logo {
    width: 600px;
    float: left;
    margin-top: 0.6%;
    margin-right: 1%;
    margin-bottom: 0.5%;
    margin-left: 0%;
}

.logo h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    margin: 15px 0 15px 15px !important;
    text-transform: uppercase;
    text-decoration: none;
    color: #2ba0ef;
    font-weight: 700;
}


.logo h1 span {
    font-weight: 500;
    color: #004b7c;

}

.logo img {
    width: 100%;
    display: block;
}

.navbar {
    width: 295px;
    float: right;
    margin: 2% 1% 1%;
}

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




/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.banner {
    width: 100%;
    position: relative;
}

.banner2 {
    width: 100%;
    position: relative;
}


.brd1 {
    border: 1px solid #ffffff !important;
    border-radius: 0px 0px 20px 20px !important;
    margin: 2%;
}

.what_we_col_sm3 h2 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 110%;
    padding: 1%;
    min-height: 58px;
    margin: 1% 1% 0% !important;
}

/*------------------------------------------------------
footer2
-------------------------------------------------------*/

.ftr_col_sm2 {
    width: 98%;
    margin: 1%;
    float: left;
}

.ftr_txt1 p {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 130%;
}

.ftr_txt1 p span {
    color: #e4e4e4;
    font-size: 15px;
    font-weight: 600;
}

.ftr_txt1 a {
    color: #fff;
    text-decoration: none;
}

.ftr_txt1 a:hover {
    color: #000;
    text-decoration: none;
}

.ftr_txt2 {
    text-align: right;
}


/*----------------------------------------------
Regular Content
-----------------------------------------------*/

.contener {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm11 {
    width: 98%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    margin: 1%;
    float: left;
}

.col_sm3 {
    width: 31%;
    margin: 1%;
    float: left;
}

.col_sm4 {
    width: 23%;
    float: left;
    margin: 1%;
}

.col_sm5 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 65%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 30%;
    float: left;
    margin: 1%;
}

.col_sm10 {
    width: 50%;
    float: left;
}

.col_sm100 {
    width: 45%;
    float: right;
}


/*---------------------------------------------
vinly
----------------------------------------------*/

.brdd {
    border-top: 1px solid #dcdcdc;
}

.brdd2 {
    border-top: 1.5px dashed #dcdcdc;
}

.main_hed h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 150%;
    margin: 0% 1%;
    color: #0068ae;
    border-left: 5px solid #e80025;
    padding-left: 1%;
}

.vinnly h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 1% 2%;
    margin: 1% 0%;
    background-color: #ffcb05;
}

.vinnly h2 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: left;
    color: #e80025;
    font-size: 20px;
    font-weight: 600;
    margin: 1%;
}

.vinnly p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 1% 1%;
    margin: 0% 0%;
}

.vinnly p span {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0% 0%;
}


/*---------------------------------------------
link
----------------------------------------------*/

a.link:link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
}

a.link:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.link:hover {
    color: #fff;
    text-decoration: none;
}

a.link:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.link2:link {
    color: #000;
    text-decoration: none;
}

a.link2:visited {
    color: #000;
    text-decoration: none;
}

a.link2:hover {
    color: #0068ae;
    text-decoration: none;
}

a.link2:active {
    color: #000;
    text-decoration: none;
}

.decoration {
    text-decoration: none;
}

a.link3:link {
    color: #02aacf;
    text-decoration: none;
}

a.link3:visited {
    color: #fff;
    text-decoration: none;
}

a.link3:hover {
    color: #fff;
    text-decoration: none;
}

a.link3:active {
    color: #fff;
    text-decoration: none;
}

a.link4:link {
    color: #ffcd01;
    text-decoration: none;
}

a.link4:visited {
    color: #032C0B;
    text-decoration: none;
}

a.link4:hover {
    color: #032C0B;
    text-decoration: none;
}

a.link4:active {
    color: #032C0B;
    text-decoration: none;
}


/*-----------------------------------------------
Bullet
------------------------------------------------*/



.bullet2 ul {
    list-style-image: url(../images/bullet2.png);
    margin: 0% 1% 1% 2%;
}

.bullet2 ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 140%;
    color: #000;
    margin: 0% 0% 0.5% 2%;
    padding: 1% 0% 0% 0.8%;
    text-decoration: none;
    font-weight: 400;
    text-align: justify;
}

.fetr_who11 span {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    margin: 0 auto;
}

.fetr_who11 p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;

}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

.table_hedd {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding: 1%;
}

.tbl_css p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 1%;
}

.tbl_css p span {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 1% auto;
    float: none;
    border: 1px solid #afafaf;
    background-color: #FFFFFF;
}

th,
td {
    border: solid 1px #cfcfcf !important;
    text-align: left !important;
    padding: 8px !important;
}

tr:nth-child(even) {
    background-color: #f3f3f3;
}

.bodytext_bold2 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e80025;
    padding: 0.5% 0% 0.5% 1%;
    text-align: center;
}

.bodytext_bold1 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e80025;
    padding: 0.5% 0% 0.5% 1%;
    text-align: center;
}

.td_txt {
    padding: 0.5% 0% 0.5% 1%;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 160%;
}

.td_txt span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.col_sm16 {
    width: 99%;
}

.tbl_link {
    color: #000;
    text-decoration: none;
}


/*-----------------------------------------------------
Button
------------------------------------------------------*/

.view_mr {
    width: 120px;
    float: left;
    margin: 1%;
}

.btn {
    width: 100%;
    padding: 8% 4%;
    font-size: 15px;
    border: 0px solid;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background-color: #cb4500;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    margin: 16% 0%;
    border-radius: 5px;
}

.btn:hover {
    background-color: #cb4500;
    color: #fff;
}


/*-------------------------------------
contact page
-------------------------------------*/


.inner_heading h1 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 2% 1% 1%;
}

.cnt_col_sm3 {
    border: 1px solid #e9e9e9;
    background-color: #f3f3f3;
    min-height: 255px;
}

.bg_clr66 {
    background-color: #ffc841;
    padding: 1%;
}

.m_btmm {
    margin-bottom: 2%;
}

.main_heading h1 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 28px;
    padding: 1% 1%;
    font-weight: 600;
}

.cont_txt h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 500;
    padding: 1% 1% 1%;
    color: #2a67a8;
}

.cont_txt p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    padding: 2% 1% 0%;
}

.cont_txt h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 2% 1% 0%;
    color: #2a67a8;
}

.cont_txt_main p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}

.cont_col_sm3 {
    width: 48%;
    margin: 1%;
    float: left;
    min-height: 280px;
}

.div-overlap {
    margin: -2% 1% 1% 1%;
    position: absolute;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.con_heading h2 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin: 1%;
    text-align: justify;
}

.con_heading h1 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 3%;
}

.cont_icn {
    width: 2%;
    float: left;
    margin: 1.5% 4% 0% 1%;
}

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

.cont_txt_main {
    width: 90%;
    float: left;
}

.cont_txt_main p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 155%;
    margin: 1%;
    text-align: justify;
}

.txt {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 2% 2%;
}

.link22 {
    color: #000;
    text-decoration: none;
}

.career_f {
    font-family: "Open Sans", sans-serif;
    color: #032C0B;
    font-size: 22px;
    padding: 1%;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
}

.col_sm122 {
    width: 31%;
    margin: 0 auto;
}


/*---------------------------------------------------
Extra
---------------------------------------------------*/

.bg_clr {
    background-color: #FFFFFF;
}

.bg_top {
    background-color: #2ba0ef;
}

.bg_clr3 {
    background: rgba(255, 255, 255, 0.8);
}

.bg_clr5 {
    background-color: #2ba0ef;
}

.bg_clr6 {
    background-color: #2ba0ef;
}

.fa {
    text-align: right;
    padding-top: 0.4%;
    padding-right: 1%;
    font-size: 100% !important;
}


/*----------------------------------------------------
top_arrow
-----------------------------------------------------*/


.top_arrow {
    width: 39px;
    height: 37px;
    position: fixed;
    right: 2%;
    bottom: 4%;
    display: none;
    transition-duration: 1s;
    background-image: url(../images/top.png);
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 9999999999;
    transition: all .3s linear;
}

.top_arrow:hover {
    width: 39px;
    height: 37px;
    position: fixed;
    right: 2%;
    transition-duration: 1s;
    bottom: 4%;
    cursor: pointer;
    background-image: url('../images/top-b.png');
    display: none;
}

@media only screen and (max-width : 1600px) {

    .fin-height {
        min-height: 197px;
    }

    .inv-height {
        min-height: 361px;
    }

}

@media only screen and (max-width :1400px) {

    .insure-height {
        min-height: 226px;
    }

    .min-height {
        min-height: 510px;
    }

    .inv-height {
        min-height: 400px;
    }

    .fin-height {
        min-height: 219px;
    }
}

@media only screen and (max-width : 1300px) {
    .insure-height {
        min-height: 220px;
    }

    .inv-height {
        min-height: 427px;
    }

    .fin-height {
        min-height: 219px;
    }
}

@media only screen and (max-width:1200px) {
    .margin {
        margin: 1% !important;
        width: 98% !important;
    }

    .fun_min_hieight {
        min-height: 487px;
    }

    .fun_min_hieight2 {
        min-height: 584px;
    }
}

@media only screen and (max-width:1140px) {
    .inv-height {
        min-height: 471px;
    }

    .top {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1100px) {
    .inv-height {
        min-height: 492px;
    }

    .contener {
        width: 98%;
        margin: 0 auto;
        max-width: 1100px;
    }

    .fin-height {
        min-height: 241px;
    }

    .insure-height {
        min-height: 226px;
    }
}

@media only screen and (max-width:1075px) {

    .fun_min_hieight {
        min-height: 436px;
    }

    .fun_min_hieight2 {
        min-height: 436px;
    }

    .col_sm3 {
        width: 48%;
    }

    .insure-height {
        min-height: 202px;
    }


    .ftr_col_sm2 {
        width: 98%;
        margin: 1%;
        float: left;
    }

    .ftr_txt2 {
        text-align: left;
    }

    .logo {
        width: 400px;
    }

    .logo h1 {
        font-size: 30px;
    }

    .inv-height {
        min-height: 0;
    }
}

@media only screen and (max-width:960px) {
    .cont_box {
        padding: 3.3% 2% !important;
        min-height: 0 !important;
    }

    .fun_min_hieight {
        min-height: auto;
    }

    .fun_min_hieight2 {
        min-height: auto;
    }

    .inv-height {
        min-height: 0;
    }

    .col_sm3 {
        width: 98%;
    }

    .insure-height {
        min-height: 0;
    }

    .fin-height {
        min-height: 0;
    }

    .col_sm4 {
        width: 48%;
    }

    #textarea1 {
        width: 98% !important;
    }

    #textarea2 {
        width: 98% !important;
    }

    .contact_details {
        display: none;
    }

    .col_sm8 {
        width: 98%;
        float: left;
        margin: 1%;
    }

    .col_sm88 {
        width: 98%;
        float: left;
        margin: 1%;
    }

    .col_sm2 {
        width: 98%;
        margin: 1%;
        float: left;
    }
}

@media only screen and (max-width:940px) {
    .call_em {
        width: 100%;
    }

    .login_btn {
        width: 100%;
        padding: 0 0 1.8% 0;
        display: flex;
        justify-content: center;
        float: none;
        margin: 0 auto;
    }



    .logo {
        float: none;
        margin: 0% auto;
        padding: 0.5%;
    }

    .navbar {
        width: 100%;
        float: none;
        margin: 0 auto;
        background-color: #ffcb05;
    }
}

@media only screen and (max-width:800px) {
    .col_sm4 {
        width: 48%;
    }

    .top_main {
        z-index: none;
        position: static;
    }

    .col_sm9 {
        width: 98%;
        float: none;
        margin: 1% auto;
    }

    .col_sm99 {
        width: 98%;
        float: none;
        margin: 1% auto;
    }

    .col_sm3 {
        width: 48%;
    }
}

@media only screen and (max-width:750px) {
    .col_sm4 {
        width: 98%;
    }

    .load_txt {
        min-height: auto;
    }

    .col_sm3 {
        width: 98%;
    }

    .bullet4 ul {
        margin-left: 6% !important;
    }

}

@media only screen and (max-width:600px) {
    .bullet ul {
        margin-left: 3%;
    }

    .flex {
        display: block;
    }
}

@media only screen and (max-width:550px) {
    .bullet ul {
        margin: 1% 1% 1% 4%;
    }
}

@media only screen and (max-width:500px) {}

@media only screen and (max-width:450px) {
    .logo {
        width: 97%;
        padding: 2% 0%;
    }

    .flex {
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .logo h1 {
        font-size: 30px;
    }

    .wel_col_sm1 p {
        padding: 1% 2%;
    }
}

@media only screen and (max-width:390px) {

    .logo h1 {
        font-size: 23px;
        text-align: center;
        margin: 10px 5px !important;
    }

    .ftr_logo2 {
        width: 85%;
    }
}

.about_txt p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    /*    margin-top: 12px;*/
    margin: 0 auto;
}

.about_txt h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #e80025;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
}

.about_txt ul li {
    font-family: "Open Sans", sans-serif;
    line-height: 180%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 12px; */
    margin: 10px 0px 0px 20px;
    list-style-type: square;
}

.about_txt span {
    font-family: "Open Sans", sans-serif;
    line-height: 170%;
    text-align: justify;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.about_txt1 h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #e80025;
    font-size: 34px;
    font-weight: 600;
    margin: 0 auto;
}

.about_txt1 h4 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #e80025;
    font-size: 23px;
    font-weight: 600;
    margin: 0 auto;
}

.about_txt1 p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

.about_txt1 span {
    font-family: "Open Sans", sans-serif;
    line-height: 170%;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.about_comm {
    background-color: #fff;
    height: 250px;
    padding: 1% 1%
}

.about_comm p {
    font-family: "Open Sans", sans-serif;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.about_comm h4 {
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    color: #e80025;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

.about_icon {
    margin: 1% auto;
    height: 60px;
    width: 60px;
}

.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    left: 50% !important;
    position: relative;
    margin: 0;
}

.pagination a.active {
    background-color: #e80025;
    /*  position: relative;*/
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}