.linkcol3
{
    display: grid;
    justify-content: end;

}

.index_body#more 
{
  display: none;
}

.index_img_con 
{
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.text-containernew 
{ 
  white-space: normal;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.cf_row
{
  max-width: 100%;
  margin: 0px auto;
  --bs-gutter-x: 3rem;
}

.header_toggle_img
{
  width: 2.5vw;
  height: 100%;
}

.header_search_icon
{
  width: 6%;
}

.header_col1
{
  display:flex;
}

.header_cf
{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #EBE8DF;
  position: sticky;
  top: 0;
  z-index: 11111;
}

.index_banner_div2
.header_col1
{
  align-content: center;
}

.header_col3
{
  text-align: right;
  align-content: center;
}

.header_inner_col1
{
  align-content: center;
}

.header_inner_col3
{
  text-align: right;
  align-content: center;
}

.header_toggle
{
  cursor: pointer;
  width: fit-content;
}

.nav-overlay 
{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  background-color: #EBE8DF;
  background-color: #EBE8DF;
  overflow-x: hidden;
  transition: 0.5s;
}

.nav-overlay-content 
{
  position: relative;
  top: 25%;
  width: 100%;
}

.nav-overlay-content a 
{
  text-decoration: none;
  font-size: 35px;
  color: #4C6254;
  display: block;
  transition: 0.3s;
  font-family: "Italiana", serif;
  font-weight: 400;
  font-style: normal;
  width: fit-content;
}

.nav-overlay-content a:hover, 
.nav-overlay-content a:focus 
{
  color: #000;
}

/*Header*/

/*Index*/

.video_sec1
{
  display: block;
}

.video_sec2
{
  display: none;
}

/* Slideshow container */
.slideshow-container 
{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides 
{
  display: none;
}

/* Next & previous buttons */
.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover 
{
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text 
{
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext 
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover 
{
  background-color: #717171;
}

/* Fading animation */
.fade 
{
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade 
{
  from {opacity: .4}
  to {opacity: 1}
}

.index_slider_desktop_gif
{
  display: block;
  width: 100%;
}

.index_slider_mobile_gif
{
  display: none;
}

.index_body
{
  background-color: #EBE8DF;
}

.index_slider_cf
{
  padding-left: 0px;
  padding-right: 0px;
}

.index_slider_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.section__hero 
{
  width: 100%;
  height: 80vh;
  position: relative;
}

.crossFade__image 
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 2s ease-in-out;
}

.crossFade__image--active 
{
  opacity: 1;
}

.desktop_green_banner
{
  display: block;
  background-color: #506155;
}

.mobile_green_banner
{
  display: none;
}

.index_green_con
{
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #506155;
}

.index_green_col1
{
  padding-left: 6rem;
}

.index_green_col2
{
  padding-left: 3rem;
  position: relative;
}

.index_green_con_img1
{
  width: 100%;
}

.index_green_con_text1
{
  margin-top: 2rem;
  margin-bottom: 0rem;
  font-family: "Lato", serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  width: 70%;
}

.index_green_con_link
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  top: 1rem;
}

.index_green_con_link:hover
{
  color: #fff;
}

.index_green_con_text2
{
  position: absolute;
  bottom: 10.4rem;
  left: 3rem;
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #EBE8DF;
  line-height: 3.9rem;
  font-size: 53px;
  width: 84%;
  z-index: 1;
}

.index_green_con_img2
{
  position: absolute;
  width: 50%;
  bottom: 19.7rem;
  left: 18rem;
}

.index_green_con_img3
{
  position: absolute;
  width: 60%;
  top: 18rem;
  right: 21rem;
}

.index_flex_card_cf
{
  margin-top: 7rem;
  margin-bottom: 4rem;
}

.index_flex_card_col1
{
  padding-left: 3rem;
}

.index_flex_card_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  line-height: 2rem;
  font-size: 55px;
  margin-top: 3rem;
}

.index_flex_card_col2
{
  padding-left: 0px;
  padding-right: 0px;
}

.index_flex_card_div
{
  display: flex;
  overflow: hidden;
}

.index_flex_card_panel
{
  width: 50%;
  height: 85vh;
  flex: 1;
  background: white no-repeat scroll center;
  transition: all 0.5s linear;
  position: relative;
}

.active
{
  flex: 6;
  filter: grayscale(0);
}

/*Panel 1*/

#panel-1{ background-image: url("../images/1panel")}

#panel-1
{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.index_flex_card_panel .fleximg1
{
  position: absolute;
  left: 40%;
  bottom: 0rem;
}

.active .fleximg1
{
  left: 5%;
  bottom: 0rem;
}

.index_flex_card_panel .flextext1 p 
{
  position: absolute;
  left: 12%;
  right: 2%;
  bottom: 0%;
  font-family: "Lato", serif;
  color: #fff;
  font-size: 15px;
  opacity: 0; 
  visibility: hidden;
  transition: none;
}

.index_flex_card_panel .flextext1 p a
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.index_flex_card_panel:hover .flextext1 p 
{
  opacity: 1;
  visibility: visible; 
  display: block;
  left: 12%;
  bottom: 0%;
  transition: none;
}

.active .flextext1 p 
{
  display: none;
}

/*Panel 2*/

#panel-2{ background-image: url("../images/2panel.webp")}

#panel-2
{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.index_flex_card_panel .fleximg2
{
  position: absolute;
  left: 30%;
  bottom: 0%;
  transition: all 0.5s linear;
}

.active .fleximg2
{
  left: 5%;
  bottom: 0%;
}

.index_flex_card_panel .flextext2 p 
{
  position: absolute;
  left: 20%;
  right:2%;
  bottom: 0%;
  font-family: "Lato", serif;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s linear;
  opacity: 0; 
  visibility: hidden;
  /*width: 75%;*/
}

.index_flex_card_panel .flextext2 p a
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.index_flex_card_panel:hover .flextext2 p 
{
  opacity: 1;
  visibility: visible; 
  display: block;
  left: 20%;
  bottom: 0%;
  text-shadow: 0 0 3px black;
}

.active .flextext2 p 
{
  display: none;
}

/*Panel 3*/

#panel-3{ background-image: url("../images/3panel.webp")}

#panel-3
{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.index_flex_card_panel .fleximg3
{
  position: absolute;
  left: 21%;
  bottom: 0%;
  transition: all 0.5s linear;
}

.active .fleximg3
{
  left: 5%;
  bottom: 0%;
}

.index_flex_card_panel .flextext3 p 
{
  position: absolute;
  left: 25%;
  right:2%;
  bottom: 0%;
  font-family: "Lato", serif;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s linear;
  opacity: 0; 
  visibility: hidden;
  /*width: 75%;*/
}

.index_flex_card_panel .flextext3 p a
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.index_flex_card_panel:hover .flextext3 p 
{
  opacity: 1;
  visibility: visible; 
  display: block;
  left: 25%;
  bottom: 0%;
  text-shadow: 0 0 3px black;
}

.active .flextext3 p 
{
  display: none;
}

/*Panel 4*/

#panel-4{ background-image: url("../images/4panel.webp")}

#panel-4
{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.index_flex_card_panel .fleximg4
{
  position: absolute;
  left: 21%;
  bottom: -0.2%;
  transition: all 0.5s linear;
}

.active .fleximg4
{
  left: 5%;
  bottom: -0.2% !important;
}

.index_flex_card_panel .flextext4 p 
{
  position: absolute;
  left: 25%;
  right:2%;
  bottom: 0%;
  font-family: "Lato", serif;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s linear;
  opacity: 0; 
  visibility: hidden;
}

.index_flex_card_panel .flextext4 p a
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.index_flex_card_panel:hover .flextext4 p 
{
  opacity: 1;
  visibility: visible; 
  display: block;
  left: 28%;
  bottom: 0%;
  text-shadow: 0 0 3px black;
}

.active .flextext4 p 
{
  display: none;
}

/*Panel 5*/

#panel-5{ background-image: url("../images/5panel.webp")}

#panel-5
{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.index_flex_card_panel .fleximg5
{
  position: absolute;
  left: 28%;
  bottom: 0%;
  transition: all 0.5s linear;
}

.active .fleximg5
{
  left: 5%;
  bottom: 0%;
}

.index_flex_card_panel .flextext5 p 
{
  position: absolute;
  left: 25%;
  right:2%;
  bottom: 0%;
  font-family: "Lato", serif;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s linear;
  opacity: 0; 
  visibility: hidden;
}

.index_flex_card_panel .flextext5 p a
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.index_flex_card_panel:hover .flextext5 p 
{
  opacity: 1;
  visibility: visible; 
  display: block;
  left: 24%;
  bottom: 0%;
  text-shadow: 0 0 3px black;
}

.active .flextext5 p 
{
  display: none;
}

/*2nd FlexCard*/

.options 
{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transition: all 0.5s linear;
}

.options .option 
{
  position: relative;
  overflow: hidden;
  min-width: 8rem;  
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option.active 
{
  flex-grow: 10000;
  transform: scale(1);
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.options .option.active .label 
{
  bottom: 5rem;
  left: 2rem;
}

.options .option.active .label .info > div 
{
  left: 0px;
  opacity: 1;
}

.options .option:not(.active) 
{
  flex-grow: 1;
}

.options .option:not(.active) .label 
{
  bottom: 4.5rem;
  left: 0.5rem;
}

.options .option:not(.active) .label .info > div 
{
  left: 20px;
  opacity: 0;
}

.options .option .label 
{
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label .icon 
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.options .option .label .info 
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  width: 70%;
  font-family: "Lato", serif;
  color: #fff;
  font-size: 15px;
}

.options .option .label .info .sub a 
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.options .option .label .info .sub a:hover 
{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.options .option .label .info > div 
{
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.options .option .label .info .main 
{
  font-weight: bold;
  font-size: 1.2rem;
}

.options .option .label .info .sub 
{
  transition-delay: 0.1s;
}

.index_img_con
{
  margin-bottom: 4rem;
}

.index_img
{
  width: 250px;
}

.index_banner_cf
{
  margin-bottom: 4rem;
}

.index_banner_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.index_banner_div1
{
  position: relative;
}

.index_banner_div2
{
  position: absolute;
  top: 7rem;
  left: 5rem;
}

.index_banner_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  line-height: 3rem;
  font-size: 55px;
  width: 50%;
}

.index_banner_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 15px;
  width: 37%;
}

.index_banner_link
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #506155;
  font-size: 13px;
  text-decoration: none;
}

.index_banner_link:hover
{
  color: #000;
}

.index_responsilibily_con
{
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.index_responsilibily_con2
{
  margin-bottom: 4rem;
}

.index_responsilibily_heading
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 11px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.index_responsilibily_subheading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0px;
}

.index_responsilibily_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 15px;
  margin-bottom: 0px;
}

.index_responsilibily_co12
{
  margin-top: 5rem;
}

.index_responsilibily_link
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #506155;
  font-size: 13px;
  text-decoration: none;
}

.index_responsilibily_link:hover
{
  color: #000;
}

.timeline_cf
{
  background-color: #CF956F;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.flex_img
{
  position: absolute;
  right: 2rem;
  top: 20rem;
  border: none;
  background-color: transparent;
}

.timeline_div 
{
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem;
}

.timeline_right_content, 
.timeline_left_content 
{
  float: left;
  display: block;
  width: 50%;
}

.timeline_left_content 
{
  border: 1px solid #4C6254;
  border-top: 50px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 150px solid transparent;
  text-align: right;
}

#more .timeline_left_content1
{
  border: 1px solid #4C6254;
  border-top: 1px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 120px solid transparent;
  text-align: right;
}

.timeline_left_content .lastp 
{
  margin: 0rem 0rem -3rem !important;
}

.timeline_right_content
{
  margin-top:6rem;
}

.timeline_right_content p
{
  margin-top:1rem;
}

.timeline_div p 
{
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7 ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; 
}

.timeline_left_content .more-padding 
{
  padding-right: 100px;
}

.timeline_right_content .more-padding
{
  padding-left: 100px;
}

.timeline_span1
{
  display: inline-block;
  font-family: "Lato", serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

.timeline_span2
{
  font-size: 80px;
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #fff;
}

.desktop_flex
{
  display: block;
}

.mobile_flexbox
{
  display: none;
}

.index_desktop_green_con_img3
{
  display: block;
}

.index_mobile_green_con_img3
{
  display: none;
}

.desktop_banner_img
{
  display: block;
  width: 100%;
}

.mobile_banner_img
{
  display: none;
}

.index_resimg
{
  display: block;
}

.mobile_index_resimg
{
  display: none;
}

.index_responsilibily_col4
{
  display: none;
}

/*Footer*/

.footer_cf
{
  background-color: #4C6254;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

.footer_col1
{
  width: 25%;
}

.footer_col2
{
  width: 49%;
}

.footer_col3
{
  width: 26%;
}

.footer_logo
{
  width: 210px;
}

.footer_cf_row
{
  max-width: 95%;
  margin: 0px auto;
}

.footer_col2
{
  align-content: center;
}

.footer_col3
{
  text-align: center;
  align-content: center;
  padding-left: 10rem;
}

.footer_text1
{
  line-height: 13px !important;
}

.footer_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #EAE6DC;
  font-size: 10px;
  margin-bottom: 0rem;
  line-height: 10px;
}

.footer_text a
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #EAE6DC;
  font-size: 10px;
  text-decoration: none;
}

.footer_text a:hover
{
  color: #000;
}

.footer_line_img
{
  width: 100%;
  filter: brightness(0.5);
  margin-bottom: 0rem;
}

.footer_line_img2
{
  width: 65%;
  filter: brightness(0.5);
  margin-bottom: 1rem;
}

.footer_img
{
  width: 70%;
  margin-bottom: 0rem;
}

/*Footer*/

/*About Us*/

.about_sec1
{
  display: block;
}

.about_mob_sec1
{
  display: none;
}

.about_sec3_desk_img
{
  display: block;
}

.about_sec3_mob_img
{
  display: none;
}

.about_sec9_desk_col
{
  display: block;
}

.about_sec9_mob_col
{
  display: none;
}

.about_sec10_desk_img
{
  display: block;
}

.about_sec10_mob_img
{
  display: none;
}

.about_sec11_desk_col
{
  display: block;
}

.about_sec11_mob_col
{
  display: none;
}

.about_sec1_cf
{
  background-color: #4C6254;
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.about_sec1_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #fff;
  line-height: 2rem;
  font-size: 30px;
}

.about_sec1_heading span 
{
  color: #CF956F;
}

.about_sec1_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.4rem;
  width: 94%;
  margin-top: 2rem;
}

.about_sec1_col2
{
  position: relative;
  padding-left: 3rem;
}

.about_sec1_img
{
  position: absolute;
  top: -21.5%;
  width: 100%;
  padding-left: 3rem;
}

.about_sec2_cf
{
  margin-bottom: 3rem;
}

.about_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  line-height: 4rem;
  font-size: 60px;
  margin-bottom: 1.5rem;
}

.legacy_sec2_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 1rem;
}

.about_sec3_cf
{
  margin-bottom: 3rem;
}

.about_sec3_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.about_sec4_col2
{
  align-content: center;
  display: grid;
}

.about_sec4_text
{
  width: 90%;
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 0px;
}

.about_sec4_text span 
{
  color: #CF956F;
}

.about_sec4_hr 
{
  height: 1px !important;
  margin: 10px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  border: 0;
}

.about_sec4_hr:after 
{
  display: block;
  content: '';
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #000), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #000 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #000 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #000 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center top, #000 0%, rgba(255, 255, 255, 0) 100%);
}

.about_sec5_cf
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about_sec5_col1
{
  position: relative;
}

.about_sec5_col2
{
  align-content: end;
  display: grid;
  padding-left: 45px;
}

.about_sec5_text
{
  width: 100%;
  font-family: "lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.1rem;
}

.about_sec5_img
{
  width: 390px;
}

.about_sec5_name
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 105px;
  margin-bottom: 0px;
  line-height: 6rem;
  position: absolute;
  top: 0;
  left: 53%;
}

.about_sec5_des
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #506155;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 6rem;
  position: absolute;
  top: 39%;
  left: 65%;
}

.about_sec6_cf
{
  background-color: #D8D1C0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about_sec6_col1 
{
  align-content: end;
  display: grid;
}

.about_sec6_col2
{
  text-align: end;
  position: relative;
}

.about_sec6_img
{
  width: 390px;
}

.about_sec6_text
{
  width: 90%;
  font-family: "lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.1rem;
}

.about_sec6_name
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 105px;
  margin-bottom: 0px;
  line-height: 6rem;
  position: absolute;
  top: 0;
  right: 53%;
}

.about_sec6_des
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #506155;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 6rem;
  position: absolute;
  top: 39%;
  left: 0;
}

.about_sec7_cf
{
  margin-top: 4rem;
}

.about_sec7_col1
{
  padding-left: 7rem;
  padding-right: 3.5rem;
  padding-bottom: 2rem;
}

.about_sec7_col2
{
  padding-right: 0px;
  padding-left: 0px;
}

.about_sec7_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 30px;
  margin-bottom: 0px;
}

.about_sec7_subheading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 3.7rem;
}

.about_sec7_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1rem;
}

.about_sec7_text span 
{
  font-weight: 700;
}

.about_sec8_cf
{
  margin-bottom: 4rem;
}

.about_sec8_col1
{
  padding-right: 0px;
  padding-left: 0px;
}

.about_sec8_col2
{
  padding-left: 3rem;
  padding-right: 8rem;
  align-content: center;
}

.about_sec8_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1rem;
}

.about_sec9_con
{
  margin-bottom: 3rem;
  max-width: 77%;
}

.about_sec9_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 30px;
  margin-bottom: 0px;
  line-height: 1rem;
}

.about_sec9_subheading 
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 60px;
  margin-bottom: 10px;
}

.about_sec9_text 
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1rem;
}

.about_sec10_cf
{
  margin-bottom: 3rem;
}

.about_sec10_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.about_sec11_con
{
  margin-bottom: 3rem;
  max-width: 85%;
}

.about_sec11_heading 
{
  width: 75%;
  margin: 0rem auto 2rem;
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #506155;
  font-size: 60px;
  line-height: 3.5rem;
}

.about_sec11_text 
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1rem;
  width: 98%;
}

.about_ipad_img
{
  display: none;
}

/*About Us*/

/*Conatct Us*/

.contact_sec1_desk_img
{
  display: block;
}

.contact_sec1_mob_img
{
  display: none;
}

.contact_sec1_cf
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact_sec1_div
{
  position: relative;
}

.contact_sec1_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.contact_sec1_text
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #EAE6DC;
  font-size: 80px;
  line-height: 3.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.contact_sec2_con
{
  margin-top: 9rem;
  margin-bottom: 8rem;
}

.contact_sec2_hr
{
  height: 1px !important;
  margin: 10px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  border: 0;
  transform: rotate(90deg);
}

.contact_sec2_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 15px;
  line-height: 1.1rem;
  width: 65%;
  margin: 0px auto;
}

.contact_sec2_text a
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #506155;
  font-size: 15px;
  line-height: 1.1rem;
  text-decoration: none;
}

.contact_sec2_text a:hover
{
  color: #000;
}

/*Conatct Us*/

/*CSR*/

.new_csr_text
{
    font-size: 17px !important;
}

.new_csr_text a
{
    color: #000 !important;
    text-decoration: none;
}

.csr_link
{
    font-family: "Lato", serif;
    font-weight: 600;
    color: #506155;
    font-size: 14px;
    text-decoration: none;
}

.csr_link:hover 
{
    color: #000;
}

.csr_desktop_sec1_sec
{
  display: block;
}

.csr_mobile_sec1_sec
{
  display: none;
}

.csr_sec3_desktop_img
{
  display: block;
}

.csr_sec3_mobile_img
{
  display: none;
}

.csr_sec7_desktop_img
{
  display: block;
}

.csr_sec7_mobile_img
{
  display: none;
}

.csr_sec9_desktop_sec
{
  display: block;
}

.csr_sec9_mobile_sec
{
  display: none;
}

.csr_sec1_cf
{
  margin-top: 7rem;
  margin-bottom: 7rem;
  position: relative;
}

.csr_sec1_con
{
  background-color: #4C6254;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.csr_sec1_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #CF956F;
  line-height: 5.3rem;
  font-size: 90px;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  width: 50%;
  position: absolute;
  bottom: 83%;
  left: 9%;
}

.csr_sec1_img1
{
  position: absolute;
  width: 30%;
  left: 5%;
  top: 40%;
  z-index: 1111;
}

.csr_sec1_img2
{
  position: absolute;
  height: 70%;
  left: 32%;
  bottom: 12%;
  z-index: 1;
}

.csr_sec1_img3
{
  position: absolute;
  width: 22%;
  right: 3%;
  bottom: 47%;
}

.csr_sec1_img4
{
  position: absolute;
  width: 37%;
  right: 8%;
  top: 49%;
}

.csr_sec2_con
{
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.csr_sec2_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.8rem;
  font-size: 60px;
  margin-bottom: 0px;
  width: 90%;
}

.csr_sec2_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1rem;
  font-size: 14px;
  margin-bottom: 15px;
}

.csr_sec2_text1 span 
{
  font-weight: 600;
}

.csr_sec2_text2
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.2rem;
  font-size: 14px;
  margin-bottom: 15px;
}

.csr_sec2_text2 span 
{
  font-weight: 600;
}

.csr_sec3_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec4_con 
{
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.csr_sec4_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1rem;
  font-size: 14px;
  margin-bottom: 0px;
}

.csr_sec4_text span 
{
  font-weight: 600;
}

.csr_sec4_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  font-size: 30px;
  margin-bottom: 0px;
}

.csr_sec4_subheading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.8rem;
  font-size: 60px;
  margin-bottom: 0px;
}

.csr_sec5_con
{
  margin-bottom: 3rem;
}

.csr_sec5_col2
{
  padding-left: 4rem;
}

.csr_sec5_text
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.7rem;
  font-size: 54px;
  margin-bottom: 0px;
  width: 100%;
}

.csr_sec5_text span 
{
  color: #CF956F;
}

.csr_sec6_con
{
  margin-bottom: 4rem;
}

.csr_sec6_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1rem;
  font-size: 14px;
  margin-bottom: 0px;
}

.csr_sec6_text span 
{
  font-weight: 600;
}

.csr_sec7_col
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec8_con 
{
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.csr_sec8_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1rem;
  font-size: 14px;
  margin-bottom: 15px;
}

.csr_sec8_text span 
{
  font-weight: 600;
}

.csr_sec8_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  font-size: 30px;
  margin-bottom: 0px;
}

.csr_sec8_subheading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.8rem;
  font-size: 60px;
  margin-bottom: 0px;
}

.csr_sec9_con
{
  margin-bottom: 5rem;
}

.csr_sec9_nav
{
  justify-content: space-around;
  gap: 19rem;
}

.csr_sec9_nav_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 2.2rem;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: left;
}

.csr_sec9_nav_subheading
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #4C6254;
  line-height: 1rem;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link 
{
  color: unset !important;
  background-color: unset !important;
}

.nav-pills .nav-link.active .csr_sec9_nav_heading, .nav-pills .show>.nav-link 
{
  color: #CF956F !important;
}

.nav-pills .nav-link.active .csr_sec9_nav_subheading, .nav-pills .show>.nav-link 
{
  color: #CF956F !important;
}

.csr_sec9_hr 
{
  height: 1px !important;
  margin: 20px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  border: 0;
}

.csr_sec9_nav_tab 
{
  margin-top: 5rem;
}

.csr_sec9_nav_tab .active, .dot:hover
{
  background: unset !important;
}

.csr_sec9_nav_tab1_sec1_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec9_nav_tab1_sec1_col2
{
  display: grid;
  align-content: center;
  padding: 0rem 3rem 0rem 5rem;
}

.csr_sec9_nav_tab1_sec1_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab1_sec1_text span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab1_sec1_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 0px;
  width: 85%;
}

.csr_sec9_nav_tab1_sec2_con
{
  margin-top: 4rem;
}

.csr_sec9_nav_tab1_sec2_col1
{
  display: grid;
  align-content: center;
  padding-left: 0rem;
  padding-right: 8rem;
}

.csr_sec9_nav_tab1_sec2_col2
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec9_nav_tab1_sec2_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab1_sec2_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 10px;
  width: 75%;
}

.csr_sec9_nav_tab1_sec2_text2
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab1_sec3_con
{
  margin-top: 5rem;
}

.csr_sec9_nav_tab1_sec3_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec9_nav_tab1_sec3_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab1_sec3_text1 span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab1_sec3_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 10px;
  width: 100%;
}

.csr_sec9_nav_tab1_sec3_text2
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab1_sec3_text2 span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab1_sec3_col2
{
  display: grid;
  align-content: center;
  padding: 0rem 2rem 0rem 5rem;
}

.csr_sec9_nav_tab2_sec1_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec9_nav_tab2_sec1_col2
{
  display: grid;
  align-content: center;
  padding: 0rem 1rem 0em 5rem;
}

.csr_sec9_nav_tab2_sec1_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab2_sec1_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 10px;
  width: 76%;
}

.csr_sec9_nav_tab2_sec1_text2
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab2_sec1_text2 span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab2_sec2_con
{
  margin-top: 5rem;
}

.csr_sec9_nav_tab2_sec2_col1
{
  display: grid;
  align-content: center;
  padding: 0rem 11rem 0rem 0rem;
}

.csr_sec9_nav_tab2_sec2_col2
{
  padding-left: 0rem;
  padding-right: 0rem;
}

.csr_sec9_nav_tab2_sec2_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab2_sec2_text1 span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab2_sec2_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 10px;
  width: 100%;
}

.csr_sec9_nav_tab3_sec1_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.csr_sec9_nav_tab3_sec1_col2
{
  display: grid;
  align-content: center;
  padding: 0rem 1rem 0em 5rem;
}

.csr_sec9_nav_tab3_sec1_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab3_sec1_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 10px;
  width: 85%;
}

.csr_sec9_nav_tab3_sec1_text2
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab3_sec1_text2 span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab3_sec2_con
{
  margin-top: 5rem;
}

.csr_sec9_nav_tab3_sec2_col1
{
  display: grid;
  align-content: center;
  padding: 0rem 11rem 0rem 0rem;
}

.csr_sec9_nav_tab3_sec2_col2  
{
  padding-left: 0rem;
  padding-right: 0rem;
}

.csr_sec9_nav_tab3_sec2_text1
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.csr_sec9_nav_tab3_sec2_text1 span 
{
  font-weight: 600;
}

.csr_sec9_nav_tab3_sec2_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 3.5rem;
  font-size: 45px;
  margin-bottom: 10px;
  width: 100%;
}

/*CSR*/

/*Solutions*/

.sol_sec1_desktop_img
{
  display: block;
}

.sol_sec1_mobile_img
{
  display: none;
}

.sol_mob_sec2
{
  display: none;
}

.sol_desktop_sec3
{
  display: block;
}

.sol_desktop_sec2
{
  display: block;
}

.sol_mobile_sec2
{
  display: none;
}

.sol_sec4_desktop_img
{
  display: block;
}

.sol_sec4_mobile_img
{
  display: none;
}

.sol_sec5_desktop_img
{
  display: block;
}

.sol_sec5_mobile_img
{
  display: none;
}

.sol_sec7_desktop_img
{
  display: block;
}

.sol_sec7_mobile_img
{
  display: none;
}

.sol_sec8_desktop_img
{
  display: block;
}

.sol_sec8_mobile_img
{
  display: none;
}

.sol_sec10_desktop_img
{
  display: block;
}

.sol_sec10_mobile_img
{
  display: none;
}

.sol_sec1_col
{
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec1_div1
{
  display: flex;
  position: absolute;
  bottom: 1vw;
  left: 8vw;
  right: 4vw;
}

.sol_sec1_div2
{
  width: 50%;
}

.sol_sec1_div3
{
  width: 45%;
  align-content: center;
}

.sol_sec1_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 4rem;
  font-size: 60px;
  width: 100%;
  margin-bottom: 10px;
}

.sol_sec1_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.sol_sec2_cf
{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.sol_sec2_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec2_col2
{
  padding-left: 2rem;
  padding-right: 7rem;
}

.sol_sec_num
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #D99267;
  line-height: 4rem;
  font-size: 60px;
  width: 100%;
  margin-bottom: 10px;
}

.sol_sec_subheading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 2rem;
  font-size: 30px;
  width: 100%;
  margin-bottom: 10px;
}

.sol_sec_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 4rem;
  font-size: 60px;
  width: 100%;
  margin-bottom: 10px;
}

.sol_sec_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.sol_sec3_cf
{
  background-color: #D8D1C0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}

.sol_sec4_cf
{
  margin-bottom: 4rem;
}

.sol_sec4_col1
{
  padding-right: 3rem;
  padding-left: 7rem;
}

.sol_sec4_col2
{
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec5_cf
{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.sol_sec5_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec5_col2
{
  padding-left: 2rem;
  padding-right: 7rem;
}

.sol_sec6_cf
{
  margin-bottom: 4rem;
}

.sol_sec6_col
{
  padding-left: 7rem;
}

.sol_sec6_div
{
  background-color: #D7D1C0;
  padding: 20px;
  position: relative;
  min-height: 360px;
}

.sol_sec6_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 2.5rem;
  font-size: 30px;
  width: 100%;
  margin-bottom: 10px;
}

.sol_sec6_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 13px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
}

.owl-carousel.owl-theme.sol_sec6_scroll 
{
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.owl-carousel.owl-theme.sol_sec6_scroll::-webkit-scrollbar 
{
  height: 5px;
}

.owl-carousel.owl-theme.sol_sec6_scroll::-webkit-scrollbar-track 
{
  background: #D7D1C0;
}

.owl-carousel.owl-theme.sol_sec6_scroll::-webkit-scrollbar-thumb 
{
  background: #506155;
  border-radius: 4px;
  cursor: pointer;
}
.owl-carousel.owl-theme.sol_sec6_scroll::-webkit-scrollbar-thumb:hover 
{
  background: #506155;
}

.owl-carousel.owl-theme.sol_sec6_scroll .owl-stage-outer 
{
  overflow: visible !important;
}

.sol_sec7_cf
{
  margin-bottom: 4rem;
}

.sol_sec7_col1
{
  padding-right: 2rem;
  padding-left: 7rem;
}

.sol_sec7_col2
{
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec8_cf
{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.sol_sec8_col1
{
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec8_col2
{
  padding-left: 2rem;
  padding-right: 7rem;
}

.sol_sec9_con
{
  max-width: 60%;
  margin: 0rem auto 3rem;
}

.sol_sec9_div
{
  background-color: #D7D1C0;
  padding: 30px 40px;
  position: relative;
  height: 26vw;
}

.sol_sec9_subheading
{
  font-family: "Lato", serif;
  font-weight: 700;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 20px;
}

.sol_sec9_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1vw;
  font-size: 30px;
  margin-bottom: 10px;
  height: 13vw;
}

.sol_sec9_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
  /*position: absolute;*/
  /*bottom: 20px;*/
  /*left: 40px;*/
  /*right: 40px;*/
}

.sol_sec9_text2
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 15px;
}

.sol_sec9_text3
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 10px;
}

.sol_sec9_link 
{
  font-family: "Lato", serif;
  font-weight: 600;
  color: #4C6254;
  line-height: 1.1rem;
  font-size: 14px;
  text-decoration: none;
}

.sol_sec9_link:hover
{
  color: #000;
}

.sol_sec9_col2
{
  margin-top: 2rem;
}

.sol_sec10_col
{
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.sol_sec10_div1
{
  display: flex;
  position: absolute;
  bottom: 1vw;
  left: 8vw;
  right: 4vw;
}

.sol_sec10_div2
{
  width: 50%;
}

.sol_sec10_div3
{
  width: 45%;
  align-content: center;
}

.sol_sec10_heading
{
  font-family: "Italiana", serif;
  font-weight: 400;
  color: #fff;
  line-height: 4rem;
  font-size: 60px;
  width: 100%;
  margin-bottom: 10px;
}

.sol_sec10_text
{
  font-family: "Lato", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.1rem;
  font-size: 14px;
  margin-bottom: 0px;
}














/*Solutions*/


/*Media Query*/

@media only screen
and (min-width: 0px)
and (max-width: 390px)
{
  .index_banner_div2 
  {
    top: 5rem !important;
    left: 2rem;
  }
  
  .sol_sec9_div
  {
      min-height: 103vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 20vw !important;
  }
  
  .sol_sec6_div
  {
      min-height: 103vw !important;
  }
}

@media only screen
and (min-width: 391px)
and (max-width: 490px)
{
  
  .sol_sec9_div
  {
      min-height: 88vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 20vw !important;
  }
  
  .sol_sec6_div
  {
      min-height: 95vw !important;
  }
}

@media only screen
and (min-width: 491px)
and (max-width: 590px)
{
  
  .sol_sec9_div
  {
      min-height: 80vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 30vw !important;
  }
}

@media only screen
and (min-width: 591px)
and (max-width: 690px)
{
  
  .sol_sec9_div
  {
      min-height: 70vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 34vw !important;
  }
}

@media only screen
and (min-width: 691px)
and (max-width: 790px)
{
  
  .sol_sec9_div
  {
      min-height: 70vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 42vw !important;
  }
}

@media only screen
and (min-width: 791px)
and (max-width: 890px)
{
  
  .sol_sec9_div
  {
      min-height: 55vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 25vw !important;
  }
}

@media only screen
and (min-width: 891px)
and (max-width: 990px)
{
  
  .sol_sec9_div
  {
      min-height: 50vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 25vw !important;
  }
}

@media only screen
and (min-width: 991px)
and (max-width: 1100px)
{
  
  .sol_sec9_div
  {
      min-height: 45vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 25vw !important;
      line-height: 1.5rem;
  }
}

@media only screen
and (min-width: 1101px)
and (max-width: 1300px)
{
  
  .sol_sec9_div
  {
      min-height: 35vw !important;
  }
  
  .sol_sec9_heading
  {
      min-height: 18vw !important;
      line-height: 1.5rem;
  }
}

@media only screen
and (min-width: 0px)
and (max-width: 575px)
{
    
  .link_col
  {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
  }
  
  .linkcol3
  {
    display: block !important;
    justify-content: start;
  }

  .footer_col1
  {
    width: 100%;
  }

  .footer_col2
  {
    width: 100%;
  }

  .footer_col3
  {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
  }

  .timeline_left_content 
  {
    border-top: 40px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 80px solid transparent;
    padding-right: 0.2rem;
  }

  .timeline_right_content 
  {
    padding-left: 0.2rem;
    margin-top: 5.5rem;
  }
  
  .timeline_left_content span br,
  .timeline_right_content span br
  {
      display:none;
  }

  .timeline_span3
  {
    margin-left: -0.5rem;
  }

  .leftp1 
  {
    /*margin: -3rem 0rem 10rem !important;*/
  }
  
  .leftp2
  {
    margin: 5rem 0rem 4rem !important;
  }
  
  .leftp3
  {
    margin: 5rem 0rem 4rem !important;
  }

  .timeline_right_content .p1
  {
    margin: 3rem 0rem 0rem !important;
  }

  .timeline_right_content .p2
  {
    margin: 5rem 0rem 0rem;
  }
  
  .leftp5
  {
    margin: 5rem 0rem 5rem !important;  
  }

  .timeline_right_content .p3
  {
    margin: 4rem 0rem 0rem;
  }
  
  .timeline_right_content .p4
  {
    margin: 5rem 0rem 0rem !important;
  }

  .timeline_right_content .p5
  {
    margin: 4rem 0rem 0rem;
  }

  .timeline_right_content .p6
  {
    margin: 5rem 0rem 0rem;
  }
  
  .timeline_left_content .lastp 
  {
    margin: 4rem 0rem -1rem !important;
  }

  .video_sec1
  {
    display: none;
  }

  .video_sec2
  {
    display: block;
  }

  .index_resimg
  {
    display: none;
  }

  .mobile_index_resimg
  {
    display: block;
  }

  .header_toggle_img
  {
    width: 50%;
  }

  .header_logo
  {
    width: 70%;
  }

  .header_search_icon
  {
    width: 45%;
  }

  .header_col1
  {
    width: 20%;
  }

  .header_col2
  {
    width: 60%;
  }

  .header_col3
  {
    width: 20%;
  }

  .header_inner_col1
  {
    width: 20%;
  }

  .header_inner_col2
  {
    width: 60%;
  }

  .header_inner_col3
  {
    width: 20%;
  }

  .section__hero 
  {
    height: 23vh;
  }

  .desktop_green_banner
  {
    display: none;
  }

  .mobile_green_banner
  {
    display: block;
  }

  .index_green_con
  {
    margin-top: 1rem;
    padding-top: 3rem;
  }

  .index_slider_desktop_gif
  {
    display: none;
  }

  .index_slider_mobile_gif
  {
    display: block;
    width: 100%;
  }

  .index_desktop_green_con_img3
  {
    display: none !important;
  }

  .index_mobile_green_con_img3
  {
    display: block !important;
  }

  .index_green_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0rem;
  }

  .index_green_con_text1
  {
    font-size: 13px;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .index_green_con_link
  {
    font-size: 13px;
    padding-left: 1rem;
  }

  .index_green_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
    position: unset;
  }

  .index_green_con_img1 
  {
    width: 100%;
    margin-top: 2rem;
  }

  .index_green_con_img2
  {
    position: unset;
    width: 100%;
    margin: auto;
    margin-bottom: 1.4rem;
  }

  .index_green_con_text2
  {
    margin-top: 1rem;
    position: unset;
    width: 100%;
    line-height: 2.2rem;
    font-size: 24px;
    z-index: 1111;
    position: relative;
    bottom: 3rem;
    left: 1rem;
  }

  .index_green_con_img3
  {
    position: unset;
    width: 100%;
    margin-top: -5.8rem;
  }

  .desktop_flex
  {
    display: none;
  }

  .mobile_flexbox
  {
    display: block;
  }

  .index_flex_card_cf
  {
    margin-top: -1rem;
    margin-bottom: 3rem;
  }

  .index_flex_card_heading
  {
    line-height: 2.8rem;
    font-size: 32px;
    margin-top: 0;
  }

  .flex_img
  {
    top: 25rem;
    right: 0.5rem;
  }

  .timeline_left_content p
  {
    flex-direction: column-reverse;
    display: flex;
    padding-left: 0rem;
  }

  .timeline_right_content p
  {
    padding-right: 0rem;
  }

  .index_flex_card_col1
  {
    padding-left: 2rem;
  }

  .options
  {
    flex-direction: column;
  }
   
  .options .option1.active
  {
    min-height: 22rem;
  }

  .options .option2.active
  {
    min-height: 33rem;
  }

  .options .option3.active
  {
    min-height: 27rem;
  }

  .options .option4.active
  {
    min-height: 27rem;
  }

  .options .option5.active
  {
    min-height: 22rem;
  }

  .options .option
  {
    position: unset;
  }

  .options .option .label
  {
    position: unset;
    height: 15rem;
    padding: 26px 0px;
  }

  .options .option .label .icon
  {
    padding-left: 2rem;
    text-align: center;
    justify-content: flex-start;
  }

  .options .option .label .icon img
  {
    width: 45%;
  }

  .options .option .label .info
  {
    width: 46%;
    margin-left: 25px;
    font-size: 16px;
    justify-content: flex-start;
  }

  .options .option .label .info1
  {
    width: 70%;
  }

  .options .option .label .info2
  {
    width: 65%;
    margin-left: 0px;
  }

  .options .option .label .info3
  {
    width: 60%;
    margin-left: -45px;
  }

  .options .option .label .info4
  {
    width: 56%;
    margin-left: -55px;
  }

  .options .option .label .info5
  {
    width: 65%;
    margin-left: -30px;
  }

  .options .option .label .info .main
  {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .desktop_banner_img
  {
    display: none;
  }

  .mobile_banner_img
  {
    display: block;
  }

  .index_banner_cf
  {
    margin-bottom: 0rem;
  }

  .index_img_con
  {
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .timeline_cf
  {
    margin-bottom: 2.5rem;
    margin-top: 0rem;
  }
  
  .mob_br
  {
    display:none;
  }

  .timeline_span2
  {
    font-size: 55px;
    line-height: 50px;
  }

  .timeline_span1
  {
    font-size: 11px;
  }

  .index_responsilibily_co11
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .index_responsilibily_subheading 
  {
    font-size: 38px;
    line-height: 45px;
  }

  .index_img_col1
  {
    margin-bottom: 30px;
    width: 50%;
  }

  .index_img_col2
  {
    width: 50%;
  }

  .index_img
  {
    width: 75%;
  }

  .index_responsilibily_co12
  {
    margin-top: 0.5rem;
    display: none;
  }

  .index_responsilibily_col3
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .index_responsilibily_col4
  {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
  }

  .index_banner_div2
  {
    top: 11rem;
    left: 2rem;
  }

  .index_banner_heading
  {
    font-size: 27px;
    line-height: 2rem;
    width: 95%;
    margin-bottom: 0.5rem;
  }

  .index_banner_text
  {
    width: 80%;
    font-size: 13px;
    margin-bottom: 0.5rem;
  }
  
  .index_banner_link
  {
    font-size: 12px;
  }

  .index_responsilibily_con2
  {
    margin-bottom: 2rem;
  }

  .footer_col1
  {
    margin-bottom: 2rem;
  }

  .footer_logo
  {
    width: 220px;
  }

  .footer_col2
  {
    margin-bottom: 2rem;
    text-align: left !important;
  }

  .footer_img
  {
    width: 140px;
  }

  .footer_col3
  {
    text-align: left;
  }

  .about_con_width
  {
    max-width: 100%;
  }

  .about_heading 
  {
    line-height: 3rem;
    font-size: 38px;
    margin-bottom: 0.5rem;
  }

  .about_sec1
  {
    display: none;
  }

  .about_mob_sec1
  {
    display: block;
  }

  .about_mob_sec1_cf
  {
    margin-top: 0rem;
  }

  .about_mob_sec1_col1
  {
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    background-color: #4C6254;
  }

  .about_mob_sec1_col2
  {
    padding: 0rem 1.5rem;
  }

  .about_mob_sec1_col3
  {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    background-color: #4C6254;
  }

  .about_sec1_heading
  {
    font-size: 19px;
    line-height: 1.5rem;
  }

  .about_sec1_text
  {
    width: 100%;
    margin-top: 2rem;
  }

  .about_mob_sec1_img
  {
    margin-top: -2rem;
    margin-bottom: -2rem;
    position: relative;
  }

  .about_sec2_cf
  {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .about_sec3_desk_img
  {
    display: none;
  }

  .about_sec3_mob_img
  {
    display: block;
  }

  .about_sec4_text
  {
    padding-left: 8rem;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .about_sec5_col2
  {
    padding-left: 1rem;
  }

  .about_sec5_img
  {
    width: 250px;
  }

  .about_sec5_name
  {
    position: unset;
    font-size: 80px;
    margin-top: 1rem;
    line-height: 5rem;
  }

  .about_sec5_des
  {
    position: unset;
    line-height: 3rem;
  }

  .about_sec6_col2
  {
    text-align: left;
  }

  .about_sec6_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_sec6_img
  {
    width: 250px;
  }

  .about_sec6_name
  {
    position: unset;
    font-size: 80px;
    margin-top: 1rem;
    line-height: 5rem;
  }

  .about_sec6_des
  {
    position: unset;
    line-height: 3rem;
  }

  .about_sec6_text
  {
    width: 100%;
  }

  .about_sec7_cf
  {
    margin-top: 3rem;
  }

  .about_sec7_heading
  {
    font-size: 21px;
  }

  .about_sec7_subheading
  {
    font-size: 38px;
    line-height: 2.5rem;
  }

  .about_sec7_col1
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }

  .about_sec7_col2
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_sec8_cf
  {
    margin-bottom: 3rem;
  }

  .about_sec8_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_sec8_col1
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_sec8_col2 
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about_sec9_con
  {
    max-width: 95%;
  }

  .about_sec9_desk_col
  {
    display: none;
  }

  .about_sec9_mob_col
  {
    display: block;
  }

  .about_sec9_heading
  {
    text-align: left !important;
    font-size: 21px;
    margin-bottom: 1rem;
  }

  .about_sec9_subheading 
  {
    font-size: 38px;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left !important;
  }

  .about_sec10_desk_img
  {
    display: none;
  }

  .about_sec10_mob_img
  {
    display: block;
  }

  .about_sec11_con 
  {
    max-width: 95%;
  }

  .about_sec11_desk_col
  {
    display: none;
  }

  .about_sec11_mob_col
  {
    display: block;
  }

  .about_sec11_heading
  {
    text-align: left !important;
    font-size: 38px;
    line-height: 2.5rem;
    width: 100%;
  }

  .about_sec11_text
  {
    width: 100%;
  }

  .contact_sec1_cf 
  {
    margin-top: 0rem;
  }

  .contact_sec1_desk_img
  {
    display: none;
  }

  .contact_sec1_mob_img
  {
    display: block;
  }

  .contact_sec1_text 
  {
    font-size: 40px;
    line-height: 2rem;
  }

  .contact_sec2_con 
  {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .contact_sec2_col1
  {
    margin-bottom: 3rem;
  }

  .contact_sec2_hr
  {
    transform: rotate(0deg);
  }

  .contact_sec2_col3
  {
    margin-top: 3rem;
  }

  .csr_desktop_sec1_sec
  {
    display: none;
  }

  .csr_mobile_sec1_sec
  {
    display: block;
  }

  .csr_sec1_cf 
  {
    margin-top: 7vw;
    margin-bottom: 1vw;
  }

  .csr_sec1_con
  {
    max-width: 85vw;
    margin: 0px auto;
    padding-top: 0rem;
    padding-bottom: 135vw;
  }

  .csr_mobile_sec1_col
  {
    position: relative;
  }

  .csr_sec1_heading 
  {
    font-size: 10vw;
    margin-top: 6.5vw;
    line-height: 11vw;
    width: 100%;
    position: absolute;
    top: 55vw;
    left: 5vw;
  }

  .csr_mobile_sec1_img1
  {
    position: absolute;
    width: 43vw;
    right: 46vw;
    z-index: 1;
    top: 4vw;
  }

  .csr_mobile_sec1_img2
  {
    position: absolute;
    width: 56vw;
    left: 33vw;
    bottom: -58vw;
  }

  .csr_mobile_sec1_img3
  {
    position: absolute;
    top: 88vw;
    right: 30vw;
    width: 59vw;
  }

  .csr_mobile_sec1_img4
  {
    position: absolute;
    top: 98vw;
    width: 48vw;
    left: 41vw;
  }

  .csr_sec2_con
  {
    margin-top: 9rem;
    margin-bottom: 3rem;
  }

  .csr_sec2_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec2_col2
  {
    padding-left: 2rem;
    padding-right: 1.9rem;
  }

  .csr_sec2_heading 
  {
    line-height: 2.8rem;
    font-size: 40px;
    width: 100%;
    margin-bottom: 1rem;
  }

  .csr_sec3_desktop_img
  {
    display: none;
  }

  .csr_sec3_mobile_img
  {
    display: block;
  }

  .csr_sec4_con
  {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }

  .csr_sec4_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec4_heading
  {
    font-size: 25px;
  }

  .csr_sec4_subheading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .csr_sec4_col2
  {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec5_con
  {
    margin-bottom: 1.5rem;
  }

  .csr_sec5_col2
  {
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .csr_sec5_text 
  {
    font-family: "Italiana", serif;
    font-weight: 400;
    color: #4C6254;
    line-height: 1.9rem;
    font-size: 24px;
    margin-bottom: 0px;
    width: 100%;
  }

  .csr_sec6_con
  {
    margin-bottom: 3rem;
  }

  .csr_sec6_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec7_desktop_img
  {
    display: none;
  }

  .csr_sec7_mobile_img
  {
    display: block;
  }

  .csr_sec8_con
  {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .csr_sec8_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec8_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec8_heading
  {
    font-size: 25px;
  }

  .csr_sec8_subheading
  {
    font-size: 40px;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }

  .csr_sec9_desktop_sec
  {
    display: none;
  }

  .csr_sec9_mobile_sec
  {
    display: block;
  }

  .csr_sec9_mobile_con
  {
    margin-bottom: 3rem;
  }

  .csr_sec9_mobile_col
  {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .csr_sec9_mobile_accordion button 
  {
    background-color: #EBE8DF;
    padding: 2rem 0rem;
  }

  .csr_sec9_mobile_accordion button::after 
  {
    background-image: url(../images/csr/green_vector.webp);
  }

  .csr_sec9_mobile_accordion button:not(.collapsed)::after
  {
    background-image: url(../images/csr/pink_vector.webp);
  }

  .csr_sec9_mobile_accordion button:not(.collapsed)
  {
    background-color: #EBE8DF;
  }

  .csr_sec9_mobile_accordion button:not(.collapsed) .csr_sec9_nav_subheading
  {
    color: #CF956F;
  }

  .csr_sec9_mobile_accordion button:not(.collapsed) .csr_sec9_nav_heading
  {
    color: #CF956F;
  }

  .csr_sec9_mobile_accordion .accordion-item
  {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .csr_sec9_mobile_accordion .accordion-item:last-child
  {
    border: unset !important;
  }

  .csr_sec9_mobile_accordion .accordion-body
  {
    background-color: #EBE8DF;
    padding: 3rem 0rem 3rem 0rem;
  }

  .csr_sec9_mobile_accordion_div
  {
    display: grid;
  }

  .csr_sec9_mobile_accordion button:focus:not(:focus-visible) 
  {
    outline: none !important;
    border-color: unset !important;
    box-shadow: unset !important;
  }

  .csr_sec9_nav_tab1_sec1_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec1_heading 
  {
    line-height: 2rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_mobile_row1
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .csr_sec9_nav_tab1_sec2_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec2_col1
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec2_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab1_sec3_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec3_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec3_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab2_sec1_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab2_sec1_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab2_sec2_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab2_sec2_col1
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab2_sec2_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab3_sec1_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab3_sec2_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab3_sec1_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab3_sec2_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .sol_sec1_desktop_img
  {
    display: none;
  }

  .sol_sec1_mobile_img
  {
    display: block;
  }

  .sol_sec1_div1
  {
    display: block;
    position: unset;
  }

  .sol_sec1_div2
  {
    width: 85%;
    position: absolute;
    top: 8vw;
    left: 8vw;
  }

  .sol_sec1_heading
  {
    font-size: 35px;
    line-height: 2.5rem;
  }

  .sol_sec1_div3
  {
    width: 89%;
    position: absolute;
    bottom: 4vw;
    left: 8vw;
  }
  
  .sol_sec1_text
  {
    line-height: 1rem;
  }

  .sol_mob_sec2
  {
    display: block;
  }

  .sol_desktop_sec3
  {
    display: none;
  }

  .sol_desktop_sec2
  {
    display: none;
  }

  .sol_mobile_sec2
  {
    display: block;
  }

  .sol_sec2_col1 
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec2_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec_num
  {
    font-size: 50px;
  }

  .sol_sec_subheading
  {
    font-size: 25px;
  }

  .sol_sec_heading
  {
    font-size: 39px;
    line-height: 2.5rem;
  }

  .sol_sec4_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .sol_sec4_desktop_img
  {
    display: none;
  }

  .sol_sec4_mobile_img
  {
    display: block;
  }

  .sol_sec4_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec4_col1
  {
    padding-left: 2rem;
  }

  .sol_sec5_desktop_img
  {
    display: none;
  }

  .sol_sec5_mobile_img
  {
    display: block;
  }

  .sol_sec5_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec5_col2
  {
    padding-right: 2rem;
  }

  .sol_sec6_col
  {
    padding-left: 2rem;
  }

  .owl-carousel.owl-theme.sol_sec6_scroll .owl-stage-outer 
  {
    overflow: hidden !important;
  }

  .sol_sec7_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .sol_sec7_desktop_img
  {
    display: none;
  }

  .sol_sec7_mobile_img
  {
    display: block;
  }

  .sol_sec7_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec7_col1
  {
    padding-left: 2rem;
  }

  .sol_sec8_desktop_img
  {
    display: none;
  }

  .sol_sec8_mobile_img
  {
    display: block;
  }

  .sol_sec8_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec8_col2
  {
    padding-right: 2rem;
  }

  .sol_sec9_con
  {
    max-width: 90%;
  }

  .sol_sec9_heading
  {
    font-size: 25px;
    line-height: 1.7rem;
  }

  .sol_sec9_col
  {
    width: 50%;
  }

  .sol_sec9_col1
  {
    width: 50%;
  }

  .sol_sec9_div
  {
    padding: 30px 15px;
  }

  .sol_sec10_desktop_img
  {
    display: none;
  }

  .sol_sec10_mobile_img
  {
    display: block;
  }

  .sol_sec10_div1
  {
    display: block;
    position: unset;
  }

  .sol_sec10_div2
  {
    width: 85%;
    position: absolute;
    top: 8vw;
    left: 8vw;
  }

  .sol_sec10_heading
  {
    font-size: 35px;
    line-height: 2.5rem;
  }

  .sol_sec10_div3
  {
    width: 86%;
    position: absolute;
    bottom: 8vw;
    left: 8vw;
  }

}

@media only screen
and (min-width: 576px)
and (max-width: 767px)
{
  .link_col
  {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
  }
  
  .linkcol3
  {
    display: block !important;
    justify-content: start;
  }
    
  .footer_col1
  {
    width: 100%;
  }

  .footer_col2
  {
    width: 100%;
  }

  .footer_col3
  {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
  }

  .timeline_left_content 
  {
    border-top: 40px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 80px solid transparent;
    padding-right: 0.2rem;
  }

  .timeline_right_content 
  {
    padding-left: 0.2rem;
    margin-top: 5.5rem;
  }
  
  .timeline_left_content span br,
  .timeline_right_content span br
  {
      display:none;
  }

  .timeline_span3
  {
    margin-left: -0.5rem;
  }

  .leftp1 
  {
    /*margin: -3rem 0rem 10rem !important;*/
  }
  
  .leftp2
  {
    margin: 5rem 0rem 4rem !important;
  }
  
  .leftp3
  {
    margin: 5rem 0rem 4rem !important;
  }

  .timeline_right_content .p1
  {
    margin: 3rem 0rem 0rem !important;
  }

  .timeline_right_content .p2
  {
    margin: 5rem 0rem 0rem;
  }
  
  .leftp5
  {
    margin: 5rem 0rem 5rem !important;  
  }

  .timeline_right_content .p3
  {
    margin: 4rem 0rem 0rem;
  }
  
  .timeline_right_content .p4
  {
    margin: 5rem 0rem 0rem !important;
  }

  .timeline_right_content .p5
  {
    margin: 4rem 0rem 0rem;
  }

  .timeline_right_content .p6
  {
    margin: 5rem 0rem 0rem;
  }
  
  .timeline_left_content .lastp 
  {
    margin: 4rem 0rem -1rem !important;
  }

  .video_sec1
  {
    display: none;
  }

  .video_sec2
  {
    display: block;
  }

  .index_resimg
  {
    display: none;
  }

  .mobile_index_resimg
  {
    display: block;
  }

  .header_toggle_img
  {
    width: 50%;
  }

  .header_logo
  {
    width: 70%;
  }

  .header_search_icon
  {
    width: 45%;
  }

  .header_col1
  {
    width: 20%;
  }

  .header_col2
  {
    width: 60%;
  }

  .header_col3
  {
    width: 20%;
  }

  .header_inner_col1
  {
    width: 20%;
  }

  .header_inner_col2
  {
    width: 60%;
  }

  .header_inner_col3
  {
    width: 20%;
  }

  .section__hero 
  {
    height: 23vh;
  }

  .desktop_green_banner
  {
    display: none;
  }

  .mobile_green_banner
  {
    display: block;
  }

  .index_green_con
  {
    margin-top: 1rem;
    padding-top: 3rem;
  }

  .index_slider_desktop_gif
  {
    display: none;
  }

  .index_slider_mobile_gif
  {
    display: block;
    width: 100%;
  }

  .index_desktop_green_con_img3
  {
    display: none !important;
  }

  .index_mobile_green_con_img3
  {
    display: block !important;
  }

  .index_green_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0rem;
  }

  .index_green_con_text1
  {
    font-size: 13px;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .index_green_con_link
  {
    font-size: 13px;
    padding-left: 1rem;
  }

  .index_green_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
    position: unset;
  }

  .index_green_con_img1 
  {
    width: 100%;
    margin-top: 2rem;
  }

  .index_green_con_img2
  {
    position: unset;
    width: 100%;
    margin: auto;
    margin-bottom: 1.4rem;
  }

  .index_green_con_text2
  {
    margin-top: 1rem;
    position: unset;
    width: 100%;
    line-height: 2.2rem;
    font-size: 24px;
    z-index: 1111;
    position: relative;
    bottom: 3rem;
    left: 1rem;
  }

  .index_green_con_img3
  {
    position: unset;
    width: 100%;
    margin-top: -5.8rem;
  }

  .desktop_flex
  {
    display: none;
  }

  .mobile_flexbox
  {
    display: block;
  }

  .index_flex_card_cf
  {
    margin-top: -1rem;
    margin-bottom: 3rem;
  }

  .index_flex_card_heading
  {
    line-height: 2.8rem;
    font-size: 32px;
    margin-top: 0;
  }

  .flex_img
  {
    top: 25rem;
    right: 0.5rem;
  }

  .timeline_left_content p
  {
    flex-direction: column-reverse;
    display: flex;
    padding-left: 0rem;
  }

  .timeline_right_content p
  {
    padding-right: 0rem;
  }

  .index_flex_card_col1
  {
    padding-left: 2rem;
  }

  .options
  {
    flex-direction: column;
  }
   
  .options .option1.active
  {
    min-height: 22rem;
  }

  .options .option2.active
  {
    min-height: 33rem;
  }

  .options .option3.active
  {
    min-height: 27rem;
  }

  .options .option4.active
  {
    min-height: 27rem;
  }

  .options .option5.active
  {
    min-height: 22rem;
  }

  .options .option
  {
    position: unset;
  }

  .options .option .label
  {
    position: unset;
    height: 15rem;
    padding: 26px 0px;
  }

  .options .option .label .icon
  {
    padding-left: 2rem;
    text-align: center;
    justify-content: flex-start;
  }

  .options .option .label .icon img
  {
    width: 45%;
  }

  .options .option .label .info
  {
    width: 46%;
    margin-left: 25px;
    font-size: 16px;
    justify-content: flex-start;
  }

  .options .option .label .info1
  {
    width: 70%;
  }

  .options .option .label .info2
  {
    width: 65%;
    margin-left: 0px;
  }

  .options .option .label .info3
  {
    width: 60%;
    margin-left: -45px;
  }

  .options .option .label .info4
  {
    width: 56%;
    margin-left: -55px;
  }

  .options .option .label .info5
  {
    width: 65%;
    margin-left: -30px;
  }

  .options .option .label .info .main
  {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .desktop_banner_img
  {
    display: none;
  }

  .mobile_banner_img
  {
    display: block;
  }

  .index_banner_cf
  {
    margin-bottom: 0rem;
  }

  .index_img_con
  {
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .timeline_cf
  {
    margin-bottom: 2.5rem;
    margin-top: 0rem;
  }
  
  .mob_br
  {
    display:none;
  }

  .timeline_span2
  {
    font-size: 55px;
    line-height: 50px;
  }

  .timeline_span1
  {
    font-size: 11px;
  }

  .index_responsilibily_co11
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .index_responsilibily_subheading 
  {
    font-size: 38px;
    line-height: 45px;
  }

  .index_img_col1
  {
    margin-bottom: 30px;
    width: 50%;
  }

  .index_img_col2
  {
    width: 50%;
  }

  .index_img
  {
    width: 75%;
  }

  .index_responsilibily_co12
  {
    margin-top: 0.5rem;
    display: none;
  }

  .index_responsilibily_col3
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .index_responsilibily_col4
  {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
  }

  .index_banner_div2
  {
    top: 11rem;
    left: 2rem;
  }

  .index_banner_heading
  {
    font-size: 27px;
    line-height: 2rem;
    width: 95%;
    margin-bottom: 0.5rem;
  }

  .index_banner_text
  {
    width: 80%;
    font-size: 13px;
    margin-bottom: 0.5rem;
  }
  
  .index_banner_link
  {
    font-size: 12px;
  }

  .index_responsilibily_con2
  {
    margin-bottom: 2rem;
  }

  .footer_col1
  {
    margin-bottom: 2rem;
  }

  .footer_logo
  {
    width: 220px;
  }

  .footer_col2
  {
    margin-bottom: 2rem;
    text-align: left !important;
  }

  .footer_img
  {
    width: 140px;
  }

  .footer_col3
  {
    text-align: left;
  }

  .about_con_width
  {
    max-width: 100%;
  }

  .about_heading 
  {
    line-height: 3rem;
    font-size: 38px;
    margin-bottom: 0.5rem;
  }

  .about_sec1
  {
    display: none;
  }

  .about_mob_sec1
  {
    display: block;
  }

  .about_mob_sec1_cf
  {
    margin-top: 0rem;
  }

  .about_mob_sec1_col1
  {
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    background-color: #4C6254;
  }

  .about_mob_sec1_col2
  {
    padding: 0rem 1.5rem;
  }

  .about_mob_sec1_col3
  {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    background-color: #4C6254;
  }

  .about_sec1_heading
  {
    font-size: 19px;
    line-height: 1.5rem;
  }

  .about_sec1_text
  {
    width: 100%;
    margin-top: 2rem;
  }

  .about_mob_sec1_img
  {
    margin-top: -2rem;
    margin-bottom: -2rem;
    position: relative;
  }

  .about_sec2_cf
  {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .about_sec3_desk_img
  {
    display: none;
  }

  .about_sec3_mob_img
  {
    display: block;
  }

  .about_sec4_text
  {
    padding-left: 8rem;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .about_sec5_col2
  {
    padding-left: 1rem;
  }

  .about_sec5_img
  {
    width: 250px;
  }

  .about_sec5_name
  {
    position: unset;
    font-size: 80px;
    margin-top: 1rem;
    line-height: 5rem;
  }

  .about_sec5_des
  {
    position: unset;
    line-height: 3rem;
  }

  .about_sec6_col2
  {
    text-align: left;
  }

  .about_sec6_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_sec6_img
  {
    width: 250px;
  }

  .about_sec6_name
  {
    position: unset;
    font-size: 80px;
    margin-top: 1rem;
    line-height: 5rem;
  }

  .about_sec6_des
  {
    position: unset;
    line-height: 3rem;
  }

  .about_sec6_text
  {
    width: 100%;
  }

  .about_sec7_cf
  {
    margin-top: 3rem;
  }

  .about_sec7_heading
  {
    font-size: 21px;
  }

  .about_sec7_subheading
  {
    font-size: 38px;
    line-height: 2.5rem;
  }

  .about_sec7_col1
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }

  .about_sec7_col2
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_sec8_cf
  {
    margin-bottom: 3rem;
  }

  .about_sec8_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_sec8_col1
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_sec8_col2 
  {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about_sec9_con
  {
    max-width: 95%;
  }

  .about_sec9_desk_col
  {
    display: none;
  }

  .about_sec9_mob_col
  {
    display: block;
  }

  .about_sec9_heading
  {
    text-align: left !important;
    font-size: 21px;
    margin-bottom: 1rem;
  }

  .about_sec9_subheading 
  {
    font-size: 38px;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left !important;
  }

  .about_sec10_desk_img
  {
    display: none;
  }

  .about_sec10_mob_img
  {
    display: block;
  }

  .about_sec11_con 
  {
    max-width: 95%;
  }

  .about_sec11_desk_col
  {
    display: none;
  }

  .about_sec11_mob_col
  {
    display: block;
  }

  .about_sec11_heading
  {
    text-align: left !important;
    font-size: 38px;
    line-height: 2.5rem;
    width: 100%;
  }

  .about_sec11_text
  {
    width: 100%;
  }

  .contact_sec1_cf 
  {
    margin-top: 0rem;
  }

  .contact_sec1_desk_img
  {
    display: none;
  }

  .contact_sec1_mob_img
  {
    display: block;
  }

  .contact_sec1_text 
  {
    font-size: 40px;
    line-height: 2rem;
  }

  .contact_sec2_con 
  {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .contact_sec2_col1
  {
    margin-bottom: 3rem;
  }

  .contact_sec2_hr
  {
    transform: rotate(0deg);
  }

  .contact_sec2_col3
  {
    margin-top: 3rem;
  }

  .csr_desktop_sec1_sec
  {
    display: none;
  }

  .csr_mobile_sec1_sec
  {
    display: block;
  }

  .csr_sec1_cf 
  {
    margin-top: 7vw;
    margin-bottom: 1vw;
  }

  .csr_sec1_con
  {
    max-width: 85vw;
    margin: 0px auto;
    padding-top: 0rem;
    padding-bottom: 135vw;
  }

  .csr_mobile_sec1_col
  {
    position: relative;
  }

  .csr_sec1_heading 
  {
    font-size: 10vw;
    margin-top: 6.5vw;
    line-height: 11vw;
    width: 100%;
    position: absolute;
    top: 55vw;
    left: 5vw;
  }

  .csr_mobile_sec1_img1
  {
    position: absolute;
    width: 43vw;
    right: 46vw;
    z-index: 1;
    top: 4vw;
  }

  .csr_mobile_sec1_img2
  {
    position: absolute;
    width: 56vw;
    left: 33vw;
    bottom: -58vw;
  }

  .csr_mobile_sec1_img3
  {
    position: absolute;
    top: 88vw;
    right: 30vw;
    width: 59vw;
  }

  .csr_mobile_sec1_img4
  {
    position: absolute;
    top: 98vw;
    width: 48vw;
    left: 41vw;
  }

  .csr_sec2_con
  {
    margin-top: 9rem;
    margin-bottom: 3rem;
  }

  .csr_sec2_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec2_col2
  {
    padding-left: 2rem;
    padding-right: 1.9rem;
  }

  .csr_sec2_heading 
  {
    line-height: 2.8rem;
    font-size: 40px;
    width: 100%;
    margin-bottom: 1rem;
  }

  .csr_sec3_desktop_img
  {
    display: none;
  }

  .csr_sec3_mobile_img
  {
    display: block;
  }

  .csr_sec4_con
  {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }

  .csr_sec4_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec4_heading
  {
    font-size: 25px;
  }

  .csr_sec4_subheading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .csr_sec4_col2
  {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec5_con
  {
    margin-bottom: 1.5rem;
  }

  .csr_sec5_col2
  {
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .csr_sec5_text 
  {
    font-family: "Italiana", serif;
    font-weight: 400;
    color: #4C6254;
    line-height: 1.9rem;
    font-size: 24px;
    margin-bottom: 0px;
    width: 100%;
  }

  .csr_sec6_con
  {
    margin-bottom: 3rem;
  }

  .csr_sec6_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec7_desktop_img
  {
    display: none;
  }

  .csr_sec7_mobile_img
  {
    display: block;
  }

  .csr_sec8_con
  {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .csr_sec8_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec8_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .csr_sec8_heading
  {
    font-size: 25px;
  }

  .csr_sec8_subheading
  {
    font-size: 40px;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }

  .csr_sec9_desktop_sec
  {
    display: none;
  }

  .csr_sec9_mobile_sec
  {
    display: block;
  }

  .csr_sec9_mobile_con
  {
    margin-bottom: 3rem;
  }

  .csr_sec9_mobile_col
  {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .csr_sec9_mobile_accordion button 
  {
    background-color: #EBE8DF;
    padding: 2rem 0rem;
  }

  .csr_sec9_mobile_accordion button::after 
  {
    background-image: url(../images/csr/green_vector.webp);
  }

  .csr_sec9_mobile_accordion button:not(.collapsed)::after
  {
    background-image: url(../images/csr/pink_vector.webp);
  }

  .csr_sec9_mobile_accordion button:not(.collapsed)
  {
    background-color: #EBE8DF;
  }

  .csr_sec9_mobile_accordion button:not(.collapsed) .csr_sec9_nav_subheading
  {
    color: #CF956F;
  }

  .csr_sec9_mobile_accordion button:not(.collapsed) .csr_sec9_nav_heading
  {
    color: #CF956F;
  }

  .csr_sec9_mobile_accordion .accordion-item
  {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .csr_sec9_mobile_accordion .accordion-item:last-child
  {
    border: unset !important;
  }

  .csr_sec9_mobile_accordion .accordion-body
  {
    background-color: #EBE8DF;
    padding: 3rem 0rem 3rem 0rem;
  }

  .csr_sec9_mobile_accordion_div
  {
    display: grid;
  }

  .csr_sec9_mobile_accordion button:focus:not(:focus-visible) 
  {
    outline: none !important;
    border-color: unset !important;
    box-shadow: unset !important;
  }

  .csr_sec9_nav_tab1_sec1_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec1_heading 
  {
    line-height: 2rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_mobile_row1
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .csr_sec9_nav_tab1_sec2_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec2_col1
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec2_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab1_sec3_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec3_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab1_sec3_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab2_sec1_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab2_sec1_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab2_sec2_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab2_sec2_col1
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab2_sec2_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab3_sec1_col2
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab3_sec2_con
  {
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0rem 0rem 0rem 0rem;
    margin-top: 3rem;
  }

  .csr_sec9_nav_tab3_sec1_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .csr_sec9_nav_tab3_sec2_heading
  {
    line-height: 1.8rem;
    font-size: 20px;
    width: 100%;
  }

  .sol_sec1_desktop_img
  {
    display: none;
  }

  .sol_sec1_mobile_img
  {
    display: block;
  }

  .sol_sec1_div1
  {
    display: block;
    position: unset;
  }

  .sol_sec1_div2
  {
    width: 85%;
    position: absolute;
    top: 8vw;
    left: 8vw;
  }

  .sol_sec1_heading
  {
    font-size: 35px;
    line-height: 2.5rem;
  }

  .sol_sec1_div3
  {
    width: 89%;
    position: absolute;
    bottom: 4vw;
    left: 8vw;
  }
  
  .sol_sec1_text
  {
      line-height: 1rem;
  }

  .sol_mob_sec2
  {
    display: block;
  }

  .sol_desktop_sec3
  {
    display: none;
  }

  .sol_desktop_sec2
  {
    display: none;
  }

  .sol_mobile_sec2
  {
    display: block;
  }

  .sol_sec2_col1 
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec2_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec_num
  {
    font-size: 50px;
  }

  .sol_sec_subheading
  {
    font-size: 25px;
  }

  .sol_sec_heading
  {
    font-size: 39px;
    line-height: 2.5rem;
  }

  .sol_sec4_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .sol_sec4_desktop_img
  {
    display: none;
  }

  .sol_sec4_mobile_img
  {
    display: block;
  }

  .sol_sec4_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec4_col1
  {
    padding-left: 2rem;
  }

  .sol_sec5_desktop_img
  {
    display: none;
  }

  .sol_sec5_mobile_img
  {
    display: block;
  }

  .sol_sec5_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec5_col2
  {
    padding-right: 2rem;
  }

  .sol_sec6_col
  {
    padding-left: 2rem;
  }

  .owl-carousel.owl-theme.sol_sec6_scroll .owl-stage-outer 
  {
    overflow: hidden !important;
  }

  .sol_sec7_row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .sol_sec7_desktop_img
  {
    display: none;
  }

  .sol_sec7_mobile_img
  {
    display: block;
  }

  .sol_sec7_col2
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec7_col1
  {
    padding-left: 2rem;
  }

  .sol_sec8_desktop_img
  {
    display: none;
  }

  .sol_sec8_mobile_img
  {
    display: block;
  }

  .sol_sec8_col1
  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sol_sec8_col2
  {
    padding-right: 2rem;
  }

  .sol_sec9_con
  {
    max-width: 90%;
  }

  .sol_sec9_heading
  {
    font-size: 25px;
    line-height: 1.7rem;
  }

  .sol_sec9_col
  {
    width: 50%;
  }

  .sol_sec9_col1
  {
    width: 50%;
  }

  .sol_sec9_div
  {
    padding: 30px 15px;
  }

  .sol_sec9_text
  {
    /*bottom: 11px;*/
    /*left: 18px;*/
    /*right: 20px;*/
  }

  .sol_sec10_desktop_img
  {
    display: none;
  }

  .sol_sec10_mobile_img
  {
    display: block;
  }

  .sol_sec10_div1
  {
    display: block;
    position: unset;
  }

  .sol_sec10_div2
  {
    width: 85%;
    position: absolute;
    top: 8vw;
    left: 8vw;
  }

  .sol_sec10_heading
  {
    font-size: 35px;
    line-height: 2.5rem;
  }

  .sol_sec10_div3
  {
    width: 86%;
    position: absolute;
    bottom: 8vw;
    left: 8vw;
  }
}

@media only screen
and (min-width: 768px)
and (max-width: 991px)
{
    
  .timeline_span2
  {
    line-height: 90px;
  }
  
  .index_flex_card_panel .fleximg1
  {
    left: 38%;
  }
  
  .active .fleximg3
  {
    left: 4% !important;
  }
  
  .ipad_br
  {
    display: none;
  }
  
  .fleximg1 img
  {
    height: 150px;
  }
  
  .fleximg2 img
  {
    height: 150px;
  }
  
  .fleximg3 img
  {
    height: 150px;
  }
  
  .fleximg4 img
  {
    height: 152px;
  }
  
  .fleximg5 img
  {
    height: 150px;
  }

  .index_responsilibily_text
  {
    font-size: 13px;  
  }

  .index_responsilibily_subheading 
  {
    font-size: 37px;
    line-height: 47px
  }

  .index_responsilibily_co12 
  {
    margin-top: 4rem !important;
  }

  .index_flex_card_cf 
  {
    margin-top: 4rem;
  }

  .timeline_cf
  {
    margin-bottom: 2rem;
  }

  .leftp4 
  {
    margin: 6.5rem 0rem 0rem !important
  }

  .p4
  {
    margin: 7rem 0rem 0rem !important;
  }

  .p5
  {
    margin: 7rem 0rem 0rem !important;
  }
  
  .leftp5
  {
    margin: 7rem 0rem 0rem !important;  
  }
  
  .leftp6
  {
    margin: 7rem 0rem 0rem !important;
  }

  .p6
  {
    margin: 7rem 0rem 0rem !important;
  }

  .timeline_left_content .lastp 
  {
    margin: 7rem 0rem -3rem !important;
  }

  .timeline_left_content
  {
    border-top: 30px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 115px solid transparent;
  }

  .timeline_right_content
  {
    margin-top: 10rem;
  }

  .p1 
  {
    margin: 0rem 0rem 0rem !important;
  }
  
  .p2
  {
    margin: 7rem 0rem 0rem !important;
  }

  .p3
  {
    margin: 7rem 0rem 0rem !important;
  }
  
  .leftp2
  {
    margin: 7rem 0rem 7rem !important;  
  }

  .footer_col3 
  {
    padding-left: 4rem;
  }

  .index_flex_card_panel
  {
    height: 50vh;
  }

  .section__hero
  {
    height: 35vh;
  }

  .index_green_con_text1
  {
    width: 83%;
    font-size: 13px;
    letter-spacing: 0px;
  }

  .index_green_con
  {
    padding-top: 6rem;
  }

  .index_green_col1
  {
    padding-left: 5rem;
  }

  .index_green_con_img2
  {
    width: 72%;
    bottom: 17.1rem;
    left: 4rem;
  }

  .index_green_con_text2
  {
    bottom: 9.4rem;
    left: 2rem;
    line-height: 3rem;
    font-size: 29px;
    width: 85%;
  }

  .index_green_con_img3
  {
    width: 85%;
    top: 12.7rem;
    right: 6rem;
  }

  .index_flex_card_heading 
  {
    line-height: 1rem;
    font-size: 42px;
    margin-top: 0;
  }

  .timeline_left_content p
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .timeline_right_content p
  {
    display: flex;
    flex-direction: column;
  }

  .index_flex_card_panel:hover .flextext1 p
  {
    left: 22%;
  }

  .index_flex_card_panel .fleximg2
  {
    left: 25%;
  }

  .active .fleximg2
  {
    left: 5%;
  }

  .index_flex_card_panel .flextext2 p
  {
    width: 66%;
  }

  .index_flex_card_panel:hover .flextext2 p
  {
    left: 30%;
  }

  .index_flex_card_panel .fleximg3
  {
    left: 15%;
  }

  .index_flex_card_panel .flextext3 p
  {
    width: 57%;
  }

  .index_flex_card_panel:hover .flextext3 p
  {
    left: 40%;
  }

  .index_flex_card_panel .fleximg4
  {
    left: 10%;
    bottom: -0.5%;
  }

  .index_flex_card_panel .flextext4 p
  {
    width: 53%;
  }

  .index_flex_card_panel:hover .flextext4 p
  {
    left: 43%;
  }

  .index_flex_card_panel .fleximg5
  {
    left: 20%;
  }

  .index_flex_card_panel .flextext5 p
  {
    width: 51%;
  }

  .index_flex_card_panel:hover .flextext5 p
  {
    left: 45%;
  }

  .index_banner_div2
  {
    top: 4rem;
    left: 2rem;
  }

  .index_banner_heading
  {
    font-size: 30px;
    width: 53%;
    line-height: 2rem;
  }

  .index_banner_text
  {
    width: 25%;
  }

  .about_con_width
  {
    max-width: 95%;
    margin: 0px auto;
  }

  .about_sec1_col2
  {
    padding-right: 3rem;
  }

  .about_sec1_text
  {
    width: 100%;
  }

  .about_sec1_img
  {
    position: unset;
    transform: rotate(90deg);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_sec5_col2
  {
    padding-left: 1rem;
  }

  .about_sec5_name
  {
    position: unset;
    line-height: 6rem;
    margin-top: 2rem;
  }

  .about_sec5_des
  {
    position: unset;
    margin-bottom: 0.5rem;
    line-height: 3rem;
  }

  .about_sec6_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  .about_sec6_col2
  {
    text-align: left;
  }

  .about_sec6_name
  {
    position: unset;
    line-height: 6rem;
    margin-top: 2rem;
  }

  .about_sec6_des
  {
    position: unset;
    margin-bottom: 0.5rem;
    line-height: 3rem;
  }

  .about_sec6_text
  {
    width: 100%;
  }

  .about_sec7_col1 
  {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
  }

  .about_sec8_cf
  {
    margin-top: 4rem;
  }

  .about_sec8_col2
  {
    padding-right: 3rem;
    padding-bottom: 3rem;
  }

  .about_sec8_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  .about_sec11_heading
  {
    width: 90%;
  }

  .contact_sec2_text
  {
    width: 86%;
  }

  .csr_sec1_heading 
  {
    line-height: 4rem;
    font-size: 50px;
    bottom: 85%;
  }

  .csr_sec1_img1
  {
    width: 36%;
    left: 2%;
    top: 62%;
  }

  .csr_sec1_img2
  {
    height: 53%;
    left: 25%;
    bottom: 30%;
  }

  .csr_sec1_img3
  {
    width: 40%;
    right: 3%;
    bottom: 48%;
  }

  .csr_sec1_img4
  {
    width: 50%;
    right: 8%;
    top: 65%;
  }

  .csr_sec2_heading 
  {
    font-size: 50px;
    width: 97%;
  }

  .csr_sec4_subheading
  {
    font-size: 50px;
  }

  .csr_sec5_col2
  {
    padding-left: 0rem;
  }

  .csr_sec5_text
  {
    font-size: 35px;
    line-height: 2.7rem;
  }

  .csr_sec8_subheading
  {
    font-size: 50px;
  }

  .csr_sec9_nav
  {
    gap: 0rem;
  }

  .csr_sec9_nav_tab1_sec1_col2
  {
    padding: 0rem 1.5rem 0rem 1.5rem;
  }

  .csr_sec9_nav_tab1_sec1_heading
  {
    line-height: 1.7rem;
    font-size: 25px;
    width: 100%;
  }

  .csr_sec9_nav_tab1_sec2_col1
  {
    padding-right: 1.5rem;
  }

  .csr_sec9_nav_tab1_sec2_heading
  {
    line-height: 1.5rem;
    font-size: 25px;
    width: 100%;
  }

  .csr_sec9_nav_tab1_sec3_col2
  {
    padding: 0rem 1.5rem 0rem 1.5rem;
  }

  .csr_sec9_nav_tab1_sec3_heading
  {
    line-height: 1.5rem;
    font-size: 25px;
    width: 100%;
  }

  .csr_sec9_nav_tab2_sec1_col2
  {
    padding: 0rem 1.5rem 0em 1.5rem;
  }

  .csr_sec9_nav_tab2_sec1_heading
  {
    line-height: 1.5rem;
    font-size: 25px;
  }

  .csr_sec9_nav_tab2_sec2_col1
  {
    padding: 0rem 1.5rem 0rem 0rem;
  }

  .csr_sec9_nav_tab2_sec2_heading
  {
    line-height: 1.5rem;
    font-size: 25px;
  }

  .csr_sec9_nav_tab3_sec1_col2
  {
    padding: 0rem 1.5rem 0em 1.5rem;
  }

  .csr_sec9_nav_tab3_sec1_heading
  {
    line-height: 1.5rem;
    font-size: 25px;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0rem 1.5rem 0rem 0rem;
  }

  .csr_sec9_nav_tab3_sec2_heading
  {
    line-height: 1.5rem;
    font-size: 25px;
  }

  .csr_sec9_desktop_sec
  {
    display: none;
  }

  .csr_sec9_mobile_sec
  {
    display: block;
  }

  .csr_sec9_mobile_con
  {
    margin-bottom: 3rem;
  }

  .csr_sec9_mobile_col
  {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .csr_sec9_mobile_accordion button 
  {
    background-color: #EBE8DF;
    padding: 2rem 0rem;
  }

  .csr_sec9_mobile_accordion button::after 
  {
    background-image: url(../images/csr/green_vector.webp);
  }

  .csr_sec9_mobile_accordion button:not(.collapsed)::after
  {
    background-image: url(../images/csr/pink_vector.webp);
  }

  .csr_sec9_mobile_accordion button:not(.collapsed)
  {
    background-color: #EBE8DF;
  }

  .csr_sec9_mobile_accordion button:not(.collapsed) .csr_sec9_nav_subheading
  {
    color: #CF956F;
  }

  .csr_sec9_mobile_accordion button:not(.collapsed) .csr_sec9_nav_heading
  {
    color: #CF956F;
  }

  .csr_sec9_mobile_accordion .accordion-item
  {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .csr_sec9_mobile_accordion .accordion-item:last-child
  {
    border: unset !important;
  }

  .csr_sec9_mobile_accordion .accordion-body
  {
    background-color: #EBE8DF;
    padding: 3rem 0rem 3rem 0rem;
  }

  .csr_sec9_mobile_accordion_div
  {
    display: grid;
  }

  .csr_sec9_mobile_accordion button:focus:not(:focus-visible) 
  {
    outline: none !important;
    border-color: unset !important;
    box-shadow: unset !important;
  }

  .about_sec1_cf
  {
    position: relative;
    padding-bottom: 50vw;
  }

  .about_ipad_img
  {
    display: block;
    position: absolute;
    top: 2vw;
    width: 100%;
    padding-left: 0vw;
    right: 0vw;
  }

  .about_sec1_img
  {
    display: none;
  }

  .about_sec2_cf
  {
    margin-top: 17vw;
  }

  .sol_sec1_div1
  {
    left: 5vw;
  }

  .sol_sec1_heading
  {
    font-size: 35px;
    line-height: 2.5rem;
  }

  .sol_sec1_div3
  {
    width: 50%;
  }

  .sol_sec2_col2
  {
    padding-right: 2rem;
  }

  .sol_sec_subheading
  {
    font-size: 25px;
  }

  .sol_sec_heading
  {
    font-size: 30px;
    line-height: 2.5rem;
  }

  .sol_sec4_col1
  {
    padding-left: 2rem;
  }

  .sol_sec5_col2
  {
    padding-right: 2rem;
  }

  .sol_sec6_col
  {
    padding-left: 2rem;
  }

  .sol_sec6_div
  {
    min-height: 60vw;
  }

  .sol_sec7_col1
  {
    padding-left: 2rem;
  }

  .sol_sec8_col2
  {
    padding-right: 2rem;
  }

  .sol_sec9_con
  {
    max-width: 75%;
  }

  .sol_sec9_heading
  {
    line-height: 2rem;
  }

  .sol_sec10_heading
  {
    font-size: 35px;
    line-height: 2.5rem;
  }

  .sol_sec10_div2
  {
    align-content: end;
  }

  .sol_sec10_div3
  {
    width: 50%;
  }









 /* .about_sec1
  {
    display: none;
  }

  .about_mob_sec1
  {
    display: block;
  }

  .about_mob_sec1_cf
  {
    margin-top: 0rem;
  }

  .about_mob_sec1_col1
  {
    padding: 3.5rem;
    background-color: #4C6254;
  }

  .about_mob_sec1_col2
  {
    padding: 0rem 1.5rem;
    text-align: center;
  }

  .about_mob_sec1_col3
  {
    padding: 3.5rem;
    background-color: #4C6254;
  }

  .about_sec1_heading
  {
    font-size: 19px;
    line-height: 1.5rem;
  }

  .about_sec1_text
  {
    width: 100%;
    margin-top: 2rem;
  }

  .about_mob_sec1_img
  {
    margin-top: -2rem;
    margin-bottom: -2rem;
    position: relative;
    width: 80%;
  }

  .about_sec2_cf
  {
    margin-top: 5rem;
  }*/



}


@media only screen
and (min-width: 992px)
and (max-width: 1199px)
{
    
  .fleximg1 img
  {
    height: 150px;
  }
  
  .fleximg2 img
  {
    height: 150px;
  }
  
  .fleximg3 img
  {
    height: 150px;
  }
  
  .fleximg4 img
  {
    height: 162px;
  }
  
  .fleximg5 img
  {
    height: 150px;
  }

  .index_flex_card_panel
  {
    height: 80vh;
  }

  .section__hero
  {
    height: 50vh;
  }

  .index_green_con_img2
  {
    bottom: 26rem;
    left: 14rem;
  }

  .index_green_con_img3
  {
    width: 65%;
    top: 17rem;
    right: 16rem;
  }

  .index_green_con_text1 
  {
    width: 75%;
  }

  .index_flex_card_panel .fleximg2
  {
    left: 30%;
  }

  .active .fleximg2
  {
    left: 5%;
  }

  .index_flex_card_panel .fleximg3
  {
    left: 18%;
  }

  .active .fleximg3
  {
    left: 5%;
  }

  .index_flex_card_panel .fleximg4
  {
    left: 15%;
    bottom: -1.5%;
  }

  .active .fleximg4
  {
    left: 5%;
  }

  .index_flex_card_panel .flextext3 p
  {
    width: 65%;
  }

  .index_flex_card_panel:hover .flextext3 p
  {
    left: 30%;
  }

  .index_flex_card_panel .flextext4 p
  {
    width: 60%;
  }

  .index_flex_card_panel:hover .flextext4 p
  {
    left: 35%;
  }

  .index_banner_div2 
  {
    top: 4rem;
  }

  .index_banner_heading
  {
    font-size: 37px;
  }

  .about_sec1_img
  {
    position: unset;
    padding-left: 0rem;
  }

  .about_sec5_name
  {
    font-size: 90px;
    line-height: 5rem;
    left: 56%;
  }

  .about_sec5_des
  {
    top: 34%;
    left: 78%;
  }

  .about_sec6_name
  {
    font-size: 90px;
    line-height: 5rem;
  }

  .about_sec6_des
  {
    top: 35%;
  }

  .about_sec6_text
  {
    width: 100%;
  }

  .about_sec7_col1 
  {
    padding-left: 3rem;
    padding-right: 3.5rem;
    padding-bottom: 3rem;
  }

  .about_sec8_cf
  {
    margin-top: 4rem;
  }

  .about_sec8_col2
  {
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .about_sec8_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  .csr_sec1_con
  {
    max-width: 90%;
  }

  .csr_sec1_heading
  {
    font-size: 60px;
  }

  .csr_sec1_img1
  {
    width: 35%;
    left: 3%;
    top: 55%;
  }

  .csr_sec1_img2 
  {
    height: 53%;
    left: 30%;
    bottom: 25%;
  }

  .csr_sec1_img3
  {
   width: 33%;
    right: 2%;
  }

  .csr_sec1_img4
  {
    width: 52%;
    right: 8%;
    top: 53%;
  }

  .csr_sec9_nav
  {
    gap: 7rem;
  }

  .csr_sec9_nav_tab1_sec1_heading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .csr_sec9_nav_tab1_sec1_col2
  {
    padding: 0rem 2rem 0rem 2rem;
  }

  .csr_sec9_nav_tab1_sec2_col1
  {
    padding-right: 2rem;
  }

  .csr_sec9_nav_tab1_sec2_heading 
  {
    line-height: 2.5rem;
    font-size: 40px;
    width: 100%;
  }

  .csr_sec9_nav_tab1_sec3_col2
  {
    padding: 0rem 2rem 0rem 2rem;
  }

  .csr_sec9_nav_tab1_sec3_heading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .csr_sec9_nav_tab2_sec1_col2
  {
    padding: 0rem 2rem 0rem 2rem;
  }

  .csr_sec9_nav_tab2_sec1_heading
  {
    font-size: 40px;
    line-height: 2.5rem;
    width: 80%;
  }

  .csr_sec9_nav_tab2_sec2_col1
  {
    padding: 0rem 2rem 0rem 0rem;
  }

  .csr_sec9_nav_tab2_sec2_heading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .csr_sec9_nav_tab3_sec1_col2
  {
    padding: 0rem 2rem 0rem 2rem;
  }

  .csr_sec9_nav_tab3_sec1_heading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0rem 2rem 0rem 0rem;
  }

  .csr_sec9_nav_tab3_sec2_heading
  {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .sol_sec1_heading
  {
    font-size: 45px;
  }

  .sol_sec6_div
  {
    min-height: 50vw;
  }
}

@media only screen
and (min-width: 1200px)
and (max-width: 1301px)
{
  .section__hero 
  {
    height: 100vh;
  }

  .about_sec1_col2 
  {
    padding-left: 0rem;
  }

  .about_sec7_col1
  {
    padding-left: 4rem;
    padding-right: 1.3rem;
    padding-bottom: 0rem;
  }

  .csr_sec1_heading
  {
    font-size: 80px;
  }

  .csr_sec1_img1
  {
    width: 35%;
    left: 1%;
    top: 49%;
  }

  .csr_sec1_img3
  {
    width: 28%;
    right: 1%;
    bottom: 46%;
  }

  .csr_sec1_img4
  {
    right: 5%;
    width: 50%;
    top: 49%;
  }

  .csr_sec9_nav
  {
    gap: 13rem;
  }

  .csr_sec9_nav_tab1_sec2_heading
  {
    width: 95%;
  }

  .csr_sec9_nav_tab2_sec2_col1
  {
    padding: 0rem 5rem 0rem 0rem;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0rem 5rem 0rem 0rem;
  }

  .sol_sec1_heading
  {
    font-size: 55px;
  }

  .sol_sec6_div
  {
    min-height: 35vw;
  }
}

@media only screen
and (min-width: 1300px)
and (max-width: 1401px)
{
  .csr_sec1_img1 
  {
    width: 30%;
    left: 5%;
    top: 50%;
  }

  .csr_sec1_img3 
  {
    width: 26%;
    right: 3%;
    bottom: 45%;
  }

  .csr_sec1_img4 
  {
    width: 43%;
    right: 10%;
    top: 51%;
  }

  .csr_sec9_nav
  {
    gap: 13rem;
  }

  .csr_sec9_nav_tab2_sec2_col1
  {
    padding: 0rem 5rem 0rem 0rem;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0rem 5rem 0rem 0rem;
  }

  .csr_sec9_nav_tab1_sec2_heading
  {
    width: 100%;
  }
}

@media screen and (min-width: 1401px)
{
    
  .csr_link
  {
    font-size: 1vw;
  }
    
  .con_width
  {
    max-width: 80%;
    margin: 0px auto;
  }

  .header_col1 img
  {
    width: 2.2vw;
    height: 100%;
  }
  
  .header_col1
  {
    display: flex;
  }
  
  .header_col2 img
  {
    width: 13vw;
  }

  .header_col3 img
  {
    width: 1.8vw;
  }

  .header_inner_col1 img
  {
    width: 3vw;
  }

  .header_inner_col2 img
  {
    width: 13vw;
  }

  .header_inner_col3 img
  {
    width: 1.8vw;
  }

  .nav-overlay-content a
  {
    font-size: 2.5vw;
  }

  .header_cf
  {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .index_green_con
  {
    margin-top: 7vw;
    margin-bottom: 5vw;
    padding-top: 8vw;
    padding-bottom: 4vw;
  }

  .index_green_col1
  {
    padding-left: 7vw;
  }

  .index_resimg
  {
    width: 100%;
  }

  .index_green_con_text1
  {
    margin-top: 2vw;
    font-size: 1vw;
    width: 65%;
  }

  .index_green_con_link
  {
    font-size: 1vw;
  }

  .index_green_con_img2
  {
    bottom: 22.5vw;
    left: 20vw;
  }

  .index_green_con_img2 img 
  {
    width: 100%;
  }

  .index_green_con_text2 
  {
    bottom: 11.9vw;
    left: 3vw;
    line-height: 4.5vw;
    font-size: 3.5vw;
  }

  .index_green_con_img3
  {
    top: 19vw;
    right: 22vw;
  }

  .index_green_con_img3 img 
  {
    width: 100%;
  }

  .index_flex_card_heading
  {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .index_flex_card_cf 
  {
    margin-top: 5vw;
    margin-bottom: 4vw;
  }

  .index_flex_card_col1
  {
    padding-left: 3vw;
  }

  .index_flex_card_panel .flextext1 p
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext1 p a
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext2 p
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext2 p a
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext3 p
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext3 p a
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext4 p
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext4 p a
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext5 p
  {
    font-size: 1vw;
  }

  .index_flex_card_panel .flextext5 p a
  {
    font-size: 1vw;
  }

  .index_flex_card_panel:hover .flextext5 p
  {
    left: 22%;
  }

  .index_banner_cf
  {
    margin-bottom: 4vw;
  }

  .index_banner_heading
  {
    font-size: 4vw;
    line-height: 4vw;
  }

  .index_img_con
  {
    margin-bottom: 4vw;
  }

  .index_img
  {
    width: 18vw;
  }

  .index_banner_text
  {
    font-size: 1vw;
  }

  .index_banner_link
  {
    font-size: 0.9vw;
  }

  .timeline_cf
  {
    margin-bottom: 4vw;
  }

  .flex_img
  {
    width: 3vw;
  }

  .timeline_span1
  {
    font-size: 1vw;
  }

  .timeline_span2
  {
    font-size: 6vw;
  }

  .index_responsilibily_con 
  {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .index_responsilibily_heading
  {
    font-size: 0.9vw;
  }

  .index_responsilibily_subheading
  {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .index_responsilibily_text
  {
    font-size: 1vw;
  }

  .index_responsilibily_link
  {
    font-size: 0.9vw;
  }

  .index_responsilibily_con2
  {
    margin-bottom: 4vw;
  }

  .footer_cf
  {
    padding-top: 1.4vw;
    padding-bottom: 1vw;
  }

  .footer_text
  {
    font-size: 10px;
    margin-bottom: 0.5vw;
    line-height: 1.3vw !important;
  }

  .footer_line_img
  {
    margin-bottom: 0.3vw;
  }

  .footer_line_img2 
  {
    width: 65%;
    margin-bottom: 1vw;
  }

  .footer_text a
  {
    font-size: 10px;
  }

  .footer_logo
  {
    width: 15vw;
  }

  .footer_img
  {
    width: 9vw;
    margin-bottom: 1vw;
  }

  .footer_col3
  {
    padding-left: 12vw;
  }

  .about_con_width
  {
    max-width: 83vw;
    margin: 0vw auto;
  }

  .about_sec1_cf 
  {
    padding-top: 5vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
    margin-bottom: 5vw;
  }

  .about_sec1_heading 
  {
    line-height: 2.2vw;
    font-size: 2.1vw;
  }

  .about_sec1_text 
  {
    font-size: 1vw;
    width: 36.5vw;
    line-height: 1.6vw;
    margin-top: 2.5vw;
  }

  .about_sec1_col1
  {
    padding-right: 3vw;
  }

  .about_sec1_col2
  {
    padding-left: 3vw;
  }

  .about_sec1_img
  {
    padding-left: 3vw;
    top: -7.1vw;
    width: 41vw;
  }

  .about_sec2_cf 
  {
    margin-bottom: 3vw;
  }

  .about_heading 
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .legacy_sec2_text
  {
    font-size: 1vw;
    margin-bottom: 1vw;
  }

  .about_sec3_cf
  {
    margin-bottom: 4vw;
  }

  .about_sec3_desk_img
  {
    width: 100%;
  }

  .about_sec4_text 
  {
    width: 90%;
    font-size: 1vw;
    margin-bottom: 0px;
  }

  .about_sec4_hr
  {
    height: 0.1vw !important;
    margin: 1vw 0;
  }

  .about_sec5_cf 
  {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .about_sec5_img 
  {
    width: 28vw;
  }

  .about_sec5_name 
  {
    font-size: 7.5vw;
    line-height: 6.5vw;
    left: 25.5vw;
  }

  .about_sec5_des 
  {
    font-size: 1vw;
    line-height: 6vw;
    top: 11.5vw;
    left: 31vw;
  }

  .about_sec5_text
  {
    font-size: 1vw;
    line-height: 1.2vw;
  }

  .about_sec6_cf 
  {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .about_sec6_text
  {
    font-size: 1vw;
    line-height: 1.2vw;
  }

  .about_sec6_img
  {
    width: 28vw;
  }

  .about_sec6_name 
  {
    font-size: 7.5vw;
    line-height: 6.5vw;
    right: 25.2vw;
  }

  .about_sec6_des 
  {
    font-size: 1vw;
    line-height: 6vw;
    top: 11.9vw;
  }

  .about_sec7_cf
  {
    margin-top: 4vw;
  }

  .about_sec7_img
  {
    width: 100%;
  }

  .about_sec7_col1 
  {
    padding-left: 9vw;
    padding-right: 4.5vw;
    padding-bottom: 2vw;
  }

  .about_sec7_heading
  {
    font-size: 2.2vw;
  }

  .about_sec7_subheading
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }

  .about_sec7_text
  {
    font-size: 1vw;
    line-height: 1.2vw;
    margin-bottom: 1vw;
  }

  .about_sec8_cf
  {
    margin-bottom: 4vw;
  }

  .about_sec8_img
  {
    width: 100%;
  }

  .about_sec8_col2 
  {
    padding-left: 3vw;
    padding-right: 8vw;
  }

  .about_sec8_text
  {
    font-size: 1vw;
    margin-bottom: 1vw;
    line-height: 1.2vw;
  }

  .about_sec9_con
  {
    margin-bottom: 3vw;
    max-width: 74vw;
  }

  .about_sec9_heading
  {
    font-size: 2.2vw;
    line-height: 1vw;
    margin-bottom: 1vw;
  }

  .about_sec9_subheading 
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }

  .about_sec9_text
  {
    font-size: 1vw;
    margin-bottom: 1vw;
    line-height: 1.2vw;
  }

  .about_sec10_cf
  {
    margin-bottom: 3vw;
  }

  .about_sec10_desk_img
  {
    width: 100%;
  }

  .about_sec11_con
  {
    margin-bottom: 3vw;
    max-width: 74vw;
  }

  .about_sec11_heading
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }

  .about_sec11_text
  {
    font-size: 1vw;
    margin-bottom: 1vw;
    line-height: 1.2vw;
  }

  .contact_sec1_cf 
  {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .contact_sec1_desk_img
  {
    width: 100%;
  }

  .contact_sec1_text 
  {
    font-size: 5vw;
    line-height: 3vw;
  }

  .contact_sec2_con
  {
    margin-top: 10vw;
    margin-bottom: 9vw;
    max-width: 85vw;
  }

  .contact_sec2_text
  {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }

  .contact_sec2_text a
  {
    font-size: 1.1vw;
  }

  .contact_sec2_hr 
  {
    height: 0.1vw !important;
    margin: 1vw 0;
  }

}


@media screen and (min-width: 1601px)
{
    
  .new_csr_text
  {
    font-size: 1.3vw !important;
  }

  .csr_link
  {
    font-size: 1vw;
  }
  
  .csr_sec1_cf
  {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .csr_sec1_con
  {
    max-width: 87vw;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .csr_sec1_heading 
  {
    line-height: 5vw;
    font-size: 5.5vw;
    letter-spacing: 0.1vw;
    margin-bottom: 1.5vw;
    bottom: 33.5vw;
    left: 9vw;
  }

  .csr_sec1_img1 
  {
    width: 28vw;
    left: 4vw;
    top: 15vw;
  }

  .csr_sec1_img2 
  {
    height: 29vw;
    left: 31vw;
    bottom: 3vw;
  }

  .csr_sec1_img3 
  {
    width: 22vw;
    right: 4vw;
    bottom: 17vw;
  }

  .csr_sec1_img4 
  {
    width: 36vw;
    right: 8vw;
    top: 20vw;
  }

  .csr_sec2_con
  {
    max-width: 85vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }

  .csr_sec2_heading
  {
    line-height: 3.5vw;
    font-size: 4vw;
  }

  .csr_sec2_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1.5vw;
  }

  .csr_sec2_text2
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1.5vw;
  }

  .csr_sec3_desktop_img
  {
    width: 100%;
  }

  .csr_sec4_con 
  {
    margin-top: 4vw;
    margin-bottom: 3vw;
    max-width: 85vw;
  }

  .csr_sec4_heading
  {
    font-size: 2vw;
  }

  .csr_sec4_subheading
  {
    line-height: 3.8vw;
    font-size: 4vw;
  }

  .csr_sec4_text
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .csr_sec5_con
  {
    margin-bottom: 3vw;
    max-width: 95vw;
  }

  .csr_sec5_col2 
  {
    padding-left: 8vw;
  }

  .csr_sec5_text
  {
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .csr_sec6_con
  {
    max-width: 85vw;
    margin-bottom: 4vw;
  }

  .csr_sec6_text
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .csr_sec7_desktop_img
  {
    width: 100%;
  }

  .csr_sec8_con 
  {
    margin-top: 4vw;
    margin-bottom: 4vw;
    max-width: 85vw;
  }

  .csr_sec8_heading
  {
    font-size: 2vw;
  }

  .csr_sec8_subheading
  {
    line-height: 3.8vw;
    font-size: 4vw;
  }

  .csr_sec8_text
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .csr_sec9_con
  {
    margin-bottom: 5vw;
    max-width: 85vw;
  }

  .csr_sec9_nav_img
  {
    width: 100%;
  }

  .csr_sec9_nav
  {
    gap: 19vw;
    margin-bottom: 1vw !important; 
  }

  .csr_sec9_nav_subheading
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .csr_sec9_nav_heading
  {
    line-height: 2.2vw;
    font-size: 2vw;
  }

  .csr_sec9_hr
  {
    height: 0.1vw !important;
    margin: 1vw 0;
  }

  .csr_sec9_nav_tab1_sec1_con
  {
    max-width: 85vw;
  }

  .csr_sec9_nav_tab1_sec1_text
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .csr_sec9_nav_tab1_sec1_heading
  {
    line-height: 3vw;
    font-size: 3vw;
  }

  .csr_sec9_nav_tab1_sec1_col2
  {
    padding: 0vw 3vw 0vw 5vw;
  }

  .csr_sec9_nav_tab1_sec2_con
  {
    max-width: 85vw;
    margin-top: 4vw;
  }

  .csr_sec9_nav_tab1_sec2_col1
  {
    padding-right: 8vw;
  }

  .csr_sec9_nav_tab1_sec2_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 0.8vw;
  }

  .csr_sec9_nav_tab1_sec2_heading
  {
    line-height: 3vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab1_sec2_text2
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab1_sec3_con
  {
    max-width: 85vw;
    margin-top: 4vw;
  }

  .csr_sec9_nav_tab1_sec3_col2
  {
    padding: 0vw 2vw 0vw 5vw;
  }

  .csr_sec9_nav_tab1_sec3_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw; 
  }

  .csr_sec9_nav_tab1_sec3_heading
  {
    line-height: 3vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab1_sec3_text2
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw; 
  }

  .csr_sec9_nav_tab2_sec1_con
  {
    max-width: 85vw;
  }

  .csr_sec9_nav_tab2_sec1_col2
  {
    padding: 0vw 1vw 0vw 5vw;
  }

  .csr_sec9_nav_tab2_sec1_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw; 
  }

  .csr_sec9_nav_tab2_sec1_heading
  {
    line-height: 3vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab2_sec1_text2
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw; 
  }

  .csr_sec9_nav_tab2_sec2_con
  {
    margin-top: 5vw;
    max-width: 85vw;
  }

  .csr_sec9_nav_tab2_sec2_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw; 
  }

  .csr_sec9_nav_tab2_sec2_heading
  {
    line-height: 3vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab3_sec1_con
  {
    margin-top: 5vw;
    max-width: 85vw;
  }

  .csr_sec9_nav_tab3_sec1_col2
  {
    padding: 0vw 1vw 0vw 5vw;
  }

  .csr_sec9_nav_tab3_sec1_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw; 
  }

  .csr_sec9_nav_tab3_sec1_heading
  {
    line-height: 3vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab3_sec1_text2
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab3_sec2_con
  {
    margin-top: 5vw;
    max-width: 85vw;
  }

  .csr_sec9_nav_tab3_sec2_col1
  {
    padding: 0vw 11vw 0vw 0vw;
  }

  .csr_sec9_nav_tab3_sec2_text1
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
  }

  .csr_sec9_nav_tab3_sec2_heading
  {
    line-height: 3vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .sol_sec1_desktop_img
  {
    width: 100%;
  }

  .sol_sec1_heading
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .sol_sec1_text
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .sol_sec2_cf
  {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .sol_desktop_sec2
  {
    width: 100%;
  }

  .sol_sec2_col2
  {
    padding-left: 2vw;
    padding-right: 7vw;
  }

  .sol_sec_num
  {
    line-height: 4vw;
    font-size: 4vw;
  }

  .sol_sec_subheading
  {
    line-height: 2.8vw;
    font-size: 2.3vw;
  }

  .sol_sec_heading
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .sol_sec_text
  {
    font-size: 1vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
  }

  .sol_sec4_cf
  {
    margin-bottom: 4vw;
  }

  .sol_sec4_desktop_img
  {
    width: 100%;
  }

  .sol_sec4_col1
  {
    padding-right: 2vw;
    padding-left: 7vw;
  }

  .sol_sec5_cf
  {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .sol_sec5_desktop_img
  {
    width: 100%;
  }

  .sol_sec5_col2
  {
    padding-left: 2vw;
    padding-right: 7vw;
  }

  .sol_sec6_cf
  {
    margin-bottom: 4vw;
  }

  .sol_sec6_col
  {
    padding-left: 7vw;
  }

  .owl-carousel.owl-theme.sol_sec6_scroll
  {
    padding-bottom: 0.5vw;
  }

  .sol_sec6_div
  {
    padding: 2vw;
    min-height: 30vw;
  }

  .sol_sec6_heading
  {
    line-height: 2.5vw;
    font-size: 2vw;
  }

  .sol_sec6_text
  {
    font-size: 1vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
    bottom: 1vw;
    left: 2vw;
    right: 2vw;
  }

  .owl-carousel.owl-theme.sol_sec6_scroll::-webkit-scrollbar 
  {
    height: 0.5vw;
  }

  .owl-carousel.owl-theme.sol_sec6_scroll::-webkit-scrollbar-thumb 
  {
    border-radius: 2vw;
  }

  .sol_sec7_cf
  {
    margin-bottom: 4vw;
  }

  .sol_sec7_desktop_img
  {
    width: 100%;
  }

  .sol_sec7_col1
  {
    padding-right: 2vw;
    padding-left: 7vw;
  }

  .sol_sec8_cf
  {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .sol_sec8_desktop_img
  {
    width: 100%;
  }

  .sol_sec8_col2
  {
    padding-left: 2vw;
    padding-right: 7vw;
  }

  .sol_sec9_con
  {
    max-width: 50vw;
    margin: 0vw auto 3vw;
  }

  .sol_sec9_div
  {
    padding: 3vw 2vw;
    min-height: 30vw;
  }

  .sol_sec9_subheading
  {
    line-height: 1.1vw;
    font-size: 1vw;
    margin-bottom: 1vw;
  }

  .sol_sec9_heading
  {
    line-height: 2vw;
    font-size: 2vw;
    margin-bottom: 1vw;
  }

  .sol_sec9_text
  {
    font-size: 1vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
    /*bottom: 1vw;*/
    /*left: 2vw;*/
    /*right: 2vw;*/
  }

  .sol_sec9_col2
  {
    margin-top: 1vw;
  }

  .sol_sec9_text2
  {
    font-size: 1vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
  }

  .sol_sec9_text3
  {
    font-size: 1vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
  }

  .sol_sec9_link
  {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .sol_sec10_desktop_img
  {
    width: 100%;
  }

  .sol_sec10_heading 
  {
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .sol_sec10_text 
  {
    font-size: 1vw;
    line-height: 1.3vw;
  }

}
