@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

#dropdownMenuButton:after {
	border: 0px;
}

.container {
    max-width: 1200px;
}
* {
  font-family: 'Montserrat', sans-serif;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
body {
  background-color: #ffffff;
}

.w-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
    max-width: 20%;
}
.w-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285% !important;
            flex: 0 0 14.285% !important;
    max-width: 14.285%;
}
.w-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09% !important;
            flex: 0 0 9.09% !important;
    max-width: 9.09%;
}
.img-responsive {
    max-width: 100%;
}
/*#main-header {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: #ffffff;
  z-index: 9;
  padding-top: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-header.fixed {
  background-color: #55917F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link {
    color: #121212;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
#main-header.fixed .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #55917F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-header.fixed .navbar-light .navbar-nav .nav-link:after {
  background-color: #fff;
}
#main-header.fixed .navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}*/
#main-header.fixed .navbar-light .navbar-nav .nav-link{
  border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover:after {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.navbar-brand {
    font-size: 24px;
    max-width: 250px;
}
.navbar-brand h1 {
  font-size: 28px;
  margin: 0;
  font-weight: bold;
  color: #121212;
}
#main-header.fixed .navbar-brand h1 {
  color: #ffffff;
}
.navbar-light .navbar-brand {
    font-weight: bold;
    color: #000 !important;

}
@media (min-width:992px) {

    .navbar-nav .active a {
        border-bottom: 2px solid #2e3192;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding:15px 0;
        border-radius: 0px;
    }
    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 45px
    }
    
}
@media (max-width:1220px) {
 .rightborder,.leftborder{
    display: none;
  }
}
/*.topheader {
  padding: 7px 0;
  position: relative;
  background-color: #55917F;
}
.leftborder {
  position: absolute;
  left: -40px;
  width: 40px;
  top: 0;
  height: 37.5px;
  background-color: #55917F;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.rightborder {
  position: absolute;
  right: -40px;
  width: 40px;
  top: 0;
  height: 38.5px;
  background-color: #55917F;
  clip-path: polygon(100% 0, 0 0, 0 100%);

}*/

#main-header.fixed .topheader {
  display: none;
}
.topheader .social{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  float: left;
  padding: 0;
  padding-left: 10px;
}
.topheader .social li{
  list-style: none;
  margin-right: 25px;
  
}

.topheader .contactDetail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: right;
  margin-bottom: 0;
  padding: 0;
}
.topheader .contactDetail li{
  list-style: none;
  margin-right: 25px;
}
.topheader .contactDetail li:last-child{
  margin-right: 10px;
}
/*.topheader .contactDetail li a{
  font-size: 12px;
  color: #fff;
}*/
.topheader .contactDetail li a span{
 margin-right: 5px; 
}

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: -3px;
    border: 1px solid #0070dc;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  h2.secHeading {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
  }
  h2.secHeading.white {
    color: #ffffff;
  }
  h3.supoortingsecHeading {
    font-size: 14px;
    color: #c5299c;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
  }
  h3.supoortingsecHeading.white {
    color: #ffffff;
  }
  
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  section.banner .bannerslider .slide{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/Rectangle1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  section.banner .bannerText {
    width: 95%;
    margin: 0px auto;
  }
  section.banner .bannerText h3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
    width: 73%;
    margin: 0px auto 40px auto;
  }
  section.banner .bannerText h2 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  section.banner .slick-dots {
    bottom: 85px;
  }
  section.banner .slick-dots li  {
    margin-right: 0;
    padding-right: 15px;
    position: relative;
  }
  section.banner .slick-dots li:after {
    width: 100%;
    content: "";
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: -13px;
  }
  section.banner .slick-dots li.slick-active:after {
    background-color: #EC167F;
  }

  section.banner .slick-dots li a {
    font-size: 14px;
    color: #fff;
    width: 30px;
    display: block;
  }
  section.banner .slick-dots li.slick-active a {
    font-size: 18px;
  }
  
  label {
    font-size: 14px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 0;
  }
  input.form-control {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    background-color: #ffffff;
    padding-left: 15px;
  }
  input.form-control:focus {
    border: 1px solid #D1D1D1 !important;
    background-color: #ffffff;

  }
  .contactUscontent img {
    background: #c5299c;
    padding: 5px;
    border-radius: 5px;
}
/*  .btn.buttonSubmit {
    background-color: #55917F;
    color: #fff;
    border: 1px solid #55917F;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 45px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn.buttonSubmit:hover {
    background-color: #fff;
    color: #55917F;
    border: 1px solid #55917F;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn.button-pink {
    background-color: #55917F;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #55917F;
    padding: 10px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn.button-pink:hover {
    background-color: #fff;
    color: #55917F;
    border: 1px solid #55917F;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn.button-pink.whitebg {
    background-color: #EC167F;
    color: #ffffff;
    box-shadow: 3px 3px 12px #ccc;
    margin-left: 15px;
  }*/
.whitebg{
  background-color: #fff;
}
  section.welcomeSection {
    padding: 50px 0;
  }
  section.welcomeSection .col-sm-6 {
    margin-bottom: 20px;
  }
  section.welcomeSection h4{
    font-size: 19px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 20px;
  }
  section.welcomeSection h4 span{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
  }
  section.welcomeSection h4 span.icon1{
    background-image: url(../images/pie-chart.png);
  }
  section.welcomeSection .col-md-4:hover h4 span.icon1 {
    background-image: url(../images/pie-chart.png);
  }
  section.welcomeSection h4 span.icon2{
    background-image: url(../images/technical-support.png);
  }
  section.welcomeSection .col-md-4:hover h4 span.icon2 {
    background-image: url(../images/technical-support.png);
  }
  section.welcomeSection h4 span.icon3{
    background-image: url(../images/surface1.png);
  }
  section.welcomeSection .col-md-4:hover h4 span.icon3 {
    background-image: url(../images/surface1.png);
  }
  section.welcomeSection h4 span.icon4{
    background-image: url(../images/infographic.png);
  }
  section.welcomeSection .col-md-4:hover h4 span.icon4 {
    background-image: url(../images/infographic.png);
  }
  section.welcomeSection h4 span.icon5{
    background-image: url(../images/analysis.png);
  }
  section.welcomeSection .col-md-4:hover h4 span.icon5 {
    background-image: url(../images/analysis.png);
  }
  section.welcomeSection h4 span.icon6{
    background-image: url(../images/analysis1.png);
  }
  section.welcomeSection .col-md-4:hover h4 span.icon6 {
    background-image: url(../images/analysis1.png);
  }
  section.welcomeSection p{
    font-size: 14px;
    color: #444;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  section.welcomeSection .col-md-4:hover h4,
  section.welcomeSection .col-md-4:hover p {
    color: #55917F;
  }


  section.whoweSection {
    position: relative;
    padding: 80px 0;
  }
  .fullImage {
    position: absolute;
    left: 0;
    top: 15px;
    width: 38%;
    max-height: 660px;
    overflow: hidden;
  }
  .fullImage img {
    width: 100%;
  }
  section.whoweSection .row {
    justify-content: center;
    align-items: center;
  }
  section.whoweSection .image {
    padding-left: 80px;
  }
  section.whoweSection .image img {
    width: 100%;
  }
  section.whoweSection .text {
    padding-left: 80px;
  }
  section.whoweSection .text h2 {
    text-align: left;
  }
  section.whoweSection .text p {
    font-size: 14px;
    color: #A3A3A3;
    margin-bottom: 30px;
  }

  section.businessSection {
    padding: 40px 0 80px 0;
  }
  section.businessSection .businessBlock .image {
    position: relative;
    margin-bottom: 25px;
    max-width: 85px;
    float: left;
  }
  section.businessSection .businessBlock .icon a img {
    max-width: 80px;
  }
  .icon .fas.fa-images {
    font-size: 0 !important;
}
  section.businessSection .businessBlock .col-md-4 .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(85,145,127, 0.7);
    display: none;
  }
  section.businessSection .businessBlock .col-md-4:hover .image:after {
    display: block;
  }
  section.businessSection .businessBlock .image img{
    width: 100%;
  }
  section.businessSection .businessBlock .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.businessSection .businessBlock .text .icon {
    padding: 0 15px;
  }
  section.businessSection .businessBlock .text .detail {
    padding: 0 15px;
    border-left: 1px solid #A3A3A3;
  }
  section.businessSection .businessBlock .text .detail h4 {
    font-size: 19px;
    color: #121212;
    margin: 0;
  }
  section.businessSection .businessBlock .text .detail p{
    font-size: 14px;
    color: #A3A3A3;
    margin-bottom: 0px;
  }
#banner-other .banner-content {
    background-color: rgba(0,0,0,0.6);
}
.banner-content p {
    font-size: 50px;
  }
  .dropdown-menu .dropdown-item img {
    margin-right: 10px;
}
  section.badgeSection {
    padding: 80px 0;
    background-image: url(../images/beatriz-perez-moya-XN4T2PVUUgk-unsplash.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  section.badgeSection .badgeInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  section.badgeSection .badgeInner .block {
    margin-right: 50px;
  }
  section.badgeSection .badgeInner .block:last-child {
    margin-right: 0px;
  }
  section.badgeSection .badgeInner .block .image{
    margin-bottom: 20px;
  }
  section.badgeSection .badgeInner .block h3{
    font-size: 26px;
    margin-bottom: 10px;
    color: #121212;
    font-weight: 700;
  }
  section.badgeSection .badgeInner .block p{
    font-size: 14px;
    color: #121212;
    font-weight: 500;
  }

  section.skillSection {
    padding: 150px 0 50px 0;
    position: relative;
  }
  .manImage {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 344px;
    margin-left: 50px;
  }
  .manImage img{
    width: 100%;
  }
  section.skillSection h2.secHeading {
    text-align: left;
  }
  section.skillSection p {
    font-size: 14px;
    color: #A3A3A3;
    margin-bottom: 30px;
  }
  section.skillSection label {
    margin-bottom: 8px;
  }

  section.testimonialSection {
    position: relative;
    padding: 50px 0 100px 0;
    background-color: #55917F;
  }
  .testimonialSlider {
    padding-bottom: 40px;
    margin-top: -100px;
  }
  .testimonialSlider .slick-initialized .slick-slide {
    margin-bottom: 20px;
  }
  .testimonialSlider .block {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -o-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
  }
  .testimonialSlider .block p{
    font-size: 14px;
    color: #A3A3A3;
    margin-bottom: 20px;
  }
  .testimonialSlider .block .blockInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .testimonialSlider .block .blockInner .image {
    margin-right: 20px;
  }
  .testimonialSlider .block .blockInner .text h4 {
    font-size: 19px;
    color: #121212;
    font-size: 600;
    margin: 0;
  }
  .testimonialSlider .block .blockInner .text h5 {
    font-size: 14px;
    color: #121212;
    font-size: 400;
    margin: 0;
  }



    section.contactUs {
    padding: 40px 0;
  }
  section.contactUs .contactUscontentBlock {
    padding-top: 40px;
  }

  section.contactUs .contactUscontent p {
    color: #A3A3A3;
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 40px;
  }
  section.contactUs .contactUscontent .mapImage img {
    width: 100%;
  }
  section.contactUs .contactForm {
    padding: 40px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -o-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
  }
  
  section.newsBlogSection {
    padding: 40px 0;
  }
  section.newsBlogSection .row {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.newsBlogSection .image img {
    width: 100%;
  }
  section.newsBlogSection .text {
    padding: 0 20px;
  }
  section.newsBlogSection .text .postDetail {
    display: flex;
    justify-content: flex-start;
    align-self: center;
  }
  section.newsBlogSection .text .postDetail p {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  section.newsBlogSection .text .postDetail p span{
    margin-right: 8px;
  }
  section.newsBlogSection .text p {
    font-size: 14px;
    color: #A3A3A3;
    margin-bottom: 20px;
  }
  section.newsBlogSection .text h4 {
    font-size: 19px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 20px;
  }



  footer {
    padding: 50px 0 20px 0;
    background-color: rgba(0,0,0,0.8)!important;
  }

  footer .footerContent {
    margin: 0px auto;
    margin-bottom: 30px;
    width: 80%;
  }
  footer h2.secHeading {
    margin-bottom: 30px;
  }
  footer .footerContent h2{
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
  }
  footer .footerContent h3{
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  footer .footerContent p{
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
  }
  footer .footerContent p span{
    margin-right: 15px;
  }
  footer .footerContent ul {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  footer .footerContent ul li {
    list-style: none;
    margin: 0px 10px;
  }
  footer .footerContent ul li a img {
    width: 20px;
  }
  .subscribe .forminner {
    position: relative;
  }
  .subscribe .forminner input {
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #121212;
    background-color: #fff;
    padding-left: 30px;
  }
  .subscribe .forminner input[type=submit] {
    position: absolute;
    right: 0;
    padding: 8px 25px;
    top: -1px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: url(../images/Group58.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  footer .footerBottom {
    padding-top: 0px;
  }
  footer .footerBottom p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 400;
  }
 
  .progress {
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
  }
  .precent {
    font-size: 15px;
    color: #121212;
    font-weight: 600;
    position: absolute;
    top: -25px;
  }
  .progress-bar {
    background-color: #55917F;    
    border-radius: 4px;
  }

  /* slider css starts here */
  .slick-dots {
    
    min-width: 100px;
    margin: 0px auto;
    border-radius: 30px;
    position: absolute;
    left: 43.5%;
    bottom: -38px;
  }
  .slick-dots:after {
    content: "";
    display: block;
    clear: both;
  }
  .slick-dots li {
    list-style: none;
    float: left;
    margin-right: 10px;
    line-height: 0;
    height: 12px;
  }
  .slick-dots li button{
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E4E4E4;
    border: none;
    padding: 0;
  }
  .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    background-color: #55917F;
  }
  .slick-slide {
    padding: 15px 15px 0 15px;
  }
  .slick-prev {
    position: absolute;
    left: -6%;
    top: 47%;
    border: none;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/Group8.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-next {
    position: absolute;
    right: -6%;
    top: 47%;
    border: none;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/Group10.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.5;
  }

  

  @media (min-width:991px) {
 
  }
  @media (max-width:1500px) {
    
  }
  @media only screen and (max-width: 1200px) {
    .w-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 11% !important;
      flex: 0 0 11% !important;
      max-width: 11%;
    }
    .slick-prev {
      left: 40%;
      top: auto;
      bottom: -29px;
    }
    .slick-next {
      right: 40%;
      top: auto;
      bottom: -29px;
    }

  }
  @media only screen and (max-width: 991px) {
    .w-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 13% !important;
      flex: 0 0 13% !important;
      max-width: 13%;
    }
    .w-14 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20%;
    }

    #main-header {
      background-color: #55917F;
    }
    .navbar-brand h1 {
      color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
      color: #fff;
    }
    .banner-content p {
    font-size: 30px;
  }

  }
  @media only screen and (max-width: 768px) {
    .w-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20%;
    }
    .w-14 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important;
      max-width: 25%;
    }
    .w-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50%;
    }
    
    section.banner .bannerText h3 {
      font-size: 17px;
    }
    section.banner .bannerText h2 {
      font-size: 32px;
    }
    section.businessSection .businessBlock .text {
      margin-bottom: 30px;
    }
    .manImage {
      opacity: 0.3;
    }
    section.contactUs .contactUscontent .mapImage {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 600px) {
    .w-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important;
      max-width: 25%;
    }
    .w-14 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50%;
    }
    
  }
  @media only screen and (max-width: 480px) {
    .w-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50%;
    }
    .w-14 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100%;
    }
    .slick-dots {
      left: 33.5%;
    }
    
  }
  #banner-other{
    /*background-image: url("../images/Group105.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 0px;
    .banner-content{
        p{
            font-size: 50px;
            color: #fff;
            text-align: center;
            font-weight: 600;
            background-color: #55917FB3;
            padding-top: 190px;
            padding-bottom: 100px;
        }
    }
}
