.main-section {
   padding: 120px 0;
  position: relative; 
	
}

.section-hero {
  background-size: cover;
    background-position:        center;
    background-repeat: no-repeat;
    position: relative;
}

.section-hero > .wrapper {


    z-index: 2;
  position: relative;
}

.section-hero:before {
 position: absolute;
  top: 0;
    left: 0;
   right: 0;
    bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.wrapper {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
}

.blade {
 position: relative;
   padding-bottom: 35px;
         margin-bottom    :  35px;
   font-size: 3.2rem;
    color: #fff;
  font-weight: 700;
   line-height   :    1.2;
}@media (max-width: 991.98px) {
    .blade {
        font-size: 2.1rem;
    }
}.blade:after {
  bottom: 0;
   left: 0;
    font-size: 24px;
  content: "";
   position: absolute;
   color: #ddd;
}

.blade.primary-accent-icon:after {
   color: #2b98f0;
}

.blade.text-center:after {
   left: 50%;
  transform: translateX(-50%);
}

.lead {
    font-size     :      1.25rem;
    font-weight: 300;
	line-height: 1.6;
}

.col-8 {
  flex: 0 0 66.666667%;

    max-width: 66.666667%;
}

.philosophy_part {
   background-color: #fff;
}

.philosophy_part .philophy_text h5


{
    font-size: 16px;
  text-transform: uppercase;
         color: #2b98f0;
   margin-bottom: 20px;
    letter-spacing: 2px;
	 font-weight: 600;
}

.philosophy_part .philophy_text h2     {

          font-size: 32px;
    line-height: 48px;
    margin: 20px 0 30px;
    color: #333;
    font-weight: 700;


}@media (max-width: 991px) {
    .philosophy_part .philophy_text h2 {
        font-size: 25px;
        line-height: 30px;
    }
}.philosophy_part .philophy_text p {
  font-size: 16px;
    color: #5b5b5b;
    margin-top: 20px;
   line-height: 1.7;
}



.philosophy_part .philophy_img {
  margin-top    :   30px;
	

}

.philosophy_part .philophy_img img {
   width: 100%;
   border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.btn_1 {
		 display: inline-block;
  padding: 13.5px 45px;
	text-decoration: none;
     font-weight: 600;
    font-size: 14px;
  text-transform: capitalize;
   transition: all .4s ease-in-out;
    border: 1px solid transparent;
  color: #fff;
         background-color: #2b98f0;
    text-transform    :     uppercase;
  border-radius: 5px;
    margin-top: 20px;
    letter-spacing: 1px;
     }

.btn_1:hover {
  color: #fff !important;
    background: #1e7bc6 !important;
  box-shadow: 0px 15px 20px rgba(43, 152, 240, 0.3);
  transform: translateY(-2px);
}@media (max-width: 575px) {
    .btn_1 {
        padding: 10px 30px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn_1 {
        padding: 10px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn_1 {
        padding: 10px 30px;
        margin-top: 30px;
    }
}.about_part   {

  background-color: #2b98f0;
    color: #fff;
}

.about_part h4 {
  font-size: 16px;
  color: #fff;
   text-transform: uppercase;
    margin-bottom: 70px;
   letter-spacing: 2px;
   font-weight: 600;
}@media (max-width: 991px) {
    .about_part h4 {
        margin-bottom: 25px;
    }
}.about_part .about_text .experiance     {
  display  :  flex;
       align-items: flex-end;
  margin-top: 55px;
}@media (max-width: 991px) {
    .about_part .about_text .experiance {
        margin-bottom: 25px;
    }
}.about_part .about_text .experiance h2 {
    font-size:     120px;

    color  :       #ffd200;

   font-weight: 700;

   display: inline-block;

	line-height: 84px;

   margin-right: 20px;
}@media (max-width: 991px) {
    .about_part .about_text .experiance h2 {
        font-size: 80px;
        line-height: 55px;
    }
}.about_part .about_text .experiance p span {
    display: block;
   color: #fff;
    font-size: 18px;
    font-weight: 600;
   text-transform: uppercase;
  letter-spacing: 1px;
}

.about_part .experiance_list .experiance_list_iner {
  columns: 2;
    column-gap: 40px;
}

.about_part .experiance_list .experiance_list_iner .single_experiance_list {
   margin-bottom: 31px;

	   break-inside: avoid;
}

.about_part .experiance_list .experiance_list_iner .single_experiance_list h5 {
    font-weight: 600;
  font-size: 18px;
  color: #fff;
   margin-bottom: 12px;
}

.about_part .experiance_list .experiance_list_iner .single_experiance_list p {
      font-size :   16px;
  color: #c5c5c5;
    line-height: 1.6;
     }

.about_img img {
     border-radius   :    10px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.about_text h2 {
         color: #fff;
    margin-bottom: 30px; 
	

}

.about_text p		{
  color: rgba(255,255,255,0.9);
     font-size: 16px;
 line-height: 1.7;
}

.excellence-section {
	 background-color: #f8f9fa;
}

.services-icons {
    gap: 20px;
  display: flex;
   margin: 30px 0;
    flex-wrap: wrap; 
	
}

.service-icon-item {
	 display: flex;
   align-items: center;
   gap: 8px;
        background  :   #fff;
   padding: 12px 20px;
	 border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   transition: all 0.3s ease;


}

.service-icon-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(43, 152, 240, 0.2);
}

.service-icon-svg	{
   width: 20px;
    height    :    20px;
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.service-icon-item span {
  font-size: 14px;
     font-weight: 600;
    color: #333;
}

.section_padding {
  padding: 140px 0px;
     } @media only screen and (min-width: 991px) and (max-width: 1200px) {
    .section_padding {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 575px) {
    .section_padding {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_padding {
        padding: 70px 0px;
    }
}.about_part h2 {
    font-size: 44px;
  line-height: 28px;
    color: #fff;
	font-weight: 600;
 line-height :  1.222;
   margin-bottom: 30px;
}@media (max-width: 575px) {
    .about_part h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_part h2 {
        font-size: 24px;
        line-height: 25px;
    }
}.about_part p {
  font-family: "Montserrat", sans-serif;
   line-height: 28px;
                    font-size: 15px;
    margin-bottom: 0px;
   color:        #fff;
    font-size: 16px;
	 line-height: 1.7;}@media (max-width: 991px) {
    .philosophy_part .philophy_img {
        margin-top: 40px;
        order: -1;
    }

    .about_part .about_img {
        margin-bottom: 40px;
    }

    .services-icons {
        justify-content: center;
    }

    .service-icon-item {
        flex: 1 1 auto;
        min-width: 150px;
    }
}

@media (max-width: 767px) {
    .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_part .experiance_list .experiance_list_iner {
        columns: 1;
    }

    .services-icons {
        flex-direction: column;
        align-items: center;
    }

    .service-icon-item {
        min-width: 200px;
        justify-content: center;
    }

    .main-section {
        padding: 80px 0;
    }

    .section_padding {
        padding: 60px 0;
    }
}.btn.btn-primary {
   border-radius: 25px;
   font-size: .85rem;
   text-transform: uppercase;
    letter-spacing: .15rem;
  padding    :   12px 24px;
	text-decoration: none;
  background: #2b98f0;
   border-color: #2b98f0;
        color: #fff;
  transition: all 0.3s ease;
	
}

.btn.btn-primary:hover {
   background: #1e7bc6;
  border-color: #1e7bc6;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(43, 152, 240, 0.3);
}

.justify-content-center  
  {
  justify-content: center;
}

.align-items-center {
   align-items: center;
}

.align-items-end {
  align-items     :   flex-end;
	}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.img-fluid {
	height: auto;

               max-width    :        100%;
}