@media (min-width: 300px) {}

@media (max-width: 500px) {

  .d_name h1 {
    font-size: 1.5rem !important;
  }

  .d_none {
    display: none !important;
  }

}



@media (max-width:767px) {
  .top_contact {
    display: none;
  }

  .about_cont {
    margin-top: 40px;
  }

  .about_section h1::before {

    top: 40px !important;
  }

  .pd_rl {
    padding: 20px;
  }

  .about_cont {
    padding: 0px 10px !important;
  }

  .about_section h1::before {

    left: 5px !important;

  }

  .proinfo_section p {
    width: 100% !important;
    font-size: 16px !important;

  }


  ul.prolink2 {

    display: inherit !important;
  }

  ul.prolink2 li {

    width: 100% !important;
    text-align: left !important;
    margin: 0px 10px 20px 0px !important;

  }

  ul.counts li {
    display: block !important;
    width: 100% !important;
  }

  .pu_sec img {
    width: 100%;
  }


  .reru_call a {

    float: left !important;

  }

  .requ_section h2 {
    margin-bottom: 30px;
    font-size: 19px !important;

  }

  .d_name h1 {
    font-size: 1.5rem !important;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .navbar a {
    font-size: 12px !important;
    margin: 0px 6px !important;
  }


  .top_contact a {

    padding: 9px 12px !important;

    font-size: 12px !important;
  }

  .proinfo_section p {
    width: 100% !important;

  }
}


@media (min-width:992px) and (max-width:1199px) {

  .navbar a {

    margin: 0px 12px !important;
  }

  .top_contact a {

    padding: 9px 20px !important;

    font-size: 15px !important;
  }
}


@media (max-width:1200px) {}




body {
  /* background: url("../images/body-bg.jpg")repeat-y; */
  background-color: #fff !important;
  color: #2c2761 !important;
  font-family: 'Montserrat', sans-serif !important;
  /*background: url("../images/design.png") no-repeat center top;*/
}



header {
  padding: 15px 0px;
}

section {
  margin-top: 40px;
}


.top_contact {


  color: #fff !important;
  margin-top: 10px;


}

.top_contact a {
  background: #0078BD;
  padding: 9px 35px;
  color: #fff;
  margin-top: 4px;
  border-radius: 5px;
}

.top_contact a:hover {
  background: #fff;
  border: 1px #0078BD solid;
  color: #0078BD;

}


.strengths h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #d33e2e;
  margin-left: 20px;
  line-height: 22px;



}


.strengths h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 12px;
  border-color: transparent transparent #d33e2e transparent;
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  position: absolute;
  left: 0px;
  top: 6px;
}

.strengths h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 28.8px;
}


.strengths_part {
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-top: 40px;
}


.strengths_part h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  /*height: 56px;*/
  margin: 15px 0px;
}


.strengths_part p {
  color: #717171;
  font-size: 14px;

}


.about_section {
  background: #f0f5fb;
  padding: 60px 0px;
}

.about_section h1 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 38px;
  letter-spacing: 2px;
  color: #d33e2e;
  /*margin-left: 20px;*/
}

.about_section p {
  font-size: 15px;
  color: #5e5e5e;

  text-align: justify;
}

.about_section h1::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 12px;
  border-color: transparent transparent #d33e2e transparent;
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  position: absolute;
  left: 20px;
  top: 6px;
}



.about_section h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 2px;
  color: #d33e2e;
  line-height: 22px;
}






.r_link {
  display: block;
  margin-top: 30px;
}


.r_link a {
  background: #0078BD;
  padding: 10px 35px !important;
  color: #fff !important;
}


.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure the image covers the container */
  transition: transform 1s ease;
  /* Smooth transition */
}

.image-container:hover img {
  transform: scale(1.2);
  /* Zoom in on hover */
}

.image-container {

  overflow: hidden;
  position: relative;
}


.about_cont {
  padding: 0px 30px;
}


.exhibition_section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #d33e2e;
  margin-left: 12px;
  line-height: 22px;
}


.exhibition_section h2::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 12px;
  border-color: transparent transparent #d33e2e transparent;
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  position: absolute;
  left: 0px;
  top: 6px;
}

.exhibition_slider {
  margin-top: 30px;
}


.proinfo_section h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 2px;
  color: #d33e2e;
  line-height: 22px;
}


.proinfo_section h2::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 12px;
  border-color: transparent transparent #d33e2e transparent;
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  border-bottom-color: rgb(252, 105, 43);
  position: absolute;
  left: -5px;
  top: 6px;
}



.proinfo_section p {
  width: 98%;
  font-size: 15px;
  line-height: 28px;

}

.video_section p {
  font-weight: 500;
  font-size: 2em;
  justify-content: center;
  display: flex;
}

.video_section h2 {
  justify-content: center;
  display: flex;
}



ul.prolink {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  text-align: center;
  margin-top: 40px;
  display: flex;
}


ul.prolink li {

  margin: 0px 10px;
}


ul.prolink li a {

  color: #fff;
  font-size: 18px;
  background: linear-gradient(to right, #d33e2e 50%, #0078bd 50%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 34px 28px !important;
}


ul.prolink li a:hover {
  text-decoration: none;
  background-position: left bottom;
  color: #fff;
}



ul.prolink2 {
  list-style-type: none;
  padding: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  display: flex;
}

ul.prolink2 li {
  padding: 0px;
  width: 49%;
  text-align: center;
  margin: 0px 10px 0px 0px;
  color: #fff;

  transition: transform 0.3s ease, margin 0.3s ease;
}

ul.prolink2 li a {
  color: #fff;
  background: #0078bd;
  padding: 34px 28px;
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 18px;
}

ul.prolink2 li:hover {
  transform: translateY(-5px);
  margin-top: -5px;
  text-decoration: none;
}

.count {

  font-size: 50px;
  font-weight: normal;
}

.counter-wrapper {
  background: #333;
  background-image: url('../images/counter-bg.jpg');
  background: cover;
  background-position: center top;
  position: relative;
  margin-top: 60px;

}

.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 120, 189, .8);
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 48px;
}


ul.counts {
  text-align: center;
  margin: 0;
  padding: 78px 0px;
  text-decoration: none;
  width: 100%;

}

ul.counts li {
  display: inline-block;
  width: 18%;
}


.video_section {}


.video_section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}


.play-btn {
  width: 75px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Positioning the video */
video {
  width: 100%;
  height: auto;
  display: block;
}



.pro_uses_section {
  text-align: center;
  padding: 20px 0px;
  background: #f0f5fb;
}

.pro_uses_section h2 {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
}

.pro_uses_section p {
  padding: .8em;
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #000;

}
.pro_uses_section p.body_con {
  padding: .8em;
  margin: 0px;
  font-size: 15px;
  font-weight: unset;
  color: #000;

}

.pu_sec {
  margin-top: 30px;
}
.pu_sec p {
  margin-top: 15px;
  text-align: justify;
  font-weight: unset;
  font-size: 12px;
}

.pu_sec:hover {
  -webkit-box-shadow: 0 0 10px 0 #B8B8B8;
  box-shadow: 0 0 10px 0 #B8B8B8;
}

.pu_sec h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 20px auto;
  color: #000;
}


.cert_section {
  text-align: center;
  padding: 30px 0px;

}

.cert_section p {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
.cert_section h2 {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cert_sec {
  margin-top: 30px;
}



.cert_sec h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 20px auto;
  padding-bottom: 20px;
}



.requ_section {
  background: #4362e3;
  color: #fff;
  padding: 53px 0px;
}

.requ_section p {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1.9px;
  color: #FFFFFF;
  margin-left: 14px;
}

.requ_section p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #fff transparent;
  border-bottom-color: #fff;
  border-bottom-color: #fff;
  position: absolute;
  left: 0px;
  top: 3px;
}

.requ_section h2 {
  font-size: 25px;
  font-weight: 600;
  color: #FFFFFF;
}

.reru_call a {
  background: #fff;
  padding: 15px 30px;
  color: #000;
  float: right;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reru_call i {
  font-weight: normal;
  font-size: 15px;
  margin-left: 10px;

}


.reru_call a:hover {
  background: #444;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s ease;
}


footer {
  padding: 40px 0px 0px 0px;
  border-top: 1px #DEDEDE solid;

}

footer img {
  width: 50%;
}

footer p {
  font-size: 14px;
  margin-top: 30px;
}

footer h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
}


ul.f_link {
  margin: 0;
  padding: 0;
  list-style: none;

}

ul.f_link li {
  font-size: 14px;
  margin-bottom: 10px;
}

ul.f_link li a {
  font-size: 14px;
  color: #000;
}

ul.f_link li .fa {
  font-size: 20px;
  color: #0078BE;
}

ul.s_link {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.s_link li {
  display: inline-block;
  margin-right: 20px;
}

ul.s_link li a {
  font-size: 30px;
  color: #0078BE;
}

/*
ul.s_link li a i:hover{
	font-size: 32px;
	
}*/

.copyright {
  padding: 10px 0px;
  border-top: 1px solid #000;
  margin-top: 40px;
}


.copyright p {
  margin: 0;
  font-size: 14px;
}

.copyright .text_r {
  text-align: right;
}


footer p.f_about_cont {
  padding-right: 43px;
}


.f_logo img {
  width: 160px;
}






#loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}


.square-container {
  position: absolute;
  width: 4em;
  height: 4em;
  background: #fff url("../images/SLS-web-logo-loader.png") no-repeat;
  /*top: 50%;
  left: 50%;*/
  z-index: 999;

}

.square {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.square::before,
.square::after {
  content: "";
  position: absolute;
}

.square-one::before {
  top: 100%;
  left: 0;
  background: #007bc3;
  height: 5px;
  -webkit-animation: animate-horizontal-bottom 2.5s linear 0s infinite;
  animation: animate-horizontal-bottom 2.5s linear 0s infinite;
}

@-webkit-keyframes animate-horizontal-bottom {
  0% {
    width: 0;
    left: 0;
    right: initial;
  }

  12.5% {
    width: calc(100% + 5px);
  }

  25% {
    width: calc(100% + 5px);
    left: initial;
    right: -5px;
  }

  37.5% {
    width: calc(100% + 5px);
    left: initial;
    right: -5px;
  }

  50% {
    width: calc(100% + 5px);
    left: initial;
    right: -5px;
  }

  62.5% {
    width: 0;
    left: initial;
    right: -5px;
  }

  75% {
    width: 0;
    left: initial;
    right: -5px;
  }

  87.5% {
    width: 0;
    left: initial;
    right: -5px;
  }

  100% {
    width: 0;
    left: initial;
    right: -5px;
  }
}

@keyframes animate-horizontal-bottom {
  0% {
    width: 0;
    left: 0;
    right: initial;
  }

  12.5% {
    width: calc(100% + 5px);
  }

  25% {
    width: calc(100% + 5px);
    left: initial;
    right: -5px;
  }

  37.5% {
    width: calc(100% + 5px);
    left: initial;
    right: -5px;
  }

  50% {
    width: calc(100% + 5px);
    left: initial;
    right: -5px;
  }

  62.5% {
    width: 0;
    left: initial;
    right: -5px;
  }

  75% {
    width: 0;
    left: initial;
    right: -5px;
  }

  87.5% {
    width: 0;
    left: initial;
    right: -5px;
  }

  100% {
    width: 0;
    left: initial;
    right: -5px;
  }
}

.square-one::after {
  left: 100%;
  bottom: 0;
  background: #007bc3;
  width: 5px;
  -webkit-animation: animate-vertical-left 2.5s linear 0.3125s infinite;
  animation: animate-vertical-left 2.5s linear 0.3125s infinite;
}

@-webkit-keyframes animate-vertical-left {
  0% {
    height: 0;
    bottom: 0;
    top: initial;
  }

  12.5% {
    height: calc(100% + 5px);
  }

  25% {
    height: calc(100% + 5px);
    bottom: initial;
    top: -5px;
  }

  37.5% {
    height: calc(100% + 5px);
    bottom: initial;
    top: -5px;
  }

  50% {
    height: calc(100% + 5px);
    bottom: initial;
    top: -5px;
  }

  62.5% {
    height: 0;
    bottom: initial;
    top: -5px;
  }

  75% {
    height: 0;
    bottom: initial;
    top: -5px;
  }

  87.5% {
    height: 0;
    bottom: initial;
    top: -5px;
  }

  100% {
    height: 0;
    bottom: initial;
    top: -5px;
  }
}

@keyframes animate-vertical-left {
  0% {
    height: 0;
    bottom: 0;
    top: initial;
  }

  12.5% {
    height: calc(100% + 5px);
  }

  25% {
    height: calc(100% + 5px);
    bottom: initial;
    top: -5px;
  }

  37.5% {
    height: calc(100% + 5px);
    bottom: initial;
    top: -5px;
  }

  50% {
    height: calc(100% + 5px);
    bottom: initial;
    top: -5px;
  }

  62.5% {
    height: 0;
    bottom: initial;
    top: -5px;
  }

  75% {
    height: 0;
    bottom: initial;
    top: -5px;
  }

  87.5% {
    height: 0;
    bottom: initial;
    top: -5px;
  }

  100% {
    height: 0;
    bottom: initial;
    top: -5px;
  }
}

.square-two::before {
  bottom: 100%;
  right: 0;
  background: #007bc3;
  height: 5px;
  -webkit-animation: animate-horizontal-top 2.5s linear 0.625s infinite;
  animation: animate-horizontal-top 2.5s linear 0.625s infinite;
}

@-webkit-keyframes animate-horizontal-top {
  0% {
    width: 0;
    right: 0;
    left: initial;
  }

  12.5% {
    width: calc(100% + 5px);
  }

  25% {
    width: calc(100% + 5px);
    right: initial;
    left: -5px;
  }

  37.5% {
    width: calc(100% + 5px);
    right: initial;
    left: -5px;
  }

  50% {
    width: calc(100% + 5px);
    right: initial;
    left: -5px;
  }

  62.5% {
    width: 0;
    right: initial;
    left: -5px;
  }

  75% {
    width: 0;
    right: initial;
    left: -5px;
  }

  87.5% {
    width: 0;
    right: initial;
    left: -5px;
  }

  100% {
    width: 0;
    right: initial;
    left: -5px;
  }
}

@keyframes animate-horizontal-top {
  0% {
    width: 0;
    right: 0;
    left: initial;
  }

  12.5% {
    width: calc(100% + 5px);
  }

  25% {
    width: calc(100% + 5px);
    right: initial;
    left: -5px;
  }

  37.5% {
    width: calc(100% + 5px);
    right: initial;
    left: -5px;
  }

  50% {
    width: calc(100% + 5px);
    right: initial;
    left: -5px;
  }

  62.5% {
    width: 0;
    right: initial;
    left: -5px;
  }

  75% {
    width: 0;
    right: initial;
    left: -5px;
  }

  87.5% {
    width: 0;
    right: initial;
    left: -5px;
  }

  100% {
    width: 0;
    right: initial;
    left: -5px;
  }
}

.square-two::after {
  top: 0;
  right: 100%;
  background: #007bc3;
  width: 5px;
  -webkit-animation: animate-vertical-right 2.5s linear 0.9375s infinite;
  animation: animate-vertical-right 2.5s linear 0.9375s infinite;
}

@-webkit-keyframes animate-vertical-right {
  0% {
    height: 0;
    top: 0;
    bottom: initial;
  }

  12.5% {
    height: calc(100% + 5px);
  }

  25% {
    height: calc(100% + 5px);
    top: initial;
    bottom: -5px;
  }

  37.5% {
    height: calc(100% + 5px);
    top: initial;
    bottom: -5px;
  }

  50% {
    height: calc(100% + 5px);
    top: initial;
    bottom: -5px;
  }

  62.5% {
    height: 0;
    top: initial;
    bottom: -5px;
  }

  75% {
    height: 0;
    top: initial;
    bottom: -5px;
  }

  87.5% {
    height: 0;
    top: initial;
    bottom: -5px;
  }

  100% {
    height: 0;
    top: initial;
    bottom: -5px;
  }
}

@keyframes animate-vertical-right {
  0% {
    height: 0;
    top: 0;
    bottom: initial;
  }

  12.5% {
    height: calc(100% + 5px);
  }

  25% {
    height: calc(100% + 5px);
    top: initial;
    bottom: -5px;
  }

  37.5% {
    height: calc(100% + 5px);
    top: initial;
    bottom: -5px;
  }

  50% {
    height: calc(100% + 5px);
    top: initial;
    bottom: -5px;
  }

  62.5% {
    height: 0;
    top: initial;
    bottom: -5px;
  }

  75% {
    height: 0;
    top: initial;
    bottom: -5px;
  }

  87.5% {
    height: 0;
    top: initial;
    bottom: -5px;
  }

  100% {
    height: 0;
    top: initial;
    bottom: -5px;
  }
}


.box_size {
  max-width: 1320px;
  padding: 0px 10px;
  margin: 0px auto;
}

.box_size2 {
  width: 100%;
  margin: 0px auto;
}

.headerBlank {
  height: 76px;
}

.headerBack {
  background-color: #0078BD;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 79px 0px 79px 0px;
  overflow: hidden;
}

.headerBack h1 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  margin: 0px;
  font-family: Montserrat;
}

.headerBack .pro_all_title {
  border-left: 5px solid red;
  padding-left: 2%;
  font-size: 52px;
  margin-left: 7%;
}

.sus_text1 {
  padding: 40px 0px 40px 0px;
}

.sus_text1 .row {
  align-items: center;
}

.sus_text1 img {
  filter: brightness(66%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.sus_text1 .sus_textDiv {
  display: flex;
  height: 100%;
  align-items: center;
}

.sus_text1 .sus_textDiv .main-title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 1.2;
  padding-bottom: 15px;
}

.sus_text1 .sus_textDiv p {
  text-align: justify;
  font-family: Montserrat;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 24px;
}

.research {
  padding: 0px 0px 80px 0px;
}

.research .row {
  align-items: center;
}

.research .main-title {
  padding: 0px 0px 30px 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  font-family: Montserrat;
  line-height: 1.2;
}

.research img {
  filter: brightness(66%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.research .sus_textDiv {
  display: flex;
  height: 100%;
  align-items: center;
}

.research .sus_textDiv .sub-title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 1.2;
  padding-bottom: 15px;
}

.research .sus_textDiv p {
  text-align: justify;
  font-family: Montserrat;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 24px;
}

.counter {
  background-image: url(../assets/images/back_rec.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  padding: 50px 0px 50px 0px;
  position: relative;
}

.counter .elementor-background-overlay {
  background-color: #0078BD;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.counter .elementor-icon {
  background-color: #0078bd;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 60px;
  padding: 20px;
  border-width: 2px 2px 2px 2px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  border: 2px solid #fff;
}

.counter .elementor-icon img {
  height: 60px;
  position: relative;
  display: block;
}

.number {
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: Montserrat;
  margin-top: 30px;
  margin-bottom: 15px;
}

.counter-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.usp {
  padding: 0px 0px 80px 0px;
}

.usp .usp_div {
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0078bd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 5px 5px 5px 5px;
  padding: 20px 20px 20px 20px;
  height: 100%;
}

.usp .usp_div .main-title2 {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 1.2;
}

.usp .uspRow {
  display: flex;
  flex-wrap: wrap;
}

.usp .uspCol {
  width: 50%;
}

.usp h4 {
  color: #000000;
  font-size: 16px;
  font-family: Montserrat;
  line-height: 1.2;
  font-weight: 700;
}

.usp .usp_div p {
  text-align: justify;
  font-family: Montserrat;
  color: #4D4D4D;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .usp .uspCol {
    width: 100%;
  }
}


.career {
  padding: 30px;
  -webkit-box-shadow: 0 0 17px 0 #E8E8E8;
  box-shadow: 0 0 17px 0 #E8E8E8;
  border-radius: 2px;
  color: #444;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 2px solid transparent;
}

.career:hover {
  background: #d33e2e;
  color: #fff;
  margin-top: -20px;
  border-bottom: 2px solid #d33e2e;
}

.career h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.career p {}


.career_link a {
  color: #d33e2e;
  text-decoration: underline;
}

.career:hover .career_link a {

  color: #fff;

}

.career_section {}

.career_section h1 {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
}


.career_details {}

.career_details h2 {
  color: #000000;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  margin-top: 52px;
}


ul.career_info {
  margin: 0;
  padding: 0;

}

ul.career_info li {
  padding: 0px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 14px;
}


.career_enq_form {}

.career_enq_form input {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  background: transparent;
  outline: none;
  border: 2px solid #e8e8e8;
  font-size: 14px;
  font-weight: normal !important;
  vertical-align: top;
  outline: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.career_form {

  margin-top: 68px;

}

.career_form .form-container {


  width: 100%;

}

.career_form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.career_form .form-group {
  margin-bottom: 2rem !important;
}

.career_form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.career_form input,
textarea {
  width: 100%;
  padding: 15px 20px;
  font-size: 15px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.career_form input:focus,
textarea:focus {
  border-color: #007BFF;
}

.career_form button {
  font-weight: 600;
  padding: 10px 30px;
  background-color: #d33e2e;
  color: white;
  border: none;
  border-radius: 1px;
  font-size: 15px;
  cursor: pointer;
}

.career_form button:hover {
  background-color: #fff;
  border: 2px #d33e2e solid;
  color: #d33e2e;
}

@media (max-width: 600px) {
  .career_form .form-container {
    padding: 15px;
  }

  .career_form h2 {
    font-size: 20px;
  }

  .career_form input,
  textarea {
    padding: 8px;
    font-size: 12px;
  }

  .career_form button {
    font-size: 14px;
    padding: 12px;
  }
}









.contact_section {}

.contact_section h1 {
  font-size: 14px;
  text-align: center;
  color: #d43e2f;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 3px;
}

.contact_section h1 span {
  font-size: 24px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 600;
}

.contact_section h1::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fc692b transparent;
  border-bottom-color: rgb(252, 105, 43);
  position: static;
  left: 0px;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
}

.contact_section p {
  font-size: 15px;
  text-align: center;
  padding: 0px 0%;


}


.con_info {
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0 0 17px 0 #E8E8E8;
  box-shadow: 0 0 17px 0 #E8E8E8;
  height: 277px;
  margin: 40px 0px;
}

.con_info:hover {
  border-bottom: 3px #d43e2f solid;
}


.con_info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px;
}


.con_info a {
  color: #444;
}



.contact_section h2 {
  font-size: 16px;
  text-align: center;
  color: #d43e2f;
  line-height: 33px;
}

.contact_section h2 span {
  font-size: 16px;
  font-weight: 800;
  color: #000;
}

.contact_section h2::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fc692b transparent;
  border-bottom-color: rgb(252, 105, 43);
  position: static;
  left: 0px;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
}

.pro_d_name {
  font-size: 30px;
}


.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0, 120, 189);
  background-color: rgba(0, 120, 189, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}


.bread_cumb {
  background-color: #c2e4f6;
}


.breadcrumb {
  margin-bottom: 0rem !important;
  background-color: #c2e4f6 !important;
}