* {
  -web-kit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}
body {
  touch-action: manipulation;
  font-family: "Poppins", sans-serif;
  width: 100%;
  margin: 0px;
}

a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.form_process_loader {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50px;

}

div#recaptcha {
z-index: 99 !important;
    width: 250px;
transform: scale(0.8);
    transform-origin: 0 0;

}
div#alert-container {
  position: fixed;
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.alert.alert-success.alert-dismissible.fade.show {
  background: green;
  color: #fff;
  border-radius: 44px;
  padding: 18px 52px;
  font-size: 19px;
}

.watts_app_chat_bot {
  position: fixed;
  bottom: 20px;
  right: 8px;
  transition: 0.5s;
  z-index: 2;
}
.watts_app_chat_bot a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.watts_app_chat_bot a img {
  width: 100px;
}
.watts_app_chat_bot a span {
  color: #000 !important;
  font-size: 15px !important;
  padding-top: 12px;
}
.cursor-pointer {
  cursor: pointer;
}
.custom_container {
  max-width: 1548px;
  margin: 0 auto;
}
@media(max-width:1500px){
.custom_container {
  max-width: 1100px;
}
}
.focus ,input{
  outline: none !important;
  box-shadow: none !important;
  border-color: unset !important;
}
button:focus-visible,input:focus-visible {
  outline: unset !important;
}

/* header style  */
/* for home page only  */
.desk_header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.desk_header {
  padding: 30px 20px;
  backdrop-filter: blur(4px);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header_toggle_btn i{
font-size: 20px;
color: #fff;
}
/*  */
.header_logo img{
    width: 176px !important;
}

.header_listing a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 20px;
  color: rgba(184, 194, 207, 1) !important;
  text-transform: uppercase;
  cursor: pointer;

  padding: 0px 10px 0px 10px;
  position: relative;
}
.header_listing a::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background-color: #c0221f;
  visibility: hidden;
  opacity: 0;
}
.header_listing a.active::before {
  visibility: visible;
  opacity: 1;
}
.header_listing a i {
  padding-left: 16px;
  font-size: 17px;
}
.header_listing a:last-child {
  margin-right: 0px;
}



/* mobile menu css */
div#mobileMenu {
  background: #ffffff0d;
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff26;
  width: 100%;
}
.mobile_menu_header {
  padding: 40px 20px !important;
}
.mobile_menu_header button {
  color: #fff !important;
  background: transparent;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
  font-size: 23px;
  position: absolute;
  top: 39px;
  right: 30px;
}

.mobile_listing {
  max-width: 175px;
  margin: 0 auto;
  text-align: center;
}
.mobile_listing a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(184, 194, 207, 1) !important;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff2e;
  width: 100%;
}

.mobile_listing a i {
  padding-left: 16px;
  font-size: 17px;
}
.mobile_listing a:last-child {
  margin-right: 0px;
}

@media (max-width: 1500px) {
  .desk_header {
    padding: 20px 20px;
  }

  .header_listing a {
    font-size: 14px;
    margin-right: 9px;
  }
  .header_listing a i {
    padding-left: 10px;
    font-size: 13px;
  }

}
/* home banner style */
.home_banner {
  padding: 180px 20px 100px 20px;
  background:
      radial-gradient(circle at 100% 0%, #1B242D 0%, #1B242D 12%, rgba(27, 36, 45, 0) 40%),
      radial-gradient(circle at 1.25% 99.16666666666667%, #1B242D 0%, #1B242D 12%, rgba(27, 36, 45, 0) 40%),
      radial-gradient(circle at 0% 0%, #1B242D 0%, #1B242D 12%, rgba(27, 36, 45, 0) 40%),
      radial-gradient(circle at 100% 100%, #1B242D 0%, #1B242D 12%, rgba(27, 36, 45, 0) 40%),
      radial-gradient(circle at 48.9013671875% 49.521484375%, #37475A 0%, #37475A 100%, rgba(55, 71, 90, 0) 100%);

}

.home_banner_box {
  grid-template-columns: 1fr 1fr;
  gap: 40px 320px;

}

.home_banner_box figcaption h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  padding-bottom: 50px;
  color: #fff;
}

.home_banner_box figcaption p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 24px;
  color: #fff;
}

.home_banner_box figcaption a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  background: #ffffff !important;
  color: #000 !important;
  width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

@media (max-width: 1500px) {
  .home_banner_box figcaption {
    max-width: 420px;
}
  .home_banner {
      padding: 115px 20px 80px 20px;
  }

  .home_banner_box {
      grid-template-columns: 1.5fr 1fr;
      gap: 40px 30px;
  }

  .home_banner_box figcaption h4 {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 40px;
  }

  .home_banner_box figcaption p {
      font-size: 15px;
      padding-bottom: 20px;
  }

}

@media (max-width: 1024px) {
  .home_banner {
      padding: 100px 20px 60px 20px;
    
  }
  .home_banner_box figcaption {
    max-width: 540px;
    margin: 0 auto;
}

  .home_banner_box {
      grid-template-columns: 1fr;
  }

  .home_banner_box video {

      justify-content: center !important;
  }

  .home_banner_box figcaption {
      justify-content: center;
      text-align: center;
      align-items: center;
  }

}
@media (max-width: 768px) {
.home_banner_box figcaption h4 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
}
.home_banner_box figcaption a {
  font-size: 14px;
  width: 140px;
  height: 36px;
  
}
.home_banner_box figcaption p {
  font-size: 13px;
  padding-bottom: 9px;
}
.home_banner {
  padding: 100px 20px 40px 20px;
}
}

/* home section 5 stlye */

.home_sec5 {
  margin-bottom: 80px;
  padding:80px 20px;
  background-color:#f0f4fa;
}
.home5_heading {
  padding-bottom: 40px;
}
.home5_heading h2 {
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: #124F62;
}
.home5_heading p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000ab;
}
.home5_listing_main {
  gap: 120px;
}
.home5_single_list {
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  align-items: center;
}

.home5_listing_content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 25px;
  color: #124F62;
  text-transform: uppercase;
}


.home5_des p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 15px;
  color: #000000ab;
}
.home5_des p:last-child {
  padding-bottom: 0px;
}

.home_5_reverse_img {
  grid-template-columns: 1.3fr 1fr;
}

@media (max-width: 1500px) {

  .home5_heading {
    padding-bottom: 30px;
  }
 
 
  .home5_listing_main {
    gap: 40px;
  }
  .home5_listing_content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 15px;
}
.home5_des p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
}
@media (max-width: 1024px) {
  .home_sec5 {
    margin-bottom: 60px;
    padding: 60px 20px;
  }
  .home5_single_list {
    grid-template-columns: 1fr;
  }
  .home5_heading h2 {
 font-size: 24px;
 
    line-height: 30px;

}

}
@media (max-width: 768px) {
  .home_sec5 {
    margin-bottom: 40px;
    padding: 40px 20px;
  }
 
}

.testimonial_section {
    display: block;
    width: 100%;
    margin-bottom: 80px;
    float: left;
    background-color: #f0f4fa;
    padding: 80px 20px;
}

.testimonial_main {
  float: left;
  width: 100%;
}

.testimonial_slider_arrow_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;

  width: 100%;
}

.testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow i {
  color: #000;
}


.testimonial_list {
  float: left;
  width: 100%;
  padding: 0px 50px;
  position: relative;
}

.testimonial_list ul {
  margin: 0px -15px;
  padding: 0px;
  overflow: hidden;
}

.testimonial_list ul li {
  list-style: none;
  width: 25%;
  padding: 15px 15px 15px 15px;
  float: left;
  margin: 0px !important;
}

.testimonial_data_box {
  width: 100%;
  display: flex;
  border-radius: 7px;
  flex-direction: column;
  padding: 40px 34px 40px 16px;
  background-color: #fff;
}

.testimonial_figure_box {
  width: 100%;
  display: flex;
  padding-bottom: 22px;
}



.testimonial_reviewer_data {
  display: flex;
  flex-direction: column;
}

.testimonial_reviewer_data h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #03242D;
  margin: 0px;
  padding-bottom: 4px;
}

.testimonial_rating_stars {
  display: flex;
  align-items: center;
}

.testimonial_rating_stars i {
  color: #A5170D;
  padding-right: 4px;
  font-size: 14px;
}

.testimonial_rating_stars i:last-child {
  padding-right: 0px;
}

.testimonial_description {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.testimonial_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #03242D;
  height: 82px;
  overflow-y: auto;
}

.testimonial_date_field span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}


.testimonial_list ul.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
  bottom: -30px;
}

.testimonial_list ul.slick-dots li {
  width: unset !important;
  height: unset !important;
  padding: 0px 5px;
}

.testimonial_list ul.slick-dots li:last-child {
  padding-right: 0px;
}

.testimonial_list .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 5px;
  cursor: pointer;
  color: white;
  border: 0;
  outline: none;
  background: #fff !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  position: relative;
  color: transparent;
}

.testimonial_list .slick-dots li.slick-active button {
  background: #124F62 !important;
  border: 1px solid #124F62 !important;
}

.testimonial_list .slick-dots li button:before {
  display: none !important;
}

@media (max-width: 1024px) {
  .testimonial_section {
    margin-bottom: 60px;
    padding: 60px 20px;
      
  }
  .testimonial_main {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin: 0px 0px;

  }

  .testimonial_list {
      width: 100%;
      padding: 0px 30px;
  }

  .testimonial_list ul {
      margin: 0px -10px;
  }

  .testimonial_list ul li {
      padding: 15px 10px 15px 10px;
  }

  .testimonial_data_box {
      padding: 30px 20px 30px 16px;
  }

  .testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow {
      background: #FFFFFF;
      box-sizing: border-box;
      box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
      border-radius: 2px;
  }


}

@media (max-width: 768px) {
.testimonial_section {
  margin-bottom: 40px;
    padding: 40px 20px;
}
}
@media (max-width: 540px) {
  .testimonial_heading {
      flex-direction: column;
  }

  .testimonial_heading h3 {
      font-size: 24px;
      padding-bottom: 15px;
  }
}

/* footer style */

.footer_section {
  background: rgba(18, 24, 31);
  padding: 0px 20px;
}
.footer_header {
  margin-bottom: 40px;
  padding-top: 60px;
}
.footer_header figure {
  width: 65px;
  padding-bottom: 20px;
}

.footer_header p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff85;
  max-width: 1080px;
}

.copyright_footer {
  border-top: 1px solid #ffffff1f;
  padding: 20px 0px 20px 0px;
}
.copyright_footer p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.copyright_footer p a{
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
}
.footer_links {
margin-bottom: 30px;
}
.footer_links a{
margin-bottom: 15px;

font-size: 15px;
font-weight: 400;
line-height: 24px;
margin-right: 20px;
color: rgba(184, 194, 207, 1) !important;
text-transform: uppercase;
cursor: pointer;
padding: 0px 10px 0px 10px;
position: relative;

}

@media (max-width: 1024px) {
 
  .copyright_footer {
    padding: 15px 0px 15px 0px;
  }
}
@media (max-width: 768px) {
  
}
@media (max-width: 540px) {

  .footer_header p {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
  }


}


/* contact page section one start */
.contact_sec1 {
  padding:80px 20px 80px 20px;
  background-color: #f0f4fa;
}

.contact_sec1_parent {
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
}

.contact_data h3 {
  padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
  color: #124F62;
}

.contact_data p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000ab;
  max-width: 400px;
}
.contact_data_listing {
  max-width: 350px;
  padding-bottom: 70px;
}
.contact_single_list {
  padding-bottom: 15px;
}
.contact_single_list img {
  width: 22px;
  object-fit: cover;
  height: 22px;
  margin-right: 10px;
}
.contact_single_list:last-child {
  padding-bottom: 0px;
}
.contact_single_list a {
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.contact_single_list i {
  color: #c0221f;
  font-size: 18px;
  margin-right: 10px;
  line-height: 24px;
}
.contact_social_links a {
  margin-right: 21px;
}
.contact_social_links a i {
  color: #c0221f;
  font-size: 21px;
}
.contact_social_links a img{
width: 26px;
height: 26px;
object-fit: cover;
}
.contact_sec1_parent form {
  background: #fff;
  padding: 30px 30px;
  border-radius: 8px;
}

.contact_form_parent h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 30px;
  color: #124F62;
}
.contact_us_form_fields_parent{
  grid-template-columns:  1fr 1fr;
  display: grid;
  gap: 20px 20px;
}
.contact_us_form_fields {
  display: grid;
  width: 100%;
  gap: 7px 0px;
  padding-bottom: 13px;
}
.contact_sub_btn {
  padding-top: 15px;
  flex-direction: column;
}
.contact_us_form_fields input {
  border: 1px solid #f5f5f5 !important;
  background: #f5f5f5;
  height: 55px;
  padding: 0px 15px 0px 15px;
  color: rgba(0, 0, 0, 50%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
  border-radius: 10px;
}
.contact_us_form_fields textarea {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  height: 110px;
  padding: 17px 15px 0px 15px;
  color: rgba(0, 0, 0, 50%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
  border-radius: 10px;
}

.contact_us_form_fields label.error {
  color: #cc0000;
  text-transform: capitalize;
  margin: 0px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 11px;
}

.contact_sub_btn button {
  color: #124F62 !important;
  border: 1px solid #124F62;
  transition: 0.3s ease-in-out;
  color: #124F62;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 8px;
}
.contact_sub_btn button:hover{
color: #fff !important;
background: #124F62;
transition: 0.3s ease-in-out;
}

@media (max-width: 1500px) {

}

@media (max-width: 1024px) {
    .contact_data h3 {
        font-size: 24px;
        line-height: 30px;
}
  .contact_sec1_parent {
    gap: 30px 50px;
    grid-template-columns: 1fr;
  }
 
  .contact_single_list a {
    font-size: 16px;
  }
  .contact_single_list i {
    font-size: 16px;
  }
  .contact_data_listing {
    padding-bottom: 50px;
  }
  .contact_sec1 {
    padding:60px 20px 60px 20px;
  }
}

@media (max-width: 768px) {
  .contact_sec1 {
    padding:40px 20px 40px 20px;
  }
  .contact_us_form_fields_parent {
    grid-template-columns: 1fr;
    gap: 0px 20px;
}
 
  .contact_sec1_parent {
    grid-template-columns: 1fr;
  }

}
/* contact page section one end */


/* about page section one start */
.about_sec1 {
  padding: 180px 20px 60px 20px;
}
.about_sec1_des {
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
}

.about_sec1_data small {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #c0221f;

  padding-bottom: 30px;
}
.about_sec1_data h3 {

  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #000;
}

.about_sec1_detail p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.about_sec1_detail p strong {
  font-weight: 700;
}
@media (max-width: 1500px) {
  .about_sec1_des {
    padding-left: 122px;
  }
}
@media (max-width: 1500px) {
  .about_sec1_data h3 {
    font-size: 45px;
    line-height: 52px;
  }
  .about_sec1_detail p {
    font-size: 16px;
  }
  .about_sec1_data small {
    font-size: 20px;
    line-height: 21px;
    padding-bottom: 18px;
  }
  .about_sec1 {
    padding: 115px 20px 50px 20px;
  }
}
@media (max-width: 1024px) {
  .about_sec1_des {
    padding-left: 0px;
  }

  .about_sec1_data small {
    font-size: 14px;

    line-height: 18px;
    padding-bottom: 12px;
  }
  .about_sec1_data h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .about_sec1_detail p {
    font-size: 14px;
    line-height: 24px;
  }
  .about_sec1_des {
    gap: 20px 25px;
  }
}

@media (max-width: 768px) {
  .about_sec1 {
    padding: 115px 20px 40px 20px;
  }
  .about_sec1_des {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about_sec1_data {
    justify-content: center;
    align-items: center;
  }

  .about_sec1_detail p {
    text-align: center;
  }

  .about_sec1_data h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 540px) {
  .about_sec1_data h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
/* about page section one end */

/* about page section two start */

.about_sec2 {
  padding: 0px 0px 0px 20px;
  margin-bottom: 120px;
  overflow: hidden;
}

.about2_content_parent {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 85%;
}
.about2_custom_box {
  float: left;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.about_sec2_arrow {
  padding-right: 48px;
}
.about_sec2_arrow a.about1_arrow.slick-arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.about_sec2_arrow a.about1_arrow.slick-arrow i {
  font-size: 24px;
}
.about_sec2_arrow a.about1_arrow.slick-arrow:hover {
  color: #c0221f;
}

.about2_slider_list {
  float: left;
  width: 100%;
}
.about2_slider_list ul {
  margin: 0px -10px;
  padding: 0px;
}
.about2_slider_list ul li {
  list-style: none;
  width: 25%;
  padding: 0px 10px 0px 10px;
  float: left;
  margin: 0px !important;
}

.about2_fig img {
  transition: 0.3s ease-in-out;
}
.about2_fig figcaption {
  bottom: 0;
  padding: 10px 40px 36px 40px;
  transition: 0.4s ease-in-out;
  z-index: 99;
}

.about2_content h3 {

  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  color: #ffffff;
  padding-bottom: 30px;
}
.about2_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  display: none;
}

.about2_fig:hover figcaption {
  bottom: 0;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.4s ease-in-out;
}
.about2_hover_color_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 20%);
  z-index: 1;
}
.about2_fig:hover .about2_hover_color_layer {
  visibility: visible;
}

.about2_fig:hover .about2_content p {
  display: flex;
}

@media (max-width: 1500px) {
  .about2_content_parent {
    grid-template-columns: 8% 92%;
  }

  .about2_content h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .about2_content p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 1500px) {
  .about_sec2 {
    margin-bottom: 80px;
  }
  .about2_content h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .about2_fig figcaption {
    padding: 10px 30px 36px 30px;
  }
}
@media (max-width: 1024px) {
  .about_sec2_arrow {
    padding: 0px 23px 0px 0px;
  }

  .about_sec2 {
    margin-bottom: 60px;
  }
  .about2_custom_box {
    justify-content: center;
  }
  .about2_content_parent {
    grid-template-columns: 5% 95%;
  }
}

@media (max-width: 768px) {
  .about2_content p {
    display: flex !important;
    font-size: 13px;
    line-height: 20px;
  }
  .about2_fig figcaption {
    height: 100% !important;
  }
  .about2_content {
    height: 100% !important;
    justify-content: center !important;
  }
  .about2_fig:hover figcaption {
    bottom: unset !important;
    top: 0px !important;
    transform: unset !important;
  }
  .about2_hover_color_layer {
    visibility: visible !important;
  }
  .about_sec2_arrow a.about1_arrow.slick-arrow i {
    font-size: 16px;
  }
  .about2_content h3 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 14px;
  }
  .about2_fig figcaption {
    padding: 10px 20px 10px 20px;
  }
}
/* about page section two end */

/* about page section three start */
.about_sec3 {
  padding: 0px 20px;
  margin-bottom: 120px;
}
.about3_contnet {
  max-width: 1164px;
  margin: 0 auto;
}
.about3_contnet h3 {

  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  padding-bottom: 30px;
  color: #c0221f;
}
.about3_contnet img {
  margin-bottom: 30px;
  height: 49px;
}
.about3_contnet p {

  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 30px;
  color: #000;
}
.about3_contnet a {

  font-size: 30px;
  font-weight: 500;
  line-height: 36.33px;
  color: #000;
}
@media (max-width: 1500px) {
  .about_sec3 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .about_sec3 {
    margin-bottom: 60px;
  }
  .about3_contnet h3 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  .about3_contnet p {
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .about3_contnet a {
    font-size: 24px;
    line-height: 26.33px;
  }
  .about3_contnet img {
    margin-bottom: 20px;
  }
}
/* about page section three end */

/* about page section four start */
.about_sec4 {
  padding: 155px 20px 55px 20px;
  margin-bottom: 120px;
  background-image: url("./images/Frame 1000005154.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.about4_header {
  padding-bottom: 60px;
  max-width: 797px;
  margin: 0 auto;
}
.about4_header h3 {

  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  padding-bottom: 30px;
  color: #fff;
}

.about4_header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.about4_listing {
  margin: 0px -15px;
}
.about4_single_list {
  padding: 0px 15px;
}
.about4_content {
  padding: 0px 30px;
  transform: translatey(-98px);
}
.about4_single_list figure figcaption {
  background: #000000;
  box-shadow: 0px 4px 50px -20px #00000026;
  padding: 22px 38px;
}
.about4_single_list figure figcaption h6 {

  font-size: 25px;
  font-weight: 700;
  line-height: 27.05px;
  padding-bottom: 5px;
  color: #fff;
}
.about4_single_list figure figcaption strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 5px;
  color: #c0221f;
  text-transform: uppercase;
}
.about4_single_list figure figcaption p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 1500px) {
  .about_sec4 {
    margin-bottom: 80px;
    padding: 80px 20px 0px 20px;
  }
}

@media (max-width: 1024px) {
  .about_sec4 {
    padding: 60px 20px 0px 20px;
    margin-bottom: 60px;
  }
  .about4_header h3 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  .about4_header p {
    font-size: 14px;
    line-height: 20px;
  }
  .about4_header {
    padding-bottom: 40px;
  }
  .about4_content {
    padding: 0px 20px;
    transform: translatey(-52px);
  }
  .about4_single_list figure figcaption {
    padding: 20px 20px;
  }
  .about4_single_list figure figcaption strong {
    font-size: 16px;
    line-height: 22px;
  }
  .about4_single_list figure figcaption p {
    font-size: 14px;
    line-height: 20px;
  }
  .about4_single_list figure figcaption h6 {
    font-size: 20px;
    line-height: 25px;
  }
}
/* about page section four end */

/* about page section five start */
.about_sec5 {
  margin-bottom: 120px;
}
@media (max-width: 1500px) {
  .about_sec5 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .about_sec5 {
    margin-bottom: 60px;
  }
}
/* about page section five end */

/* about page section six start */

.about_sec6 {
  margin-bottom: 120px;
}
.about6_header {
    margin-bottom: 32px;
}
.about6_header h3{
  
font-size: 56px;
font-weight: 700;
line-height: 66px;
text-align: center;
color: #000;
}

.about6_slider li.slick-center {
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
transform: scale(1.6) !important;
transition: 0.5s ease-in-out;
z-index: 1 !important;
}

.about6_slider li.slick-slide {
transform: scale(0.9);
transition: 0.5s ease-in-out;
position: relative;
z-index: -1;
}
.about6_des{
max-width: 1024px;
margin: 0 auto;
}
.about6_des p{
padding-top: 60px;
font-size: 18px;
font-weight: 400;
line-height: 24px;
color: #000;
text-align: center;
}
.about6_slide_content{
top: 0px;
left: 0px;
padding: 10px 10px 35px 10px;
width: 100%;
height: 100%;
}
.about6_slide_content strong{
font-family: "Cormorant Garamond", serif;
font-size: 36px;
font-weight: 700;
line-height: 40px;
padding-bottom: 5px;
color: #fff;
}
.about6_slide_content small{
font-size: 12px;
font-weight: 400;
line-height: 18px;
color: #C0221F;

}
.about6_slider .slick-list.draggable {
padding: 118px 0px 118px 0px !important;

}
@media (max-width: 1500px) {
.about6_slider .slick-list.draggable {
padding: 95px 0px 95px 0px !important;
}
}
@media (max-width: 1300px) {
    .about6_slider .slick-list.draggable {
padding: 82px 0px 82px 0px !important;
}
.about_sec6 {
margin-bottom: 80px;

}
.about6_header h3{
font-size: 44px;
line-height: 50px;
}  
.about6_slide_content strong {
    font-size: 21px;
    line-height: 24px;
}
.about6_slide_content small {
font-size: 10px;
line-height: 16px;
}
.about6_slide_content {
padding: 10px 10px 20px 10px;
}
.about6_des p {
padding-top: 30px;
font-size: 16px;
line-height: 22px;
}
.about6_des {
max-width: 695px;
}
}
@media (max-width: 1024px) {
.about6_slider li.slick-center {
transform: scale(1) !important;
}
.about_sec6 {
margin-bottom: 60px;

}
.about6_slider li.slick-slide {
transform: scale(1);
padding: 0px 10px;
}
.about6_header h3{
font-size: 28px;
line-height: 30px;
}  
.about6_header{
    margin-bottom: 20px;
}
.about6_des p {
padding-top: 30px;
font-size: 16px;
line-height: 22px;

}
.about6_slider .slick-list.draggable {
padding: 0px 0px 0px 0px !important;

}
}  

/* about page section six end */

/* about page section seven start */
.about_sec7 {
  padding: 0px 20px;
  margin-bottom: 120px;
}
.about7_content h3 {

  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 60px;
  color: #000;
}
.about7_content {
  max-width: 793px;
  margin: 0 auto;
}
.about7_content ul {
  margin: 0px -40px;
}
.about7_content ul li {
  list-style: none;
  width: 25%;
  padding: 0px 40px;
}
.about7_content ul li img {
  height: 60px;
  object-fit: contain;
}
@media (max-width: 1500px) {
  .about_sec7 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .about7_content h3 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 30px;
  }
  .about_sec7 {
    margin-bottom: 60px;
  }
  .about7_content ul {
    margin: 0px -20px;
  }
  .about7_content ul li {
    padding: 0px 20px;
  }
}
/* about page section seven end */

/* about page css end */
