.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
      background: #50aa56;
  border-radius: 10px;
}
.carousel-indicators .active {
      height: 12px;
    margin: 0;
    background: #ffffff;
    width: 31px;
    border-radius: 8px;
	    border: 1px solid;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: -50px;
  }
}
div#myCarousel .col-md-4 {
    width: 27%;
    float: left;
    margin-right: 25px;
}
div#myCarousel {
    margin-left: 10%;
}

div#myCarouselorstr .col-md-4 {
    width: 27%;
    float: left;
    margin-right: 25px;
}
div#myCarouselorstr {
    margin-left: 10%;
}
div#strengthodd {
    background: #53a15b;
}
.caption h3 {
    border-bottom: 1px solid;
    width: 90%;
    padding-bottom: 10px;
}
.caption {
    padding: 19px 4px 3px 32px;
    border-radius: 15px;
    color: white;
    margin: 0px auto;
}
div#strengtheven {
    background: #2e4a89;
}
.engsectionall h4 {
    margin-bottom: 28px;
    color: #319143;
    margin-left: 10%;
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 0px solid #53a15b;
    border-left: 2px solid #53a15b;
}
.arrow-right,
.long-arrow-right{
 transform: rotate(-225deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #53a15b;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

#myCarousel1 .long-arrow-left {
    position: absolute;
    left: -2%;
    top: 30%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarousel1 .long-arrow-right {
    position: absolute;
    right: -4%;
    top: 30%;
}
#myCarousel1 .carousel-indicators {
    left: 52%;
}
.long-arrow-left {
    position: absolute;
    left: -6%;
    top: 30%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
    right: -3%;
    top: 30%;
}
div#myCarouselorstr1 .col-md-4 {
    width: 33.33%;
    float: left;
    padding-right: 60px;
}

.engsectionall1 {
    margin-bottom: 10%;
}

.engsectionall1 h3 {
    margin-bottom: 3%;
}

div#careerodd h4:before {
    content: "";
    display: block;
    width: 96px;
    background-color: #0d7339;
    height: 2px;
    margin-bottom: 23px;
}
div#careerodd {
    background:#dcf7da;;
    height: 245px;
    padding: 35px 28px 25px 30px;
}

div#careerodd h4 {
    margin-bottom: 18px;
}
section.powersolan h2 {
    font-size: 56px;
    margin-left: 19%;
    color: white;
    z-index: 999999;
    display: inline-block;
    position: relative;
    padding-top: 13%;
    font-weight: 600;
}
img.GPILanding1 {
        position: absolute;
    top: auto;
    z-index: 0;
    width: 100%;
}

.allcarese {
    background: white;
    width: 75%;
    margin: 12% auto 0;
    display: flow-root;
    box-shadow: 2px 1px 8px 1px #7b7a7a;
}

.carese1 .col-md-6 {
    width: 50%;
    float: left;
}

.carese1 {
    width: 100%;
    float: left;
    display: inline-block;
}

.carese1te {
    padding-top: 54px;
    padding-left: 40px;
    padding-right: 85px;
}

.carese1te h5 {
    margin-bottom: 23px;
	    font-size: 24px;
    line-height: normal;
}

.carese2 .col-md-4 {
    width: 33.33%;
    float: left;
}

.allcarese img {
    width: 100%;
}

.carese2 {
    width: 100%;
    float: left;
    display: inline-block;
    background: #e5e5e5;
}

.carese2te {
        padding-top: 28%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 32px;
}
.carese2te h5 span {
    color: #000;
}
.carese2 img {
    height: 375px;
    object-fit: cover;
}

.carese3 .col-md-6 {
    width: 50%;
    float: left;
}

.carese3te {
    padding-top: 54px;
    padding-left: 40px;
    padding-right: 40px;
}

.carese3te h5 {
    margin-bottom: 30px;
	   font-size: 24px;
    line-height: normal;
}

div#engserdivone1 {
    background: #fff;
}
.cs_dark .cs_form_field_2:focus, .cs_dark .cs_iconbox_3_list .cs_hover_tab.active .cs_iconbox_icon {
    border-color: #fd6219;
}
.cs_dark h1, .cs_dark h2, .cs_dark h3, .cs_dark h4, .cs_dark h5, .cs_dark h6, .cs_dark .cs_primary_color, .cs_dark .cs_btn.cs_style_1, .cs_dark .cs_btn.cs_style_1 i, .cs_dark .cs_pricing_control, .cs_dark .cs_nav .cs_nav_list, .cs_dark input, .cs_dark textarea, .cs_dark .cs-sidebar_search_btn:hover, .cs_dark .cs_iconbox_3_list .cs_hover_tab.active .cs_iconbox_icon {
    color: #fff;
}

.cs_dark .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    color: #474747;
}
.cs_dark .cs_iconbox.cs_style_4, .cs_dark .cs_accordians.cs_style_1.cs_type_1 .cs_accordian:not(:last-child), .cs_dark .cs_brands.cs_style_2 .cs_brand, .cs_dark .cs_case_study_info, .cs_dark .cs_accordian, .cs_dark .cs_round_progress_in::after, .cs_dark .cs_iconbox.cs_style_3 .cs_iconbox_icon, .cs_dark .cs_iconbox_3_list > *:not(:last-child), .cs_dark .cs_image_box_1_list.cs_color_1 li:not(:last-child), .cs_dark .cs_pricing_table.cs_style1 .cs_pricing_info, .cs_dark .cs_image_box_1_list li:not(:last-child), .cs_dark .cs-sidebar_search input, .cs_dark .cs_author_card, .cs_dark .cs_form_field_2 {
    border-color: #4f4747;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
    color: #fff;
    background-color: #fd6219;
    border-color: #fd6219;
}
.cs_iconbox_3_list .cs_hover_tab.active .cs_iconbox_icon {
    color: #fff;
    background-color: #fd6219;
    border-color: #fd6219;
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
    color: #4f4747;
    border: 2px solid #4f4747;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cs_iconbox_3_list .cs_hover_tab.active .cs_iconbox_icon svg:first-child {
    -webkit-transform: translate(44px, -40px);
    transform: translate(44px, -40px);
}

.cs_iconbox.cs_style_3 .cs_iconbox_icon svg:first-child {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cs_iconbox_3_list .cs_hover_tab.active .cs_iconbox_icon svg:last-child {
    position: absolute;
    left: 23px;
    bottom: 23px;
}

.aboutvision4 .col-md-4 {
    width: 30%;
    float: left;
}

.aboutvision4 .col-md-8 {
    width: 65%;
    float: left;
}

ul.ccwhyul h5 {color: #fff;font-weight: 600;margin-bottom: 14px;}

ul.ccwhyul {
    padding-left: 6%;
    margin-top: 3%;
}

span.cs_iconbox_icon.cs_center {
    background: #cbcbcb;
    position: absolute;
    right: 0;
    display: inline-block;
    margin-top: -6%;
    border-radius: 48px;
    height: 70px;
    width: 70px;
    padding: 20px;
}
.careerimg52{
	display:none;
}
.careerimg51{
	display:none;
}
.careerimg53{
	display:none;
}
ul.ccwhyul li:hover span.cs_iconbox_icon.cs_center{
	 background: #87c87d;
}

ul.ccwhyul li {
    margin-bottom: 5%;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.36turn, rgb(135 200 125 / 15%), rgb(255 255 255), rgb(135 200 125 / 27%));
    border-image-slice: 1;
    display: inline-block;
	cursor: pointer;
}

ul.ccwhyul p {
    color: white;
    margin-bottom: 21px;
}

.aboutvision4 img {
	width: 100%;
    box-shadow: 5px 4px 5px 5px #0000004d;
    border-radius: 21px;
}
div#engserdivone{
    background: #3bb44b;
    margin-top: 3%;
    padding-top: 4%;
    padding-bottom: 4%;
    margin-bottom: 4%;
}
div#engserdivone1 .col-md-12 {
    text-align: center;
    padding-top: 5%;
}

/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/
.cs_case_study_1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cs_case_study_1_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_case_study_1_list > .cs_case_study.cs_style_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}
@media (max-width: 767px) {
  .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  -webkit-transform: scale(0) rotate(360deg);
          transform: scale(0) rotate(360deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cs_case_study.cs_style_1 {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
      background-size: cover;
}
.cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  background-color: #4f4747;
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.cs_section_heading.cs_style_1.text-center {
    width: 73%;
    margin: 0px auto 3%;
}

.cs_section_heading.cs_style_1.text-center h2 {
    margin-bottom: 2%;
}
h2.cs_case_study_title.cs_fs_38.cs_white_color.mb-0 {
    color: #0d7339;
    font-weight: 600;
    background: white;
    display: inline-block;
    padding: 15px 15px;
    font-size: 23px;
}
.slider-container {
      position: relative;
    height: 575px;
    overflow: hidden;
    text-align: left !important;
}
ul.slides li {
    border: 0px !important;
}
section.slider-container .selected {
    border: 0px !important;
}
.engserdivlast section {
    margin-top: 0% !important;
    padding: 70px 5px 0px !important;
    margin-bottom: 5% !important;
}
ol.slider-dot-nav li .selected {
        background: #ffffff;
    width: 31px;
    border-radius: 8px;
	    border: 1px solid;
}
.slides li {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform .5s ease;
}
ul.slides .col-md-6 {
    padding-left: 44px;
}
.slides h2 {
    margin-top: 0;
    margin-bottom: 26px;
}
ul.slides p {
    margin-bottom: 35px;
}
.slides li.selected {
  z-index: 2;
  transform: translateX(0);
}

.slides li.move-left {
  transform: translateX(-100%);
}

.slides li.visible {
  z-index: 2;
}



.slides li > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #000;
}

.slides h2 {
  margin-top: 0;
}
.slider-nav ul {
  list-style-type: none; 
  padding: 0;
  margin: 0;
}
.slider-nav a {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.slider-nav a.next {
  left: auto;
  right: 10px;
}
.slider-dot-nav {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-dot-nav li {
  display: inline-block;
  margin-right: 3px;
}

.slider-dot-nav a {
      display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: background .3s ease;
    background: #50aa56;
}
div#engserdivone12 {
    margin-bottom: 3%;
}
div#engserdivone12 h2 {
    margin-top: 3%;
    margin-bottom: 1%;
}
ul.slides img {
    width: 100%;
}
.careerdi11 h3 {
    margin-bottom: 25px;
}

.careerdi11 .col-md-3 {
    width: 25%;
    float: left;
    padding-right: 65px;
}

.careerparts {
    background: white;
	padding-bottom: 55px;
    padding-top: 38px;
    padding-left: 17px;
	padding-right: 17px;
    margin-top: 15%;
    margin-bottom: 15%;
}

.careerparts img {
    margin-bottom: 30px;
}

.careerparts h4 {
    margin-bottom: 23px;
    font-weight: 600;
}

div#caregro:hover {
    background: url("../images/career/joinusbg.webp");
    background-size: cover;
    color: white;
    text-shadow: 3px 2px 5px #000;
    padding-bottom: 55px;
    padding-top: 38px;
	padding-left: 17px;
	padding-right: 17px;
}
div#caregro:hover .careerimg12{
    display: block
}
div#caregro:hover .careerimg13{
    display: none
}

img.careerimg12 {
    display: none;
}

img.careerimg14 {
    display: none;
}

img.careerimg16 {
    display: none;
}

img.careerimg18 {
    display: none;
}

div#wlba:hover {
    background: url("../images/career/joinusbg.webp");
    background-size: cover;
    color: white;
    text-shadow: 3px 2px 5px #000;
    padding-bottom: 55px;
    padding-top: 38px;
	padding-left: 17px;
	padding-right: 17px;
}
div#wlba:hover .careerimg14{
    display: block
}
div#wlba:hover .careerimg15{
    display: none
}


div#comsal:hover {
    background: url("../images/career/joinusbg.webp");
    background-size: cover;
    color: white;
    text-shadow: 3px 2px 5px #000;
    padding-bottom: 55px;
    padding-top: 38px;
	padding-left: 17px;
	padding-right: 17px;
}
div#comsal:hover .careerimg16{
    display: block
}
div#comsal:hover .careerimg17{
    display: none
}



div#impwork:hover {
    background: url("../images/career/joinusbg.webp");
    background-size: cover;
    color: white;
    text-shadow: 3px 2px 5px #000;
    padding-bottom: 55px;
    padding-top: 38px;
	padding-left: 17px;
	padding-right: 17px;
}
div#impwork:hover .careerimg18{
    display: block
}
div#impwork:hover .careerimg19{
    display: none
}
ul.ccwhyul li:last-child{
	    border-bottom: 0px solid transparent;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.long-arrow-right {
    right: -2%;
}
.long-arrow-left {
    left: -3%;
}
div#myCarouselorstr1 .col-md-4 {
    padding-right: 25px;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
	.carese1te {
    padding-top: 54px;
    padding-left: 40px;
    padding-right: 85px;
}
section.powersolan h2 {
    font-size: 42px;
}
.carese3te p {
    font-size: 14px;
    line-height: normal;
}
ul.ccwhyul {
    padding-left: 15%;
    margin-top: 3%;
}
.long-arrow-left {
    left: -3%;
}
div#myCarouselorstr1 .col-md-4 {
    padding-right: 30px;
}
.long-arrow-right {
    right: -1%;
}
div#engserdivone12 {
    margin-bottom: 2%;
}
}



@media (min-width: 1530px) and (max-width: 1599px)  {
	.carese1te {
    padding-top: 22px;
        padding-left: 40px;
        padding-right: 30px;
}
section.powersolan h2 {
    padding-top: 7%;
}
span.cs_iconbox_icon.cs_center {
    margin-top: -8%;
}
.allcarese {
    margin: 8% auto 0;
}
.carese3te p {
    font-size: 14px;
    line-height: normal;
}
ul.ccwhyul {
    padding-left: 15%;
    margin-top: 3%;
}
.long-arrow-left {
    left: -3%;
}
div#myCarouselorstr1 .col-md-4 {
    padding-right: 30px;
}
.long-arrow-right {
    right: -1%;
}
div#engserdivone12 {
    margin-bottom: 2%;
}
}

@media (min-width: 1440px) and (max-width: 1529px)  {
	.carese1te {
    padding-top: 22px;
    padding-left: 40px;
    padding-right: 85px;
}
section.powersolan h2 {
    font-size: 40px;
}
.slider-container {
    height: 485px;
}
.carese1te p {
    font-size: 14px;
    line-height: normal;
}
.careerparts p {
    font-size: 14px;
    line-height: normal;
}
.careerparts h4 {
    font-size: 21px;
}
.carese3te p {
    font-size: 14px;
    line-height: normal;
}
ul.ccwhyul {
    padding-left: 24%;
    margin-top: 3%;
}
ul.ccwhyul p {
    font-size: 16px;
}
.long-arrow-left {
    left: -3%;
}
span.cs_iconbox_icon.cs_center {
    margin-top: -8%;
}
div#myCarouselorstr1 .col-md-4 {
    padding-right: 30px;
}
.long-arrow-right {
    right: -1%;
}
div#engserdivone12 {
    margin-bottom: 2%;
}
.allcarese {
    margin: 8% auto 0;
}
}

@media (min-width: 1366px) and (max-width: 1439px)  {
	.carese1te {
    padding-top: 22px;
    padding-left: 40px;
    padding-right: 85px;
}
section.powersolan h2 {
    font-size: 38px;
    padding-top: 12%;
}
.slider-container {
    height: 485px;
}
.carese1te p {
    font-size: 14px;
    line-height: normal;
}
.careerparts p {
    font-size: 14px;
    line-height: normal;
}
.careerparts h4 {
    font-size: 21px;
}
.carese3te p {
    font-size: 14px;
    line-height: normal;
}
ul.ccwhyul {
    padding-left: 24%;
    margin-top: 3%;
}
ul.ccwhyul p {
    font-size: 16px;
}
.long-arrow-left {
    left: -3%;
}
span.cs_iconbox_icon.cs_center {
    margin-top: -8%;
}
div#myCarouselorstr1 .col-md-4 {
    padding-right: 30px;
}
.long-arrow-right {
    right: -1%;
}
div#engserdivone12 {
    margin-bottom: 2%;
}
.allcarese {
    margin: 8% auto 0;
}
.carese1te h5 {
    font-size: 20px;
}
.carese3te h5 {
    font-size: 19px;
}
.carese3te {
    padding-top: 35px;
}
.forest {
    font-size: 28px;
}
div#caregro:hover {
    background-position: bottom;
}
div#wlba:hover {
    background-position: bottom;
}
div#comsal:hover {
    background-position: bottom;
}
div#impwork:hover {
    background-position: bottom;
}
}


@media (min-width: 1359px) and (max-width: 1365px)  {
	.carese1te {
    padding-top: 45px;
        padding-left: 22px;
        padding-right: 40px;
}
.carese2te {
    padding-top: 25%;
}
    .carese3te p {
        font-size: 16px;
        line-height: 27px;
    }
.carese1te h5 {
    font-size: 20px;
}
.carese1te p {
            font-size: 18px;
        line-height: 27px;
}
.carese3te {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 30px;
}
.aboutvision4 .col-md-4 {
    margin-left: -7%;
}
img.careerimg5 {
    width: 35%;
    margin: 0px auto;
}
.aboutvision4 .col-md-8 {
            margin-left: 11%;
}
ul.ccwhyul {
            padding-left: 0;
            margin-left: -7%;
        margin-top: 3%;
        padding-right: 8%;
}
.long-arrow-right::after, .long-arrow-left::after {
    width: 1px;
}
    span.cs_iconbox_icon.cs_center {
        margin-top: -11%;
        width: 21px;
        height: 35px;
        padding: 5px 18px;
    }
.long-arrow-left {
    left: -3%;
    border-top: 1px solid #53a15b;
}
.cs_section_heading.cs_style_1.text-center h2 {
    margin-bottom: 3%;
    font-weight: 500;
}
div#engserdivone12 h2 {
    margin-top: 5%;
    margin-bottom: 3%;
    font-weight: 500;
}
.careerdi11 h3 {
    margin-bottom: 25px;
    font-weight: 500;
}
.careerparts h4 {
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 24px;
}
.engsectionall1 h3 {
    margin-bottom: 4%;
    margin-left: 20px;
    font-weight: 500;
}
.arrow-right, .long-arrow-right {
    border-left: 1px solid #53a15b;
}
div#careerodd h4 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 21px;
}
    div#myCarouselorstr1 .col-md-4 {
        padding-right: 40px;
        padding-left: 20px;
    }
.slider-container {
    height: 375px;
}
.careerdi11 .col-md-3 {
    width: 50%;
    float: left;
    padding-right: 0;
    height: 500px;
}
.long-arrow-right {
    right: -1%;
}
div#engserdivone12 {
    margin-bottom: 2%;
}
section.powersolan h2 {
    z-index: 9;
    padding-top: 6%;
    font-size: 40px;
    font-weight: 500;
}
    .carese2te h5 {
        font-weight: 500;
        font-size: 28px;
    }
	span.cs_iconbox_icon.cs_center svg {
    width: 15px;
    padding: 3px 0px;
    margin-left: -7px;
}
.aboutvision4 img {
            width: 100%;
        margin: 0px auto;
}
h2.zerod7339.forest {
    font-weight: 500;
    margin-top: 3%;
    margin-bottom: 2%;
}
.carese3te h5 {
    font-size: 21px;
    line-height: normal;
    font-weight: 500;
}
.allcarese {
    width: 100%;
    margin: 7% auto 0;
}
}


@media (min-width: 1024px) and (max-width: 1358px)  {
	.carese1te {
    padding-top: 45px;
        padding-left: 22px;
        padding-right: 40px;
}
.long-arrow-right::after, .long-arrow-left::after {
    height: 35px;
    transform: rotate(-45deg) translate(12px, 4px);
}
.careerparts img {
    margin-bottom: 30px;
    width: 17%;
}
span.cs_iconbox_icon.cs_center {
    height: 55px;
    width: 55px;
    padding: 15px;
}
span.cs_iconbox_icon.cs_center svg {
    width: 21px;
}
.cs_section_heading.cs_style_1.text-center {
    width: 87%;
    margin: 0px auto 3%;
}
.carese2te {
    padding-top: 35%;
}
.carese3te p {
    font-size: 14px;
    line-height: 23px;
}
.carese1te h5 {
    font-size: 20px;
}
.carese1te p {
    font-size: 14px;
    line-height: 22px;
}
.carese3te {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 30px;
}
.aboutvision4 .col-md-4 {
    width: 100%;
    float: left;
    margin-top: 3%;
    margin-bottom: 8%;
}
img.careerimg5 {
    width: 35%;
    margin: 0px auto;
}
.aboutvision4 .col-md-8 {
    width: 100%;
    float: left;
}
ul.ccwhyul {
            padding-left: 0;
            margin-left: -7%;
        margin-top: 3%;
        padding-right: 8%;
}
.long-arrow-right::after, .long-arrow-left::after {
    width: 1px;
}
span.cs_iconbox_icon.cs_center {
    margin-top: -11%;
}
.long-arrow-left {
    left: -3%;
    border-top: 1px solid #53a15b;
}
.cs_section_heading.cs_style_1.text-center h2 {
    margin-bottom: 3%;
    font-weight: 500;
    font-size: 30px;
}
div#engserdivone12 h2 {
    margin-top: 5%;
    margin-bottom: 3%;
    font-weight: 500;
    font-size: 28px;
}
.careerdi11 h3 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 28px;
}
.careerparts h4 {
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 24px;
}
.engsectionall1 h3 {
    margin-bottom: 4%;
    margin-left: 20px;
    font-size: 28px;
    font-weight: 500;
}
.arrow-right, .long-arrow-right {
    border-left: 1px solid #53a15b;
}
div#careerodd h4 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 21px;
}
    div#myCarouselorstr1 .col-md-4 {
        padding-right: 40px;
        padding-left: 20px;
    }
.slider-container {
    height: 375px;
}
.careerdi11 .col-md-3 {
    width: 50%;
    float: left;
    padding-right: 0;
    height: 500px;
}
.long-arrow-right {
    right: -1%;
}
div#engserdivone12 {
    margin-bottom: 2%;
}
section.powersolan h2 {
    z-index: 9;
    padding-top: 6%;
    font-size: 40px;
    font-weight: 500;
}
.carese2te h5 {
    font-weight: 500;
    font-size: 22px;
}
.aboutvision4 img {
    width: 35%;
    margin: 0px auto;
}
h2.zerod7339.forest {
    font-size: 30px;
    font-weight: 500;
    margin-top: 3%;
    margin-bottom: 2%;
}
.carese3te h5 {
    font-size: 21px;
    line-height: normal;
    font-weight: 500;
}
.allcarese {
    width: 100%;
    margin: 7% auto 0;
}
}
@media (min-width: 500px) and (max-width: 599px) {
    .clickthricon {
        top: 42px !important;
        display: block;
    }
}
@media (min-width: 240px) and (max-width: 599px)  {
	img.GPILanding1 {
        position: relative;
        top: 0;
        z-index: 0;
        width: 100%;
}
.careerdi11 .col-md-3 {
    width: 100%;
    float: left;
    padding-right: 0;
}

.clickthricon {
    top: 32px;
	color: black;
}
    section.powersolan h2 {
        font-size: 24px;
        margin-left: 0;
        color: white;
        padding-top: 8%;
        text-align: left;
        margin-right: 20px;
        width: 100%;
        padding-bottom: 8%;
        font-weight: 500;
        position: absolute;
        top: 2%;
        padding-left: 28px;
    }
.carese1te h5 {
    font-size: 20px;
}
.carese1 .col-md-6 p {
    font-size: 15px;
}
.carese2te h5 {
    font-size: 20px;
}
.carese3te h5 {
    font-size: 22px;
}
h2.zerod7339.forest {
    font-size: 22px;
}
.allcarese {
    width: 100%;
}
.carese1 .col-md-6 {
    width: 100%;
    float: left;
}
.carese1te {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
}
.carese2 .col-md-4 {
    width: 100%;
    float: left;
}
.carese2te {
    padding-top: 12%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 12%;
}
.carese3 .col-md-6 {
    width: 100%;
    float: left;
    margin-bottom: 10%;
}
.carese3te {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
div#engserdivone1 .col-md-12 {
    padding-top: 16%;
    padding-bottom: 11%;
}
div#engserdivone {
        
    margin-top: 3%;
    padding-top: 13%;
    padding-bottom: 13%;
    margin-bottom: 13%;
}
.aboutvision4 .col-md-4 {
    width: 100%;
    float: left;
}
img.careerimg5 {
    width: 100%;
    margin-bottom: 20%;
}
.aboutvision4 .col-md-8 {
    width: 100%;
    float: left;
}
ul.ccwhyul {
    padding-left: 0;
}
    .cs_section_heading.cs_style_1.text-center h2 {
        margin-bottom: 9%;
        font-size: 24px;
    }
.cs_case_study.cs_style_1 .cs_case_study_thumb {
    background-size: cover;
}
h2.cs_case_study_title.cs_fs_38.cs_white_color.mb-0 {
    padding: 11px 15px;
    font-size: 19px;
}
    div#engserdivone12 h2 {
        margin-top: 15%;
        margin-bottom: 5%;
        font-size: 24px;
    }
	.careerdi11 h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
.careerparts h4 {
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 22px;
}
    .slider-container {
        height: 450px;
        margin-bottom: 5%;
        margin-top: 12%;
    }
div#myCarousel .long-arrow-right {
        
        top: 100%;
    }
	div#myCarousel .long-arrow-left {
       
        top: 100%;
    }
div#myCarousel {
    margin-left: 0;
}
div#myCarousel img {
    width: 100%;
}
div#impwork {
    background: url(../images/career/joinusbg.webp);
    background-size: cover;
    color: white;
    text-shadow: 3px 2px 5px #000;
}
div#impwork .careerimg18 {
    display: block;
}
div#impwork .careerimg19 {
    display: none;
}

div#caregro:hover {
    background: none;
    background-size: cover;
    color: black;
    text-shadow: none;
}
div#caregro:hover .careerimg13{
    display: block;
}
div#caregro:hover .careerimg12{
    display: none;
}
div#caregro .careerimg12 {
    display: none;
}
div#caregro .careerimg13 {
    display: block;
}



div#wlba {
    background: url(../images/career/joinusbg.webp);
    background-size: cover;
    color: white;
    text-shadow: 3px 2px 5px #000;
}
div#wlba .careerimg14 {
    display: block;
}
div#wlba .careerimg15 {
    display: none;
}


div#comsal:hover {
    background: none;
    background-size: cover;
    color: black;
    text-shadow: none;
}
div#comsal:hover .careerimg17{
    display: block;
}
div#comsal:hover .careerimg16{
    display: none;
}
div#comsal .careerimg18 {
    display: none;
}
div#comsal .careerimg17 {
    display: block;
}
.careerparts {
    margin-top: 5%;
    margin-bottom: 5%;
}
.careerdi11 {
    margin-bottom: 17%;
    display: inline-block;
}
.careerdi11 .col-md-12 {
    margin-bottom: 10%;
}
.engsectionall1 h3 {
            margin-bottom: 10%;
        font-size: 24px;
}
.long-arrow-left {
    left: 4%;
    top: 70%;
}
.long-arrow-right {
    right: 4%;
    top: 70%;
}
span.cs_iconbox_icon.cs_center {
    position: relative;
    right: 0;
    margin-top: 6%;
    margin-bottom: 9%;
}
.cs_section_heading.cs_style_1.text-center p {
    margin-bottom: 16%;
}
}