
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

/**{
    font-family: 'Courier New', Courier, monospace;
}*/


body{
margin: 0;
    /*font-family: var(--bs-font-sans-serif);*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.section-padding{
    padding-top:40px;
}

.navbar-nav a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}


.navbar-light .navbar-brand{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
    color:#000;
}
.navbar-light .navbar-nav .navbar-link{
    color: #000;
}
.w-100{
    height: 100vh;
}
h2{
    font-size: 40px;
    font-weight: 600;
    color: #07466d;
}

h1{
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-align:start;  
}
h3{
    font-size: 20px;
    font-weight: bold;
    color:#07466d;
}

p{
    color:#07466d;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px; 
    
}
.pl-0{
        padding-left: 0;
}
.carousel-item{
    height: 100vh;
    min-height: 300px;
    
}
.carousel-caption{
    bottom: 220px;
    z-index: 2;
}
/*.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}*/
/*.carousel-caption p{
    width: 60%;
    margin:auto;
    font-size: 18px;
    line-height: 1.9;
}*/
.bannerShadow{
        text-shadow: 5px 5px 15px #0070b0;
}
.carousel-inner::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.carousel-caption h1{
    margin: auto;

}

.carousel-caption .paragraph{
    width: 100%;
    margin:auto;
    font-size: 18px;
    color:whitesmoke;
    text-align: left;
    overflow: hidden;
    line-height: normal; 
    margin-bottom: 1rem;

}
.card-title {
    text-transform: capitalize;
}
/*
.banner-area{
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0,0.5)), url(images/mainbanner.jpg);
    background-size:cover;
}
.content-area{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    text-align: center;
}
.content h1{
    font-size: 50px;
    color: #fff;
}
.content p{
    font-size: 25px;
    text-align: center;
    color: #000;
}
*/

/*.whyp-area{
    margin-top: 70px;
    width: 100%;
    height: 100vh;
    background-size: cover;
    }

.whyp-content-area{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whyp-content{ 
    text-align: center;
}
.whyp-content h4{
    font-size: 25px;
    color: #fff;

}
.whyp-content .paragraph{
    font-size: 20px;
    text-align: justify;
    padding: 20px 90px;
    color: #000;
}
*/
.about-text p{
    font-size:18px;
    color:#07466d;
    font-weight:250;
    text-align:none;
}
.whyparamount{
    margin-top: 70px;
}
/*.whyparamount .whyp-content{
    font-size: 20px;
    text-align: justify;
    align-items: center;
}*/

.service{
    width: 80%;
    text-align: center;
    margin: auto;
    padding-top:40px ;
}
.row{
    padding-top: 15px;
    display:flex;
    justify-content: space-between;
}

.service-col {
    flex-basis: 32%;
    background: #07466d;
    border-radius: 10px;
    margin-bottom: 23px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: 0.5s;
    height: 190px;
    box-shadow: 4px 5px 8px 0px #1e7ab38c;
}
.service-col p{
    color: #fff;
    font-size: 20px;
     text-align:center;
}
.KEY_BENEFITS{
    background-color: #f5f8fc;
}
.line-divider span {
    width: 85px;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #006b3a, #004a6a);
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px; 
}
/*.line-dividerwar span {*/
/*    width: 85px;*/
/*    height: 6px;*/
/*    background-color:#fff;*/
/*    display: inline-block;*/
/*    margin: 0 auto;*/
/*    border-radius: 3px; */
/*}*/
.line-dividerwar::before {
  content: "";
   width: 85px; 
    height: 6px;
    background-color:#fff;
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px; 
}

/*.service-col:hover{
    box-shadow: 0 0 20px 1px rgba(12, 16, 19, 0.2);
}*/

/*
.features{
    width: 80%;
    text-align: center;
    margin: auto;
    padding-top:40px ;
}
.features p{
    font-size: 20px;
}
.features h5{
    font-weight: bold;
    text-align: start;
}
h3{
    font-weight: bold;
}

.features-col {
    flex-basis: 50%;
    background: white;
    /*background:rgb(138, 180, 185) ;*/
  /*  border-radius: 10px;
    margin-bottom: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
*/

.services p{
    font-size: 18px;
}
.row-feature{
    align-items: center;
}
.features p{
    font-size: 18px;
}
.img-body{
    /*padding-left: 30px;*/
}
.footer{
    background-color:#07466d;
    padding: 20px 0;
    margin-top: 40px;
}
.footer .container{
    max-width: 1170px;
    margin: auto;
}
.footer .container.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;  
}
.footer-col ul{
    color: #fff;
}

.mr10{
    margin-right:10px;
}
.ml10{
    margin-left:10px;
}

.footer-col .social-links a{
    color: #fff;
}
h6{
    font-size:16px;
    font-weight:500;
    color:white;

}


.ABOUTUS_BG{
     background-color: #f5f8fc;
     padding-bottom:60px;
     
}



.Aboutfooter{
    background-color:#07466d;
    padding: 20px 0;
   /* margin-top: 40px;*/
}
.Aboutfooter .container{
    max-width: 1170px;
    margin: auto;
}
.Aboutfooter .container.row{
    display: flex;
    flex-wrap: wrap;
}










@media only screen and (min-width:768px) and (max-width:991px){
    
    a.navbar-brand{
        font-size: 20px;
    }
    .navbar-nav{
        text-align: center;
    } 
    
}
@media only screen and (max-width:767px){
    .Key_Benifits .card {
    height: 300px;
}

    .service-col {
    flex-basis: auto;
    background: #07466d;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    height:115px;
    width:100%;
}
 .service-col p{
    font-size: 20px;
 }
.about-text{
    font-size: 21px;
}
.features-col {
    flex-basis: 49%; 
    padding: 20px 8px;
}

.service { 
  padding-top: 40px;
}
.line-divider span {
    width: 40px;
}
.line-dividerwar::before {
  content: "";
   width: 40px; c
}
/*.section-padding {
  padding-top: 40px;
}
*/
    
    

    .carousel-caption h1{
        margin: auto;
        padding-top: auto;
        font-size: 15px;
    
    }
    
    .carousel-caption .paragraph{
        width: 100%;
        margin:auto;
        font-size: 10px;
        color:whitesmoke;
        text-align: justify;
       padding-top: 15px;
        overflow: hidden;
        line-height: normal;
        
        
    }    
    
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 8%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }
    .footer-col{
        width: 25%;
        padding: 0 15px;
    }
       
}
img{
        object-fit: cover;
}
.KEY_BENEFITSImg{
    width:100px;
}
.img_bodyWidth{
    width:80px;
}
@media(max-width:767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
    .logoSize{
        width:50%;
    }
    .navbar-nav li{
            text-align: center;
    }
    .KEY_BENEFITSImg{
    width:80px;
}
.footerIcone li{
    float:left;
}
}

@media(min-width:400px){
   .DisplayFlex{
       display: flex;
    align-items: center;
}
}
@media(max-width:400px){
   .footer-col {
    width: 95%;
    margin-bottom: 30px;
} 

}

@media(max-width:575px){
  
.img_bodyWidth{
    width:80px;
}

}
.footerLogo{
    width:100%;
}








.marleft{
    text-align: left!important;
    margin-left: 45px!important;
}



@media only screen and (max-width: 400px) and (min-width: 280px) {
    
    .img_bodyWidth{
    width:60px;
}
.card-body {
    flex: 1 1 auto;
    padding: 0rem 1rem;
}
.DisplayFlex{
    display: flex;
    margin-bottom: 10px;
}
.features p {
    font-size: 16px;
}
h3 {
    font-size: 18px; 
}
.KEY_BENEFITSImg{
    width:70px;
}
}