@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
    --background-color: #d1e8d6;
    --text-color:#ab9a8a;
    --text-white:#fff;
}
body {
	background: var(--background-color);
	color: var(--text-color);
	font-family: 'Open Sans';
	position: relative;
	margin: 0;
}
.header-top a {
	padding: 0;
	display: inline-flex;
	border: 15px solid #eef7f2;
}
.header-top {
    text-align: center;
    margin: 30px 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right:15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.navbar-brand img{
	max-width: 120px;
}
img {
    max-width: 100%;
}
.banner-section h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    line-height: 60px;
    margin: 0 0 30px;
}
.banner-section .left-content h2 {
	font-size: 90px;
	text-transform: uppercase;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin: 0 0 30px;
	line-height: 90px;
	font-weight: 800;
}
.banner-section{
    align-items: center;
}
p {
    font-size: 22px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 15px;
}
.section-wrapper {
    display: flex;
    margin: 0 -15px;
}
.section-wrapper >div {
    width:50%;
    padding: 0 15px;
}

.right-content img {
    width: 100%;
    object-fit: cover;
    height: auto;
    object-position: top;
    max-height: 550px;
}
.banner-image {
    display: flex;
}
.images-section {
    display: flex;
    justify-content: center;
    margin: 50px -15px 50px;
}
.images-section .image-wrapper {
    width: 33.33%;
    padding: 0 15px;
}
.about-us-section .about-us-left {
    display: inline-flex;
}
.images-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-partners-section ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
	justify-content: center;
	align-items: center;
}
.our-mission-values-section .left-image {
	width: calc(50% + 68px);
}
.our-partners-section ul li {
	list-style: none;
	padding: 0 15px;
	margin-bottom: 25px;
	width: 17%;
	cursor: pointer;
	display: inline-flex;
}
section.about-us-section {
    align-items: center;
}
.our-mission-values-section .left-image img {
	height: 100%;
	object-fit: cover;
}
.our-partners-section ul li img {
    width: 100%;
    object-fit: contain;
    transition: 0.5s;
}
.our-partners-section ul li:hover img{
    filter: grayscale(0);
    scale: 1.2;
}
.cmn-heading {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin: 0px 0 30px;
}

.left-image img {
    width: 100%;
}
.right-content ul {
    margin: 0 0 50px;
    padding: 0;
}
.right-content ul li {
	list-style: none;
	font-size: 22px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
	line-height: 28px;
}
.right-content ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    background:  var(--text-color);
    width: 10px;
    height: 2px;
}
section.our-partners-section {
    margin: 50px 0 50px;
}
.our-partners-section p {
    margin: 30px 0 40px;
    text-align: center;
}
.footer-top {
    text-align: center;
    font-size: 22px;
    line-height: 28px
}

.footer-top h4 {
    font-size: 26px;
    margin: 20px 0;
    line-height: 30px;
    text-transform: uppercase;
}
footer {
	background-color: var(--text-color);
	padding: 50px 0 50px;
	color: var(--text-white);
}
.footer-top a{color:  var(--text-white);
    text-decoration: none;
    display: block;
}
.footer-top a:not(.footer-top a:last-child){
    margin-bottom: 20px;
}
.contact-detail-wrapper p {
	display: flex;
}
.footer-top p{text-align: center; text-transform: capitalize;}
.contact-detail-wrapper.section-wrapper {
	align-items: center;
}
.contact-detail-wrapper p {
	display: flex;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
	align-items: start;
}
.our-mission-values-section .right-content {
    margin-top: 30px;
}
.contact-section {
	margin: 50px 0;
}
.contact-detail-wrapper p a ,.contact-detail-wrapper p span{margin-left: 15px; color: var(--text-color); text-decoration: none;}
.contact-detail-wrapper p span{text-transform: capitalize;}
@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container{
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container{
        max-width: 1320px
    }
}
@media(max-width:1200px){
    .banner-section h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .cmn-heading {
        font-size: 30px;
    }
    p {
        font-size: 20px;
        line-height: 26px;
    }
    section.about-us-section {
        align-items: start;
    }
    .right-content img {
        max-height: 500px;
    }
   
    .footer-top h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .footer-top {
        font-size: 20px;
        line-height: 24px
    }
    .right-content ul li {
        font-size: 20px;
        line-height: 26px;
    }
    .right-content ul {
        margin: 0 0 30px;
        padding: 0;
    }
    .right-content ul li::before {
        top: 13px;
    }
    .navbar-brand img {
        max-width: 100px;
    }
    .contact-detail-wrapper p {
        font-size: 22px;
        line-height: 28px;
    }
    .banner-section .left-content h2 {
        font-size: 75px;
        line-height: 75px;
    }
}

@media(max-width: 992px){
    .banner-section h1 {
        font-size: 32px;
        line-height: 38px;
        margin:0 0  15px;
    }

    .images-section {
        margin: 30px -15px 30px;
    }
    .cmn-heading {
        font-size: 26px;
        margin: 0 0 15px;
    }
    p,.right-content ul li,.footer-top {
        font-size: 18px;
        line-height: 22px;
    }
    section.about-us-section, .our-mission-values-section {
        align-items: unset;
    }
    section.our-partners-section {
        margin: 0px 0px 30px;
    }
    footer {
        padding: 30px 0 30px;
    }
    .footer-top h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .our-partners-section p {
        margin: 20px 0 30px;
    }
    .our-partners-section ul li {
        margin-bottom: 20px;
        width: 27%;
    }
    .contact-section {
        margin: 30px 0;
    }
    .contact-detail-wrapper p {
        font-size: 20px;
        line-height: 26px;
    }
    .banner-section .left-content h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media(max-width: 768px){
    .section-wrapper {
        flex-wrap: wrap;
    }
    .section-wrapper >div{
        width: 100%;
    }
    .banner-section .left-content,.about-us-section .about-us-right ,.contact-detail-wrapper .contact-left-details  {
        order: 2;
    }
    .banner-section .right-content,.about-us-section .about-us-left,.contact-detail-wrapper .contact-right-map{
        order: 1;
    }
    .banner-section h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 0px 0 10px;
    }
    .banner-section .left-content h2 {
        font-size: 45px;
        line-height: 45px;
        margin: 30px 0 20px;
    }
    .about-us-right {
        margin: 30px 0 15px;
    }
    .our-mission-values-section .left-image {
        width: 100%;
    }
    .cmn-heading {
        font-size: 24px;
        margin: 0 0 10px;
    }
    p, .right-content ul li, .footer-top {
        font-size: 16px;
        line-height: 20px;
    }
    .right-content ul li::before {
        top: 10px;
    }
    .header-top a {
        font-size: 28px;
        line-height: 32px;
    }
    .right-content img {
        max-height: unset;
    }
    .navbar-brand img {
        max-width: 80px;
    }
    .contact-detail-wrapper {
        margin: 30px 0 0;
    }
    .contact-detail-wrapper p {
        font-size: 18px;
        line-height: 22px;
    }
    .contact-detail-wrapper p svg {
        max-width: 30px;
    }
    .contact-detail-wrapper p.contact-icon svg {
        max-width: 25px;
    }
    .header-top a {
        border: 10px solid #eef7f2;
    }
}
@media(max-width: 576px){
    .header-top a {
        font-size: 24px;
        line-height: 26px;
    }
    .header-top {
        text-align: center;
        margin: 15px 0;
        padding: 0 15px;
    }
    .footer-top {
        padding: 0 15px;
    }
    .banner-section h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 15px 0 10px;
    }
   
      .images-section {
        flex-wrap: wrap;
    }
    .images-section .image-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    .cmn-heading {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .cmn-heading {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .right-content ul {
        margin: 0 0 20px;
    }
    .our-partners-section ul li {
        margin-bottom: 10px;
        width: 34%;
    }
    .footer-top h4 {
        font-size: 20px;
        line-height: 22px;
      }
      .footer-top a:not(.footer-top a:last-child) {
        margin-bottom: 10px;
      }
      .container {
        padding-right: 0;
        padding-left: 0;
    }
    .section-wrapper {
        margin: 0;
    }
    .images-section {
        margin: 30px 0px 30px;
    }
    .our-partners-section ul {
        margin: 0;
    }
    section.our-partners-section {
        padding: 0 15px;
    }
    .right-content ul li {
        padding-left: 20px;
    }
    .banner-section .left-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 20px 0 15px;
    }
}