


body{
    font-family: 'Canva Sans';
    background:#fff;
    margin: 0;
}
@font-face {
    font-family: 'Canva Sans';
    src: url('../fonts/CanvaSans-Regular.eot');
    src: url('../fonts/CanvaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CanvaSans-Regular.woff2') format('woff2'),
        url('../fonts/CanvaSans-Regular.woff') format('woff'),
        url('../fonts/CanvaSans-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay-Regular.eot');
    src: url('../fonts/HelveticaNowDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
    
}

@font-face {
    font-family: 'helvetica Condensed Regular';
    src:  url('../fonts/helvetica-condensed-regular.ttf') format('truetype');

    
}



/* Custom container max width */
.container {max-width:1366px;}
.containerful {max-width:100%;}
.container-fluid{padding: 0px 7%;}
.blue-colour{color: #0d1870;}

.mb-b10{margin-bottom: 10px;}
.mb-b20{margin-bottom: 20px;}
.mb-b30{margin-bottom: 30px;}
.mb-b40{margin-bottom: 40px;}
.mb-b50{margin-bottom: 50px;}

.pb-b10{padding-bottom: 10px;}
.pb-b20{padding-bottom: 20px;}
.pb-b30{padding-bottom: 30px;}
.pb-b40{padding-bottom: 40px;}
.pb-b50{padding-bottom: 50px;}


/* Navbar */
.navbar{
  position:relative;
    z-index:999;
}

.nav-link{font-size: 18px;color: #000;font-weight: bold;white-space: nowrap;}
.nav-link:hover{color: #2119ee;}
.navbar .active{color: #2119ee!important;}


.navbar-nav {gap: 65px;}
.logo-text img{width: 80%;}
.navbar-brand{ margin-right: 0px; text-align: right;}

/* Hero */
.hero-image-section{width: 100%; float: left;}
.hero{
    position:relative;
   
}

.hero img{
    width:100%;
    height:520px;
    object-fit:cover;
   
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
    border-radius:5px;
}

.hero-content{
    position:absolute;
    top: 56%;
    transform:translateY(-50%);
    left: 57px;
    color:white;
    width: 90%;
}

.hero-content h1{
    font-size: 68px;
    font-weight: bold;
    font-family: 'helvetica Condensed Regular';
}

.hero-content p{
   font-size: 24px;
   margin: 20px 0 35px;
   font-weight: bold;
}

.hero-button{float: right;margin-top: 0px;}
.bluebg{background-color: #1426af;}
.lightbluebg{background-color: #6c86e1;}

.btn-custom{
   padding: 10px 36px;
   border-radius: 18px;
   font-weight: 600;
   font-size: 20px;
   color: #fff;
}
.btn-custom:hover{background-color: #000;color: #fff;}



/* Section Background */
.about-section{
    background:#0d1870;
    padding: 50px 80px;
    color:#fff;
    margin-top: 70px;
    width: 100%;
    float: left;
}

/* Heading */
.heading h2{
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 0;
}

.heading .subtitle{
   font-size: 26px;
   font-style: italic;
   margin-bottom: 30px;
}

/* Timeline */
.about-section .timeline{
    position:relative;
    padding-left:33px;
}

.about-section .timeline::before{
    content:"";
    position:absolute;
    left:12px;
    top: 7px;
    bottom: 40px;
    width:2px;
    background:white;
}

.about-section .timeline-item{
    position:relative;
    margin-bottom: 35px;
}

.about-section .timeline-item::before{
    content:"";
    position:absolute;
    left:-27px;
    top: 3px;
    width:14px;
    height:14px;
    background:white;
    border-radius:50%;
}

.about-section .timeline-item h5{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

.about-section .timeline-item p{
    font-size: 18px;
}

/* Image Card */
.about-section .image-card{
    border-radius:100px;
    overflow:hidden;
   
}

.about-section .image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}


/* Why AfriTPA Section */
.why-sectionman{

position: relative;

overflow: hidden;

width: 100%;

float: left;
}



.why-section{
    padding: 78px 80px 80px;
    width: 100%;
    float: left;
}

/* Decorative Bars */
.decor-top{
    position:absolute;
    top:40px;
    right:0;
}

.decor-bar1{
    width:120px;
    height: 40px;
    background:#6c83d6;
    border-radius:30px 0 0 30px;
    margin-bottom: 12px;
    position: relative;
    right: -50px;
}

.decor-bar2{
    width: 144px;
    height: 40px;
    background:#1b2477;
    border-radius:30px 0 0 30px;
}

/* Heading */
.why-title{
    font-size:60px;
    font-weight:800;
    color:#1b2477;
}

.why-subtitle{
    font-size:24px;
    font-style:italic;
    color:#1b2477;
    margin-bottom:60px;
}

/* Cards */
.why-card{
    border-radius: 35px;
    padding: 28px 26px;
    height: 100%;
    font-weight: bold;
    font-size:25px;
    line-height: 1.5;
}

/* Outline Card */
.card-outline{
    border:2px solid #0d1870;
    color:#1b2477;
    background:white;
     transition: 0.3s ease;
}

.card-outline:hover {
    transform: translateY(-6px);
}



/* Filled Card */
.card-filled{
    background:#0d1870;
    color:white;
     transition: 0.3s ease;
}
.card-filled:hover {
    transform: translateY(-6px);
}
/* Button */
.button-blue{
   background: #1426af;
   border: none;
   padding: 10px 36px;
   border-radius:16px;
   font-weight: 600;
   font-size: 20px;
   color: #fff;
}

.button-blue:hover{
    background:#1b2477;
}

/* services section */


/* Section */
.services-section{
    background:#0d1870;
    position:relative;
    overflow:hidden;
    color:white;
    width: 100%;
    float: left;
    padding:50px 80px;
}




/* Cards */
.service-card{
    border: 4px solid #e6e6e6;
    border-radius: 35px;
    padding: 28px 28px;
    height:100%;
    position:relative;
}

.service-card h4{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
}

/* Bullet list */
.service-card ul{
    list-style:none;
    padding:0;
    margin-bottom: 50px;
}

.service-card ul li{
    position:relative;
    padding-left:25px;
    margin-bottom: 17px;
    font-size: 22px;
}

.service-card ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:10px;
    height:10px;
    background:white;
    border-radius:50%;
}

/* Buttons */
.service-btn{
   background: #fff;
   color: #1426af!important;
   margin-top: 25px;
   display: inline-block;
   text-decoration: none;
   padding: 10px 36px;
   border-radius: 16px;
   font-weight: 600;
   font-size: 20px;
}

.service-btn:hover{
    background:#000;
     color: #fff!important;
}

/* Decorative Shapes */
.decor-left{
    position:absolute;
    bottom:40px;
    left:40px;
    width:220px;
    height:40px;
    background:#cfcfcf;
    border-radius:40px;
}

.decor-left::after{
    content:"";
    position:absolute;
    right:-40px;
    top:0;
    width:160px;
    height:40px;
    background:#e6e6e6;
    border-radius:40px;
}

.decor-right{
 position: absolute;
    right: -24px;
    top: 72%;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}

.contact-info {padding-left: 80px;}


#contactnow{width: 100%; float: left;}

.sspace-l{margin-left:30px;}
.sspace-r{margin-right: 30px;}

/* contact section */

.contact-section{
    background:#0d1870;
    color:#fff;
    padding: 90px 75px;
    width: 100%;
    float: left;
}

.contact-section h2 {
    font-family: 'helvetica Condensed Regular';
}
.textcanter {
    text-align: center;
}
.contact-section .subtitle{font-size: 24px;}

/* Left Content */
.contact-info h5{
    font-weight: bold;
    margin-top:30px;
    font-size: 22px;
}

.contact-info p{
    font-size: 21px;
    margin-bottom: 35px;
}


.loginbutsec{text-align: center;margin-top: 110px;}

/* Login Button */
.portal-btn{
    
background: #2119ee;
    
color: white;
    
text-decoration: none;
    
font-weight: 600;
    
display: inline-block;
    
text-align: center;
    
padding: 10px 36px;
    
border-radius: 16px;
    
font-weight: bold;
    
font-size: 20px;
}

.portal-btn:hover{
    background: #000;
    color: white;
}

/* Form Box */
.contact-section .form-box{
    border:2px solid #ffffff;
    padding: 30px;
}

.contact-section .form-label{
    font-weight: normal;
    font-size: 16px;
}

.contact-section  .form-control, .form-select{
    background: #fff;
    border:none;
    border-radius:0;
    height: 40px;
}

.contact-section  textarea.form-control{
    height:40px;
}

.contact-section  .submit-btn{
  background: #7f93d6;
  border: none;
  margin-top: 25px;
  text-align: center;
  padding: 10px 36px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.contact-section  .submit-btn:hover{
    background:#000;
    color: #fff;
}


/* about us page start */

.whoweare-section{width: 100%; float: left; background-color: #0d1870;margin-top: 80px;}
.whoweareimage{float: left;width: 100%;}
.whoweareimage img{width:100%;}
.weoweare-textbox{
    margin: 35px 91px 40px 75px;
    background-color: #fff;
    padding:69px 40px;
    border-radius: 30px;
    }
.weoweare-textbox h2{text-align: center;color: #0d1870;font-family: 'helvetica Condensed Regular';font-size: 52px;padding-bottom: 15px;font-weight: bold;}
.weoweare-textbox p{font-size: 24px;color: #0d1870;margin-bottom: 30px;line-height: 38px;}

.whatsets-sectionman{width: 100%; float: left;position: relative;overflow: hidden;}

.whatsets-section{width: 100%;float: left;padding: 40px 70px;}



.whatsets-section h2 {
    font-family: 'helvetica Condensed Regular';
    font-size: 52px;
}

.whatsets-sectionman .decor-right2{
position: absolute;
    right: -14px;
    top: 3%;
    width: 40px;
    height: 40px;
    background: #0d1870;
    border-radius: 50%;
}


.whatsets-section .timeline{
    position:relative;
    padding-left:33px;
    margin-left: 10px;
}

.whatsets-section .timeline::before{
    content:"";
    position:absolute;
    left:12px;
    top:10px;
    bottom: 13px;
    width:2px;
    background:#0d1870;
}

.whatsets-section .timeline-item{
    position:relative;
    margin-bottom: 22px;
}

.whatsets-section .timeline-item::before{
    content:"";
    position:absolute;
    left:-27px;
    top: 3px;
    width:14px;
    height:14px;
    background:#0d1870;
    border-radius:50%;
}

.whatsets-section .timeline-item h5{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 4px;
    color: #0d1870;
}

.whatsets-section .timeline-item p{
    font-size: 14px;
}

/* Image Card */
.whatsets-section .image-card{
    border-radius:100px;
    overflow:hidden;
   
}

.whatsets-section .image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.who-we-serve{
    background:#0d1870; /* Deep Blue */
    padding: 50px 80px;
    width: 100%;
    float: left;
}
.whitecolour{color: #fff;}

.who-we-serve h2 {
    font-family: "helvetica Condensed Regular";
}

.who-we-serve .col-lg {flex: 1 0 0%;}

.who-we-serve .service-card2 {
    background: #eeeff5;
    padding: 75px 19px 50px;
    position: relative;
    height: 100%;
    transition: 0.3s ease;
}

.who-we-serve .service-card2:hover {
    transform: translateY(-6px);
}

.who-we-serve .service-card2 h5 {
   color: #0d1870;
   font-weight: bold;
   line-height: 1.5;
   font-size: 25px;
}

.who-we-serve .check-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    border: 2px solid #0d1870;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0d1870;
}



/* for insurance page start */



/* Top Blue Strip */
.top-strip{
    background:#0d1870;
    color:#fff;
    padding: 40px 58px 20px;
    text-align:center;
    width: 100%;
    float: left;
    margin-top: 80px;
}

.top-strip p{
    font-size:24px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Main Section */
.partner-section{
   padding: 80px 70px 100px;
   width: 100%;
   float: left;
}



.partner-section .sub-text{
    font-size: 22px;
    color:#0d1870;
    width: 100%;
    margin-bottom:40px;
}
.boxspace{margin: 0px 50px;}
/* Pill Buttons */
.feature-pill{
    background: #0d1870;
    color: #fff;
    padding: 15px 51px;
    border-radius: 50px;
    font-weight: bold;
    font-size:23px;
    transition: 0.3s ease;
    min-height: 91px;
    vertical-align: middle;
    text-align: center;
}

.feature-pill:hover{
    background:#151c5c;
    transform:translateY(-4px);
}



/* Main Section */
.insurer-section{
    background:#0d1870;
    color:#fff;
    padding: 50px 80px 40px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.insurer-section .decor-right3{
position: absolute;
    right: -12px;
    top: 7%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}




.insurer-section p.lead-text{
    font-size: 22px;
    width:100%;
    margin-bottom: 55px;
    color:#e5e8ff;
}

/* Feature Item */
.feature-item{
    display:flex;
    gap: 26px;
    margin-bottom:28px;
}

.check-circle{
   min-width: 26px;
    height: 26px;
    border:2px solid #ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.feature-text h5{
    font-weight: bold;
    font-size: 20px;
    margin-bottom:6px;
}

.feature-text p{
    margin:0;
    font-size: 20px;
    color:#d4d8ff;
    font-style: italic;
}


/* Button */
.cta-btn{
    background: #fff;
    color: #0d1870;
    padding:10px 36px;
    border-radius:30px;
    font-weight: bold;
    border:none;
    margin-top:40px;
    font-size: 20px;
    text-shadow: none;
}

.cta-btn:hover{
    background: #000;
    color: #fff;
}


.expect-section {
    padding: 60px 70px 50px;
    width: 100%;
    float: left;
}

.feature-item2{
    display:flex;
    gap: 20px;
    margin-bottom:28px;
    margin-left: 30px;
}

.check-circle2{
    min-width: 25px;
    height: 25px;
    border:2px solid #0d1870;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.feature-text2 h5{
    font-weight: bold;
    font-size: 22px;
    margin-bottom:6px;
    color:#0d1870;
}

.feature-text2 p{
    margin:0;
    font-size: 22px;
    color:#0d1870;
    font-style: italic;
}

/* Button */
.cta-btn2{
    background: #6c86e1;
    color: #fff;
    padding: 6px 36px;
    border-radius:30px;
    font-weight: bold;
    border:none;
    margin-top:40px;
    font-size: 12px;
    text-shadow: none;
}

.cta-btn2:hover{
    background: #000;
    color: #fff;
}



/* services page Section */
.pageservices-section{
 
padding: 80px 70px;
 
width: 100%;
 
float: left;
}



.pageservices-section .intro{
    font-size: 22px;
    color: #0d1870;
    width: 100%;
    margin-bottom: 40px;
}
.pagservessect {
    width: 80%;
}


.pageservices-pill{
    border-radius:50px;
    padding: 16px 18px;
    margin-bottom:15px;
    display:flex;
    align-items:flex-start;
    gap: 14px;
    transition: 0.3s ease;
}

.pageservices-pill:hover{
    transform: translateY(-4px);
}



.pageservices-pill:nth-child(odd){
 background:#0d1870;
color:#fff;

}
.pageservices-pill:nth-child(even){
 border:2px solid #0d1870;
background:transparent;
color:#0d1870;

}


.pageservices-section .check-circle{
   min-width: 23px;
   height: 23px;
   border-radius:50%;
   border:2px solid currentColor;
   display:flex;
   align-items:center;
   justify-content:center;
   font-size:14px;
   margin-top:4px;
   top: -2px;
   position: relative;
}

/* Text */
.pageservices-text h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:6px;
}

.pageservices-text p{
    margin:0;
    font-size: 20px;
    font-style: italic;
}

/* CTA Button */
.pageservices-section .cta-btn{
    background:#2119ee;
    color:#fff;
    padding:10px 36px;
    border-radius: 30px;
    font-weight: bold;
    border:none;
    font-size:20px;
    margin-top:40px;
    text-shadow: none;
}

.pageservices-section .cta-btn:hover{
    background:#000;
      color:#fff;
  
}