﻿
.sub-header {
    background-image: url(../images/about-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}

    .sub-header .section-padding {
        padding: 190px 0 80px;
    }

    .sub-header h1 {
        word-break: break-word;
    }

    .sub-header .sub-header-content ul {
        display: flex;
        align-items: center;
    }

        .sub-header .sub-header-content ul li {
            text-transform: capitalize;
            font-size: 16px;
        }

            .sub-header .sub-header-content ul li.active {
                color: #ea5e20;
            }

            .sub-header .sub-header-content ul li a:after {
                content: "|";
                color: #000;
                font-size: 16px;
                margin: 0 5px;
            }
            .text-custom-grey {
    color: #233666;
}
             .text-custom-blue {
    color: #1c3c8c;
}
             .sub-headers h1{
                 font-size:44px;
             }
             .bg-about-us{
                 background:#fff!important;
                 height: 151px;
                     padding: 14px 9px 14px;
    border-radius: 6px;
    text-align:center;
   
             }
             .our-abouts{
    background-image:url('../images/banner-about-bg.jpg');
    background-repeat:no-repeat;
      background-size:cover;
      background-attachment:fixed;
}
             .innerabout .item p {
    color: rgb(74 73 73);
    font-size: 15px;
    margin: 0;
    padding: 10px;
    line-height: 22px;
}
       

             /*cards*/
             .cards {
	 display: flex;
	 margin-bottom: 3rem;
	 width: 100%;
     margin-top:20px;
}
 .cards .card-item {
	 display: flex;
	 flex-direction: column;
	 background-color: #fff;
	 width: 100%;
	 border-radius: 6px;
	 box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);
	 overflow: hidden;
	 transition: transform 0.5s;
	 -webkit-transition: transform 0.5s;
}
 .cards .card-item:hover {
	 cursor: pointer;
	 transform: scale(1.1);
	 -webkit-transform: scale(1.1);
}
 .cards .card-item:hover .card-image {
	 opacity: 1;
}
 .cards .card-info {
	 display: flex;
	 flex: 1 1 auto;
	 flex-direction: column;
	 padding: 1rem;
	 line-height: 1.5em;
       height: 221px;
  

}
 .cards .card-title {
	    font-size: 18px;
    line-height: 1.1em;
    color: #32325d;
    padding: 5px;
      font-weight: 600;
}
 .cards .card-image {
	 height: 200px;
	 overflow: hidden;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 border-radius: 6px 6px 0px 0px;
	 opacity: 0.91;
}
 .card-intro{
         padding: 0 5px;
    line-height: 22px;
}

 .max-about h3:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #233666;
    display: inline-flex;
    position: absolute;
    left: 54%;
    bottom: -6px;
}
 .max-about h3:after {
    content: "";
    width: 159px;
    height: 3px;
    background-color: #233666;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 38%;
}
 .max-about h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin:35px 0 20px 0;
}

 /*vision*/
 .single-blog-box {
       margin-bottom: 15px;
    padding: 19px 27px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    transition: .2s;
    background-color: rgb(35 54 102 / 95%);
    color: #fff;
    height: 378px;

}
 .single-blog-box h3 {
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
        font-weight: 600;
}

 /*corevalue*/
 /*.culture_section {
    margin-top: 30px;
}*/
 .about-fund {
    margin-top: 22px;
}
 h2.subblock-head {
    font-size: 20px;
    font-weight: 700;
    color: #f58220;
    margin-top: 35px;
    text-transform: uppercase;
}
 .core_value_cards {
    margin-top: 35px;
}
 .core_value_cards .card_wrap {
       background-color: #fff;
    box-shadow: 5px 10px 18px rgba(0,0,0,.26);
    padding: 9px 14px;
    height: 236px;
    margin-bottom: 25px;
}
 .core_value_cards img {
    padding-right: 10px;
}
 .core_value_cards .card_wrap .media-body h3 {
        color: #1c3c8c;
        padding: 2px 9px;
    font-size: 21px;
}
 .core_value_cards .card_wrap .media-body p {
        font-size: 14px;
    text-align: justify;
    color: #475359;
    padding: 4px 12px;
}
 .items p{
     padding:10px;
 }
 .padding-about-invest{
     padding:20px 0px 0px;
 }
 .padding-about-counters{
     padding: 30px 0 50px;
 }




img.rightCircle {
    position: absolute;
    right: 0;
    width: 260px!important;
    bottom: 0;
    opacity: .2;
}
.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999999999;
}.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: -50px;
    padding: 8px 5px 7px 7px;
    margin-right: 80px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
 .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
 .wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999999999;
}
 .my-float {
    margin-top: 15px;
}

 /*mobile-app*/
 .ss34Wrapper {
    height: 368px;
    border-radius: 16px;
    background: #1c3c8c;
    box-shadow:0 0 35px rgb(0 0 0 / 44%);
}
.pos-rel {
    position: relative;
}
.ss34TextWrapper {
    margin-left: 80px;
    max-width: 534px;
    height: 368px;
    flex-direction: column;
    align-items: baseline;
}

 .heading {
    font-size: 36px;
    color: var(--text);
    line-height: 25px;
    letter-spacing: .2px;
    font-weight: 500;
}

.ss34MainText {
    margin-bottom: 35px;
}


.ss34Img {
    right: 110px;
    bottom: 0;
    width: 300px;
}
.pos-abs {
    position: absolute;
}
.ss34TextWrapper h1{
    margin-top:64px;
}
.ss34TextWrapper p{
   font-size:16px;
   padding-top:12px;
       line-height: 32px;
    font-weight: 400;
}
.btn-disp{
    display: flex;
    justify-content: left;
    margin-top:20px;
}
.bnt-app{
     background: white;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
.bnt-app a{
    color:#1c3c8c;
}

.bnt-app-2{
border: 2px solid #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 35px;
    border-radius: 5px;
}
.bnt-app-2 a{
  color:#fff;
}
.bnt-app-2 a:hover{
  color:#1c3c8c;
}
.bnt-app-2:hover{
  background:#fff;
  color:#1c3c8c;
  transition:.5s;
}
.bnt-app-2:hover a{
  color:#1c3c8c;
}
.disp-fl{
    display:flex;
}

.icon-wraps {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 21%);

}
.icon-wraps.bg-white {
    background-color: #fff !important;
}
.rounded-circle {
    border-radius: 50% !important;
}

/*contact*/
.back-grnd{
    background:#fff;
    box-shadow:0px 20px 50px rgba(49,45,43,0.35);
}
.disp-flx{
    display:flex;
   
}
.margin-lf{
        margin-left: 26px;
}
.mt-top{
    margin:24px 0 25px;
}
.disp-flx i{
    color:#ea5e20;
    font-size: 36px;

}

.mt-top h4{
        color: #1c3c8c;
        font-weight:600;
}
.padding-l{
  padding: 29px 20px 0px;
}
.margin-lfs {
    margin-left: 14px;
}
.back-grnds{
    background:#fff;
    text-align:center;
    box-shadow:0 5px 15px rgb(0 0 0 / 21%);
    padding: 12px;
        height: 172px;

}
.margin-s {
    margin: 40px 0 50px;
}
.back-grnds h4{
        color: #1c3c8c;
    font-weight: 600;
    font-size:16px;
    padding-top:10px;
}


.back-grnds p a{
    font-size: 17px;
    color:#43474e;
}
.back-grnds i{
    font-size: 31px;
    color: #ea5e20;
}
.lefts h3:before{
    left: 54%!important;
}
.lefts h3:after{
    width: 98px!important;
    left: 44%!important;
}

.bg-main-contact {
    background-image: url('../images/bg-image.jpg');
    padding-bottom:70px;
}
.bg-con{
    background-image: url(../images/contact-us-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}


/*signup form*/

#contact {
  background: #fff;
  padding: 25px;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  width: 100%;
background: #ffffff;
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid #1c3c8c;
    border-radius: 4px;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="button"] {
cursor: pointer;
    width: 100%;
    border: none;
    background: #233666;
    border-radius: 5px;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 17px;
}


.enquiry-fm{
       font-size: 27px;
    color: #1c3c8c;
       padding: 24px 0 0;
    text-align: center;
    font-weight: 600;
}
.bg-sign{
    background-image: url(../images/enquiry-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}
.padding-tops{
    padding-top:40px;
}
.inner-mutual{
       background:#fff;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 5px 5px;
        height: 275px;
}
.inner-mutual h4{
    font-size: 20px;
    color: #1c3c8c;
    font-weight: 600;
}

/*new*/
.relative {
    position: relative;
}
body.active-body .absolute {
    position: absolute;
    top: 0%;
    width: 50%;
    height: 50%;
    left: 0;
}

.absolute {
    position: absolute;
    top: 15%;
    width: 50%;
    height: 50%;
    left: 0;
}
 .cate-banner-main-tri .row.m-0 {
    margin: 0;
}
 .cate-banner-main-tri .p-0 {
    padding: 0px;
}
 .cate-banner-main-tri .cate-banner-img img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.cate-banner-main-tri img.bg-image {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.cate-banner-main-tri .cate-banner-detail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fffddfc9;
}
.cate-banner-main-tri .cate-banner-inner {
    display: table!important;
    height: 100%;
    width: 100%;
}
.cate-banner-main-tri .cate-banner-info {
    display: table-cell;
    vertical-align: middle;
}
.cate-banner-main-tri .cate-banner-detail .cate-banner-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 25px;
}
.cate-banner-main-tri .cate-banner-detail .cate-banner-title h2 {
       font-weight: 600;
    margin: 0;
    color: #1c3c8c;
    font-size: 25px;
    line-height: 39px;
}
.cate-banner-main-tri .cate-banner-detail .cate-banner-desc {
    margin: auto;
    max-width: 370px;
}
.cate-banner-main-tri .per {
    font-size: 14px;
    line-height: 22px;
    color: black;
}
.cate-banner-main-tri .cate-banner2 .cate-banner-img {
    position: absolute;
    top: 100%;
    max-width: 100%;
}
.cate-banner-main-tri .cate-banner-bg {
    position: relative;
    height: 283px;
}
.showcase {
  width: 100%;
  height: 500px;
  position: relative;
  color: white;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 35, 82, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}
.bg-docs{
    background-image:url(../images/background-fund-documents.jpg);
    background-attachment:fixed;
}
.cate-banner-main-tri .cate-banner2 .cate-banner-img {
    position: absolute;
    top: 100%;
    max-width: 100%;
}
.cate-banner.cate-banner2 {
    position: relative;
}
.bg-generals{
    background-image:url('../images/bg.png');
}

 .ts-feature-box {
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #edeff2;
    border-radius: 5px;
}
 .ts-title {
    margin-bottom: 30px;
}
 .ts-feature-box.style2 {
    padding:5px 40px 29px;
    border: 2px dotted #1c3c8c;
    /*-webkit-box-shadow: 0px 35px 50px 0px rgba(0,0,0,.07);
    box-shadow: 0px 35px 50px 0px rgba(0,0,0,.07);*/
}
 .ts-title.md {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.72px;
    text-transform: uppercase;
    font-weight: 800;
        color: #1c3c8c;
}
 .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
 .service-thumb-bg .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.ts-feature-box .feature-icon {
    max-width: 70px;
    margin-right: 30px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 30px;
}
.service-thumb-bg .post-thumb a {
    padding-bottom: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.service-thumb-bg .post-thumb .blog-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto;
    display: block;
    background-repeat: no-repeat;
}
.moretext-f {
  display: none;
}
.moretext-s {
  display: none;
}
.moretext-t {
  display: none;
}
.moretext-f {
  display: none;
}
.main-sec-insurance{
    margin:40px 0;
}
 .ts-feature-boxs {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,.03);
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,.03);
    border-radius: 6px;
    position: relative;
}
 .ts-feature-boxs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #003478;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
  .ts-feature-boxs:hover:before {
    height: 100%;
    border-radius: 0 0 5px 5px;
}
  .column {
  float: left;
  width:33.3%;
  padding: 0 10px;
}


@media screen and (max-width: 700px) {
 
  
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card-1{
  box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius:5px;
  cursor:pointer;
}
.card-1 .profile{
   /*border-radius:10px;*/
   transition: 0.2s;
       width: 100%;
}
.card-1:hover .profile{
  /*transform:scale(1.4);*/
  /*border-top-right-radius:50px;
  border-top-left-radius:50px;*/
}

.card-1 .content{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
.card-1 .content .back{
  position:absolute;
  width:100%;
  height:100%;
  background-color: #ffffffcc;
  transition:1s;
  
  z-index:1;
  padding:10px;
}

.from-left{
  top:0;
  left:-100%;
}
.card-1:hover .content .from-left {
   left:0%;
}

.from-bottom{
  top:100%;
  left:0;
}
.card-1:hover .content .from-bottom {
   top:0%;
}

.from-right{
  top:0%;
  right:-100%;
}
.card-1:hover .content .from-right {
   right:0;
}

.card-1 .content .back h3{
  font-size:15px;
  letter-spacing:2px;
}
.card-1.content .back .tem-img{
  border-radius:100%;
}

.card-1 .content .back .des{
  font-size:15px;
  padding:28px 36px;
  text-align:justify;
}

.card-1 p{
    font-size: 15px;
    padding-top: 12px;
}


/*buy sec*/
.main-buy-sec{
 background: #ffffffd9;
    height: 430px;
    margin-left: -72px;
    margin-top: 61px;
    padding: 45px;
    border-radius: 4px;
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
}
.main-buy-sec h4{
     color: #1c3c8c;
    text-align: left;
    font-size: 22px;
    padding: 10px 0 7px 0;
    font-weight: 600;
}

.main-buy-sec ul{
    padding: 0;
}
.main-buy-sec ul i{
        font-size: 22px;
    color: #ea5f20;
    padding: 1px 9px 0px 0px;
}
.main-buy-sec ul li{
          display: flex;
    padding: 6px;
    line-height: 22px;
}
.bg-buy{
    background-image:url('../images/white-texture.jpg');
}
.generals{
        margin-top: 44px;
    padding-bottom: 42px;
        margin-bottom: -68px;
}
.padding-al{
    padding-bottom: 42px;
    background:aliceblue;
}
.whychooseus-sec:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(35 54 102 / 85%);
    z-index: 0;
}
.whychooseus-sec {
    margin-top: 50px;
    background: url(../images/documents.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 19px 0 37px;
    color: #fff;
}
.whychooseus-sec > .container {
    position: relative;
    z-index: 1;
}
.whychooseus-sec .customchoosebox {
        height: 153px;
    padding: 16px;
    background: rgb(255 255 255);
    margin-bottom: 15px;
}
.whychooseus-sec .customchoosebox h3, .whychooseus-sec .customchoosebox p.ccbh {
    color: #f07036;
    font-size: 20px;
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: bold;
}
.whychooseus-sec .customchoosebox h4 {
  color: #1c3c8c;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align:center;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.whychooseus-sec p {
     color: #2e2d2d;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.new-sec-cs{
         width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #1c3c8c;
    margin: 0px auto;
    position: absolute;
    top: -41px;
    bottom: 0;
    left: 0;
    right: 0;
}
.new-sec-cs i {
    font-size: 30px;
    color: #fff;
    padding: 10px 14px 0px 15px;
    text-align: center;
}
.cls{
    padding-top:40px;
}

/*new health*/
.wprt-section {
    position: relative;
    background-color: #fff;
        margin-bottom: 39px;
}
.wprt-icon-box.icon-left {
    text-align: left;
    position: relative;
        height: 141px;
}
.wprt-icon-box.icon-left.outline .icon-wrap {
    font-size: 38px;
    margin-bottom: 0;
}
.wprt-icon-box.icon-left .icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    line-height: 50px;
    width: auto;
}
.wprt-icon-box.icon-left.outline .dd-icon {
    box-shadow: inset 0 0 0 2px #ea5e20;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-top: 4px;
    border-radius: 50%;
}
.icon-drawing:before {
    content: '\e955';
}
.wprt-icon-box.icon-left.outline .content-wrap {
    padding-left: 100px;
}
.wprt-icon-box.icon-left .dd-title {
    margin-bottom: 8px;
    color: #1c3c8c;
    font-weight: 600;
}
.wprt-icon-box p {
    margin-bottom: 8px;
        text-align: justify;
}
.wprt-icon-box.outline.icon-effect-2:hover .dd-icon {
    color: #fff;
    background-color: #ea5e20;
}
.wprt-icon-box .dd-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #1c3c8c;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}


/*new sec*/
.elementor-widget-container{
    padding:1px 0 42px;
    background:aliceblue;
}
.service-card-four {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,32,110,.07);
    box-shadow: 0 10px 60px 0 rgba(0,32,110,.07);
       padding: 20px;
    padding-top: 29px;
      height: 271px;
    position: relative;
}
.service-card-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--insuco-primary,#00206e)),to(var(--insuco-base,#00accc)));
    /*background-image: linear-gradient(90deg,var(--insuco-primary,#00206e) 0%,var(--insuco-base,#00accc) 100%);*/
    background-image:linear-gradient(90deg,var90deg,#000b28 0%,#0f3aa5 100%);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease,-webkit-transform 0.5s ease;
}
.service-card-four__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/service-card-4-1.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.service-card-four__content {
    position: relative;
    margin-bottom: -6px;
}
.service-card-four__circle {
    width: 65px;
    height: 65px;
    background-color: #00accc;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-card-four__title {
  font-size: 18px;
    font-weight: 700;
    color: #1c3c8c;
    margin: 0;
    margin-bottom: 14px;
    margin-top: 26px;
}
.service-card-four__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    margin-bottom: 22px;
}
.service-card-four:hover .service-card-four__bg {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.service-card-four:hover .service-card-four__icon {
    color: #fff;
}
.service-card-four:hover .service-card-four__title a {
    color: #fff;
}
.service-card-four:hover .service-card-four__text {
    color: #fff;
}
.service-card-four:hover .service-card-four__title {
    color: #fff;
}
.service-card-four:hover .service-card-four__content i {
    color: #fff;
}
.service-card-four__content i{
        font-weight: 600;
    color: #002a93;
    font-size: 47px;
    padding-left: 36px;
    padding-top: 10px;
}

/*new*/

.service-reasons-box {
    counter-increment: section;
    background: #fff;
    box-shadow:0px 0px 24px 10px rgb(0 0 0 / 9%);
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
        height: 290px;
}
.service-reasons-box .service-reasons-icon {
    width: 45px;
    margin-bottom: 25px;

}
.service-reasons-box h6 {
     font-size: 22px;
    font-weight: 600;
    color: #1c3c8c;
    transition: .3s;
}
.service-reasons-box h6:after {
       content: "";
    background: #ea5e20;
    width: 59px;
    margin: 10px 0;
    height: 3px;
    display: block;
    transition: .3s;
}
.service-reasons-box p {
    font-size: 13px;
    margin-bottom: 10px;
    transition: .3s;
    line-height: 22px;
}

.service-reasons-box i{
    font-size: 47px;
    color: #ea5e20;
}
.main-sec-factor{
    background:#1c3c8c;
    height:540px;
    padding:20px 40px;
}
.slide-content h4{
    color:#fff;
        font-size: 26px;
    padding:10px 20px;
    text-align:center;
}
.slide-content p{
    color: white;
    text-align: center;
    padding: 4px 28px;
}
.slide-content i{
        font-weight: 900;
    color: aliceblue;
    font-size: 45px;
    text-align: center;
}
.sub-factor{
    text-align:center;
}
#factors .col-md-6 {
    padding:0;
}
.white-factor:before{
    background:#fff!important;
}
.white-factor:after{
    background:#fff!important;
}
.main-sec-factor .slide-content{
    margin-top:40px;
}
 .our-terms{
    background-image:url('../images/term-life-insurance.jpg');
    background-repeat:no-repeat;
}
  .our-healths{
    background-image:url('../images/health-policy-banner.jpg');
    background-repeat:no-repeat;
}
    .our-generals{
    background-image:url('../images/general-insurane-banner.jpg');
    background-repeat:no-repeat;
}
     .our-mutuals{
    background-image:url('../images/banner-mutual-fund.jpg');
    background-repeat:no-repeat;
}
     section.HowtoBuy_section_tri-new .HowtoBuy_row_section_tri .col-md-6:nth-child(1), .HowtoBuy_row_section_tri .col-md-6:nth-child(4) {background: #f2fbff;}
section.HowtoBuy_section_tri-new .HowtoBuy_row_section_tri .col-md-6:hover {box-shadow: 0 2px 15px 0 rgb(0 0 0 / 15%);}
section.HowtoBuy_section_tri-new .section-header .section-heading h3 {margin-top:0;}
section.HowtoBuy_section_tri-new p.HowtoBuy_p_tri {font-size: 13px;line-height: 22px;}
section.HowtoBuy_section_tri-new {
    background-image: linear-gradient(to right, #ffffffc4,#ffffffc4) , url(../images/background-fund-documents.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 30px 0 58px;
}
section.HowtoBuy_section_tri-new .HowtoBuy_col_tri {
    display: block;
    text-align: center;
    min-height: 236px;
    padding: 18px 10px;
    /* margin-left: 36px; */
    background: white;
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 13%);
}
section.HowtoBuy_section_tri-new .HowtoBuy_col_tri ul {
        text-align: left;
    padding: 14px 9px;
}
section.HowtoBuy_section_tri-new .HowtoBuy_col_tri ul li{
    display:flex;
        line-height: 25px;
}
.fonts{
        font-size: 17px;
    color: #ea5e20;
    padding-right: 10px;
}
section.HowtoBuy_section_tri-new h2.num_sec {
    color: #ffffff;
    text-align: center;
    font-size: 31px;
    background: #1c3c8c;
    width: 57px;
    padding: 11px;
    height: 57px;
    text-align: center;
    border-radius: 50%;
    margin:0 auto;
}
section.HowtoBuy_section_tri-new h3.HowtoBuy_h3_tri {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}
.font-25{
    font-size:24px;
   margin-bottom:20px;
}
.HowtoBuy_row_section_tri {
    margin-top:40px;
}
.single-services-item {
    position: relative;
    z-index: 1;
    display: block;
      padding: 25px 12px;
    text-align: center;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 30px;
    overflow: hidden;

        height: 260px;
    -webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 13%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.single-services-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image:linear-gradient(-135deg, #1c3c8c 0%, #1c3c8c 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.services-icon {
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}
.services-icon i {
    color: #1c3c8c;
    font-size: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow:0 7px 25px rgb(123,104,238,0.25);
}
.single-services-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-services-item.active:before, .single-services-item:hover:before {
    opacity: 1;
}
.single-services-item p {
font-size: 14px;
    text-align: left;
    padding: 3px 0px 0px 7px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.fn-23{
        font-size: 23px;
}
.main-sec-invest ul {
   padding:0;
}
.single-services-item:hover .single-services-item p{
    color:#fff;
}
.cls-mt{
    margin-top: 26px;
}
.sec-item-disp{
    display:flex;
        padding-left: 19px;
}
.sec h4{
    font-size: 18px;
    font-weight: 600;
    color: #1c3c8c;
    padding-left: 27px;
    padding-top: 12px;
}
.move-left:hover{
    transition: all .5s;
    transform : translateX(-10px);
}
.move-up:hover{
    transition: all .5s;
    transform : translateY(-10px);
}

.items-sec {
    background-image: linear-gradient(to right, #1c3c8ccc,#1c3c8cd4) , url(../images/background-fund-documents.jpg)!important;
    background-size: cover;
}
.move:before{
    background:#fff!important;
}.move:hover{
    background:#fff!important;
}
 .pb-tm{
         padding-bottom: 47px;
         background: aliceblue; margin-top:30px;
 }
 .bg-about{
     padding:35px 0;
 }
 section.HowtoBuy_section_tri-new {
    background-image: linear-gradient(to right, #ffffffc4,#ffffffc4) , url(../images/HowtoBuy_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 30px 0 95px;
}