

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: 'Poppins', sans-serif; */
/* font-family: 'Cormorant SC', serif; */

:root {
	--primary-hdng:'Poppins', sans-serif; 
	--sec-hdng :"Urbanist", sans-serif;
    --heading-col : #000 ;
}
#about_con {   padding: 45px 25px 40px; }

body{font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 34px;  color:#0000;position:relative;}

#about_us { padding: 120px 0; }
#about_us h2 {   font-size: 48px;   line-height: 100%;   font-family: var(--primary-hdng);   color: #000; }
.about_content1 {   display: flex;   align-items: start;   justify-content: space-between; }
.about_content1 figure { } 
.about_right_info { width: 279px; margin-top: 85px;} 
.about_right_info h2 {font-size: 48px; line-height: 100%; font-family: var(--primary-hdng); color: #000;} 
.about_right_info span { } 
.about_right_info p {   margin-top: 40px;  }


.about_content2 {   display: flex;   align-items: end;   justify-content: space-between; padding: 50px 0; margin-top: 48px; }
.about_content2 p {   width: calc(100% - 320px);margin-bottom: 0; }
.about_content2 h2 {   width: 300px; }

.about_content3 {  position: relative; padding: 60px 0;}
.about_content3_inner {   width: 1200px;   text-align: center;   background: #fff;   position: absolute;   left: 50%;   transform: translateX(-50%);   bottom: -55px;   padding: 50px 77px;box-shadow: 10px 10px 12px -1px #0000001a;}
.about_content3_inner p {  text-align: center;   margin: 40px 0;}
.about_content3_inner h2 {   margin-top: 15px; }


/* Media Queries */
@media only screen and (max-width:1400px) {
    #about_con {padding: 25px 10px;}
    .sub_content2 { padding: 190px 10px 242px;}
    .sub_content2::after {background-position-x: -220px;}
    .about_content1 figure {   width: 70%; }
    .about_right_info {   width: 300px;   margin-top: 85px;}
}
@media only screen and (max-width:1200px) {
    .sub_content .mission_con{padding: 40px 25px;}
    .sub_content2 { padding: 100px 10px 100px; }
    .about_content1 figure {   width: 60%; }
    .about_right_info { margin-top: 30px; }
}
@media only screen and (max-width:1090px) {
    .about_right_info {   margin-top: 5px; }
    
}
@media only screen and (max-width:1000px) {
    #breadcrumbs{margin-bottom: 35px;}
    #about_con { padding: 40px 25px;     }
    .main_content{margin-bottom: 40px;}
    .flex-con{display: block !important;text-align: center;}
    .main_content .flex-con p{width: 100%;margin-top: 35px;}
    .sub_content{padding: 0 0 40px;margin: 0 auto 40px;max-width: 550px;}
    .sub_content .flex-con{flex-wrap: wrap;}
    .sub_content .flex-con * {width: 100%;}
    .sub_content2 { padding:40px 25px; background: #fff;   }
    .sub_content2::before,.sub_content2::after{display: none;}
    .sub_content2 .vision_con{width: 100%;}
    .about_right_info {   margin-top: 0;   width: 100%;   order: 1; text-align: center; }
    .about_content1 figure {   width: 100%;   order: 2; }
    .about_content1 { flex-wrap: wrap; }
    .about_right_info h2 { width: 100%; }
    .about_content3_inner { position: static; left: unset; transform: unset; margin: 25px auto;  width: 100%; padding: 40px 15px;}
    .about_content2 { display: block; text-align: center; }
    .about_content2 h2 {   width: 100%; }
    #about_us h2 { margin-bottom: 25px; }
    .about_content2 p {width: 100%; margin-left: 0; }
    #about_us {   padding: 50px 0; }
    .about_right_info p { text-align: center; }
    .about_content2 p { text-align: center; }
}

@media only screen and (max-width:800px) {
    
}

@media only screen and (max-width:600px) {
    .main_content .flex-con h2 span,.sub_content .mission_con h2,.sub_content2 .vision_con h2{font-size: 40px;}
}