    #our_gallery {
        overflow-x: hidden;
    }  
#about-banner{
    position: relative;
    margin-top: -6%;
  }
  #about-banner .about_banner_info{
    position: absolute;
    top:80%;
    left: 15%;
  }
  .about_banner_info {
    margin: auto;
    background: white;
    width: 70%;
    padding: 13px 13px;
}
.border-style{
    border: 2px double #1d3c37;
    padding: 8px 7px;
}
.border-style2{
    border: 1px double #1d3c37;
    padding: 33px 50px;
}
.about_banner_info h3{
    color: #252525;
font-family: Baskerville;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 58px; /* 120.833% */
letter-spacing: 0.66px;
margin-bottom: 24px;
}
.about_banner_info p{
    color: #252525;
text-align: center;
font-family: var(--fontRaleway);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
letter-spacing: 0.66px;
text-transform: capitalize;
}


/* Our Story */
#our_story {
    margin-top: 50px;
}
#our_story .row {
    display: flex;
    align-items: center;
}
#our_story .about_counter{
    margin-bottom:26px;
}
#our_story .about_counter p span{
    color: #7c877f;
    font-family: var(--fontBaskerville);
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.313px; /* 16% */
    letter-spacing: 0.614px;
}
section#our_story .explore_btn a{
	display:flex;
	align-items:center;
	color: #fff;
}
#our_story .about_counter p{
    color: #252525;
font-family: var(--fontPlayfair);
font-size: 18.594px;
font-style: normal;
font-weight: 400;
line-height: 26.031px;
letter-spacing: 0.614px;
}
#our_story .image {
    align-items: flex-end;
    display: flex;
    column-gap: 20px;
}
#our_story .image .right_image .image1{
    padding-bottom: 21px;
}
/* #our_story .text-part h4{
    margin-bottom:32px;

} */
#our_story .heading, #long_journey .heading{
	text-align: left;
}
.heading{
    color: #252525;
    font-family: var(--fontBaskerville);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 109.091% */
    letter-spacing: 0.66px;
    padding-bottom: 20px;
}
#card_section .heading::after{
	content:'';	width: 46px;
height: 1px;
	display:block;
	margin:8px auto;
	background:var(--colorGreen);

}
#card_section img{
	border-radius:20px;
}

.text{
    color: #252525;
    font-family: var(--fontRaleway);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.66px;
    line-height: 26px; /* 162.5% */
    margin-bottom: 0px;
}
#our_story .text-part p{margin-bottom: 16px;}
#our_story .explore_btn {
 width: max-content;
}
/* End Our Story */







/* Our Story */
#future{
    margin-top: 50px;
    position: relative;
    }
#future .text-part{
    position: absolute;
    top:30%;
}
#future .future_parallax{
	    position: relative;
    height: 420px;
    background-attachment: fixed;
    background-position: bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
#future .text-part h3{
    width:75%;
    margin:auto;
    color: #FFF;
    text-align: center;
    font-family: Baskerville;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 114.286% */
}
#future .text-part h3 span{
    color: #A8CF3E;
    font-family:var(--fontDancing);
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
}
/* End Our Story */




/* Our Story */
#long_journey{
    margin-top:80px;
}

#long_journey .small-card {
    display: flex;
    /* width: 17%; */
    width: 226px;
    height: 336px;
    border-radius: 113px;
    border: 1px solid #7F856F;
    color: #252525;
position: relative;
align-items: center;
        transition: 0.45s all ease;
        justify-content: center;

}
#long_journey .small-card .small-image{
    width:100%;
    height:100%;
    position: absolute;
    z-index:0;
    top:0;
    left:0;
        /* transition: 0.45s all ease; */
    visibility: hidden;
}
#long_journey .small-card .small-image img{
width: 100%;
}
#long_journey .small-card .text-part{
    display: flex;
    z-index: 4;
    row-gap: 24px;
    flex-direction: column;
    align-items: center;
    
    
}

#long_journey .small-card-section{
    margin-top:72px;
    display: flex;
    justify-content: space-between;
}
#long_journey .small-card:hover{
    color:white;
    border-radius: 113px;
border: 1px solid #FFF;
}
#long_journey .small-card:hover .small-image{
 visibility: visible;
 
}
#long_journey .small-card:hover svg path{
    fill: white;
}
#long_journey .small-card .small_title{
text-align: center;
font-family: var(--fontBaskerville);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 155.556% */
letter-spacing: 0.66px;
}
#long_journey .small-card .number
{
text-align: center;
font-family: var(--fontBaskerville);
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 72px; /* 112.5% */
}
/* End Our Story */
#all_started{
    margin-top: 40px;
}
#all_started h4{
   margin-bottom: 32px; 
   text-transform: capitalize;
}
#all_started .images{
    display: flex;
    justify-content: space-between;
    margin-bottom:40px;
}
#all_started p span{
    font-weight: 600;
}
#all_started .read__more__link {
	display:inline-block;
	margin-top: 20px;
	color: #A8CF3E;
	font-family : var(--fontBaskerville);
	font-size: 20px;
	line-height: 1em;
	text-decoration: none;
	transition: all 0.3s ease-in;
}
#all_started .read__more__link:hover {
	text-decoration: underline;
}
#all_started .more__content {
	display:none;
}
#all_started .more__content.active {
	display:block;
}

/* Our Story */
#visionaries{
    background-color: var(--colorBackground);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#visionaries h4{
    color: #252525;
    text-align: center;
    font-family: var(--fontPlayfair);
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 109.091% */
    letter-spacing: 0.66px;
    text-transform: capitalize;
}
#visionaries .text-part {
    display: flex;
    row-gap: 32px;
    text-align: center;
    flex-direction: column;
}
#visionaries .text-part .name{
    color: #252525;
    font-family: var(--fontRaleway);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px; /* 116.667% */
    letter-spacing: 0.66px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
#visionaries .text-part .title{
    color: #252525;
font-family: var(--fontRaleway);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 116.667% */
letter-spacing: 10px;
text-transform: uppercase;
}
#visionaries .row{
    display: flex;
    align-items: center;
}
/* End Our Story */





/* Our Story */
#our_client{
    padding-top: 40px;
    padding-bottom: 40px;
}
#our_client h4 {
    color: #252525;
    font-family: var(--fontBaskerville);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 109.091% */
    letter-spacing: 0.66px;
    text-align: center;
    margin-bottom: 34px;
  }
  #our_client h4::after{
    margin:8px auto;
  content:'';
  display: block;
  width: 46px;
  height: 1.5px;
  background-color: var(--colorGreen);
  }
  #our_client  .logo-images {
    row-gap:32px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
   #our_client .logo-images .logo-img {
    width: 100%;
}
/* End Our Story */


#card_section{
    margin-top: 120px;
}

#card_section .row {
    display: flex;
    row-gap: 40px;
    justify-content: space-between;
}
#card_section .card-part{
    padding: 0px;
    position: relative;
    width: 23%;
    height: 49%;
    border-radius: 20px;
border: 1px solid #AAA;
background-color: #E0DED6;
padding: auto 15px;
}
#card_section .card-part img{
    width: 100%;
}
#card_section .card-part .card-body{
    display: flex;
    padding:60px 27px 92px 27px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    border: 1px solid #AAA;
    background-color: #E0DED6;
    flex-direction: column;
    justify-content: space-between;
    visibility: hidden;
}
#card_section .card-part:hover .card-body{
right:0;
visibility: visible;
}
#card_section .card-part .card_name{
    padding:20px 15px 17px 15px;
    position: absolute;
    bottom: 5%;
    width: 72%;
    left: 15%;
    border-radius: 10px;
border: 1px solid #939393;
opacity: 0.7;
background: #494949;
}
#card_section .card-part .card_name  .name{
    opacity: 1  !important;
    margin-bottom:8px;
    color: #FFF;
font-family: var(--fontRaleway);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 136.364% */
letter-spacing: 0.66px;
text-transform: capitalize;
}

#card_section .card-part .card_name .occupation{
    color: #FFF;
font-family: var(--fontRaleway);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.66px;
text-transform: capitalize;
}


#journey{
    margin-top:82px;
}
#journey .journey_box {
    border-radius: 20px;
background: #C5B9AC;;
}
#journey  .col-12{
	padding:0px;
}
#journey h4{
    color:#2F2E2D;
font-family:var(--fontBaskerville);
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 109.091% */
letter-spacing: 0.66px;
}
#journey .group{
    display: flex;
    column-gap: 0px;
}
#journey input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 0px 5px 5px 0px;
    background: #160A06;
    color: white;
    padding: 10px 30px;
    color: #FFF;
    font-family:var(--fontBaskerville);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.96px;
    text-transform: uppercase;	
    border: 1px solid #000;
}
#journey input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent !important;
    color: #000 !important;
    border-left: 0px !important;
}
#journey input.wpcf7-form-control.wpcf7-email{
    color: #393938;
font-family:'Raleway';
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
letter-spacing: 0.96px;
/* text-transform: uppercase; */
    border-radius: 5px 0px 0px 5px;
    background: #FFF;
    padding: 10px 30px;
	    border: 1px solid #000;
}
#journey p{
    color:#2F2E2D;
font-family:'Raleway';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
letter-spacing: 0.66px;
text-transform: capitalize;
}
#journey .journey_box {
    display: flex;
    align-items: center;
}
#journey .col-12.col-lg-5 img{
	border-radius:0px 20px 20px 0px;
}
#journey .text-part{
    margin: auto;
    width: 83%;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
#journey .col-5{
    text-align: right;
    padding: 0px;
}


/* our gallery */
#our_gallery{
    margin-top:80px;
}
#our_gallery h4 {
    color: #252525;
  font-family: var(--fontBaskerville);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 109.091% */
  letter-spacing: 0.66px;
  text-align: center;
  margin-bottom:52px;
  }
  #our_gallery h4::after{
    margin:8px auto;
  content:'';
  display: block;
  width: 46px;
  height: 1.5px;
  background-color: var(--colorGreen);
  }
#our-gallery .child img{
    margin:0px;
}



@media only screen and (max-width:1400px) {
#our_story .left_image img{
    width: 100% !important;
}
#all_started .images img{
    width: 100%;
}
}

    @media only screen and (max-width:1199px) {
        #about-banner{
            margin-top: -8%;
          }
        #our_story .right_image {
            width:100%;
                }
               #our_story .image .right_image .image1, #our_story .image .right_image .image2{
                width: 100%;
               }    
               #our_story .about_counter p span {
                font-size: 124.453px;
               }
               .heading {
                font-size: 32px;
                line-height: 40px;
                letter-spacing: 0.66px;
            }
            #our_story .text-part h4 {
                margin-bottom: 20px;
            }
            #our_story .text-part p {
                margin-bottom: 20px;
            }
            #our_story .explore_btn {
                width: 45%;
            }
            #our_story .text {
                font-size: 14px;
                line-height: 22px;
            }
}

@media only screen and (max-width:991px) {
    #about-banner{
        margin-top: -10%;
      }
    #our_story {
        margin-top: 180px;
    }
    #long_journey .small-card {    
margin:auto;
    }
    #long_journey .row.small-card-section .col-6{
        margin-bottom:30px;
    }
    #our_story .image .right_image .image1, #our_story .image .right_image .image2 ,#our_story .left_image img {
        width: auto;
    }
    .border-style2 {
        padding: 33px 20px;
    }
    #our_story .text-part{
        margin-top:30px;
    }
    #our_story .explore_btn {
        width: 32%;
    }
    #future .text-part {
        top: 10%;
    }
    
    #future .text-part h3 {
        width: 100%;
    }

    #visionaries .text-part {
        margin-top:30px;
    }
    #card_section .card-part {
        padding: 0px;
        position: relative;
        width: 47%;
    }
	    #journey .journey_box {
        flex-direction: column-reverse;
        padding-bottom: 28px;
    }
        #journey .col-12.col-lg-5 img {
        border-radius: 20px 20px 0px 0px;
/*         margin-bottom: 42px; */
    }
	    #journey .col-12.col-lg-5 {
        margin-bottom: 28px;
    }
}


@media only screen and (max-width:767px) {
/* about */
#about-banner{
    margin-top: -30%;
  }
.border-style2 {
    padding: 20px;
}

.about_banner_info {
    width: 88%;
}
#about-banner .about_banner_info {
    left: 6%;
}
.about_banner_info h3 {
		font-size: 30px;
        line-height: 36px
        margin-bottom: 8px;
}
.about_banner_info p {
    font-size: 16px;
    line-height: 24px;

}

/* end about */
	
	
	#journey input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border: 1px solid !important;
}

#our_story {
    margin-top: 30px;
}
#our_story .explore_btn a{
    font-size: 14px;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.84px;
}
#our_story .explore_btn {
    width: 55%;
}
#our_story .text-part h4 {
		font-size: 28px;
        line-height: 36px;
        text-align: left;
        padding-bottom: 0px;
        margin-bottom: 24px;

}
#our_story .text-part {
    margin-top: 20px;
}
#future .text-part h3 , #future .text-part h3 span{
    font-size: 28px;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
}
	#future {
    margin-top: 40px;
}
#our_story .image .right_image .image1, #our_story .image .right_image .image2 {
    width: 100% ;
}
#our_story .about_counter {
    margin-bottom: 16px;
}
#our_story .about_counter p span {
    font-size: 48.024px;
line-height: 7.684px; /* 16% */
letter-spacing: 0.211px;
}
	#our_story .about_counter p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
	}
	#our_story .image {
    column-gap: 12px;
	}
	#our_story .image .right_image .image1 {
    padding-bottom: 12px;
	}
	#future .text-part h3 {
	    width: 92%;
	}
	#our_story .explore_btn a svg{
		width:12px;
		height:12px;
	}
#future .text-part {
    top: 40%
}
#long_journey {
    margin-top: 32px;
}
#long_journey .heading{
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.66px;
        margin-bottom: 24px;
        padding-bottom: 0px;
    }
    .text{
        line-height: 24px;
        margin-top: 16px;
    }
    #long_journey .row.small-card-section .col-6 {
        margin-bottom: 9px;
    }
    #long_journey .small-card .number {
        text-align: center;
        font-size: 36px;
        line-height: 44px; /* 122.222% */
    }   
    #long_journey .small-card .small_title{
		font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0;
    }
    #long_journey .small-card {
        width: 127.782px;
        height: 189.977px;
    }
    #long_journey .small-card .text-part {
        row-gap: 13px;
    }
    #long_journey .small-card .text-part svg{
        width: 42.405px;
        height: 33.273px;
    }
    #long_journey .small-card-section {
        margin-top: 16px;
    }

    /* all started */
    #all_started {
		margin-top:40px;
    }


    #all_started .heading{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.66px;
		padding-bottom: 0px;
    }
    #all_started .images {
        margin-bottom: 24px;
    }
    #all_started .text {
font-size:14px;
line-height: 22px;
    }
    #all_started .images picture {
        width: 49%;
        float: left;
    }
    #all_started .images {
        flex-wrap: wrap;
    }
    #all_started .images picture:nth-last-of-type(1){
        width:100%;
        height: 100%;
        overflow: hidden;
        margin-top: 16px;
    }
	#all_started .read__more__link {
		font-size: 16px;
	}

    #visionaries .text-part {
        margin-top: 16px;
    }

    #visionaries h4 {
        font-size: 24px;
        line-height: 32px; /* 133.333% */
        letter-spacing: 0.66px;

    }
    #visionaries .text-part .text{
        font-size: 14px;
		line-height: 22px;
		letter-spacing: 0.66px;
		margin: 16px 0px;
    }
    #visionaries .text-part .name {
        font-size: 20px;
        line-height: 28px; 
		margin-bottom: 8px;

    }
    #visionaries .text-part .title {
		font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
        }
	#visionaries .text-part {
    display: flex;
		row-gap: 0px;
	}

        #visionaries {
        padding-bottom: 40px;
            margin-bottom: 0px;
        }

        /* our client */
        #our_client {
            padding-top: 25px;
        }
        #our_client h4, #card_section h4{
			font-size: 24px;
			line-height: 32px; /* 133.333% */
			letter-spacing: 0.66px;
			margin-bottom: 24px;
        }
	#card_section .heading{
		padding-bottom:0px;
	}
    #card_section {
    	margin-top: 40px;
	}

#card_section .card-part .card_name .name {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.363px;
    margin-bottom: 2px;

}
#card_section .card-part .card_name .occupation {
    font-size: 10px;
    line-height: 18px; /* 180% */
    letter-spacing: 0.363px;

}
#card_section .card-part .card_name {
    padding:7px 8px;
    width: 85%;
    left: 8%;
}
#card_section .card-part .card-body {
    display: flex;
    padding:33px 15px;
    justify-content: flex-start;
    border-radius: 11px;
}
#card_section .card-part {
  
    border-radius: 11px;
}
#card_section .card-part .card-body .heading{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.366px;
    margin-bottom:8px;
}

#card_section .card-part .card-body .text{
font-size: 8.877px;
line-height: 13.315px; /* 150% */
letter-spacing: 0.366px;
}
#journey {
	width: 100%;
        margin: 90px auto 0px auto;
    text-align: center;
}
#journey .journey_box { 
    flex-direction: column-reverse;
    padding-bottom: 28px;
}
    #journey .text-part {
        text-align: center;
        margin: auto;
        width: 100%;
        padding: 0px 16px;
        row-gap: 16px;
    }
	#journey input.wpcf7-form-control.wpcf7-email {
    font-size: 14px;
    padding: 12px 18px;
	border-radius: 5px;
	}
#journey .group .wpcf7-spinner {
    display: none !important;
}
#journey .group {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
#journey h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.66px;
	 color: #000;
}
#journey p {
font-size: 14px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0.66px;
}
	#journey .group p input{
	width:100%;
	border:none;
}
	#journey input.wpcf7-form-control.wpcf7-submit.has-spinner{
		padding:12px;
		 border-radius: 5px;
	}
#journey .col-12.col-lg-5 img {
border-radius: 20px 20px 0px 0px;
margin-bottom:42px;
}
#journey .col-12.col-lg-5 {
    margin-bottom:28px;
    }
#our_gallery h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.66px;
    margin-bottom: 24px;
}
#our_gallery {
    margin-top: 40px;
	overflow-x:hidden;
}
	#card_section img {
    border-radius: 20px;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
	#future .future_parallax {
    background-attachment: unset;
}
}

.explore_btn {
    width: 35%;
    text-transform: uppercase;
    border: 1px solid #160A06;
    border-radius: 5px;
    background: #1e3d38;
    padding: 10px 30px;
    margin-top: 23px;
    transition: 0.3s ease-in-out;
}
  


i.fa.fa-arrow-right {
    padding-left: 6px;
}