
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 600;
}

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500;
}

li {
  list-style: none;
}

p {
  line-height: 1.9;
  color: #636363;
  font-size: 16px;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #fc6060;
  height: 30px;
  line-height: 30px;
}

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

button.mfp-close,
button.mfp-arrow {
  background: #fc6060;
}

.mfp-bottom-bar {
  display: none !important;
}

.mfp-bg {
  background-color: #000000;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important;
}

.border {
  border-color: #ebebeb;
}

.mfp-arrow-left::after {
  border-right-color: transparent;
}

.mfp-arrow-left::before {
  border-right-color: #ffffff;
}

.mfp-arrow-right::after {
  border-left-color: transparent;
}

.mfp-arrow-right::before {
  border-left-color: #ffffff;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-50 {
  padding-top: 50px !important;
}

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}


/* loader */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  margin-top: -20px;
  color: #fc6060;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ============= */


/* header */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading p {
  margin-bottom: 0;
}

.section-heading.white p,
.section-heading.white h2 {
  color: #ffffff;
}

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #fc6060;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 20px;
  }
}

#scrollUp:focus,
#scrollUp:hover {
  background-color: #000000;
  color: #ffffff;
}
/* ================== */


/*  */
.btn:focus {
  box-shadow: none;
}

.alime-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 46px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #fc6060;
  border-radius: 60px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.alime-btn.btn-2 {
  background: #dbdbdb;
  color: #252525;
}

.alime-btn:focus,
.alime-btn:hover {
  font-weight: 500;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  background-color: #fc6060;
  color: #ffffff;
}

.badges-btn {
  background-color: #ebebeb;
  padding: 5px 15px;
  display: inline-block;
  color: #636363;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  letter-spacing: 1px;
}

.badges-btn:hover,
.badges-btn:focus {
  background-color: #fc6060;
  color: #ffffff;
  font-weight: 500;
}
/* ================== */






/* carousel section */
.welcome-area {
  position: relative;
  z-index: 1;
}

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.welcome-slides .owl-prev,
.welcome-slides .owl-next {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 70px;
  margin-top: -33px;
  z-index: 10;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
}

.welcome-slides .owl-prev:hover,
.welcome-slides .owl-prev:focus,
.welcome-slides .owl-next:hover,
.welcome-slides .owl-next:focus {
  background-color: #fc6060;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    width: 40px;
    left: 15px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
  }
}

.welcome-slides .owl-next {
  left: auto;
  right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-slides .owl-next {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-slides .owl-next {
    right: 15px;
  }
}

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 880px;
  background-color: #fc6060;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .single-welcome-slide {
    height: 600px;
  }
}

.single-welcome-slide .welcome-text {
  position: relative;
  z-index: 1;
}

.single-welcome-slide .welcome-text h2 {
  font-weight: 700;
  font-size: 82px;
  display: block;
  margin-bottom: 0;
  background: -webkit-linear-gradient(#ff9696, #ffe89e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 42px;
  }
}

.single-welcome-slide .welcome-text p {
  color: #ffffff;
  margin-bottom: 50px;
  display: block;
}

.single-welcome-slide .welcome-text .hero-mail-contact {
  color: #ffffff;
  font-style: italic;
}

.single-welcome-slide .welcome-text .hero-mail-contact:hover,
.single-welcome-slide .welcome-text .hero-mail-contact:focus {
  color: #fc6060;
}
/* ================ */



/* footer section */
.footer-area {
  background-color: black;
}

.footer-content {
  padding: 20px 0;
}

.footer-content .copywrite-text {
  position: relative;
  z-index: 1;
}

.footer-content .copywrite-text p {
  margin-bottom: 0;
  color: #ffffff;
}


.single-instagram-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-instagram-item img {
  width: 100%;
  -webkit-transition-duration: 1500ms;
  -o-transition-duration: 1500ms;
  transition-duration: 1500ms;
}

.single-instagram-item .instagram-hover-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(252, 96, 96, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-instagram-item .instagram-hover-content a {
  text-align: center;
}

.single-instagram-item .instagram-hover-content a i {
  color: #ffffff;
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
}

.single-instagram-item .instagram-hover-content a span {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}

.single-instagram-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-instagram-item:hover .instagram-hover-content {
  opacity: 1;
  visibility: visible;
}

.instagram-gallery-single-item:hover .instagram-hover-content .zoom-img {
  margin-top: 0;
  opacity: 1;
}

.footer-content .social-info a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 20px;
}

.footer-content .social-info a:last-child {
  margin-right: 0;
}

.footer-content .social-info a:hover,
.footer-content .social-info a:focus {
  color: #fc6060;
}

.footer-content .copywrite-text p a {
  color: #fc6060;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-content .copywrite-text p {
    font-size: 12px;
  }
}


@media only screen and (max-width: 767px) {
  .footer-content .copywrite-text p a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-content .footer-logo a img {
    max-width: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .single-instagram-item .instagram-hover-content a span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-content .social-info a {
    margin-right: 5px;
    font-size: 12px;
  }
}

/* ================ */

/* sub pages nav bar under section */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 370px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 240px;
  }
}

.breadcrumb-area .page-title {
  color: #ffffff;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .page-title {
    font-size: 24px;
  }
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.breadcrumb-content .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
  color: #fc6060;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
  color: #fc6060;
}

.breadcrumb-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '\f105';
  color: #ffffff;
  font-family: "FontAwesome";
}

.breadcrumb-area.blog {
  height: 550px;
}

.breadcrumb-area.blog .breadcrumb-content .post-catagory {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fc6060;
  font-weight: 500;
  margin-bottom: 15px;
}

.breadcrumb-area.blog .breadcrumb-content .post-catagory:hover,
.breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
  font-weight: 500;
  background-color: #000000;
}

.breadcrumb-area.blog .breadcrumb-content .page-title {
  display: block;
  font-size: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area.blog .breadcrumb-content .page-title {
    font-size: 30px;
  }
}

.breadcrumb-area.blog .breadcrumb-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 21px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area.blog .breadcrumb-content .post-meta a {
    font-size: 13px;
  }
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -11px;
  z-index: 1;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
  display: none;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:hover,
.breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
  color: #fc6060;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after,
.breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
  color: #ffffff;
}
/* ================ */



/* home page services section */
.services-section {
  padding-top: 0;
  padding-bottom: 60px;
}

.services-section.services-normal .container {
  margin-top: 0;
}

.services-section .container {
  position: relative;
  margin-top: -70px;
  z-index: 99;
}

.services-item {
  text-align: center;
  padding: 10px 10px 18px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(206, 206, 206, 0.5);
  box-shadow: 0px 10px 25px rgba(206, 206, 206, 0.5);
  margin-bottom: 30px;
}

.services-item img {
  margin-bottom: 28px;
  min-width: 100%;
}

.services-item h3 {
  color: #191039;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* ======================== */


/* home page category section */
.right-btn {
  text-align: right;
  padding-top: 24px;
}

.categories-slider.owl-carousel .owl-item.active .cs-item .cs-text h4 {
  opacity: 1;
}

.categories-slider.owl-carousel .owl-item.active .cs-item .cs-text span {
  opacity: 1;
}

.categories-slider.owl-carousel .owl-nav button {
  font-size: 24px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 152px;
}

.categories-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

.cs-item {
  text-align: center;
  width: 100%;
  background: #f5f5f5;
}

.cs-item .cs-pic {
  height: 360px;
}

.cs-item .cs-text {
  padding: 25px 0 22px;
}

.cs-item .cs-text h4 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cs-item .cs-text span {
  font-size: 17px;
  color: #ed563b;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* ================ */








/* about us Page */
.about-us-content h3 {
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .about-us-content h3 {
    font-size: 24px;
  }
}

.about-us-content .line {
  height: 3px;
  width: 70px;
  background-color: #fc6060;
  margin-bottom: 30px;
}

.about-video-area {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.about-video-area img {
  -webkit-box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 10px;
}

.about-video-area .video-icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  height: 50px;
  width: 50px;
  display: inline-block;
  background-color: #fc6060;
  text-align: center;
  line-height: 56px;
  font-size: 38px;
  border-radius: 50%;
}

.about-video-area .video-icon a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fc6060;
  -webkit-animation: video-icon 1200ms linear infinite;
  animation: video-icon 1200ms linear infinite;
  z-index: -10;
}

.about-video-area .video-icon a:hover,
.about-video-area .video-icon a:focus {
  background-color: #000000;
}

.about-video-area .video-icon a:hover::after,
.about-video-area .video-icon a:focus::after {
  border: 2px solid #000000;
}

@-webkit-keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.why-choose-us-content {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color: #ffffff;
  padding: 80px 30px 50px;
  border-radius: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.why-choose-us-content .chosse-us-icon {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  height: 76px;
  width: 76px;
  background-color: #fc6060;
  display: inline-block;
  text-align: center;
  line-height: 76px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -38px;
}

.why-choose-us-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
}

.why-choose-us-content p {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  font-size: 14px;
  margin-bottom: 0;
}

.why-choose-us-content:hover,
.why-choose-us-content:focus {
  background-color: #fc6060;
}

.why-choose-us-content:hover .chosse-us-icon,
.why-choose-us-content:focus .chosse-us-icon {
  background-color: #000000;
  box-shadow: 0 5px 15px 2px rgba(255, 255, 255, 0.15);
}

.why-choose-us-content:hover h4,
.why-choose-us-content:hover p,
.why-choose-us-content:focus h4,
.why-choose-us-content:focus p {
  color: #ffffff;
}
/* ================ */



 /* Portfolio Page */
 .popup-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.image-popup:hover{
  cursor: pointer;
}

.popup-content img {
  width: 100%;
  height: auto;
}

.close-btn {
  position: fixed;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 1001; 
}
.portfolio-section .container-fluid {
  padding-left: 35px;
}

.portfolio-section.portfolio-page {
  padding-top: 0;
}

.portfolio-section .section-title {
  margin-bottom: 22px;
  text-align: center;
}

.portfolio-section .section-title h2 {
  margin-bottom: 0;
}

.filter-controls {
  margin-bottom: 43px;
  text-align: center;
}

.filter-controls ul li {
  font-size: 17px;
  color: #888888;
  display: inline-block;
  list-style: none;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}

.filter-controls ul li.active {
  color: #ed563b;
}

.filter-controls ul li:after {
  position: absolute;
  right: -33px;
  top: -1px;
  content: "|";
  color: #d7d7d7;
}

.filter-controls ul li:last-child {
  margin-right: 0;
}

.filter-controls ul li:last-child:after {
  display: none;
}

.portfolio-filter .pf-item {
  width: calc(20% - 20px);
  height: 360px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-filter .pf-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-filter .pf-item .pf-icon {
  font-size: 36px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-filter .pf-item:hover:after {
  opacity: 1;
}

.portfolio-filter .pf-item:hover .pf-icon {
  opacity: 1;
}

.portfolio-filter .pf-item:hover .pf-text {
  bottom: 25px;
}

.portfolio-filter .pf-item:hover .pf-text h4 {
  opacity: 1;
  top: 0;
}

.portfolio-filter .pf-item:hover .pf-text span {
  opacity: 1;
  top: 0;
}

.portfolio-filter .pf-item .pf-text {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}

.portfolio-filter .pf-item .pf-text h4 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio-filter .pf-item .pf-text span {
  font-size: 15px;
  color: #ed563b;
  position: relative;
  top: 40px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.portfolio-filter .pf-item.large-width {
  width: calc(40% - 20px);
}

.portfolio-filter .pf-item.large-height {
  height: 740px;
}

.load-more-btn {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}

.load-more-btn.portfolio-btn a {
  background: #ed563b;
}

.load-more-btn a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 15px 102px 13px;
  background: #000606;
  font-family: "Quantico", sans-serif;
}
/* ================ */



/* blog page */
.blog-section {
  padding-top: 0;
}

.blog-item {
  margin-bottom: 50px;
  overflow: hidden;
}

.blog-item .bi-pic {
  float: left;
  margin-right: 30px;
}

.blog-item .bi-text {
  overflow: hidden;
}

.blog-item .bi-text .label {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  background: #ed563b;
  padding: 2px 12px;
  text-transform: uppercase;
}

.blog-item .bi-text h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-item .bi-text ul {
  margin-bottom: 14px;
}

.blog-item .bi-text ul li {
  font-size: 13px;
  color: #888888;
  display: inline-block;
  list-style: none;
  margin-right: 24px;
  position: relative;
}

.blog-item .bi-text ul li:after {
  position: absolute;
  right: -17px;
  top: -1px;
  content: "|";
}

.blog-item .bi-text ul li:last-child {
  margin-right: 0;
}

.blog-item .bi-text ul li:last-child:after {
  display: none;
}

.blog-item .bi-text ul li span {
  color: #111111;
}

.blog-item .bi-text p {
  color: #444444;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.blog-pagination a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  background: #f2f2f2;
  color: #111111;
  padding: 12px 22px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pagination a:hover {
  color: #ffffff;
  background: #111111;
}

.blog-pagination a:last-child {
  margin-right: 0;
}

.blog-sidebar .bs-item.s-mb {
  margin-bottom: 55px;
}

.blog-sidebar .bs-item h5 {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
}

.blog-sidebar .bs-item h5:after {
  position: absolute;
  right: 0;
  top: 10px;
  height: 3px;
  width: 95px;
  background: #e1e1e1;
  content: "";
}

.blog-sidebar .bs-item .bi-feature-post .fp-item {
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-pic {
  float: left;
  margin-right: 20px;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-text {
  overflow: hidden;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-text h6 {
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-text span {
  font-size: 13px;
  color: #888888;
}

.blog-sidebar .bs-item p {
  color: #444444;
  font-weight: 500;
}

.blog-sidebar .bs-item .bi-subscribe form input {
  font-size: 13px;
  color: #444444;
  height: 46px;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding-left: 15px;
  background: transparent;
  margin-bottom: 20px;
}

.blog-sidebar .bs-item .bi-subscribe form input::-webkit-input-placeholder {
  color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input::-moz-placeholder {
  color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input:-ms-input-placeholder {
  color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input::-ms-input-placeholder {
  color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input::placeholder {
  color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form .site-btn {
  width: 100%;
}

.blog-sidebar .bs-item .bi-insta {
  margin-right: -10px;
  overflow: hidden;
}

.blog-sidebar .bs-item .bi-insta img {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* ================ */


/* single blog page */

.blog-details-section {
  padding-top: 0;
  padding-bottom: 60px;
}

.blog-details-text {
  background: #ffffff;
  padding-top: 60px;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 10px;
  box-shadow: #000000 0px 0px 3px 0px;
}

.blog-details-text .bd-title {
  margin-bottom: 60px;
}

.blog-details-text .bd-title .bt-bread {
  margin-bottom: 12px;
}

.blog-details-text .bd-title .bt-bread a {
  font-size: 15px;
  color: #111111;
  margin-right: 20px;
  position: relative;
}

.blog-details-text .bd-title .bt-bread a i {
  margin-right: 5px;
}

.blog-details-text .bd-title .bt-bread a:after {
  position: absolute;
  right: -18px;
  top: 1px;
  content: "5";
  font-family: "ElegantIcons";
}

.blog-details-text .bd-title .bt-bread span {
  font-size: 15px;
  color: #888888;
}

.blog-details-text .bd-title h2 {
  font-size: 42px;
  color: #111111;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 18px;
}

.blog-details-text .bd-title ul li {
  font-size: 13px;
  color: #888888;
  display: inline-block;
  list-style: none;
  margin-right: 24px;
  position: relative;
}

.blog-details-text .bd-title ul li:after {
  position: absolute;
  right: -17px;
  top: -1px;
  content: "|";
}

.blog-details-text .bd-title ul li:last-child {
  margin-right: 0;
}

.blog-details-text .bd-title ul li:last-child:after {
  display: none;
}

.blog-details-text .bd-title ul li span {
  color: #111111;
}

.blog-details-text .bd-top-text {
  margin-bottom: 50px;
}

.blog-details-text .bd-top-text p {
  font-size: 17px;
  color: #444444;
  line-height: 30px;
}

.blog-details-text .bd-quote {
  border-top: 10px solid #f2f2f2;
  position: relative;
  margin-bottom: 35px;
}

.blog-details-text .bd-quote:after {
  position: absolute;
  left: 0;
  top: -20px;
  background-image: url(../img/blog/details/quote.png);
  height: 22px;
  width: 45px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  content: "";
}

.blog-details-text .bd-quote p {
  font-size: 20px;
  color: #111111;
  line-height: 35px;
  font-weight: 600;
  font-style: italic;
  padding-top: 24px;
}

.blog-details-text .bd-desc {
  margin-bottom: 40px;
}

.blog-details-text .bd-desc p {
  font-size: 17px;
  color: #444444;
  line-height: 30px;
}

.blog-details-text .bd-pics {
  margin-right: -10px;
  overflow: hidden;
  margin-bottom: 34px;
}

.blog-details-text .bd-pics img {
  width: calc(33.33% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-details-text .bd-last-desc {
  margin-bottom: 40px;
}

.blog-details-text .bd-last-desc p {
  font-size: 17px;
  color: #444444;
  line-height: 30px;
}

.blog-details-text .bd-tag-share {
  overflow: hidden;
  padding-top: 35px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 50px;
}

.blog-details-text .bd-tag-share .tags {
  float: left;
}

.blog-details-text .bd-tag-share .tags a {
  font-size: 13px;
  display: inline-block;
  color: #444444;
  text-transform: uppercase;
  padding: 8px 14px;
  background: #ebebeb;
  margin-right: 9px;
}

.blog-details-text .bd-tag-share .tags a:last-child {
  margin-right: 0;
}

.blog-details-text .bd-tag-share .share {
  float: right;
}

.blog-details-text .bd-tag-share .share span {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111111;
  margin-right: 20px;
}

.blog-details-text .bd-tag-share .share a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-left: 6px;
}

.blog-details-text .bd-tag-share .share a.facebook {
  background: #3263AF;
}

.blog-details-text .bd-tag-share .share a.twitter {
  background: #40C4FF;
}

.blog-details-text .bd-tag-share .share a.youtube {
  background: #FF0000;
}

.blog-details-text .bd-tag-share .share a.instagram {
  background: -o-linear-gradient(45deg, #af00e1, #ff9e35);
  background: linear-gradient(45deg, #af00e1, #ff9e35);
}

.blog-details-text .bd-related-post {
  margin-bottom: 60px;
}

.blog-details-text .bd-related-post .post-item {
  display: block;
  overflow: hidden;
}

.blog-details-text .bd-related-post .post-item.prev-item .pi-pic {
  float: left;
  margin-right: 30px;
}

.blog-details-text .bd-related-post .post-item.prev-item .pi-text {
  overflow: hidden;
}

.blog-details-text .bd-related-post .post-item.next-item {
  text-align: right;
}

.blog-details-text .bd-related-post .post-item.next-item .pi-pic {
  float: right;
  margin-left: 30px;
}

.blog-details-text .bd-related-post .post-item.next-item .pi-text {
  overflow: hidden;
}

.blog-details-text .bd-related-post .post-item h6 {
  font-size: 15px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-details-text .bd-related-post .post-item h6 span {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.blog-details-text .bd-related-post .post-item .pi-text .label {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  background: #ed563b;
  padding: 2px 12px;
  text-transform: uppercase;
}

.blog-details-text .bd-related-post .post-item .pi-text h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.blog-details-text .bd-author {
  background: #f5f5f5;
  padding: 50px;
  margin-bottom: 60px;
}

.blog-details-text .bd-author .avatar-pic {
  float: left;
  margin-right: 30px;
}

.blog-details-text .bd-author .avatar-pic img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

.blog-details-text .bd-author .avatar-text {
  overflow: hidden;
}

.blog-details-text .bd-author .avatar-text h4 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-details-text .bd-author .avatar-text p {
  color: #444444;
  font-size: 17px;
  line-height: 30px;
}

.blog-details-text .bd-author .avatar-text .at-social a {
  font-size: 14px;
  display: inline-block;
  color: #444444;
  margin-right: 15px;
}

.blog-details-text .bd-author .avatar-text .at-social a:last-child {
  margin-right: 0;
}

.blog-details-text .bd-comment-form h4 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.blog-details-text .bd-comment-form .comment-item {
  margin-bottom: 35px;
}

.blog-details-text .bd-comment-form .comment-item .ci-pic {
  float: left;
  margin-right: 20px;
}

.blog-details-text .bd-comment-form .comment-item .ci-pic img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.blog-details-text .bd-comment-form .comment-item .ci-text {
  overflow: hidden;
}

.blog-details-text .bd-comment-form .comment-item .ci-text h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 8px;
}

.blog-details-text .bd-comment-form .comment-item .ci-text p {
  color: #444444;
  margin-bottom: 10px;
}

.blog-details-text .bd-comment-form .comment-item .ci-text ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  color: #444444;
  margin-right: 25px;
}

.blog-details-text .bd-comment-form .comment-item .ci-text ul li:last-child {
  margin-right: 0;
}

.blog-details-text .bd-comment-form .comment-item .ci-text ul li i {
  font-size: 14px;
  color: #ed563b;
  margin-right: 5px;
}

.blog-details-text .bd-comment-form .leave-form {
  padding: 35px 40px 40px 40px;
  border: 1px solid #e1e1e1;
}

.blog-details-text .bd-comment-form .leave-form form input {
  height: 50px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  color: #444444;
  background: #f2f2f2;
  margin-bottom: 20px;
  border: none;
}

.blog-details-text .bd-comment-form .leave-form form input::-webkit-input-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form input::-moz-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form input:-ms-input-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form input::-ms-input-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form input::placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 12px;
  height: 100px;
  font-size: 14px;
  color: #444444;
  background: #f2f2f2;
  resize: none;
  border: none;
  margin-bottom: 14px;
}

.blog-details-text .bd-comment-form .leave-form form textarea::-webkit-input-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form textarea::-moz-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form textarea:-ms-input-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form textarea::-ms-input-placeholder {
  color: #444444;
}

.blog-details-text .bd-comment-form .leave-form form textarea::placeholder {
  color: #444444;
}
/* ================ */





/* contact us Page */
.map {
  height: 663px;
  position: relative;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-section {
  padding: 120px 0;
}

.contact-text h3 {
  margin-bottom: 30px;
}

.contact-text p {
  margin-bottom: 45px;
}

.contact-text ul {
  list-style: none;
}

.contact-text ul li {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  line-height: 1.9;
}

.contact-form {
  padding-top: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 14px;
  margin-bottom: 20px;
  background: transparent;
}

.contact-form textarea {
  height: 165px;
  min-height: 165px;
  margin-bottom: 38px;
}

.text-msg::-webkit-input-placeholder {
  padding-top: 130px;
}

.text-msg::-moz-input-placeholder {
  padding-top: 130px;
}

.text-msg:-moz-input-placeholder {
  padding-top: 130px;
}

.text-msg:-ms-input-placeholder {
  padding-top: 130px;
}
/* ================ */



/* Pricing Page */
.pricing-section {
  padding-bottom: 35px;
  padding-top: 0;
}

.section-title.pricing-title {
  margin-bottom: 110px;
}

.pricing-item {
  position: relative;
  background: #ffffff;
  z-index: 1;
  text-align: center;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px rgba(206, 206, 206, 0.5);
  box-shadow: 0px 0px 25px rgba(206, 206, 206, 0.5);
  margin-bottom: 110px;
}

.pricing-item:after {
  position: absolute;
  left: 50%;
  top: -73px;
  height: 73px;
  width: 150px;
  background: #ffffff;
  content: "";
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  z-index: -1;
  -webkit-transform: translateX(-75px);
  -ms-transform: translateX(-75px);
  transform: translateX(-75px);
  -webkit-box-shadow: 0px -8px 25px -8px rgba(206, 206, 206, 0.5);
  box-shadow: 0px -8px 25px -8px rgba(206, 206, 206, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-item:hover:after {
  background: #ed563b;
}

.pricing-item:hover .pi-price h2 {
  color: #ffffff;
}

.pricing-item:hover .pi-price span {
  color: #ffffff;
}

.pricing-item:hover .pi-title {
  background: #ed563b;
}

.pricing-item:hover .pi-title h3 {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.pricing-item:hover .pi-text .primary-btn {
  background: #ed563b;
  color: #ffffff;
}

.pricing-item .pi-price {
  position: absolute;
  top: -32px;
  width: 100%;
  left: 0;
}

.pricing-item .pi-price h2 {
  color: #ed563b;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pricing-item .pi-price span {
  font-size: 15px;
  color: #111111;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pricing-item .pi-title {
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-item .pi-title h3 {
  color: #111111;
  font-weight: 700;
  padding-bottom: 32px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pricing-item .pi-text {
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-item .pi-text ul {
  margin: 25px 0;
}

.pricing-item .pi-text ul li {
  font-size: 15px;
  color: #666666;
  line-height: 42px;
  list-style: none;
}

.pricing-item .pi-text .primary-btn {
  font-size: 15px;
  color: #111111;
  background: #ebebeb;
  padding: 14px 0;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.so-number {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ed563b;
  float: left;
  margin-right: 20px;
}
/* ================ */





















/* header section */
.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  background-color: #000000b1;
}


.background-header {
  background: rgba(250, 250, 250, 0.99) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39 !important;
  text-decoration: none;
}

.background-header .main-nav .nav li:last-child a { 
  color: #232d39 !important; 
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a {
  color: #ed563b !important;
}

.background-header .nav li a.active {
  color: #ed563b !important;
}


.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.logo em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  text-decoration: none;
}

.header-area .main-nav .nav li a {
  color: #fff;
  text-decoration: none;
}


.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ed563b !important;
  opacity: 1;
  font-weight: bolder;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ed563b !important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ed563b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ed563b !important;
    opacity: 1;
  }

  .header-area {
    background-color: #343434;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
    text-decoration: none;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ed563b !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/* =================== */













/* Responsive CSS */
@media only screen and (min-width: 1430px) {
  .container {
    max-width: 1400px !important;
  }

  .blog-details-section .container {
    max-width: 1170px !important;
  }

  .logo {
    margin-right: 150px;
  }

  .about-text {
    padding-left: 100px;
    padding-right: 110px;
  }

  .header-section {
    padding-left: 85px;
    padding-right: 85px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .about-section .col-lg-6 {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .about-pic .play-btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }

  .about-text {
    padding-left: 30px;
    padding-bottom: 70px;
    height: auto;
  }

  .blog-sidebar .bs-item h5:after {
    width: 45px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hs-slider.owl-carousel .owl-nav button {
    left: 10px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .about-pic .play-btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }

  .about-text {
    padding-left: 30px;
    padding-bottom: 70px;
    height: auto;
  }

  .blog-sidebar {
    padding-top: 40px;
  }

  .blog-details-text .bd-tag-share .tags {
    float: none;
    margin-bottom: 20px;
  }

  .blog-details-text .bd-tag-share .share {
    float: none;
  }

  .post-item.prev-item {
    margin-bottom: 30px;
  }

  .slicknav_menu {
    display: block;
    background: transparent;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_btn {
    margin: 0;
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #111;
    width: 20px;
    height: 3px;
  }

  .slicknav_nav {
    background: #111;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: #ed563b;
    color: #fff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #ed563b;
    color: #fff;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 8px 30px;
    margin: 0;
  }

  .header-section .container-fluid {
    position: relative;
  }

  .top-search {
    float: none;
    position: absolute;
    right: 50px;
  }

  .logo {
    margin-right: 0;
  }

  .portfolio-filter .pf-item {
    width: calc(33.33% - 20px);
  }

  .portfolio-filter .pf-item.large-width {
    width: calc(33.33% - 20px);
  }

  .gallery-filter .gf-item {
    width: calc(33.33% - 20px);
  }

  .portfolio-details-pic .pdp-item {
    width: calc(33.33% - 20px);
  }

  .portfolio-details-pic .pdp-item.large-width {
    width: calc(33.33% - 20px);
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .about-pic .play-btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }

  .about-text {
    padding-left: 30px;
    padding-bottom: 70px;
    height: auto;
  }

  .blog-sidebar {
    padding-top: 40px;
  }

  .blog-details-text .bd-tag-share .tags {
    float: none;
    margin-bottom: 20px;
  }

  .blog-details-text .bd-tag-share .share {
    float: none;
  }

  .post-item.prev-item {
    margin-bottom: 30px;
  }

  .hs-slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .right-btn {
    text-align: left;
    padding-top: 0;
    margin-bottom: 45px;
  }

  .filter-controls ul li {
    margin-right: 10px;
  }

  .filter-controls ul li:after {
    right: -12px;
  }

  .blog-item .bi-pic {
    float: none;
    margin-right: 0;
  }

  .blog-item .bi-text {
    overflow: visible;
    padding-top: 30px;
  }

  .blog-details-text .bd-tag-share .tags a {
    margin-bottom: 15px;
  }

  .blog-details-text .bd-author .avatar-pic {
    float: none;
    margin-right: 0;
  }

  .blog-details-text .bd-author .avatar-text {
    overflow: visible;
    padding-top: 30px;
  }

  .slicknav_menu {
    display: block;
    background: transparent;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_btn {
    margin: 0;
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #111;
    width: 20px;
    height: 3px;
  }

  .slicknav_nav {
    background: #111;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: #ed563b;
    color: #fff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #ed563b;
    color: #fff;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 8px 30px;
    margin: 0;
  }

  .header-section .container-fluid {
    position: relative;
  }

  .top-search {
    float: none;
    position: absolute;
    right: 50px;
  }

  .logo {
    margin-right: 0;
  }

  .hs-item {
    height: auto;
    padding: 150px 0 200px;
  }

  .portfolio-hero-section {
    height: auto;
    padding: 150px 0;
  }

  .portfolio-filter .pf-item {
    width: calc(50% - 20px);
  }

  .portfolio-filter .pf-item.large-width {
    width: calc(50% - 20px);
  }

  .gallery-filter .gf-item {
    width: calc(50% - 20px);
  }

  .portfolio-details-pic .pdp-item {
    width: calc(50% - 20px);
  }

  .portfolio-details-pic .pdp-item.large-width {
    width: calc(50% - 20px);
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .load-more-btn a {
    padding: 15px 70px 13px;
  }

  .ph-text {
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 60px 20px 65px;
    text-align: center;
  }

  .blog-pagination a {
    margin-right: 5px;
  }

  .blog-details-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details-text .bd-tag-share .share a {
    margin-bottom: 10px;
  }

  .blog-details-text .bd-related-post .post-item.prev-item .pi-pic {
    float: none;
    margin-right: 0;
  }

  .blog-details-text .bd-related-post .post-item.prev-item .pi-text {
    overflow: visible;
    padding-top: 15px;
  }

  .blog-details-text .bd-related-post .post-item.next-item .pi-pic {
    float: none;
    margin-right: 0;
  }

  .blog-details-text .bd-related-post .post-item.next-item .pi-text {
    overflow: visible;
    padding-top: 15px;
  }

  .blog-details-text .bd-author {
    padding: 30px;
  }

  .blog-details-text .bd-comment-form .leave-form {
    padding: 35px 20px 40px 20px;
  }

  .slicknav_menu {
    display: block;
    background: transparent;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_btn {
    margin: 0;
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #111;
    width: 20px;
    height: 3px;
  }

  .slicknav_nav {
    background: #111;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: #ed563b;
    color: #fff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #ed563b;
    color: #fff;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 8px 30px;
    margin: 0;
  }

  .header-section .container-fluid {
    position: relative;
  }

  .top-search {
    float: none;
    position: absolute;
    right: 50px;
  }

  .logo {
    margin-right: 0;
  }

  .hs-item .hs-text h2 {
    font-size: 38px;
  }

  .portfolio-section .container-fluid,
  .gallery-section .container-fluid {
    padding: 0 30px;
  }

  .portfolio-filter .pf-item {
    width: 100%;
    margin-right: 0;
  }

  .portfolio-filter .pf-item.large-width {
    width: 100%;
  }

  .gallery-filter .gf-item {
    width: 100%;
  }

  .portfolio-details-pic .pdp-item {
    width: 100%;
  }

  .portfolio-details-pic .pdp-item.large-width {
    width: 100%;
  }

  .about-text .at-list .al-item .al-pic,
  .blog-details-text .bd-comment-form .comment-item .ci-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }



  .blog-details-text .bd-pics img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-details-text .bd-title h2 {
    font-size: 36px;
    line-height: normal;
  }
}
/* ============================= */

