body {
  font-family: "Montserrat", sans-serif;

  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  color: #8e8e8e;
}

/*h1 {*/
  /*font-size: 72px;*/
/*}*/

h1 {
  font-size: 40px;

  font-weight: 700;

  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.fixed-top {
  position: fixed;
}

/* .navbar-dark .navbar-brand img {
  width: 280px;
} */

.bg-light {
  background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;

  text-transform: uppercase;

  font-weight: 100;

  padding: 0.2rem 0.9rem;
}

li.nav-item.login-btn {
  background-color: #ed1c24;

  border-radius: 5px;
}

.login-btn a {
  color: white !important;
}

.btn-warning {
  font-weight: 700;

  background-color: #ebb033 !important;

  color: #ffff;
}

/* Home Banner Section */

/*Home Sec 2*/

.home-sec2 h1 {
  font-weight: 700;

  font-size: 40px;

  color: #333333;
}

/*HOME SEC 3*/



.chec-icon p i {
  font-size: 10px;

  background: #ed1c24;

  color: #fff;

  padding: 5px 5px;

  border-radius: 30px;

  margin-right: 8px;
}

.check-icon1 h6 {
  font-size: 18px;

  color: #ed1c24;

  padding: 5px 5px;

  border-radius: 30px;

  margin-right: 8px;
}

.check-icon1 h5 {
  margin-top: -5px;

  font-weight: 700;

  font-size: 20px;
}

.check-btn {
  padding: 18px;

  font-weight: 500;

  width: 100%;

  border-radius: 15px;

  border: 0;

  background: #ed1c24;

  color: #fff;

  font-size: 20px;
}

.talk-to-btn {
  background: transparent;
  padding: 18px 70px;
  font-weight: 500;
  width: 100%;
  border-radius: 15px;
  color: #ed1c24;
  font-size: 20px;
  border: 1px solid;
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
}

.talk-to-btn:hover {
  color: #fff;

  background: #ed1c24;

  transition: 1s;
}

/*End */

/*HOME SEC 4*/

.home-sec4 p {
  max-width: 95%;

  margin: 0 auto;

  padding-top: 15px;
}

.home-package {
  background-color: #ed1c24;

  padding-top: 100px;

  padding-bottom: 100px;
}

.home-package h1,
.home-package p {
  color: #fff;
}

/* Azeem Css */
/* video modal */
.review-card .thumbnail>button{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}
.review-card .thumbnail {
  margin-bottom: 40px;
  position: relative;
}
.text-center {
  text-align: center!important;
}
.review-card .thumbnail { margin-bottom: 40px; width: 100%; height: 200px; } .review-card .thumbnail img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.review-card .thumbnail>button.video-btn  {left: 0;position: absolute;width: 100%;height: 100%;top: 0;background-color: transparent;transform: unset;cursor:pointer;opacity: 1;border: none;}
.review-card .video-btn img {width: 60px;height: 60px;background-color: white;border: 0;border-radius: 50%;position: relative;z-index: 9999;}
.review-card .thumbnail>button.video-btn:not(:disabled):not(.disabled):active {box-shadow: unset;background-color: unset;border: none;}

.modal-dialog {
  margin-top: 11%;
  max-width: 40%;
}
.modal-dialog {
  max-width: 800px !important;
  margin: 130px auto !important;
}

/* FOooter Section */

.footer {
  background: hsl(242deg 5% 89%);
}

.footer .container {
  padding: 70px 0px 0px;

  color: #fff;
}

.footer ul.list-style {
  padding-left: 0px;

  padding-top: 10px;
}

.footer ul.list-style li {
  padding-bottom: 10px;
}

.footer ul.list-style li .text-muted {
  color: #8e8e8e !important;

  font-size: 14px;
}

.footer h5 {
  color: #000;

  font-size: 18px;

  font-weight: 700;

  text-transform: uppercase;
}

.footer ul.list-style li {
  list-style: none;
}

.footer-sub {
  color: white;

  font-size: 13px;
}

p.footer-desc {
  color: #8e8e8e;

  padding-top: 2px;

  font-size: 14px;

  max-width: 60%;
}
.contact-info ul>li {  position: relative; padding-left: 40px !important;}
.contact-info ul>li>i { position: absolute; left: 0;}
.intl-tel-input.allow-dropdown input[type=tel] { height: calc(1.5em + .75rem + 2px);}

.footer .social-links ul {
  padding-left: 0 !important;
}

.footer .copy-right {
  padding: 20px;
}

.footer .copy-right p {
  color: #000;
}

.footer .social-links li {
  display: inline-block;

  background-color: #fff;

  margin: 0px 10px;

  color: #000;

  width: 32px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  border-radius: 50%;
}

.footer-desc a {
  color: #8e8e8e;

  text-decoration: none;
}

.openbtn ,  .sidebar .closebtn{
  display: none;
}


@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

/*TABS CSS*/

.home-package .nav-tabs {
  border-bottom: 0;
}

.home-package .nav-tabs,
.home-package .tab-content {
  max-width: 37%;

  margin: 20px auto 50px;
}

.home-package a.nav-link {
  border: 1px solid #fff;

  margin: 10px;

  border-radius: 10px;

  width: 96%;

  font-size: 13px;

  color: #fff;

  text-transform: uppercase;
}

.home-Portfolio .container-fluid {
  margin: 0;

  padding: 0;
}

/*================PORTFOLIO TABS==============*/

.home-Portfolio {
  overflow: hidden;
}

 #profile1 .col-md-4 {
  margin-bottom: 20px;
  overflow: hidden;
  height: 608px;
}

.home-Portfolio .col-md-4 {
  margin-bottom: 20px;
  overflow: hidden;

}

.tab-portfolio .nav-tabs .nav-item.show .nav-link,
.tab-portfolio .nav-tabs .nav-link.active {
  background: #ed1c24;

  color: #fff;
}

.tab-portfolio .nav-tabs {
  border-bottom: 0;

  margin: 0 auto;

  max-width: 100%;
}

.tab-portfolio .row {
  /* max-width: 70%; */

  margin: 0 auto;

  padding-top: 50px;
}

.tab-portfolio .nav-tabs {
  border-bottom: 0;

  display: flex;

  align-items: center;

  justify-content: center;
}

.tab-portfolio {
  border-radius: 10px;

  width: 96%;

  font-size: 15px;
}

.tab-portfolio a.nav-link {
  border: 1px solid #000;

  margin: 10px;

  border-radius: 10px;

  width: 96%;

  font-size: 15px;

  color: #000;

  text-align: center;

  text-transform: uppercase;
}

/* Home Banner Section */

/*======================FAIQ CSS============================*/

/*======================WK CSS Start============================*/

.navbar ul li {
  justify-content: center;
  display: flex;
  align-items: center;
}

#product-sec {
  padding: 60px 0;
}

.product-heading {
  padding-bottom: 20px;
}

.custom-card .card {
  border: none;
}

.card-img img {
  margin-top: 50px;
}

.custom-card .card-title {
  color: #333333;
  text-align: center;
}

.product-heading p {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}

.online-product h1 {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
}

.card-img {
  z-index: 50;
  background-color: red;
  width: 190px;
  height: 190px;
  margin: 20px auto;
  border-radius: 50%;
  text-align: center;
}

.custom-card .card-text {
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  max-width: 100%;
  line-height: 1.7;
}

.card-img-2:after {
  content: "";
  background-image: url(../img/right.png);
  position: absolute;
  width: 238px;
  height: 38px;
  background-repeat: no-repeat;
  top: 109px;
  left: 283px;
  z-index: 9999;
}

.card-img-1:after {
  content: "";
  background-image: url(../img/Left.png);
  position: absolute;
  width: 238px;
  height: 38px;
  background-repeat: no-repeat;
  top: 90px;
  left: 295px;
  z-index: 9999;
}

#contact-sec .intl-tel-input {
  display: table-cell;
}

#contact-sec .intl-tel-input {
  width: 100%;
}

#contact-sec .intl-tel-input .selected-flag {
  z-index: 4;
}

#contact-sec .intl-tel-input .country-list {
  z-index: 5;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0;
  margin: 20px 0;
  padding: 0px;
}

.contact-form .form-control::placeholder {
  font-size: 13px;
  color: #8e8e8e;
}

.send-btn {
  background-color: #ed1c24;
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.contact-info ul {
  padding: 0;
  list-style: none;
}

.contact-info ul > li > i {
  margin-right: 30px;
  color: #ed1c24;
  font-size: 22px;
}

.contact-info ul > li > a {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}

.contact-info ul > li {
  padding: 10px 0;
}

#contact-sec {
  padding-top: 115px;
  padding-bottom: 100px;
}

.home-sec4 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width:20% !important;
}

#references {
  color: white;
  text-align: center;
}

#portfolio {
  padding-bottom: 100px !important;
  padding-top: 115px;
}

.login-btn a {
  padding: 15px 20px !important;
}

.login-btn {
  background-color: #ed1c24;
  padding: 13px 0;
  border-radius: 25px;
}

.testimonial-slider h1 {
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}

#hero-section {
  padding-top: 115px;
  padding-bottom: 100px;
}

/* Testimonial slider start */
.swiper-container-two {
  padding: 100px 0;
}
.swiper-container-two .swiper-pagination-bullet-active {
  opacity: 1;
  background: black;
}

.swiper-container-two .swiper-slide {
  transform: scale(0.4);
  transition: 0.5s;
}

.swiper-container-two .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
  transition: 0.5s;
}

.swiper-container-two {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container-two .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: black !important;
  font-weight: 800;
}

.client-detail {
  display: flex;
}

.client-name {
  margin-left: 15px;
}

.client-name h4 {
  margin: 0;
  color: #333333;
}

.client-name span {
  color: #333333;
}

.swiper-container-two .swiper-pagination.swiper-pagination-bullets {
  bottom: -50px;
}
.swiper-container-two .swiper-button-next {
  top: 65% !important;
  transform: translateY(-65%);
}
.swiper-container-two .swiper-button-prev {
  top: 65% !important;
  transform: translateY(-65%);
}

/* Testimonial slider end */

/* .count { display: block; font-size: 24px; color: white; padding: 5px 0px; font-weight: 600; } */
.count {
  display: block;
  font-size: 24px;
  color: white;
  padding: 10px 9px;
  font-weight: 600;
  border: 4px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#increase-number {
  background-color: #ed1c24;
  padding: 60px 50px;
}

.increase-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

#services {
  padding: 115px 0 0 0;
}

.number-description {
  margin-right: 45px;
  text-align: center;
}

.number-description p {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.social-icons {
  z-index: 40;
  position: fixed;
  right: 0;
  top: 18%;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  position: absolute;
  right: 2px;
  z-index: 0;
}

.social-icons ul > li {
  font-size: 30px;
  padding: 11px 0;
}

.social-icons ul > li > a {
  box-shadow: 1px 0 15px #33333336;
  padding: 6px 20px;
  border-radius: 55px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  text-decoration: none;
  background-color: white;
}

.social-icons ul > li > a > i {
  color: #ed1c24;
}

.social-icons ul li:hover {
  transform: translateX(50px);
}

.social-icons ul li {
  transform: translateX(125px);
  transition: 0.5s;
  width: 190px;
}

.talk-to-btn a {
  color: #ed1c24;
  text-decoration: none;
}

.talk-to-btn a:hover {
  color: white;
}
.sticky {
  width: 100%;
  z-index: 99;
  background-color: hsl(242deg 5% 89%) !important;
}
.check-btn:hover {
  color: white;
  text-decoration: none;
}
/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev {z-index: 99999999999  !important;} */

.swiper-button-next,
.swiper-button-prev {
  top: 65% !important;
  z-index: 50 !important;
}

.tab-portfolio a.nav-link:hover {
  background: #ed1c24;

  transition: 0.5s;

  color: #fff;

  border-color: #ffff;
}

.home-package a.nav-link:hover {
  background: #fff;

  color: #000;

  transition: 0.5s;
}

/*====================== WK CSS End============================*/

.tab-portfolio .tab-content img:hover {
  transition: 0.8s;
  transform: scale(1.05);
  z-index: 99;
}
.tab-portfolio .tab-content img {
  transition: 0.8s;
}

/*====================== REVIEW SECTION============================*/
.review-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-card .thumbnail {
  margin-bottom: 40px;
}

.review-user .user-name {
  color: #3d3b6e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.review-user .designation {
  color: #3d3b6e;
}
.swiper-container-testimonials {
  overflow: hidden;
}
.review-card .video .jwplayer.jw-flag-aspect-mode {
  height: 382px !important;
}
#testimonials-video {
  padding-top: 110px;
}

#tawkchat-status-text-container.theme-background-color {
  background-color: #ed1c24 !important;
}
/*.intl-tel-input .flag-container {*/
/*  top: -28px !important;*/
/*}*/

form#contact_us_form input:focus {
    box-shadow: none !important;
}

.director>h6 {  text-transform: capitalize;  text-decoration: underline; font-weight: 600;}
.director>p { padding-left: 25px; position: relative;}
.director>p::before {content: '\f007';font-family: 'Font Awesome 5 Free';position: absolute;left: 0;top: -2px;color: #ed1c24;}
.director { padding-top: 10px;}


/*======================Agency Section ==========================*/

.agency_awards_sec .info_box{display:flex;align-items:center;justify-content:space-between;max-width:80%;margin:10px auto;box-shadow:0 0 10px rgb(0 0 0 / 10%);border-radius:10px; height: 160px;}
.agency_awards_sec .info_box .image{width:50%;padding:15px; text-align:center;}
.agency_awards_sec .info_box .content{padding:15px;}
.agency_awards_sec .info_box .image img {
  width: 100px;
  height: 100px;
}
/*====================Media Query Start=========================*/

@media (max-width: 1600px) {
  .home-package .nav-tabs,
  .home-package .tab-content {
    max-width: 50%;
  }
}

@media (max-width: 1280px) {
  .navbar ul li a {
    padding: 0.2rem 0.6rem !important;
    font-size: 12px;
  }

  .home-package .nav-tabs,
  .home-package .tab-content {
    max-width: 70%;
  }

  .card-img-2:after,
  .card-img-1:after {
    left: 77%;
  }

  .online-product h1 {
    max-width: 90%;
  }
}

@media (max-width: 1024px) {
  .modal-dialog {
    margin-top: 15% !important;
    max-width: 75%;
  }
  .card-img-2:after, .card-img-1:after {
    width: 130px;
    left: 83%;
  }

}

@media (max-width: 768px) {
    
    .home-sec4 .swiper-slide {  width: 27% !important; padding: 0 6px; }
    
    
  .review-card .thumbnail iframe {
    width: 100% !important;
    height: auto !important;
  }
  .increase-numbers {
    flex-direction: column;
  }

  button.navbar-toggler {
    border-color: #545454 !important;
  }

  button.navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar ul li a {
    font-size: 17px;
  }

  .swiper-container-two .swiper-slide.swiper-slide {
    text-align: center;
    transform: unset;
  }

  .swiper-container-two .swiper-slide.swiper-slide .client-detail {
    max-width: 50%;
    margin: 0 auto;
  }

  #hero-section {
    padding-bottom: 10px;
  }

  .testimonial-slider h1 {
    margin-bottom: 55px;
  }

  .testimonial-slider .swiper-wrapper {
    height: 300px;
  }

  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev {
    top: 40%;
  }

  #services {
    padding-bottom: 0;
    padding-top: 70px;
  }

  #services p {
    padding-bottom: 0 !important;
  }

  .home-sec3 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .testimonial-slider .swiper-button-next {
    right: 85px;
  }

  .testimonial-slider .swiper-button-prev {
    left: 85px;
  }

  /* .tab-portfolio .nav-tabs {  max-width: 100%;} */

  .home-package .nav-tabs {
    max-width: 95%;
  }

  .home-package .tab-content {
    max-width: 85%;
  }

  .card-img-2:after,
  .card-img-1:after {
    left: 95%;
    /*background-size: 50% 50%;*/
  }

  .testimonial-slider
    .swiper-container-two
    .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin-top: 2% !important;
    max-width: 75%;
  }
  .testimonial-slider
    .swiper-container-two
    .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
  }

  .testimonial-slider .swiper-button-next {
    right: 10px;
  }

  .testimonial-slider .swiper-button-prev {
    left: 10px;
  }

  .home-sec2 .col-sm-6 {
    padding-bottom: 20px;
  }

  .tab-portfolio {
    width: 100%;
  }

  .home-Portfolio .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-portfolio .row {
    max-width: unset;
    margin-right: -15px;
    margin-left: -15px;
  }

  .home-Portfolio .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .card-img-2:after,
  .card-img-1:after {
    display: none;
  }

  #product-sec {
    padding-bottom: 0;
  }

  #contact-sec {
    padding-top: 50px;
  }

  .contact-form {
    padding-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .modal-dialog {
    margin-top: 35% !important;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .modal-dialog {
    margin-top: 60% !important;
    max-width: 100%;
  }
  .review-user .designation{
    text-align: center;
  }
    .home-sec3 .chec-icon>p:not(.pt-3) { display: flex; align-items: flex-start;  }
    .home-sec4 .swiper-slide{ width:100% !important; }
  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev {
    display: none;
  }

  .number-description {
    float: left;
    width: 100%;
    margin-right: 0px;
  }

  .number-description .count {
    font-size: 25px;
  }

  .number-description p {
    font-size: 17px;
  }

  .tab-portfolio a.nav-link {
    font-size: 12px;
  }

  .increase-numbers {
    display: block;
  }

  .footer .container {
    padding-top: 50px;
  }

  .footer .container > .row {
    text-align: center;
  }

  p.footer-desc {
    max-width: 100%;
  }
  .contact-heading h1 {
    text-align: center;
}
}

@media (max-width: 320px) {
  .testimonial-slider h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .swiper-container-two .swiper-slide.swiper-slide .client-detail {
    max-width: 70%;
  }

  .testimonial-slider
    .swiper-container-two
    .swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet:nth-child(n + 5) {
    display: none;
  }

  .testimonial-slider .swiper-wrapper {
    height: 250px;
  }

  #increase-number {
    padding: 30px 10px;
  }

  #services {
    padding-top: 40px;
  }

  #services h1 {
    font-size: 25px;
    /*margin-bottom: 0;*/
  }

  .home-sec3 .chec-icon h1 {
    padding-top: 0 !important;
    font-size: 25px;
  }

  .home-sec3 .chec-icon p:nth-child(1) {
    font-size: 18px;
  }

  .home-sec3 .chec-icon p {
    font-size: 12px;
  }

  .home-sec3 .chec-icon p.pt-3 {
    font-size: 18px;
  }

  .home-sec3 .check-icon1 {
    padding-top: 12px;
  }

  .home-sec3 > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-package p {
    font-size: 15px;
  }

  .home-package {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .home-package .tab-content {
    margin-bottom: 0;
  }

  .online-product h1 {
    font-size: 25px;
    max-width: 100%;
  }

  .contact-form h1,
  .contact-heading h1,
  .home-package h1,
  .home-Portfolio h1,
  .home-sec4 h1 {
    font-size: 25px;
  }

  .contact-info ul > li > a {
    font-size: 15px;
  }
}

.social-icons ul li:hover > a span {
  display: block;

  padding-left: 10px;

  font-size: 12px;
  font-weight: 700;
  color: #8e8e8e;
}

.social-icons ul > li > a span {
  display: none;
}

/* replace */

/* .social-icons ul > li:hover {

    transform: translateX(20px);

    width: 190px;

} */

/* .social-icons ul > li {

    transform: translateX(85px);

    transition: .5s;

    width: 150px;

} */

/* LIGHTBOX CSS START */
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    margin-top: 31%;
    max-width: 75%;
  }
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* LIGHTBOX CSS END */

/* ======================= FANCY BOX ===================== */

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "Ã—";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}



.why-swiper-container { overflow: hidden; }