@font-face {
  font-family: 'Proximanova-Black';
  src: url('../../../fonts/proximanova/proximanova-black-webfont.ttf');
}
@font-face {
  font-family: 'Proximanova-Boldit';
  src: url('../../../fonts/proximanova/proximanova-boldit-webfont.ttf');
}
@font-face {
  font-family: 'Proximanova-Bold';
  src: url('../../../fonts/proximanova/proximanova-bold-webfont.ttf');
}
@font-face {
  font-family: 'Proximanova-ExtraBold';
  src: url('../../../fonts/proximanova/proximanova-extrabold-webfont.ttf');
}
@font-face {
  font-family: 'Proximanova-Light';
  src: url('../../fonts/proximanova/proximanova-light-webfont.ttf');
}
@font-face {
  font-family: 'Proximanova-Medium';
  src: url('../../../fonts/proximanova/Proxima-Nova-Medium.otf');
}
@font-face {
  font-family: 'Proximanova-Regular';
  src: url('../../../fonts/proximanova/proximanova-regular-webfont.ttf');
}
@font-face {
  font-family: 'Proximanova-SemiBold';
  src: url('../../../fonts/proximanova/proximanova-semibold-webfont.ttf');
}
#lightboxOverlay { 
  position: fixed !important; 
  top: 0; 
  left: 0; 
  height: 100% !important; 
  width: 100% !important; 
}
#lightbox { 
  position: fixed !important; 
  top: 50% !important; 
  transform: translateY(-50%); 
}
.mfp-iframe-holder .mfp-content {
  max-width: 80vw !important;
}

p {
  font-family: 'Proximanova-Regular';
}
img {
  width: 100%;;
} 
.ui-loader {
  display: none;
} 
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
  font-weight: initial !important;
  /* color: initial !important; */
}
.swal2-image {
  width: auto;
}
.SwalBtn2 {
  border: none;
  margin-top: 25px;
}
.SwalBtn2:hover, .SwalBtn2:focus, .SwalBtn2:active {
  border:none;
  outline: none;
  box-shadow: none;
}
:focus-visible{
  outline: none;
  border:none;
  box-shadow: none;
}
.SwalBtn2 img {
  max-height: 50px;
  width: auto;
}
.swal2-title {
  color: #ba0b42!important;
  font-family: 'Proximanova-Medium';
}
div#swal2-content {
  line-height: 1.3;
}

/* Loading Page */
/* body #loader-wrapper {
  opacity: 0;
} */
body {
  -webkit-text-size-adjust: none;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #fff;
}

#loader {
  display: block;
  position: relative;
  /* left: 100%;
  top: 100%; */
  width: 100%;
  /* height: 100%; */
  /* margin: -50px 0 0 -50px; */
  z-index: 1001;
  text-align: center;
}

.pre-loading #loader-wrapper { 
  display:none;
}
.homepage #loader-wrapper {
  display:block;
}

#loader video {
  /* border: 6px solid #fff; */
  height: 100vh;
  width: 70%;
}
/* .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
} */
.loaded #loader {
  opacity: 0;
  -webkit-transition: all .8s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader, .loaded #loader-wrapper{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}


/* Nav */
.nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  display: block;
  padding-bottom: 30px;
  top: 0;
  height: 110px;
}
.nav:after {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0, 0.4);
  -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0% 40%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 40%);
  transition: .3s ease all;
}
.nav.sticky {
  height: 90px;
}
body {
  font-family: 'Proximanova-Regular';
  overflow-x: hidden;
}
.page {
  overflow: hidden;
}
ul li {
  list-style: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* .nav .row {
  width: 100%;
} */
.nav img.logo {
  /* max-width: 140px; */
  max-width: 95px;
  margin: auto;
  margin-top: 20px;
  z-index: 99;
  margin-right: 20px;
}
.nav .col-md-2 {
  display: flex;
  justify-content: center;
  z-index: 9;
}
.nav .col-md-2 a {
  display: flex;
  align-items: center;
}
.nav .col-md-10 ul {
  display: flex;
  margin: auto;
  margin-right: 45px;
  margin-top: 38px;
}
.nav .col-md-10 {
  display: flex;
  z-index: 99;
}
.nav .col-md-10  a {
  color: #fff !important;
  padding: 20px;
}
.nav .col-md-2:after {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  /* height: 135px; */
  width: 100%;
  top: -60px;
  /* left: -55px; */
  left: -50px;
  height: 140px;
  transform: rotate(20deg);
  transition: clip-path .3s, ease all .3s;
}
.nav.sticky:after {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  background: rgba(0,0,0, 0.8);
}
.nav.sticky .col-md-2:after {
  transform: rotate(0);
  height: 90px;
  top:0;
  left: 0;
   -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}
.nav.sticky {
  padding-bottom: 0;
}
.sticky .col-md-10 ul {
  margin-top: auto;
}
.sticky img.logo {
  max-width: 90px;
}
.nav.sticky .col-md-10 {
  height: 90px;
}

/* Home Banner */
p {
  font-size: 20px;
}
h2 {
  font-size: 40px;
  font-family: 'Proximanova-SemiBold';
  color: #606060 !important;
}
.home-banner {
  position: relative;
}
.home-banner img {
  width: 103vw;
}
.who > img {
  width: 103vw;
}
.home-banner .absolute {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
  margin-top: -40px;
}
.home-banner h2 {
  /* font-size: 40px; */
  /* font-weight: 600; */
  color: #fff !important;
  padding-left: .4rem!important;
  padding-right: .4rem!important;
}
.home-banner p {
  font-size: 24px;
  margin-top: 20px;
}
/* Home Video */
.home-video {
  padding: 0 100px;
  padding-bottom: 200px;
  max-width: 1480px;
  margin: auto;
}
.home-video .col-md-4 {
  display: flex;
  align-items: center;
}
.home-video .col-md-4 h2 {
  padding-left: 10px
}
.home-video .col-md-4 h2:after {
  content: '';
  display: block;
  /* width: 55%; */
  width: 240px;
  height: 1.5px;
  background: #606060;
  margin-top: 20px;
  margin-left: -30px;
}
.home-video .slider-for .slick-list {
  overflow: visible;
}
.home-video .sf-video img,
.home-video .sf-video iframe{
  display: block;
  -webkit-box-shadow: -34px 35px 44px -22px rgba(0,0,0,0.5);
  -moz-box-shadow: -34px 35px 44px -22px rgba(0,0,0,0.5);
  box-shadow: -34px 35px 44px -22px rgba(0,0,0,0.5);
  /* max-width: 800px; */
  border: none;
}
.video-nav {
  margin-top: 100px;
}
.home-video .slider-nav .sn-video img {
  /* max-height: 150px; */
  /* min-height: 150px; set 200 first */
  object-fit: cover;
} 
.home-video .slick-arrow {
  width: 100px;
  height: auto;
}
.home-video .slick-prev {
  left: -100px;
}
.home-video .slick-next {
  right: -100px;
}
.youtube-embed-area {
  padding-left: 0px;
  padding-right: 0px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-nav {
  margin-left: 90px;
}
.home-video .slider-nav .slick-current img {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
   box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
} 

/* Home Who */
.home-w .relative > img {
  padding-right: 50px;
  margin-left: -10px;
}
/* .home-w .absolute {
  padding-left: 100px;
  
} */
.home-w p {
  font-size: 22px;
  color: #606060 !important;
  line-height: 1.3;
}
.home-w h2 {
  margin-bottom: 15px;
}
.home-w .container {
  max-width: 1480px;
  padding: 0 100px;
}
.who-we-do {
  margin-top: 120px;
  margin-left: 20%;
  /* float: right; */
  text-align: center;
}
.who-we-do h2, .who-choose-us h2 {
  text-align: center;
  text-shadow: 0 0 5px #464646;
}
.who-we-do p, .who-we-do h2,
.who-choose-us p, .who-choose-us h2{
  color: #fff !important;
}
.who-we-do h2 a, .who-choose-us h2 a {
  color: #fff !important;
}
.who-we-are h2 a, .home-clientele h2, .home-gallery h2 a {
  color: #c9003f !important;
  text-shadow: 0 0 4px #787878;
}
.client-slider .slick-slide img:hover,
.client-slider .slick-slide:hover {
  outline: none;
  shadow: none;
  border:none
}
.home-video .col-md-4 h2 span {
  text-shadow: 0 0 4px #787878;
}
.who-choose-us h2 {
  text-align: center;
  /* margin-bottom: 100px; */
}
.who-choose-us h2 + p {
  margin-bottom: 60px;
}
.who-choose-us {
  /* clear: both; */
  /* max-width: 850px; */
  max-width: 830px;
  padding-top: 120px;
}
.choose-us-detail {
  display: flex;
  align-items: center;
  margin-bottom: 25px
}
.choose-us-detail p {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: 'Proximanova-SemiBold';
}
/* .choose-us-detail img {
  max-width: 95px; 
} */
.choose-us-detail img {
  border-radius: 100%;
  box-shadow: rgba(0,0,0,0.8) 8px 8px 15px;
  max-width: 70px;
}

/* Home Client */
.home-clientele {
  padding: 100px 0;
}
.home-clientele h2 {
  margin-bottom: 25px;
}
/* .home-clientele .slick-slide {
  opacity: 0.3;
} */
.home-clientele .slick-slide.slick-active {
  opacity: 1;
}
.client-slider .slick-slide img {
  /* min-height: 95px; */
  min-height: 155px;
  object-fit: contain;
}
.client-slider .slick-next,
.client-slider .slick-prev {
    height: 100%;
    top: 0;
    transform: none;
    right: -20px;
    z-index: 199;
    width: 25%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    
}
.client-slider .slick-prev  {
  right: auto;
  left: -20px;
  justify-content: flex-start;
}
.client-slider  .slick-next:before, 
.client-slider  .slick-prev:before {
  content: '';
  background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
}
.client-slider  .slick-prev:before {
  background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.client-slider .slick-next img, 
.client-slider .slick-prev img{
  width: 35px;
  height: 35px;
  z-index: 99;
}

/* Home Gallery */
.home-gallery {
  padding: 100px 0;
  position: relative;
}
.home-gallery h2 {
  margin-bottom: 50px;
}
.home-gallery .col-md-4 img{
  /* min-height: 184px;
  max-height: 184px;
  object-fit: cover; */
  transition: .2s ease all;;
}
/* .home-gallery .col-md-4 img:hover {
  transform: scale(1.1)
} */
.home-gallery .col-md-4 {
  margin-top: 40px;
}

.home-gallery .col-md-4:nth-child(2),
.home-gallery .col-md-4:nth-child(5),
.home-gallery .col-md-4:nth-child(8),
.home-gallery .col-md-4:nth-child(11) {
  margin-top: 0;
}
.home-gallery .container {
  position: relative
}
.gallery-bg {
  position: absolute;
  top: -560px;
  z-index: -1;
  width: 100%;
}
/* .gallery-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height:100%;
  top: 0;
  display: block;
  background: linear-gradient(to bottom,rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
} */

.red-top {
  position: absolute;
  /* left: -100px; */
  top: 0px;
  background: #c9003f;
  /* width: 350px;
  height: 200px */
  left: -38px;
  /* width: 265px;
  height: 155px; */
  width: 320px;
  height: 145px;
}
.red-bottom {
  position: absolute;
  right: -50px;
  /* bottom: 0px; */
  background: #c9003f;
  /* width: 200px;
  height: 300px */
  width: 180px;
  bottom: 140px;
  height: 210px;
}


/* Footer */
.footer .absolute {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.footer > img {
  max-height: 550px;
}
.footer .row {
  width:  100%;
  margin: auto;
  /* margin-top: 90px; */
  margin-top: 170px;
  padding: 0 50px;
}
.footer-logo {
  max-width: 220px;
}
.footer .col-md-4{
  display: flex;
  flex-direction: column;
}
.footer .col-md-4:first-child {
  align-items: center;
  justify-content: center;
}
.footer .col-md-4:first-child {
  flex: 0 0 35%;
  max-width: 35%;
}
.footer .col-md-4:nth-child(2) {
  flex: 0 0 35%;
  max-width: 35%;
} 
.footer .col-md-4:nth-child(3) {
  flex: 0 0 30%;
  max-width: 30%;
} 
.footer .col-md-4 ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.footer .col-md-4 ul li img {
  width: 25px;
  margin-right: 10px;
}
.footer .col-md-4 ul li:nth-child(2) img {
  max-width: 16px;
  margin-left: 4px;
  margin-right: 17px;
}
.footer .col-md-4 h3 {
  margin-top: auto;
}
.footer .col-md-4:nth-child(2) h3 {
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
}
.footer .col-md-4:nth-child(3) ul {
  margin-bottom: 10px;
}
.footer .col-md-4:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer .col-md-4:nth-child(2) > div  ul {
  margin-top: auto;
  margin-bottom: 0;
}
.footer .col-md-4:nth-child(2) > div  ul  li {
  margin-bottom: 0;
}
.footer .col-md-4:last-child h3 {
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
}
.footer .col-md-4:last-child h3 img {
  width: 25px;
  margin-right: 20px;
}
.footer .col-md-4:last-child h3 a {
  display: flex;
  align-items: center;
}
.footer .col-md-4:last-child h3 i {
  font-size: 27px;
  margin-right: 20px;
  line-height: 1.2;
}
.footer .col-md-4:last-child h3 a:first-child img {
  margin-right: 10px;
}
.footer p {
  /* margin-bottom: 30px; */
  font-size: 16px;
}
.footer .get-touch:after{
  content: '';
  width: 135px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 5px
}
.footer a {
  color: #fff !important;
}
.footer ul li p {
  margin-bottom: 0;
}
.footer .col-md-4 h3.get-touch {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
.footer .col-md-4 h3.get-touch a {
  font-size: 20px;
}



/* Who We Are */
.mobile-show, .mobile-show-footer, .mobile-box {
  display: none;
}
.who {
  position: relative;
}
.who .absolute {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -10vh;
}
.who .absolute > div{
  color: #fff !important;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.who .absolute > .container {
  text-align: center;
  max-width: 1400px;
}

.who h2 {
  color:  #fff !important;
  margin-bottom: 20px;
}
.who p {
  margin-bottom: 20px;
  font-size: 20px;
}
.goals  {
  padding: 0 100px;
  text-align: right;
}
.goals img {
  max-height: 100px;
  width: auto;
}
.positive-impact .absolute {
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: flex-start;
}
/* .positive-impact {
  margin-top: 200px;
}
.positive-impact > img {
  margin-top: -200px;
} */
.positive-impact h2 {
  color: #555858 !important;
  margin-bottom: 20px
}
.positive-impact p {
  color: #606060 !important;
  margin-bottom: 20px;
  text-align: justify;
}
.big-illustration{
  padding: 100px;
}

/* What We do */
.toggle-detail-btn {
  color: #fff !important;
}
.scroll-vertical-section{
  display:flex;
  height: 100vh;
  /* width: 250vw; */
  position: relative;
}
.scroll-vertical-section > div {
  width: 50vw;
  height: calc(100vh - 90px);
  margin-top: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff !important;
  position: relative;
}

.styling-scroll {
  position: relative;
  width: 100vw;
  margin: 0;
  margin-bottom: 100px;
}
.styling-scroll:before{
  content: '';
  width: 150px;
  position: absolute;
  top: 0;
  left:0;
  height: 100%; 
  background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
  z-index: 99;
}

.styling-scroll:after{
  content: '';
  width: 150px;
  position: absolute;
  top: 0;
  right:0;
  height: 100%; 
 background-image: linear-gradient(to left, rgba(0,0,0,0.7), rgba(0,0,0,0));
  z-index: 99;
}

.styling-scroll:after,
.styling-scroll:before{
    height: calc(100% - 90px);
    top: auto;
    bottom: 0;
}

.toggle-detail-btn {
  cursor: pointer;
}
.scroll-vertical-section > div > h3 {
  font-size: 36px;
  text-shadow: 1px 6px 3px #404040;
}
.scroll-vertical-section > div > a {
  font-size: 18px;
  text-transform: capitalize;
  /* border: 1px solid white;
  padding: 8px 18px; */
}
.scroll-vertical-section > div > h3 {
  max-width: 50%;
  border-radius: 20px;
  background: rgba(0,0,0, 0.5);
  padding: 25px;
  text-shadow: none;
/*     box-shadow: 0px 0px 7px #404040; */
  cursor: pointer;
  letter-spacing: 1px;
}
.scroll-vertical-section > div > h3 a {
  display: block;
  font-size: 26px;
  font-family: 'Proximanova-SemiBold';
}
.scroll-vertical-section > div > h3:hover a {
  color: #fff !important;
}
.scroll-vertical-section > div > h3:hover {
  background: rgba(237, 25, 65, 0.7);
}
.toggle-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0,0,0, .6)
}
.toggle-detail > div {
  position: relative;
  min-width: 300px;
}
.toggle-detail > div:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 100%;
  top: 15px;
  left: -10%;
  border: 2px solid #fff;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-top: none;
}
.toggle-detail > div h3:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  top: 15px;
  left: -10%;
} 
.toggle-detail p {
  margin-top: 25px;
}

/* Why Choose Us */
.why-detail {
  padding:  0;
}
.why-detail .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-height: 300px; */
  min-height: 270px;
  padding: 0;
}
.why-detail .col-md-6 img {
  max-width: 200px;
}

.why-detail .row:nth-child(even) .col-md-6:last-child {
  align-items: flex-end;
}

.why-detail h3 {
  color: #ed1941 !important;
  /* color: #c9003f !important; */
  font-size: 22px;
  font-family: 'Proximanova-Medium';
  font-weight: bolder;
  letter-spacing: 1px;
}
.why-detail p {
  color: #606060 !important;
    line-height: 23px;
    margin-top: 10px;
    font-size: 16px;
}
.why-detail .row {
  position: relative;
}
.why-detail .row:before {
  content: '';
  position: absolute;
  height: 6px;
  background: #BC1F42;
  width: 80%;
  /* transform: rotate(25deg);
  top: 255px;  */
  transform: rotate(29deg);
  /* top: 270px; */
  top: 255px;
  left: 50px;
}
.why-detail .row:nth-child(even):before {
  /* transform: rotate(-25deg);
  top: 300px; */
  /* transform: rotate( -28deg); */
  /* top: 275px; */
  transform: rotate( -28deg);
  top: 256px;
}

.why-detail .row:last-child:before {
  display: none;
}
.why-detail .col-md-6.aos-animate {
  margin-top: -10px;
}

.why-detail div[data-aos='fade-right'] {
  text-align: right;
  /* padding-right: 30px; */
}
/* .why-detail div[data-aos='fade-left'] {
  padding-left: 30px
} */
.why-detail .row:last-child .col-md-6:last-child {
  justify-content: flex-start;
  margin-top: 40px
}
.why-detail .row:nth-last-child(2):before {
  transform: rotate(-30deg);
  top: 280px
}
.h4, h4 {
  font-size: 1.3rem;
}

/* Gallery */
.gallery-nav h4 {
  font-size: 2rem;
}
.gallery-list {
  padding: 100px 50px;
  padding-bottom: 0;
}
.circle-img {
  border-radius: 100% !important;
  width: 313.5px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.circle-img img {
  width: 313.5px;
  height: 313.5px;
  object-fit: cover;
  transition: .2s ease all;
}
.circle-img + a {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-family: 'Proximanova-SemiBold';
  color: #707070 !important;
}
.hover-bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.gallery-list .col-md-3:hover img {
  /* transform: scale(1.1); */
  opacity: 1;
}
.gallery-list .col-md-3 {
  margin-bottom: 80px;
}
.gallery-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: 'Proximanova-SemiBold';
  color: #707070 !important;
}
.gallery-nav a {
  color: #707070 !important;
  font-size: 1.5rem;
}
.gallery-details .row div {
  margin-bottom: 30px; 
}
.gallery-details .gallery-slide > div,
.gallery-details .gallery-slide > div > .row ,
.gallery-details .gallery-slide > div:first-child .col-md-12 ,
.gallery-details .gallery-slide > div:last-child .col-md-6 {
    margin-bottom: 0;
}
.gallery-details .gallery-slide > .col-md-6:first-child .col-md-6 {
  margin-bottom: 30px;
}
.gallery-slide {
  display: flex !important;
}
.gallery-slider .slick-next,
.gallery-slider .slick-prev{
  height: 100%;
  top: 0;
  transform: none;
  right: 0;
  z-index: 199;
  width: 10%;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.gallery-slider .slick-prev {
  right: auto;
  left: 0;
  justify-content: flex-start;
}
.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before {
  content: '';
  background-image: linear-gradient(to left, rgba(0,0,0,0.7), rgba(0,0,0,0));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.gallery-slider .slick-prev:before {
  background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.gallery-slider .slick-next img,
.gallery-slider .slick-prev img {
    width: 80px;
    padding: 20px;
    z-index: 199;
}
.gallery-slider .slick-disabled {
  display: none !important;
}
.gallery-slide > .col-md-6:first-child .col-md-6 img,
.gallery-slide > .col-md-6:last-child .col-md-6 img{
    height: 194px;
    width: 290px;
    object-fit: cover;
}

.gallery-slide > .col-md-6:first-child .col-md-12 img,
.gallery-slide > .col-md-6:last-child .col-md-12 img{
   height: 407px;
    width: 610px;
    object-fit: cover;
}
.mfp-iframe {
  display: block;
  position: relative;
}
.mfp-iframe div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: rgba(0,0,0, .7);

}
.mfp-iframe div svg {
  width: 68px;
  transition: .2s ease all;
}
.mfp-iframe:hover svg {
  font-size: 60px;
  transform: scale(1.1);
}
.mfp-iframe:hover svg path.ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
}


/* Contact Us */
.contact-details {
  padding: 100px 0px;
}
.contact-details > p {
  text-align: center;
  color: #606060 !important;
  margin-bottom: 50px;
  font-size: 20px;
}
.contact-social ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}
.contact-social ul li img {
  max-width: 35px;
}
.contact-social ul li:nth-child(3) img {
    max-width: 18px;
    margin-right: 10px;
    margin-left: 10px;
}
.contact-social ul li:nth-child(2) img {
  max-width: 30px;
  margin-right: 4px;
  margin-left: 4px;
}
.contact-social ul li p {
  margin-bottom: 0;
}
.contact-social ul li p a{
  margin-bottom: 0;
  margin-left: 10px;
  color: #54585B;
  font-family: 'Proximanova-Bold';
  color: #54585B !important;
  font-size: 16px;
}
.contact-details .col-md-6:first-child {
  padding-right: 0;
}
.simply-text {
  font-style: italic;
  margin: 40px 0
}
#contact-form .control-label {
  display: flex;
  justify-content: space-between;
   font-family: 'Proximanova-Bold';
  font-size: 18px;
  color: #54585B !important;
  margin-bottom: 0;
}
#contact-form .form-group {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.red {
  color: #E41D42 !important;
}
#contact-form input {
  border: none;
  border-bottom: 1px solid #54585B;
  border-radius: 0;
  padding-left: 0;
  height: 30px;
}
#contact-form input:focus,
#contact-form input:active {
  border: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #54585B;
}
.contact-details .col-md-6:first-child img {
  margin-top: 30px;
}
/* .description-box {
  background: url('/assets/web/images/contact-page/textarea_1.png');
  background-size: cover;
  padding: 40px 15px;
  margin-bottom: 0;
  z-index: 99;
} */
#description {
  width: 95%;
  height: 150px;
  background: none;
  border: none;
  resize: none;
}
.submit-button:focus,
.submit-button:active,
#description:focus,
#description:active {
  outline: 0;
  border: none;
}
.submit-button {
  float: right;
  margin-right: 100px!important;
  max-width: 150px;
  margin-top: -8px;
  background: none;
  border: none;
  outline: 0;
}
.contact-details > .row {
  align-items: center;
}
#contact-form .description-box {
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
}
.description-box .absolute {
  top: 40px;
  left: 20px;
  height: auto
}

@media(min-width: 1400px) {
  .gallery-bg {
    top: -600px;
  }
}

@media(min-width: 1480px) {
  .gallery-bg {
    top: -650px;
  }
  .home-w .relative > img {
    padding-right: 100px;
    margin-left: -10px;
    max-height: 1480px;
    object-fit: cover;
    object-position: top;
  }
  .nav .col-md-2:after {
    height: 160px;
  }
  .nav img.logo {
    max-width: 105px;
    margin-top: 25px;
  }
  .sticky img.logo {
    margin-top: 15px;
  }
  .who-we-do {
    margin-top: 200px;
  }
  .who-choose-us{
    padding-top: 200px;
  }
  /* .home-w .relative > img {
    padding-right: 500px;
    margin-left: -10px;
  }
  .who-we-do {
    margin-left: -10%;
  } */
}
@media(min-width: 1600px) {
  .gallery-bg {
    top: -685px;
  }
}
@media(min-width: 1680px) {
  .gallery-bg {
    top: -705px;
  }
}
@media(min-width: 1280px) {
  .positive-impact .absolute {
    top: 70px;
  }
}
@media(min-width: 1040px) {
  .footer .container {
    max-width: 1480px;
  }
  .contact-details .container {
    max-width: 1050px;
  }
  .positive-impact .container {
    max-width: 1050px;
  }
  .positive-impact p img {
      margin-top: 70px;
  }
  .why-detail .container {
    width: 700px;
    /* padding-left: 40px; */
  }
  .gallery-slider .container,
  .gallery-details .container {
    max-width: 1280px;
  }
}
@media(max-width: 1024px) {
  .video-nav {
    margin-left: 0px;
  }
  .home-video .col-md-4 h2 {
    margin-bottom: 25px;
  }
  .home-video .slick-next {
    right: 0;
    top: auto;
    bottom: -90px;
    transform: none;
  }
  .home-video .slick-prev {
    left: 0;
    top: auto;
    bottom: -90px;
    transform: none;
  }
}

@media(min-width: 768px) and (max-width: 1024px)   {
  .footer .container {
    max-width: 100%;
  }
  .footer .row {
    padding: 0 25px;
  }
  .footer .col-md-4:first-child {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer .col-md-4:nth-child(2) {
      flex: 0 0 35%;
      max-width: 35%;
  }
  .footer .col-md-4:nth-child(3) {
      flex: 0 0 35%;
      max-width: 35%;
  }
}
@media(min-width: 768px) {
  .contact-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 1540px) {
  #description {
    height: 150px;
  }
  .circle-img img {
    width: 240px;
    height: 240px;
  }
  .circle-img {
    width: 240px;
  }

}
@media(max-width: 1280px) {
  .nav img.logo  {
    max-width: 100px;
  }
  .nav .col-md-10 ul {
      margin-top: 35px;
  }
  .nav .col-md-2:after {
      height: 150px;
      left: -40px;
  }
  .home-w .relative > img {
      padding-right: 0;
  }
  .home-w p {
      font-size: 20px;
  }
  h2 {
      font-size: 30px;
  }
  .who-we-do {
      margin-top: 100px;
  }
  .who-choose-us {
      padding-top:100px;
      max-width: 600px
  }
  .choose-us-detail img {
      max-width: 60px;
  }
  .home-w .choose-us-detail p {
      margin-left: 15px;
      font-size: 18px;
  }

 

  .red-top {
      width: 250px;
      height: 130px
  }
  .red-bottom {
      width: 150px;
      height: 250px
  }
  .footer-logo {
      max-width: 200px;
  } 
  .footer .col-md-4 h3 {
      font-size: 16px;
  }
  .footer .col-md-4 ul li img {
      width: 25px;
  }
  .footer .col-md-4:last-child h3 img {
      width: 25px;
  }
  .footer .row {
    margin-top: 100px;
  }
  .footer .col-md-4 h3.get-touch a {
    font-size: 18px;
  } 
  .footer .col-md-4:nth-child(3) ul {
    margin-bottom: 5px;
  }
  .footer .col-md-4 h3.get-touch {
    margin-bottom: 12px;
  }
  .footer p a, .footer a {
    font-size: 14px;
  }
  .footer .col-md-4:last-child h3 i {
    font-size: 28px;
  }
  .footer .col-md-4:nth-child(2) h3 {
    margin-bottom: 15px;
  }
  .footer .get-touch:after {
    width: 122px;
  }
  

  /* .who img {
    height: 900px;
    object-fit: cover;
  } */
  .home-banner img {
    height: 900px;
    object-fit: cover;
  }

  /* Why Page */
  .why-detail .row:before {
    display: none;
  }

  /* Gallery */
  .circle-img {
    width: 200px;
  }

  .circle-img img {
      width: 200px; 
      height: 200px;
  }

  .gallery-slide > .col-md-6:first-child .col-md-6 img,
  .gallery-slide > .col-md-6:last-child .col-md-6 img{
      width: 215px;
      height: 144px;
      object-fit: cover;
  }

  .gallery-slide > .col-md-6:first-child .col-md-12 img,
  .gallery-slide > .col-md-6:last-child .col-md-12 img{
      width: 460px;
      height: 307px;
      object-fit: cover;
  }


  /* Contact Us */
  .contact-details > p {
    font-size: 20px;
  }
  #contact-form .control-label {
      font-size: 15px;
  }
  #description {
      height: 110px;
  }
  .submit-button {
      margin-top: -8px;
  }
  #section-content {
    overflow: hidden;
  }

  /* Who Page */
  .goals {
      margin-top: 290px;
  }

}
@media (max-width: 1250px) {
  .gallery-bg {
    top: -520px
  }
}
@media (max-width: 1040px) {
  .gallery-bg {
    top: -415px
  }
}

@media (max-width: 1040px) {
  .gallery-slide > .col-md-6:first-child .col-md-6 img,
  .gallery-slide > .col-md-6:last-child .col-md-6 img{
      width: 150px;
      height: 100px;
      object-fit: cover;
  }

  .gallery-slide > .col-md-6:first-child .col-md-12 img,
  .gallery-slide > .col-md-6:last-child .col-md-12 img{
      width: 330px;
      height: 220px;
      object-fit: cover;
  }
}
@media(max-width: 991px) {
  .gallery-bg {
    top: -375px
  }
  .nav .col-md-2 {
    display: none;
  }
  .nav:after {
      clip-path: none;
  }
  .nav {
    display: none;
  }
  #navbar-mobile {
      position: fixed;
      width: 100%;
      z-index: 999;
      display: block;
      padding: 15px 20px;
      /* background: rgba(0,0,0, 0.8); */
      top: 0;
  }
  /* .sticky + #navbar-mobile {
      background: rgba(0,0,0, 0.8);
  } */
  .mobile-logo {
      display: block;
      max-width: 100px;
  }
  .burger-container {
      position: absolute;
      right: 25px;
      top: 35px;
      cursor: pointer
  }
  .burger-mobile {
      color: #000 !important;
  }
  #accordion {
      display: none;
      margin-top: 50px;
  }
  #accordion li {
    border-bottom: 2px solid #000;
  }
  #accordion a {
      color: #000 !important;
      line-height: 3;
      font-size: 16px
  }
  /* .mobile-logo:after {
    content: '';
    position: absolute;
    background: #fff;
    display: block;
    height: 150px;
    width: 135px;
    top: -9vh;
    left: -20px;
    transform: rotate(20deg);
    z-index: -1
  } */
  /* .mobile-logo a img {
      z-index: 999;
  } */
  /* #navbar-mobile:after {
      content:"";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: rgba(0,0,0, 0.9);
      -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0% 40%);
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 40%);
      z-index: -2;
  } */
  .sticky + #navbar-mobile, #navbar-mobile, .sticky #navbar-mobile.open:after, #navbar-mobile.open:after {
      /* background: none; */
      /* background: rgba(0,0,0, 0.9); */
      background: #fff;
      margin-bottom: 0;
      box-shadow: 0 2px 16px 0px grey;
  }
  .sticky + #navbar-mobile.open ,#navbar-mobile.open {
      /* background: rgba(0,0,0, 0.9); */
      background: #fff;
      box-shadow: 0 2px 16px 0px grey;
  }
  .mobile-logo a img {
      max-width: 70px
  }

  .home-video .row{
      flex-direction: column;
  }
  .home-video .col-md-4 h2 {
      margin-bottom: 25px;
  }
  .home-video {
      padding-left: 50px;
      padding-right: 50px;
  }
  .video-nav {
    margin-left: 0;
  }
  .home-video .slick-next {
      right: 0;
      top: auto;
      bottom: -90px;
      transform: none;
  }
  .home-video .slick-prev {
      left: 0;
      top: auto;
      bottom: -90px;
      transform: none;
  }
  .home-w {
    margin-top: 100px
  }
  .home-w .relative > img {
    display: none;
  }
  .home-w .absolute {
    position: relative;
  }
  .home-video {
      padding-top: 25px;
      padding-bottom: 40px;
  }
  .home-w .absolute {
      padding-left: 25px;
      padding-right: 25px;
  }
  .who-we-do {
      margin-left:10%
  }
  .who-choose-us h2 {
      text-align: center;
      
  }
  .who-we-do {
    margin-left: 0;
    margin-top: 35px
  }
  .who-we-do p, .who-we-do h2 , .who-choose-us p, .who-choose-us h2 {
    color: #606060 !important;
    /* margin-bottom: 0; */
  }
  
  .who-we-do h2 a,
  .who-choose-us h2 a {
   color: #c9003f !important;
  /* text-shadow: 0 0 4px #787878; */
  }
  .home-video .col-md-4 h2 span {
    text-shadow: 0 0 3px #a4a1a1;
  }
  .who-we-are h2 a, 
  .home-clientele h2, 
  .home-gallery h2 
  a,
  .who-we-do h2 a, .who-choose-us h2 a{
    text-shadow: 0 0 3px #a4a1a1;
  }
  .who-choose-us h2 + p br {
    display:none;
  }
  .who-we-are {
    text-align: center;
  }
  .who-choose-us {
    padding-top: 35px;
    margin: auto;
  }
  .who-choose-us h2 + p {
    margin-bottom: 20px;
  }
  .choose-us-detail img {
      max-width: 50px;
  }
  .who-choose-us {
      max-width: 480px;
  }
  .home-clientele {
      padding: 50px 40px;
  }
  .footer-logo {
      max-width: 180px;
  }
  .footer .col-md-4 h3 {
      font-size: 18px;
  }
  .footer p {
      margin-bottom: 20px;
      font-size: 12px;
  }
  .footer .col-md-4 h3.get-touch {
    margin-bottom: 12px;
  }
  .footer .col-md-4 ul {
    margin-bottom: 0;
  }
  .footer .col-md-4:last-child h3 i {
    font-size: 27px;
  }
  /* .footer .row {
    margin-top: 50px;
  } */
  /* .footer .row {
    margin-top: 330px;
  } */
  .footer .col-md-4 ul li {
    margin-bottom: 10px;
  }
  .footer .col-md-4 ul li img {
      width: 25px;
  }
  .footer .col-md-4:last-child h3 img {
      width: 25px;
  }
  .footer .get-touch:after {
    /* display: none; */
    width: 125px;
  }

  .footer .col-md-4 ul li{
    justify-content: center;
  }
  .footer .row {
    text-align: center;
  }

  .footer .col-md-4:nth-child(2) h3 a{
      font-size: 20px;
  }
    

  /* Footer New */
  .desktop-show-footer {
    display: none !important;
  }
  .mobile-show-footer {
    display: block !important;
  }
  img.footer-bg {
    height: 850px;
    object-fit: cover;
    object-position: center; 
    max-height: 100%;
  }
  .footer .container {
    padding:0;
    margin: 0;
  }
  .footer .absolute {
      align-items: flex-start;
      padding-top: 80px
  }
  .footer .col-md-4:first-child {
      align-items: flex-start;
  }
  .footer .col-md-4 {
      margin-bottom: 25px
  }
  .footer .col-md-4:last-child h3 {
      justify-content: center;
      align-items: center;;
  }
  /* .footer .col-md-4:last-child ul + h3 {
    margin-top: 20px;
  } */
  .footer .col-md-4 ul li img {
    width: 30px;
  } 
  .footer .col-md-4:last-child h3 img {
    width: 30px;
  }
  .footer .col-md-4:last-child h3 img {
    margin:0 10px;
  }
  .footer .col-md-4:last-child h3 a:first-child img {
    margin-right: 5px;
  }
  .footer .col-md-4:last-child h3 i {
    font-size: 35px;
    margin: 10px;
  }
  .footer .col-md-4:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .col-md-4:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .footer .col-md-4:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .footer .col-md-4:nth-child(2) > div ul {
    margin-top: 15px;
  }
  .footer .col-md-4{
    display: flex;
    align-items: center;
  }
  .footer .col-md-4:first-child {
      align-items: center;
  }
  

  /* What page */
  .scroll-vertical-section{
    width: 500vw;
  }
  .scroll-vertical-section > div {
    width: 100vw;
    position: relative;
  }
  .styling-scroll {
    margin-top: 0;
    margin-bottom: 50px;
  }

  /* Who Page */
  .who p, 
  .home-banner p  {
    font-size: 18px;
    padding: 0 20px;
  }
  .who p br, .home-banner p br {
    display: none;
  }
  .home-banner h2 br, .who h2 br {
    display: none
  }
  .positive-impact .absolute {
    padding: 35px 25px;
  }
  .positive-impact {
      margin-top: 150px;
      margin-bottom: 100px;
  }
  .goals {
    margin-top: 470px;
  }

  

  /* Gallery */
  .circle-img {
    width: 150px;
  }
  .circle-img img {
    width: 150px; 
    height: 150px;
  }
  h4, .gallery-nav h4 {
      font-size: 22px;
  }
  .gallery-nav a {
      font-size: 18px;
  } 
  .submit-button {
    margin-right: auto !important;
  }
}
@media (max-width: 835px) {
  .gallery-slide > .col-md-6:first-child .col-md-6 img,
  .gallery-slide > .col-md-6:last-child .col-md-6 img{
      width: 100%;
      height: auto;
  }
  .gallery-slide > .col-md-6:first-child .col-md-12 img,
  .gallery-slide > .col-md-6:last-child .col-md-12 img{
    width: 100%;
    height: auto;
  }
  .gallery-slide  .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .myGallery {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  
  .myGallery img {
    width: 100%;
    max-height: 120px;
    min-height: 120px;
    object-fit: cover;
  }
}
@media(max-width: 900px) {
  .gallery-bg {
    top: -325px
  }
@media(max-width: 767px) {
  .page {
    overflow: hidden;
  }
  #loader video {
    width: 90%;
  }
  /* #navbar-mobile {
    display: none;
  } */
  .youtube-embed-area {
      padding-left: 0px;
      padding-right: 0px;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-banner .absolute {
    margin-top: 0;
  }
  h2 {
      font-size: 26px;
  }
  h4, .gallery-nav h4 {
    font-size: 20px;
  }
  .home-video .col-md-4 h2 br {
      display: none;
  }
  .home-banner p br{
    display: block;
  }
  .home-video .col-md-4 h2 {
      display: flex;
      flex-direction: column;
  }
  .home-video .col-md-4 h2:after {
      /* margin: auto; */
      margin-top: 20px
  }
  .video-nav {
      margin-top: 50px
  }
  .home-w .relative > img {
      display: none;
  }
  .home-w .absolute {
      position: relative;
  }
  .home-video {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .who-we-do {
      margin-left: 0;
      margin-top: 35px
  }
  .who-we-do p, .who-we-do h2 , .who-choose-us p, .who-choose-us h2 {
      color: #606060 !important;
      /* margin-bottom: 0; */
  }
  .who-we-do h2 a,
  .who-choose-us h2 a {
    color: #c9003f !important;
    /* text-shadow: 0 0 4px #787878; */
  }
  .home-video .col-md-4 h2 span {
    text-shadow: 0 0 3px #a4a1a1;
  }
  .who-we-are h2 a, 
  .home-clientele h2, 
  .home-gallery h2 
  a,
  .who-we-do h2 a, .who-choose-us h2 a{
      text-shadow: 0 0 3px #a4a1a1;
  }
  .who-choose-us h2 + p br {
    display:initial;
  }
  .who-we-are {
      text-align: center;
  }

  .who-choose-us {
      padding-top: 35px;
      max-width: 100%;
      text-align: 
  }
  .scroll-vertical-section {
    width: 100% !important;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .scroll-vertical-section > div {
      
      width: 100%;
      height: 400px;
  }
  .styling-scroll:before, .styling-scroll:after {
      display: none;
  }
  .scroll-vertical-section > div > h3 {
      max-width: 80%;
  }
  .red-bottom {
    bottom: -40px;
  }
  .home-gallery {
    padding-bottom: 40px;
  }
  /* .who-choose-us h2,  */
  /* .choose-us-detail {
      margin-bottom: 0;
  } */
  .who-choose-us h2 + p {
    margin-bottom: 30px;
  }
  .home-w .choose-us-detail p {
    margin-left: 30px;
  }
  .home-w .container {
    padding: 0 20px;
  }
  .home-w .choose-us-detail p br {
      display: none;
  }
  .gallery-bg {
      top: 0;
  }
  .home-gallery .col-md-4:nth-child(2), .home-gallery .col-md-4:nth-child(5), .home-gallery .col-md-4:nth-child(8), .home-gallery .col-md-4:nth-child(11) {
      margin-top: 40px;
  }
  /* .col-md-4:nth-child(11) {
    margin-top: -70px !important;
  } */
  .home-gallery .empty {
      display: none;
  }
  /* .home-gallery .col-md-4 img {
    min-height: 230px;
    max-height: 230px;
  } */
  /* img.footer-bg {
      height: 840px;
      object-fit: cover;
      object-position: center; 
      max-height: 100%;
  } */
  /* .gallery-slide {
    display: block !important;
  } */
  .footer .container {
    padding:0;
    margin: 0;
  }
  .footer .absolute {
      align-items: flex-start;
      padding-top: 80px
  }
  /* .footer .col-md-4:first-child {
      align-items: flex-start;
  } */
  .footer .col-md-4 {
      margin-bottom: 25px
  }
  .footer .col-md-4:last-child h3 {
      justify-content: center;
      align-items: center;;
  }
  .footer .col-md-4:last-child ul + h3 {
    margin-top: 20px;
  }
  .footer .col-md-4 ul li img {
    width: 30px;
  } 
  .footer .col-md-4:last-child h3 img {
    width: 30px;
  }
  .footer .col-md-4:last-child h3 img {
    margin:0 10px;
  }
  .footer .col-md-4:last-child h3 a:first-child img {
    margin-right: 5px;
  }
  .footer .col-md-4:last-child h3 i {
    font-size: 35px;
    margin: 10px;
  }
  .footer .col-md-4:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .col-md-4:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .footer .col-md-4:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .footer .col-md-4:nth-child(2) > div ul {
    margin-top: 15px;
  }
  .footer .col-md-4:nth-child(2) h3 a{
    font-size: 14px
  }
  .company-number, .company-number a {
    font-size: 12px !important;
    /* font-size: 0.7em !important; */
  }
  /* .footer .col-md-4:last-child h3 a:first-child img {
    margin-right: 5px;
  } */
  .contact-details .container {
    max-width: 100%;
  }
  .mobile-phone .authenticated-page.authenticated.mobile-community.mobile-document .notification .notification-dialog.content-frame {
    -webkit-text-size-adjust: 100%;
  }
 

  /* Who Page */
  .positive-impact p {
    font-size:14px;
  }
  .who p,
  .home-banner p  {
    font-size: 14px;
    padding: 0 20px;
  }
  .styling-scroll {
    margin-top: 50px;
    margin-bottom: 0;
  }
  /* .scroll-vertical-section > div {
    height: 100%;
  } */
  .styling-scroll:after, .styling-scroll:before {
    height: 100%;
  }
  .goals {
    /* margin-top: 0; */
    display:none;
  }
  /* .positive-impact > .mobile-show {
    height: 750px;
    object-fit: cover;
    object-position: top;
  } */
  /* .goals img {
    width: 100%;
    height: auto;
  } */
  .home-banner img, .who img {
    /* height: 700px; */
    object-fit: cover;
    height: auto;
  }
  .who .absolute {
    margin-top: 0;
  }
  .big-illustration {
    padding: 20px;
  }
  .big-illustration img, .home-banner img, .contact-details .col-md-6:first-child img, .who img {
      display: none;
  }
  .desktop-show {
    display: none !important;
  }
  .mobile-show, .gallery-slider .mobile-box {
      display: block !important;
  }
  .positive-impact .col-md-6 p  img{
      display: none;
  }
  .positive-impact {
    margin-top: 0;
    margin-bottom: 0;
    /* margin: 0;
    background: url('/assets/web/images/who-page/positive-impact-background.png');
    background-size: cover;
    background-repeat: no-repeat; */
  }
  .positive-impact .absolute {
      /* position: relative; */
      padding-top: 25px;
  }
  .positive-impact > img {
      display: none;
  }
  .styling-scroll:before,
  .styling-scroll:after {
    width: 100px;
  }
  .scroll-vertical-section > div > h3 {
    font-size: 24px;
    /* margin-bottom: 20px; */
    width: 60%;
  }
  .scroll-vertical-section > div > a {
    font-size: 16px;
    
  }
  .scroll-vertical-section > div > h3:hover {
    background: rgba(0,0,0, 0.5);
  }
  .toggle-detail h3 {
      font-size: 16px;
  }
  .toggle-detail > div:after {
    left: -10%;
    width: 115%;
  }
  /* .positive-impact > .mobile-show {
    height: 1200px;
    object-fit: cover;
    object-position: top;
  } */

  /* Why Page */
  .why-detail div {
    padding: 0 20px;
  }
  .why-detail div[data-aos='fade-left'] {
    /* padding-left: 15px; */
  }
  .why-detail {
    padding: 0;
  }
  .why-detail .col-md-6 {
    min-height: 100%;
  }
  .why-detail .col-md-6 img {
    max-width: 150px;
    /* margin-left: 22px; */
  }
  .why-detail .row {
    padding: 0 10px;
  }
  .why-detail h3 {
    font-size : 20px;
  }
  .why-detail p br { 
      display: none;
  }
  
  .why-detail .row:nth-child(even) {
      display: flex;
  }
  .why-detail .row:nth-child(even) div:first-child {
      order: 1;
      text-align: left;
  }
  .why-detail .col-md-6.aos-animate, .why-detail .row:last-child .col-md-6:last-child {
    margin-top: -10px;
}
  .why-detail .row:nth-child(even) .col-md-6:last-child {
      align-items: flex-start;
  }
  .why-detail .col-md-6 {
    text-align: center !important;
    align-items: center !important;
  }
  .why-detail div[data-aos='fade-right'] {
    /* padding-right: 15px; */
  }

  /* Gallery */
  .gallery-list {
    padding: 0 25px;
  }
  .circle-img {
    width: 250px;
  }
  .circle-img img {
    width: 250px; 
    height: 250px;
  }
  .gallery-details .gallery-slide > div:first-child .col-md-12 {
    margin-bottom: 30px;
  }
  .gallery-details .gallery-slide > div:last-child .col-md-6:last-child {
      margin-top: 30px;
  }
  /* .gallery-details .gallery-slide > div, .gallery-details .gallery-slide > div > .row, .gallery-details .gallery-slide > div:first-child .col-md-12, .gallery-details .gallery-slide > div:last-child .col-md-6 {
    margin-bottom: 30px;
  } */
  .why-detail, .gallery-list {
    padding-top: 50px;
  }
  .gallery-nav a {
    font-size: 14px;
  }
  .gallery-nav h4 {
    font-size: 16px
  }
  .mobile-box {
    position:relative
  }


  /* Contact Page */
  .contact-details {
    padding: 0 20px;
    padding-top: 45px;
  }
  .contact-details > p {
    font-size: 16px
  }
  #description {
    height: 90px;
  }
  .contact-social ul li p a {
    font-size: 14px;
  }
  .submit-button {
    margin-top: -8px
  }
  .contact-details .col-md-6:first-child img {
    margin-bottom: 20px;
  }
  .contact-social ul li img {
    max-width: 30px;
  }
  #contact-form .control-label {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 10px;
  }
  #contact-form .control-label div {
    margin-right: 5px
  }
  #section-content {
    overflow: hidden;
  }
  .description-box .absolute {
    left: 0;
    top: 20px;
  }
  .footer .row {
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 20px;
  }
  .footer p {
    margin-bottom: 0;
  }
  .footer {
    margin-top: 0px;
  }
 

}

@media(max-width: 480px) {
  .home-banner, .who {
    margin-top: 40px;;
  }
  .mobile-logo:after {
    top: -70px;
  }
  /* h2 {
    font-size: 18px;
  } */
  p, .positive-impact p {
      font-size: 12px;
  }
  .home-w .choose-us-detail p {
    font-size: 14px;
  }
  .home-w p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .home-w p br {
    display:none;
  }
  .home-clientele {
    padding-top: 50px;
    padding-bottom: 25px
  }
  .home-gallery {
    padding: 25px 0;
  }
  .home-video .slick-prev,
  .home-video .slick-next {
      top: 50%;
      transform: translate(0,-50%);
      width: 40px;
  }

  .slider-nav .slick-list {
    margin: 0 50px;
  }
  /* .footer .row {
    margin-top: 40px;
  } */

  /* Who Page */
  .styling-scroll:before, .styling-scroll:after {
    width: 50px;
  }
  
  .positive-impact > .mobile-show {
    height: 750px;
  }

  .nav {
    padding-bottom: 0;
    padding: 15px 10px;
  }
  .nav .col-md-10 a {
    padding: 15px;
  }
  .nav .col-md-10 ul {
    margin: 0;
  }
  #contact-form input {
    height: 27px;
  }

  .gallery-nav h4 {
    font-size: 15px;
  }
  .gallery-nav a {
    font-size: 13px;
  }
  .gallery-list {
    padding: 0 10px;
    padding-top: 25px;
  }

  .swal2-image {
    height: 150px !important;
  }
  .swal2-content, .swal2-header {
      padding: 0;
  }
  .swal2-title {
    font-size: 28px;
  }

}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

@media(max-width: 400px) {
  .myGallery img {
   max-height: 110px;
   min-height: 110px;
  }
}

@media(max-width: 370px) {
  .myGallery img {
    max-height: 100%;
    min-height: 100%;
  }
}

