#threedCarouselthree {
  margin-top: 0px;
  /*padding-top: 40px;*/
}
.slider-container {
  display: block;
  height: 660px;
  width: 100%;
  position: relative;
}

.slider-container .arrow-left-threed {
  position: absolute;
  left: 25%;
  top: 40%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
}

.slider-container .arrow-right-threed {
  position: absolute;
  right: 24.8%;
  top: 40%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
}

.slider-container .dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  user-select: none;
}

.slider-container .dots span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  position: relative;
}

.slider-container .dots span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.6;
}

.slider-container .slider .slide.prev-2 {
  transform: translate3d(-82%, -50%, 0px) scale3d(0.6, 0.6, 1);
  z-index: 1;
  opacity: 0.5;
}

.slider-container .slider .slide.prev-1 {
  transform: translate3d(-67%, -50%, 0px) scale3d(0.8, 0.85, 1);
  z-index: 2;
}

.slider-container .slider .slide.next-1 {
  z-index: 2;
  transform: translate3d(-33%, -50%, 0px) scale3d(0.8, 0.85, 1);
}

.slider-container .slider .slide.next-2 {
  z-index: 1;
  transform: translate3d(-18%, -50%, 0px) scale3d(0.6, 0.6, 1);
  opacity: 0.5;
}

.slider-container .slider .slide.active {
  z-index: 3;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-container .slider .slide {
  display: inline-block;
  width: 85%;
  height: 644px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
  background-color: #2C2A40;
  border: 12px solid #ffffff;
  border-radius: 40px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
}

.slider-container .slider .slide:nth-child(odd) {
  background-color: gray;
}

@media (max-width: 768px) {
  .slider-container .slider {
    height: 450px;
  }
  .slider-container .slider .slide {
    width: 100%;
    height: 450px;
  }
}

@media only screen and (min-width:1366px) and (max-width:1536px) {

#threedCarouselthree .slider-container .arrow-left-threed {
    left: 12.5%;
  }

  #threedCarouselthree .slider-container .arrow-right-threed {
    right: 12.5%;
  }
}


@media only screen and (min-width:1280px) and (max-width:1365px) {
 #threedCarouselthree .slider-container .arrow-left-threed {
    left: 12.5%;
  }

  #threedCarouselthree .slider-container .arrow-right-threed {
    right: 12.5%;
  }
}
 
@media only screen and (min-width:1024px) and (max-width:1279px) {

  .slider-container .slider .slide{
    width: 85%;
    height: 484px;
  }

 #threedCarouselthree .slider-container .arrow-left-threed {
    left: 3%;
  }

  #threedCarouselthree .slider-container .arrow-right-threed {
    right: 3%;
  }

  #threedCarouselthree .slider-container .slider {
    width: 100%;
  }


 #threedCarouselthree{
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width:992px) and (max-width:1023px) {

#threedCarouselthree{
    padding-left: 70px;
    padding-right: 70px;
  }
  .slider-container .slider .slide{
    width: 85%;
    height: 484px;
  }
 #threedCarouselthree .slider-container .arrow-left-threed {
    left: 3%;
  }

  #threedCarouselthree .slider-container .arrow-right-threed {
    right: 3%;
  }

  #threedCarouselthree .slider-container .slider {
    width: 100%;
  }

}
@media only screen and (min-width:768px) and (max-width:991px) {

#threedCarouselthree{
    display: none !important;
  }
}
@media only screen and (min-width:100px) and (max-width:767px) {
#threedCarouselthree{
    display: none !important;
  }
}
.gallery{
  width:100%;
}
.gallery-container{
  align-items: center;
  display: flex;
 height: 541px;
  margin:0 auto;
  max-width: 790px;
  position:relative;

}

.gallery-item{
  height: 431px;
    width: 764px;
  opacity:0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 15px!important;
  background-size: contain;
  box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35)!important;
  border: 2px solid rgb(91 91 106 / 47%)!important;
}
.gallery-item-0{
   left: 27.6%;
  opacity: 1;
  transform: translate3d(-80%, -50%, 0px) scale3d(0.4, 0.4, 1);
    top: 50%;
     z-index:-1;
}
.gallery-item-1{
   left: 37%;
  opacity: 1;
  transform: translate3d(-74%, -50%, 0px) scale3d(0.6, 0.6, 1);
    top: 50%;
}
.gallery-item-2,.gallery-item-4{
      height: 430px;
    width: 764px;
  opacity: 1;
  z-index: 1;

}
.gallery-item-2{
  left:45%;
  transform: translate3d(-68%, -50%, 0px) scale3d(0.8, 0.85, 1);
    top: 50%;
}
.gallery-item-3{
      height: 432px;
    width: 765px;
  opacity: 1;
  left:50%;
  top:50%;
 transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.gallery-item-4{
  left:58.4%;
  transform: translate3d(-35%, -50%, 0px) scale3d(0.8, 0.85, 1);
    top: 50%;
}
.gallery-item-5{
  left:63%;
  top:50%;
  transform: translate3d(-25%, -48%, 0px) scale3d(0.6, 0.6, 1);
  opacity: 1;
}
.gallery-item-6{
  left:72.4%;
  top:50%;
  transform: translate3d(-20%, -48%, 0px) scale3d(0.4, 0.4, 1);
  opacity: 1;
  z-index:-1;
}
.gallery-controls{
  display:flex;
  margin:25px 0;
  height: 100px;
  justify-content: center;
}
.gallery-controls-button{
  background-color: transparent;
  border:0;
  cursor: pointer;
  font-size: 30px;
  margin:0 50px;
  padding:0 12px;
  text-transform: capitalize;
}
.gallery-controls-button:focus{
  outline: none;
}
.gallery-controls-previous{
  position: relative;
}
.gallery-controls-previous::before{
  border: solid #000;
  border-width: 0 5px 5px 0;
  content:'';
  display:inline-block;
  height:5px;
  width:5px;
  left:-30px;
  padding:10px;
  position: absolute;
  top:25%;
  transform: rotate(135deg) translateY(-50%);
  transition:left 0.15s ease-in-out;
  }
  .gallery-controls-previous:hover::before{
      left:-40px;
  }
  .gallery-controls-next{
      position: relative;
  }
  .gallery-controls-next:before{
      border: solid #000;
      border-width: 0 5px 5px 0;
      content:'';
      display:inline-block;
      height:5px;
      width:5px;
      right:-30px;
      padding:10px;
      position: absolute;
      top:45%;
      transform: rotate(-45deg) translateY(-50%);
      transition:right 0.15s ease-in-out; 
  }
  .gallery-controls-next:hover::before{
      right:-40px;
  }
  .gallery-nav{
      bottom:-15px;
      display: flex;
      justify-content: center;
      list-style: none;
      padding:0;
      position: absolute;
      width:100%;
   }
   .gallery-nav li{
      background: #ccc;
      border-radius: 50%;
      height:10px;
      margin:0 16px;
      width:10px;
   }
   .gallery-nav li.gallery-item-slected{
      background: #555;
   }

   #threedCarouselthree.section-container-t {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -500px;
    margin-top: 100px;
}
#threedCarouselthree .section-container-t.main-content-container .row {
  height: 100%;
  margin-bottom: 40px;
}
#threedCarouselthree #contact.section-container-t .section-text-wrapper-t {
  justify-content: center;
}
#threedCarouselthree .section-container-t .form-wrapper-outer {
  padding-left: 30px;
  padding-right: 30px;
}
#threedCarouselthree #contact .custom-form-wrapper {
  margin-top: 50px;
}
.custom-form-wrapper .nav.nav-tabs {
  border: none;
}
.custom-form-wrapper .nav.nav-tabs button.active {
  background-color: #ffffff;
}
.custom-form-wrapper .nav.nav-tabs button {
  width: 50%;
  padding: 30px;
  border: none;
  background-color: darkgrey;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #2B2B2B;
}
#contact .custom-form-wrapper .tab-content {
  padding: 8px 56px 42px 56px;
  min-height: 693px;
}
#contact .custom-form-wrapper .tab-content input.form-control {
  padding: 8px 16px;
}
#threedCarouselthree button[ type="submit"] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 18px;
  background: rgb(0, 0, 254);
  border: 2px solid rgb(0, 0, 254);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 10px 30px;
  max-height: 58px;
}
   #threedCarouselthree #contact.section-container-t .section-text-wrapper-t{
    justify-content: center;
   }
   #contact .custom-form-wrapper{
    margin-top: 50px;
   }
   #contact .custom-form-wrapper .tab-content input.form-control{
    padding: 8px 16px;
  }
  #contact .custom-form-wrapper .tab-content{
    padding: 8px 56px 42px 56px;
    min-height: 693px;
  }
  
  
  
  @media only screen and (min-width:1366px) and (max-width:1536px){
  
  #threedCarouselthree #contact .custom-form-wrapper .tab-content{
    padding: 0px 32px 42px 32px;
  }
  #threedCarouselthree #contact .custom-form-wrapper .nav.nav-tabs button{
    padding: 15px 30px;
  }
  #threedCarouselthree #contact .custom-form-wrapper .tab-content .form-bottom-text-wrapper p{
    font-size: 13px;
  }
  #threedCarouselthree #contact.section-container-t .section-text-wrapper-t .img-fluid{
    max-width: initial;
  }
  }
  
  @media only screen and (min-width:1280px) and (max-width:1365px){
    /* NAVBAR:START */
  
   #threedCarouselthree #contact .custom-form-wrapper .tab-content{
      padding: 0px 32px 42px 32px;
    }
    #threedCarouselthree #contact .custom-form-wrapper .nav.nav-tabs button{
      padding: 15px 30px;
    }
    #threedCarouselthree #contact .custom-form-wrapper .tab-content .form-bottom-text-wrapper p{
      font-size: 13px;
    }
  
  }
  
    @media only screen and (min-width:992px) and (max-width:1279px){
     #threedCarouselthree #contact.section-container-t .col-lg-2{
        display: none;
      }
      #threedCarouselthree #contact .custom-form-wrapper .tab-content{
        padding: 0px 32px 42px 32px;
      }
      #threedCarouselthree #contact .custom-form-wrapper .nav.nav-tabs button{
        padding: 15px 30px;
      }
      #threedCarouselthree #contact .custom-form-wrapper .tab-content .form-bottom-text-wrapper p{
        font-size: 13px;
      }
      #threedCarouselthree #contact.section-container-t .section-text-wrapper-t{
        height: 100%;
        padding-right: 0px;
        flex: 0 0 auto;
        width: 66.66666667%;
        align-items: center;
        justify-content: center;
        display: flex;
        transform: none;
      }
  }
