img {
  width: 100%;
}

a {
  color: #c21d1d;
  text-decoration: none;
}

a:hover {
  color: #c21d1d;
  text-decoration: none;
}

/*/ ====== home page css starts ====== /*/


/*/ ----- navbar css starts ----- /*/

.navbar .active {
    padding: 7px 13px;
    border-radius: 50px;
}

.scrolled {
  background-color: #000 !important;
  -webkit-box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.27);
  box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.27);
}

.navbar {
  background: rgb(13,13,13);
  background: linear-gradient(180deg, rgba(13,13,13,1) 0%, rgba(0,0,0,0) 100%);
  position: fixed;
  width: 100%;
  z-index: 999;
}

.navbar .navbar-brand {
  width: 90px;
  margin-left: 10px;
  z-index: 999999;
}

.button_container {
  position: fixed;
  top: 3%;
  right: 4%;
  height: 40px;
  width: 45px;
  cursor: pointer;
  z-index: 9999999;
  transition: opacity 0.25s ease;
  border-radius: 0px!important;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
  width: 30px;
  top: 8px;
  left: 8px;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
  width: 30px;
  top: 30px;
  left: 8px;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 55px;
  position: absolute;
  top: 10px;
  left: 0px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 22px;
  left: 0px;
  width: 35px;
}
.button_container span:nth-of-type(3) {
  top: 34px;
  left: 0px;
  width: 20px;
}

.overlay {
  position: fixed;
  background: #000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 99999;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
    margin-bottom: 3  vh;
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.overlay.open li a {
    transition: 0.2s ease-in;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 46%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  font-family: Poppins-SemiBold;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 3vw;
  margin-bottom: 3vh;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*/ ----- navbar css ends ----- /*/


/*/ ----- slider css starts ----- /*/

.slider-area {
  background-color: #000;
}

.carousel .carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.slider-area .carousel .carousel-caption h5 {
  font-family: Poppins-Light;
  font-size: 3vw;
  text-transform: uppercase;
}

.slider-area .carousel .carousel-caption p {
  font-family: Poppins-Light;
  text-transform: uppercase;
}

.slider-area .carousel .carousel-caption {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  right: 0%;
  bottom: 0px;
  left: 0%;
  padding-top: 80px;
}

.slider-area .slider-soc ul li {
  font-family: Poppins-Light;
  font-size: 12px;
  color: #fff;
  display: inline;
  padding-right: 30px;
}

.slider-area .slider-soc ul li a {
  font-family: Poppins-Light;
  color: #fff;
  text-decoration: none;
}

.slider-area .slider-soc {
  position: absolute;
  bottom: 90px;
  left: 0px;
  transform: rotate(-90deg);
  width: 100%;
}

.slider-area .slider-soc ul {
  padding-left: 0px;
  width: 60vh;
  position: relative;
}

.slider-area .slider-soc ul li:nth-of-type(3) {
  position: relative;
}

.slider-area .slider-soc ul li:nth-of-type(3):after {
  content: '';
  display: block;
  width: 80px;
  height: 1.5px;
  background-color: #c21d1d;
  position: absolute;
  left: 60px;
  top: 9px;
}


.slider-area .carousel .carousel-indicators li {
  display: none;
}


/*/ ----- slider css ends ----- /*/


/*/ ----- about section css starts ----- /*/

.about-home {
  background-color: #000;
  overflow: hidden;
}

.about-home .about-home-container {
  padding: 60px 5% 60px;
}

.about-home .about-head h4 a {
  font-family: Poppins-Regular;
  color: #fff;
  font-size: 44px;
  padding-left: 35px;
  position: relative;
  text-decoration: none;
}

.about-home .about-head h4 a:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #c21d1d;
  position: absolute;
  top: 26px;
  left: 0px;
}

.about-home .about-content {
  margin-top: 5vw;
}

.about-content {
  font-family: Poppins-Light;
  font-size: 16px;
  color: #c21d1d;
}

.about-home .about-content .about-p {
  font-family: Poppins-Light;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}

.about-home .about-content .content-quote {
  font-family: Poppins-Regular;
  color: #c21d1d;
  font-size: 30px;
  margin-bottom: 5vw;
}

.about-home .about-content h4 a {
  font-family: Poppins-Bold;
  color: #c21d1d;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}

.about-home .about-content h4 a:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  right: -58px;
  top: 9px;
}

.about-home .about-img-one img {
  height: 450px;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
}

.about-home .about-img-two img {
  height: 450px;
  object-fit: cover;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
}

.about-home .about-img-three img {
  width: 35vw;
  height: 300px;
  object-fit: cover;
  margin-top: 50px;
  position: relative;
  top: -140px;
  left: 7vw;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.47);
}

.about-home .about-img-three {
  height: 250px;
}

/*/ ----- about section css ends ----- /*/


/*/ ----- services section css starts ----- /*/

.services-home {
  background-color: #0b0b0b;
}

.services {
  background-color: #000000;
}

.services-home .services-container {
  padding: 60px 8%;
}

.services-home .service-head h4 a {
  font-family: Poppins-Regular;
  color: #fff;
  font-size: 44px;
  padding-left: 35px;
  position: relative;
}

.service-head{
  padding-bottom: 50px;
}

.services-home .service-head h4 a:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #c21d1d;
  position: absolute;
  top: 26px;
  left: 0px;
}

.services .about-content .about-p {
  font-family: Poppins-Light;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}

.services .about-content .content-quote {
  font-family: Poppins-Regular;
  color: #c21d1d;
  font-size: 30px;
}

.services-content {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}

.services-home .services-box-one {
  position: relative;
  transition: 0.3s ease-in;
  overflow: hidden;
}

.services-home .services-box-one:hover .service-box-content {
  bottom: 0px;
}

.services-home .services-box-one:hover .service-box-content h4:after {
  width: 100px;
}

.services-home .services-box-one img {
  height: 400px;
  object-fit: cover;
}

.services-home .services-box-one .service-box-content h4 {
  font-family: Poppins-Light;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.services-home .services-box-one .service-box-content h4:after {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  background-color: #ddd;
  margin: 15px auto;
  transition: 0.3s ease-in;
}

.services-home .services-box-one .service-box-content {
  position: absolute;
  bottom: -40px;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  padding: 90px 5px 10px;
  transition: 0.3s ease-in;
}

.services-home .services-box-one .service-box-content a img {
  width: 40px;
  height: 30px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*/ --- /**/

.services-home .services-box-two {
  position: relative;
  transition: 0.3s ease-in;
  overflow: hidden;
  margin-top: 50px;
}

.services-home .services-box-two:hover .service-box-content {
  bottom: 0px;
}

.services-home .services-box-two:hover .service-box-content h4:after {
  width: 100px;
}

.services-home .services-box-two img {
  height: 400px;
  object-fit: cover;
}

.services-home .services-box-two .service-box-content h4 {
  font-family: Poppins-Light;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.services-home .services-box-two .service-box-content h4:after {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  background-color: #ddd;
  margin: 15px auto;
  transition: 0.3s ease-in;
}

.services-home .services-box-two .service-box-content {
  position: absolute;
  bottom: -40px;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  padding: 90px 5px 10px;
  transition: 0.3s ease-in;
}

.services-home .services-box-two .service-box-content a img {
  width: 40px;
  height: 30px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}






.more-img a {
    font-family: Poppins-Light;
    color: #c21d1d;
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid #c21d1d;
}

.more-img{
  display: block;
  margin: auto;
  text-align: center;
}



/*/ ----- services section css ends ----- /*/


/*/ ----- gallery section css starts ----- /*/

.gallery-home {
  background-color: #000;
}

.gallery-home .gallery-container {
  padding: 55px 8% 60px;
}

.gallery-home .gallery-head h4 a {
  font-family: Poppins-Regular;
  color: #fff;
  font-size: 44px;
  padding-left: 35px;
  position: relative;
  data-fancybox: none!important;
}

.gallery-head{
    padding-bottom: 50px;
}

.gallery-home .gallery-head h4 a:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #c21d1d;
  position: absolute;
  top: 26px;
  left: 0px;
}

.gallery-home .gallery-box-h img {
  height: 415px;
  object-fit: cover;
  margin-bottom: 15px;
}

.gallery-home .gallery-box-s img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

/*/ ----- gallery section css ends ----- /*/



/*----------- contact page start --------------*/


.q8c6tt-0.iQKOvF {
    background: rgb(194 29 29)!important;
}


.contact-inner{
  min-height: 100vh;
  background-image: url('../img/bg.webp');
  background-repeat: no-repeat ;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}

.contact-inner .contact-page{
  width: 100%;
  max-width: 1400px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

/*.contact-inner h2{
  width: 100%;
  

  color: #322;
  font-size: 60px;
}*/

.contact-inner h2 {
  margin-bottom: 80px;
  font-family: Poppins-Regular;
  color: #fff;
  font-size: 44px;
  padding-left: 35px;
  position: relative;
  margin-top: 50px;
}

.content-h{
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-inner h2:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #c21d1d;
  position: absolute;
  top: 26px;
  left: 0px;
}

.contact-inner .content-h h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c21d1d;
    position: absolute;
    top: 26px;
    left: -10px;
}

.contact-inner .contact-info, .contact-form{
  flex: 1;
}

.contact-inner iframe{
  opacity: .75;
  transition: .3s ease-in-out;
  filter: grayscale(100%);
}

.contact-inner iframe:hover{
  opacity: 1;
}

.contact-inner .item{
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
  display: flex;
}

.item p{
  margin-bottom: 0px;
  margin-top: 10px;
  display: block;
}

.item p a{
  color: #fff;
}

.contact-inner .icon{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #c21d1d;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 16px;
}

.contact-inner .contact-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-inner .textb{
  width: calc(50% - 10px);
  height: 50px;
  padding: 12px;
  background-color: #222222ba;
  border: none;
  color: #fff;
  margin-bottom: 20px;
}

.contact-inner textarea{
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
  padding: 12px;
  background-color: #222222ba;
  border: none;
  color: #fff;
  margin-bottom: 20px;
}

.contact-inner .btn{
  width: 120px;
  height: 40px;
  margin-left: auto;
  background-color: #3494db;
  border: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #3494db;
  transition: .3s linear;
}

.contact-inner .btn:hover{
  background-color: transparent;
  color: #3494db;
}

@media screen and (max-width: 980px){
  .contact-inner .contact-page{
    max-width: 800px;
  }
  .contact-inner h2{
    font-size: 40px;
    margin-bottom: 40px;
  }

  .contact-inner .contact-info, .contact-form{
    flex: 100%;
    margin-bottom: 30px;
  }
  .contact-inner .textb{
    width: 100%;
  }
}


/*----------- contact page end --------------*/

/*/ ----- footer section css starts ----- /*/

footer {
  background-image: url('../img/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 3px 50px;
}

footer .footer-contact a {
  font-family: Poppins-Light;
  color: #8c8c8c;
  font-size: 14px;
  letter-spacing: .9px;
}

footer .footer-contact p {
  margin-bottom: 0px;
}

footer .footer-logo h4 {
  font-family: Poppins-Light;
  text-align: center;
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 14px;
  padding-top: 10px;
}

footer .footer-logo img {
  width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

footer .footer-soc ul {
  padding-left: 0px;
  text-align: right;
}

footer .footer-soc ul li {
  display: inline;
  list-style: none;
}

footer .footer-soc a {
    font-family: Poppins-Light;
    color: #8c8c8c;
    font-size: 14px;
}

footer .footer-soc ul li a {
  color: #8c8c8c;
  padding-right: 20px;
}

footer .footer-copyright p {
  font-family: Poppins-Light;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 55px 0px 0px;
}

footer .footer-copyright p a {
  font-family: Poppins-Light;
  text-align: center;
  color: #8c8c8c;
}

/*/ ----- footer section css ends ----- /*/


/*/ ====== home page css ends ====== /*/


/*/ ====== about page css starts ====== /*/


.about-full{
  background-color: #000;
}
.about-banner {
   position: relative;
}
.about-full .about-banner h2{
   position: absolute;
   color: #fff;
   top: 45%;
   width: 100%;
   text-align: center;
}


.about-img-two.aos-init.aos-animate {
    margin-bottom: 35px;
}




/*/ ====== about page css ends ====== /*/




.share-buttons {
  display: flex;
  position: fixed;
}

.share-buttons .share-button-main:before {
  content: none;
}

.share-buttons .share-button-main {
  background-color: #ffffff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 10px;
  position: fixed;
  z-index: 2;
}

.share-buttons .social {
  bottom: 0;
  left: 0;
  margin: 10px;
  position: fixed;
  transition: left 0.3s ease;
  z-index: 1;
}

.share-buttons.open .facebook {
  left: 56px;
}

.share-buttons.open .twitter {
  left: 112px;
}

.share-buttons.open .whatsapp {
  left: 168px;
}

.share-buttons.open .email {
  left: 224px;
}

.share-buttons.open .up {
  left: 280px;
}

.ctn-icon-social-media:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  transition: 0.3s ease all;
  width: 100%;
  z-index: 1;
}

.ctn-icon-social-media {
  border-radius: 50%;
  border: 3px solid transparent;
  box-sizing: content-box;
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  position: relative;
  width: 2em;
  z-index: 2;  
}

.ctn-icon-social-media a i,
.icon-go-to-up-footer {
  position: relative;
  transition: 0.3s ease all;
  z-index: 3;
}

.ctn-icon-social-media:hover > a i,
.ctn-icon-social-media:focus > a i,
.ctn-icon-social-media:active > a i,
.ctn-icon-social-media:hover > .icon-go-to-up-footer,
.ctn-icon-social-media:focus > .icon-go-to-up-footer {
  transform: rotateY(360deg);
}

.ctn-icon-social-media:hover:before,
.ctn-icon-social-media:focus:before,
.ctn-icon-social-media:active:before {
  background-color: #ffffff;
  top: 0;
}

.bgcolor-facebook:hover > a i,
.bgcolor-facebook:focus > a i,
.bgcolor-facebook:active > a i {
  color: #3b5998;
}

.bgcolor-rss:hover > a i,
.bgcolor-rss:focus > a i,
.bgcolor-rss:active > a i {
  color: #ff4500;
}

.bgcolor-twitter:hover > a i,
.bgcolor-twitter:focus > a i,
.bgcolor-twitter:active > a i {
  color: #55acee;
}

.bgcolor-whatsapp:hover > a i,
.bgcolor-whatsapp:focus > a i,
.bgcolor-whatsapp:active > a i {
  color: #25d366;
}

.bgcolor-github:hover > i,
.bgcolor-github:focus > i,
.bgcolor-github:active > i {
  color: #000;
}

.bgcolor-github:active > .icon-go-to-up-footer {
  transform: translateY(-5px);
  transition: 0.3s ease all;
}

.txt-center {
  text-align: center;
}

.white {
  color: #000;
}

.bgcolor-facebook {
  background-color: #3b5998;
  color: #fff;
}

.bgcolor-facebook:hover {
    color:#3b5998;
}

.bgcolor-github {
  background-color: #000000;
}

.bgcolor-google-plus {
  background-color: #dd4b39;
}

.bgcolor-linkedin {
  background-color: #007bb5;
}

.bgcolor-pinterest {
  background-color: #cb2027;
}

.bgcolor-rss {
  background-color: #FF0000;
  color: #fff;
}

.bgcolor-skype {
  background-color: #00aff0;
}

.bgcolor-snapchat {
  background-color: #fffc00;
}

.bgcolor-spotify {
  background-color: #00e461;
}

.bgcolor-tumblr {
  background-color: #32506d;
}

.bgcolor-twitter {
  background-color: #25d366;
  color: #fff;
}

.bgcolor-whatsapp {
  background-color: #fbad50;
  color: #fff;
}

.bgcolor-youtube {
  background-color: #ff0000;
  color: #fff;
}

.bgcolor-white {
  background-color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.share-button-main i {
  transition-duration: 1s;
  transform: rotate(-180deg);
}

.share-button-main {
  transition: 0.2s ease all;
  transform: rotate(-90deg);
}

.rotate {
  transition: 0.3s ease all;
  transform: rotate(225deg);
}




/*/ =================== gallery start ================= /*/


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: #c21d1d #c21d1d #000;
}

.nav-tabs {
    border-bottom: 1px solid #c21d1d;
    margin-bottom: 25px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #c21d1d #c21d1d #000;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c21d1d;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #fff;
  color: #c21d1d;
}



/*/ ===== home curtain effect css starts ===== /*/

.rnOuter {
  background: hsl(0deg 81% 32%);
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.rnInner {
  width: 100%;
  position: absolute;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform 10s ease;
  transform-origin: -120% top;
}
.rnUnit {
  width: 10vw;
  height: 120vh;
  background: repeating-linear-gradient(to left, hsl(0deg 74% 51%) 4vw, hsl(0deg 84% 25%) 8vw, hsl(0deg 77% 60%) 10vw);
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: 0 0%;
  transform: rotate(3deg);
  -webkit-animation: rnUnit 2s ease infinite;
          animation: rnUnit 2s ease infinite;
}
@-webkit-keyframes rnUnit {
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes rnUnit {
  50% {
    transform: rotate(-3deg);
  }
}
.rnUnit:nth-child(1) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.rnUnit:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.rnUnit:nth-child(3) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.rnUnit:nth-child(4) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.rnUnit:nth-child(5) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.rnUnit:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.rnUnit:nth-child(7) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.rnUnit:nth-child(8) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.rnUnit:nth-child(9) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.rnUnit:nth-child(10) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.aoTable {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.aoTableCell {
  color: hsl(0, 80%, 38%);
  display: table-cell;
  vertical-align: middle;
  transition: color 3s ease;
}
.rnOuter:hover .rnInner {
  transform-origin: -120% top;
  transform: scaleX(0);
}
.rnOuter:hover .aoTableCell {
  color: white;
}

.aoTableCell img {
    width: 150px;
    display:block;
    margin:auto;
}

.aoTableCell a {
    color: hsl(0, 80%, 38%);
    background: #fff;
    font-family: Poppins-SemiBold;
    display: block;
    margin: 40px auto;
    font-size: 20px;
    text-transform: uppercase;
    width: 210px;
    border-radius: 3px;
    padding: 8px;
}

/*/ ===== home curtain effect css ends ===== /*/



/*/ ===== testimony slider starts ===== /*/

.testimony-main {
    background-color:#000;
}

.testimony-main .testimony-content h4 {
    font-family: Poppins-Regular;
    color: #fff;
    font-size: 44px;
}

.testimony-main .testimony-content p {
    font-family: Poppins-Light;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

#testmonyslider {
    width: 275px;
    margin: auto;
}

#testmonyslider .carousel-item img {
    height:485px !important;
    object-fit:contain !important;
}

#testmonyslider .carousel-inner:after {
    content:'';
    display:block;
    width: 295px;
    height: 510px;
    background-image:url('../img/phn-frame.png');
    position:absolute;
    top:0;
    background-size:contain;
    background-repeat:no-repeat;
}

.testimony-img .testimony-img{
  display:table-cell;
  vertical-align: middle;
}


/*/ ===== testimony slidere ends ===== /*/



/*/ =================== gallery end ================= /*/


@media only screen and (max-width: 767px) {

  .about-home .about-content .content-quote {
    font-size: 24px;
  }

  .services-home .service-head h4 a {
    font-size: 35px;
  }

  .gallery-home .gallery-head h4 a {
    font-size: 35px;
  }

  .about-home .about-head h4 a {
    font-size: 35px;
  }

  .overlay ul li a {
    font-size: 24px;
  }
  .overlay nav {
    top: 56%;
  }
  .slider-area .carousel .carousel-caption h5 {
    font-size: 24px;
  }
  .s-s-h {
    display: none;
  }
  .button_container span {
    width: 40px;
  }
  .button_container span:nth-of-type(2){
    width: 27px;
  }
  .button_container span:nth-of-type(3){
    width: 17px;
  }
  .about-home .about-img-one img {
    height: 200px;
    object-fit: cover;
    margin-top: 10px;
  }

  .about-home .about-img-two img {
    height: 200px;
    object-fit: cover;
    margin-top: 25px;
  }

  .about-home .about-img-three img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-top: 15px;
    position: unset;
  }
  .about-home .about-img-three {
    height: 200px;
  }
  .services-home .service-head h4 {
    padding-bottom: 10px;
  }
  .services-home .services-box-one {
    margin-top: 20px;
  }
  .services-home .services-box-two {
    margin-top: 20px;
  }
  .services-home .services-box-one img {
    height: 275px;
  }
  .services-home .services-box-two img {
    height: 275px;
  }
  .services-home .services-container {
    padding: 60px 3%;
  }





  .about-full .about-banner h2{
    font-size: 22px;
  }
  .navbar .navbar-brand {
    width: 65px;
  }
  .more-img {
    margin-top: 35px;
  }


  .nav-tabs .nav-link {
    font-size: 12px;
    padding: .3rem .6rem;
  }

  .services .about-content .content-quote {
    font-size: 24px;
  }



  .services-home .services-box-two .service-box-content h4 {
    font-size: 16px;
  }
  .services-home .services-box-one .service-box-content h4 {
    font-size: 16px;
  }
  .gallery-home .gallery-box-h img {
    height: 200px;
  }
  .gallery-home .gallery-box-s img {
    height: 200px;
  }
  footer {
    padding: 20px 3px;
  }
  footer .footer-copyright p {
    padding: 20px 0px 0px;
  }
  footer .footer-contact p{
    text-align: center;
  }
  footer .footer-logo {
    margin-bottom: 10px;
  }
  footer .footer-contact {
    margin-bottom: 10px;
  }
  footer .footer-soc ul {
    text-align: center;
  }
  div#fl   {-webkit-order: 1;}
  div#fc  {-webkit-order: 2;}
  div#fs {-webkit-order: 3;}
  div#fp {-webkit-order: 4;}

  /* Standard syntax */
  div#fl   {order: 1;}
  div#fc  {order: 2;}
  div#fs {order: 3;}
  div#fp {order: 4;}
}





@media only screen and (max-width: 576px){

.about-full .about-banner h2{
    font-size: 17px;
  }
  .navbar .navbar-brand {
    width: 50px;
  }
}


@media only screen and (max-width: 499px){

  #myBtn {
    font-size: 15px;
    padding: 10px;
  }

  .button_container {
    top: 1%;
  }

  .button_container span {
    width: 30px;
  }

  .button_container span:nth-of-type(2) {
    width: 20px;
    top: 20px;
  }

  .button_container span:nth-of-type(3) {
    width: 11px;
    top: 30px;
  }

.about-full .about-banner h2{
    font-size: 14px;
  }
  .navbar .navbar-brand {
    width: 45px;
  }

  .about-home .about-content .content-quote {
    font-size: 20px;
  }

  .services-home .service-head h4 a {
    font-size: 30px;
  }

  .gallery-home .gallery-head h4 a {
    font-size: 30px;
  }

  .about-home .about-head h4 a {
    font-size: 30px;
  }

  .carousel-caption {
    bottom: 20px;
    padding-bottom: 12px;
  }

  .slider-area .carousel .carousel-caption p {
    margin-bottom: 0;
    font-size: 11px;
  }

  .slider-area .carousel .carousel-caption h5 {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .services .about-content .content-quote {
    font-size: 20px;
  }
}

@media only screen and (max-width: 453px){

  .nav-tabs .nav-link {
    font-size: 8px;
    padding: 4px 7px;
  }

  .navbar .navbar-brand {
    width: 35px;
  }
}

@media only screen and (max-width: 1135px){

  .carousel .carousel-item img {
    height: unset;
  }

}

@media only screen and (min-width: 767px) and (max-width: 991px) {

  .slider-area .slider-soc ul li:nth-of-type(3):after {
    content: '';
    width: 70px;
  }

  .slider-area .slider-soc ul li {
    font-size: 10px;
    padding-right: 16px;
  }

  .slider-area .slider-soc {
    bottom: 30px;
  }

  .navbar .navbar-brand {
    width: 75px;
  }

}






