 body {
     font-family: "Poppins", sans-serif;
     line-height: 1.6;
}
 img {
     width: 100%;
}
 p {
     font-size: 1rem;
}
 .btn-blue {
     background:#3A5F89;
     font-size: 14px;
}
.navbar #navmenu .navbar-nav{
	margin:0px auto;
}
.book-demo{
	box-shadow: 0px 1px 2px 0px #00000026;
    background: #3A5F89;
    color: #fff;
    border-radius: 0;
}
.book-demo:hover{
	background: #3A5F89;
	color: #fff;
}
.btn-primary{
	background-color: #3A5F89;
	border-color: #3A5F89;
}
 #navmenu {
     justify-content: center;
}
 .sticky-top {
     background: #fff;
     padding: 15px 0;
	 box-shadow: 0px 4px 25px 0px #0000007A;
}
 .hero {
     color: #fff;
     padding: 120px 20px 150px;
     text-align: center;
     background-image: url('../images/bg-wave.svg');
     background-position: bottom;
     background-size: cover;
	 height: 507px;
	 background-repeat: no-repeat;
	 background-color: transparent ;
	 background-size: 100%;
}
 .hero h1 {
     font-size: 2rem;
     font-weight: bold;
}
 .hero span {
     font-size: 1.5rem;
     font-weight: 700;
}
 .hero p {
     font-size: 1rem;
     margin: 20px auto;
     max-width: 840px;
     text-align: center;
}
 .section-title h2{
     font-size: 2rem;
     text-align: center;
     font-weight: 700;
     color: #3A5F89;
}
 .section-title p {
     text-align: center;
}
 .feature-section .section-title{
     padding-bottom: 40px;
}
 .feature-card {
     border: none;
     transition: transform .3s;
     background-position: center;
     background-size: cover;
}
 .feature-card .card-body{
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) -28.25%, rgba(58, 95, 137, 0.5) 22.96%, #3A5F89 100%);
     padding-top: 100px;
     color: #fff;
}
 .feature-card .card-title {
     font-size: 1.25rem;
     font-weight: 700;
     max-width: 270px;
}
 .feature-card p {
     font-size: 14px;
     max-width: 270px;
}
 .feature-card:hover {
     transform: translateY(-5px);
}
 #solutions {
     overflow: hidden;
}
 .img-btn {
     text-align: center;
     padding: 20px;
}
 .solution-details {
     overflow: hidden;
     padding: 20px 0;
}
 .solution-details img {
     width: 100%;
	 margin-bottom: 20px;
}
 .section-title h4 {
     font-weight: 700;
     color: #3A5F89;
}
 .solution-details .section-title p {
     font-size: 1.25rem;
     color: #3A5F89;
     font-weight: 500;
     text-align: left;
}
 .solution-details ul,.built-section ul {
     margin: 0;
     list-style-type: none;
     padding: 0;
}
 .solution-details ul li,.built-section ul li {
     padding-left: 20px;
     position: relative;
     font-size: 1rem;
}
 .solution-details ul li::before , .built-section ul li::before {
     content: '';
     background-image: url("../images/listing.png");
     background-repeat: no-repeat;
     background-size: contain;
    /* ensures image fits */
     width: 12px;
     height: 12px;
     display: inline-block;
    /* makes it visible */
     position: absolute;
    /* position before text */
     left: 0;
     top: 3px;
}
 .solution-details ul li h5 {
     color: #3A5F89;
     font-size: 1rem;
}
 .right_container {
     max-width: calc(((100% - 1320px) / 2) + 1320px);
     margin-left: auto;
     padding-left: 10px;
     padding-right: 0px;
     /*display: flex;*/
     flex-direction: row-reverse;
}
 .left_container {
     max-width: calc(((100% - 1320px) / 2) + 1320px);
     margin-right: auto;
     padding-left: 0px;
     padding-right: 10px;
}
 .built-section {
	/* background: #3a5f89;*/
    background-image: url(../images/bult-bg.jpg) !important;
    padding-bottom: 180px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: bottom;
    padding-top: 70px;
    position: relative;
}
section.built-section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, #3a5f89 50%, #f4f4f4 50%);
    z-index: -1;
}
 .built-section h2 {
     text-align: left;
}
 .built-main {
     padding: 40px 0;
}
 .call-action {
     background-color: #3A5F89;
}
 .footer-top {
     padding: 40px 0;
}
 .footer-section h5 {
     font-weight: 700;
     margin-bottom: 10px;
     font-size: 1.25rem;
}
 .footer-section p {
     font-size: 14px;
     color: #d1d1d1;
     margin-bottom: 0;
}
 .footer-links a {
     display: block;
     color: #fff;
     text-decoration: none;
     margin-bottom: 8px;
     font-weight: 600;
}
 .footer-links a:hover {
     text-decoration: underline;
}
 .footer-bottom {
     padding: 20px 0;
     font-size: 14px;
}
 .footer-bottom p {
     margin: 0;
}
 footer {
     background: #3A5F89;
     color: #fff;
}
 footer a {
     color: #fff;
     text-decoration: none;
}
 footer a:hover {
     text-decoration: underline;
}
/* slider */
 .impact-section {
     background-color: #1e4e79;
     color: #fff;
     padding: 90px 0 60px 0;
	 overflow: hidden;
}
 .impact-container {
     display: block
     flex-wrap: wrap;
     align-items: flex-start;
     gap: 30px;
     max-width: 1230px;
     margin-left: auto;
     align-items: center;
}
 .impact-text {
     flex: 1 1 300px;
}
 .impact-text h3 {
     font-size: 28px;
     font-weight: bold;
     line-height: 1.4;
}
 .swiper {
     flex: 2 1 600px;
     padding-bottom: 40px;
}
 .swiper-slide {
     background: #fff;
     padding: 20px;
     min-height: 180px;
     box-shadow: 0 2px 6px rgba(0,0,0,0.1);
     color: #000;
}
 .swiper-slide h6 {
     font-weight: bold;
     color: #3A5F89;
     margin-bottom: 10px;
}
 .swiper-slide p {
     font-size: 14px;
}
 .swiper-pagination-bullets .swiper-pagination-bullet {
     background: #fff;
     opacity: 0.6;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
 .swiper-pagination-bullet-active {
     opacity: 1;
}
 @media screen and (max-width: 1199px){
	.right_container {
		 max-width: calc(((100% - 1140px) / 2) + 1140px);
	}
	 .left_container {
		 max-width: calc(((100% - 1140px) / 2) + 1140px);
	}
}
@media only screen and (max-width: 1024px){
	.hero {
	    background-color: #3a5f89 !important;
	    color: #fff;
	    padding: 80px 20px;
	    text-align: center;
	    background-image: url(../images/bg-wave.svg);
	    background-position: bottom;
	    background-size: 100% ;
	            height: auto;
	}
	.feature-section .section-title {
	    padding-bottom: 20px ;
	}
}
@media screen and (max-width: 991px) {
     .impact-text h3 {
         text-align: center;
    }
     .left_container,.right_container {
         max-width: 100%;
         padding: 0 20px;
         margin: 0;
    }
     .footer-bottom .container {
         display: flex ;
         flex-direction: column;
         align-items: center;
         justify-content: center;
    }
	 .right_container {
		 max-width: calc(((100% - 960px) / 2) + 960px);
	}
	 .left_container {
		 max-width: calc(((100% - 960px) / 2) + 960px);
	}
}
 @media screen and (max-width: 767px) {
     .footer-top {
         text-align: center;
    }
	 .right_container {
		 max-width: calc(((100% - 720px) / 2) + 720px);
	}
	 .left_container {
		 max-width: calc(((100% - 720px) / 2) + 720px);
	}
	 .built-section{
		 background: transparent !important;
	 }
	 .right_container{
		margin-left: 0 ;
	    padding-left: 10px ;
	    padding-right: 10px ;
	}
	.left_container{
		margin-right: 0px;
    	padding-left: 10px;
   		padding-right: 0;
	}
	.built-section{
	    background-position: bottom !important;
	    padding-top: 0;
	}
	.book-demo{
		display:none;
	}
}
 @media screen and (max-width: 575px) {
	 .right_container {
		 max-width: calc(((100% - 540px) / 2) + 540px);
	}
	 .left_container {
		 max-width: calc(((100% - 540px) / 2) + 540px);
	}
}
