@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');
body {
    font-family: 'Crimson Text', serif;
}
:root {
    --swiper-theme-color: #1d3c37;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Crimson Text', serif;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
 }

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.header .navbar-nav .nav-item .nav-link {
    font-family: 'Crimson Text', serif;
    font-size: calc(14 * 100vw / 1600);
    color: #ffffff;
    font-weight: 600;
}
.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active {
    color: #e1b628;
}
.header .navbar-nav .nav-item .submenu li {
    font-size: 18px;
    font-weight: bold;
    color: #4c4478;
    list-style: none;
}
.header .navbar-nav .nav-item .submenu li a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4478;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.header .navbar-nav .nav-item:hover .nav-link,
.header .navbar-nav .nav-item.active .nav-link {
    color: #e1b628;
}
.hero {
    padding: 0px;
}
.header .navbar-nav .nav-item .submenu li:hover a, 
.header .navbar-nav .nav-item .submenu li.active a {
    color: #e1b628;
}
.header .navbar-nav .nav-item .submenu li:hover a, 
.header .navbar-nav .nav-item .submenu li.active a,
.header.sticky .navbar-nav .nav-item .submenu li:hover a, 
.header.sticky .navbar-nav .nav-item .submenu li.active a {
    color: #e1b628;
}
.main-subpages .header .navbar-nav .nav-item .nav-link,
.main-subpages .header .navbar-nav .nav-item .submenu li a,
.main-subpages .header .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}
.main-subpages .header .navbar-nav .nav-item .submenu li:hover a, 
.main-subpages .header .navbar-nav .nav-item .submenu li.active a {
    color: #e1b628;
}
.megamenu h6 {
    text-transform: uppercase;
    color: #1d3c37;
}
.megamenu h6 span {
    display: block;
}
::selection {
    background-color: transparent;
    color: inherit;
}
.navbar-light .navbar-brand {
    color: #1d3c37;
    font-weight: 700;
    font-size: 18px;
}
.navbar-light .navbar-brand:hover {
    color: #1d3c37;
}
.navbar .megamenu { 
    padding: 1rem; 
}
.header {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1000;
}
.main-subpages .header {
    background-color: #1d3c37;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}
.header,
.header.sticky {
    background-color: #1d3c37;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
    z-index: 1000;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header .navbar-light .navbar-brand,
.header.sticky .navbar-light .navbar-brand {
    color: #ffffff;
}
.dropdown-menu {
    border: none;
    border-radius: 0px;
}
.dropdown-menu.megamenu.show {
    margin-top: 0px;
    padding-top: 2em;
    padding-bottom: 3em;
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #4c4478;
}
.dropdown-menu.megamenu ul li a {
    text-decoration: none;
    color: #4c4478;
}
.dropdown-menu.megamenu ul li:hover a,
.dropdown-menu.megamenu ul li.active a {
    color: #bd9206;
}

.slider-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 3em;
    border-radius: 15px;
}
.slider-content h1,
.slider-content h2 {
    line-height: 1em;
    color: #1d3c37;
}
.slider-content h2 {
    color: #4c4478;
}
.slider-content .caption-text {
    margin-bottom: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 3px solid #ffffff !important;
}
.cstm-box-style h2 {
    font-size: 28px;
    line-height: 1.3em;
}
.cstm-box-style h2 span {
    display: block;
}
.cstm-bottom-copy a {
    color: #ffffff;
}
.btn-custom {
    background-color: #1d3c37;
}
.progress-wrap span {
    color: #1d3c37 !important;
}
.progress-wrap span svg {
    fill: #1d3c37 !important;
}
.progress-wrap svg.progress-circle path {
    stroke: #1d3c37 !important;
}
.header .navbar-brand img {
    height: auto;
    width: 125px;
}
.header .navbar-brand img, 
.header.sticky .navbar-brand img {
    width: 56px;
}
.cstm-heading-middle h2 {
    line-height: 1em;
}
#logo-bottom img {
    height: auto;
    max-width: 56px;
}
.footer.section {
    background-color: #1d3c37;
    padding-bottom: 20px;
}
.footer .service-link {
    margin-left: 0px;
}
.footer .service-link ul li a:hover {
    color: #ffffff;
}
.footer .service-link ul {
    margin: 0px;
    padding: 0px;
}
.footer .service-link ul li {
    margin-bottom: 10px;
}
.footer .service-link ul li,
.footer .service-link ul li a,
.footer .service-link p {
    line-height: 1.3em;
}
.footer .service-link ul li a {
    font-weight: 400;
}
.footer .service-link p {
    line-height: 1.3em;
    margin-bottom: 10px;
}
.footer .service-link h5,
.footer .social-link h5 {
    margin-bottom: 15px;
}
.footer .service-link ul li:hover a {
    text-decoration: underline;
    text-decoration-color: #e1b628;
}
.footer .footer-desc,
.footer .service-link ul li a,
.footer p.text-center.text-muted.mb-0.cstm-bottom-copy {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 400;
}
.footer .service-link h5,
.footer .social-link h5 {
  font-size: 16px;
  font-weight: 700;
  color: #e1b628 !important;
}
.footer hr {
  background-color: #e1b628;
  opacity: .6;
}
.btn-custom:hover {
    background-color: #e1b628;
    color: #1d3c37;
}
.outer-subpages {
    position: relative;
    top: 165px;
}
section.subpages.team h1 {
    font-size: 28px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: normal;
}
.outer-subpages .social-cstm {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team .team-social .social-icon:hover {
    color: #1d3c37;
}
section.subpages.team h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: normal;
}
.bg-video {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;

    &__content {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
  
    @media (max-width: 700px) {
		background: url('//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg') center center / cover no-repeat;
		
		&__content {
			display: none;
		}
	}
}
section.video-bg {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 76px 0 0;
  margin-bottom: 35px;
}

.headline {
  font-family: 'Crimson Text', serif;
  font-size: 70px;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  margin: 0 auto;
  max-width: 50%;
}

.headline h1 {
  font-family: 'Crimson Text', serif;
  font-size: 84px;
  margin: 20px 0;
  letter-spacing: 1px;
}

.headline p {
  font-family: 'Crimson Text', serif;
  margin-bottom: 0px;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.3em;
}

.headline p.top-text {
  font-size: 45px;
}

.blur-edges {
  background: #000000 url(https://www.dewegroup.id/images/pattern-video.png) repeat;
  background-size: cover; /* Added background-size property */
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  opacity: .4;
}

.cstm-section-bg {
  background: linear-gradient(90deg, #020024 0%, #f5f5f7 0%, #fff5f3 100%) !important;
}

.brand-logo {
  background: none;
}

.bg-video video {
    height: auto;
    width: 100%;
}
.footer .social-icon:hover {
    color: #e1b628;
}

@media all and (min-width: 1024px) {
    .slider-content h1,
    .slider-content h2 {
        font-size: 60px;
    }
    .slider-content h2 {
        font-size: 42px;
        line-height: 1.3em;
    }
}
.footer hr {
    margin: 45px 0 20px;
}
.desktop-cstm {
    display: block !important;
}
.mobile-cstm {
    display: none !important;
}
section {
    padding: 85px 0 60px;
}
.section-title {
    padding-bottom: 20px;
}
  
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: 'Crimson Text', serif;
}
  
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f38b74;
    margin: 4px 10px;
}
  
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    color: #1d3c37;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    padding-left: 28px;
    position: relative;
  }
  
  .about .content ul li+li {
    margin-top: 10px;
  }
  
  .about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #e1b628;
    line-height: 1;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  .about .content .btn-learn-more,
  .cstm-button-ok .btn-learn-more {
    background: #e1b628;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #e1b628;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .about .content .btn-learn-more:hover,
  .cstm-button-ok .btn-learn-more:hover {
    background: #1d3c37;
    color: #fff;
    text-decoration: none;
    border: 2px solid #1d3c37;
  }

  .cstm-button-ok .btn-learn-more {
    margin: 0 auto;
    display: block;
    width: 158px;
    text-align: center;
  }
  
  /*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
  .counts {
    padding-top: 0;
  }
  
  .counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
  }
  
  .counts .count-box i {
    display: block;
    font-size: 30px;
    color: #e1b628;
    float: left;
  }
  
  .counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #1d3c37;
    margin-left: 50px;
  }
  
  .counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: 'Crimson Text', serif;
    font-size: 14px;
  }
  
  .counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #164682;
    font-size: 15px;
    font-family: 'Crimson Text', serif;
    transition: ease-in-out 0.3s;
  }
  
  .counts .count-box a:hover {
    color: #2169c4;
  }
  
  /*--------------------------------------------------------------
  # Why Us
  --------------------------------------------------------------*/
  .collapse.show {
    background: none;
  }
  .why-us {
    padding: 0;
  }
  
  .why-us .content {
    padding: 60px 100px 0 100px;
  }
  
  .why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #1d3c37
  }
  
  .why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  
  .why-us .content p {
    font-size: 15px;
    color: #848484;
  }
  
  .why-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
  }
  
  .why-us .accordion-list {
    padding: 0 100px 60px 100px;
  }
  
  .why-us .accordion-list ul {
    padding: 0;
    list-style: none;
  }
  
  .why-us .accordion-list li+li {
    margin-top: 15px;
  }
  
  .why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
  }
  
  .why-us .accordion-list li > a {
    display: block;
    position: relative;
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 30px;
    outline: none;
    color: #1d3c37;
    cursor: pointer;
  }
  .why-us .accordion-list li p a {
    color: #1d3c37;
    font-weight: 700;
    font-size: 16px;
  }
  
  .why-us .accordion-list span {
    color: #e1b628;
    font-weight: 700;
    font-size: 16px;
    padding-right: 10px;
  }
  
  .why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .why-us .accordion-list .icon-show {
    display: none;
  }
  
  .why-us .accordion-list a.collapsed {
    color: #1d3c37;
  }
  
  .why-us .accordion-list a.collapsed:hover {
    color: #e1b628;
  }
  
  .why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .why-us .accordion-list a.collapsed .icon-close {
    display: none;
  }
  
  .why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#1d3c37 50%, #1d3c3766 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }
  
  .why-us .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .why-us .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #1d3c37b3;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  .why-us .play-btn:hover::after {
    border-left: 15px solid #e1b628;
    transform: scale(20);
  }
  
  .why-us .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }
  
  @media (max-width: 1024px) {
  
    .why-us .content,
    .why-us .accordion-list {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  @media (max-width: 992px) {
    .why-us .content {
      padding-top: 30px;
    }
  
    .why-us .accordion-list {
      padding-bottom: 30px;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    text-align: center;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
  }
  
  .services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #e1b628;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
  }
  
  .services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
  }
  
  .services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #f9c6bb;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
    z-index: 1;
  }
  
  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .services .icon-box h4 a {
    color: #1d3c37;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    background: #e1b628;
    border-color: #e1b628;
  }
  
  .services .icon-box:hover .icon {
    background: #fff;
  }
  
  .services .icon-box:hover .icon i {
    color: #e1b628;
  }
  
  .services .icon-box:hover .icon::before {
    background: #f1775d;
  }
  
  .services .icon-box:hover h4 a,
  .services .icon-box:hover p {
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
  .testimonials .testimonial-wrap {
    padding-left: 50px;
  }
  
  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }
  
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
    position: relative;
    background: #fff;
  }
  
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
  }
  
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
  }
  
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }
  
  .testimonials .testimonial-item .quote-icon-left,
  .testimonials .testimonial-item .quote-icon-right {
    color: #fdedea;
    font-size: 26px;
  }
  
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
  }
  
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e1b628;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e1b628;
  }
  
  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta {
    padding: 80px 0;
    background: #1d3c37;
  }
  
  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  .cta p {
    color: #fff;
  }
  
  .cta .cta-btn {
    background: #e1b628;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #e1b628;
    color: #fff;
    text-decoration: none;
  }
  
  .cta .cta-btn:hover {
    background: #1d3c37;
    border: 2px solid #1d3c37;
  }
  
  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #1d3c37;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    color: #e1b628;
    background-color: #1d3c37;
    border-radius: 50px;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
  }
  
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #1d3c37;
  }
  
  .portfolio .portfolio-item .portfolio-info p {
    color: #1d3c37;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link,
  .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #1d3c37
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link:hover,
  .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #e1b628;
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
  }
  
  .portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-links a:hover {
    color: #f59f8c;
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e1b628;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e1b628;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }
  
  /*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
  .team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
  }
  
  .team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  
  .team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
  }
  
  .team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
  }
  
  .team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
  }
  
  .team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(11, 35, 65, 0.5);
    text-align: center;
  }
  
  .team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
  }
  
  .team .member .social a:hover {
    color: #e1b628;
  }
  
  .team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  
  .team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
  }
  
  .team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
  }
  
  .team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
  }
  
  /*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
  .pricing .row {
    padding-top: 40px;
  }
  
  .pricing .box {
    padding: 80px 40px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    background: #fff;
    text-align: center;
  }
  
  .pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
  }
  
  .pricing h4 {
    font-size: 46px;
    color: #1d3c37;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    margin-bottom: 25px;
  }
  
  .pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
  }
  
  .pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
  }
  
  .pricing ul li {
    padding-bottom: 12px;
  }
  
  .pricing ul i {
    color: #e1b628;
    font-size: 18px;
    padding-right: 4px;
  }
  
  .pricing ul .na {
    color: #ccc;
  }
  
  .pricing ul .na i {
    color: #ccc;
  }
  
  .pricing ul .na span {
    text-decoration: line-through;
  }
  
  .pricing .get-started-btn {
    display: inline-block;
    padding: 10px 40px 11px 40px;
    border-radius: 4px;
    color: #1d3c37;
    transition: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #1d3c37;
    background: #fff;
  }
  
  .pricing .get-started-btn:hover {
    background: #1d3c37;
    color: #fff;
  }
  
  .pricing .featured {
    z-index: 10;
    padding: 100px 40px;
    border: 4px solid #e1b628;
  }
  
  .pricing .featured .get-started-btn {
    background: #e1b628;
    color: #fff;
    border-color: #e1b628;
  }
  
  .asw-footer {
    display: none !important;
  }
  
  .pricing .featured .get-started-btn:hover {
    background: #ef6445;
  }
  
  @media (max-width: 992px) {
    .pricing .box {
      max-width: 60%;
      margin: 0 auto 30px auto;
    }
  }
  
  @media (max-width: 767px) {
    .pricing .box {
      max-width: 80%;
      margin: 0 auto 30px auto;
    }
  }
  
  @media (max-width: 420px) {
    .pricing .box {
      max-width: 100%;
      margin: 0 auto 30px auto;
    }
  }
  
  /*--------------------------------------------------------------
  # Frequently Asked Questions
  --------------------------------------------------------------*/
  .faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e9f1fb;
  }
  
  .faq .faq-item i {
    color: #669ee5;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
  }
  
  .faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
    font-family: 'Crimson Text', serif;
  }
  
  .faq .faq-item p {
    font-size: 15px;
  }
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info-box {
    color: #1d3c37;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
  }
  
  .contact .info-box i {
    font-size: 32px;
    color: #e1b628;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fbdad2;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #e1b628;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #e1b628;
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #ef6445;
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  .footer .footer-desc span {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
  }

  .footer .footer-desc span a {
    color: #ffffff;
  }
  
section.live-chat {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 12;
}

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: #f6f9fd;
    min-height: 40px;
    margin-top: 0px;
  }
  
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 74px;
    }
  }
  
  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1d3c37;
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
  }
  
  .breadcrumbs ol li+li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #1d3c37
    content: "&raquo";
  }

  .caption-box {
    margin: 10px 0 0;
  }
  
  .caption-box strong {
    display: block;
  }
  .brand-logo .owl-carousel .items {
    margin: 10px;
    cursor: pointer;
  }

  .brand-logo .owl-carousel .items a {
    cursor: pointer;
  }
  .swiper-slide a {
      text-decoration: none;
      text-transform: uppercase;
  }
  .swiper-slide .caption-box {
      display: block;
      color: #1d3c37;
  }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media (max-width: 991px) {
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
    .header .navbar-brand img {
        height: auto;
        width: 98px;
    }
    .navbar-toggler {
        border: none;
        background-color: transparent;
        cursor: pointer;
        padding: 0;
        width: 35px;
        height: 50px;
        position: relative;
      }
      
      .navbar-toggler span {
        display: block;
        position: relative;
        width: 100%;
        height: 5px;
        background-color: #333; /* Customize the color */
        transition: transform 0.3s ease;
        transform-origin: center;
        background-image: none;
      }
      .header .navbar-toggler span,
      .header.sticky .navbar-toggler span {
        background-color: #ffffff; /* Customize the color */
        background-image: none;
      }
      
      .navbar-toggler span::before,
      .navbar-toggler span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #333; /* Customize the color */
        transition: transform 0.3s ease;
      }

      .header .navbar-toggler span::before,
      .header .navbar-toggler span::after,
      .header.sticky .navbar-toggler span::before,
      .header.sticky .navbar-toggler span::after {
        background-color: #ffffff; /* Customize the color */
      }
      
      .navbar-toggler span::before {
        top: -15px;
        left: 0px;
      }
      
      .navbar-toggler span::after {
        top: 15px;
        left: 0px;
      }
      
      .navbar-toggler[aria-expanded="true"] span {
        background-color: transparent;
      }
      
      .navbar-toggler[aria-expanded="true"] span::before {
        transform: rotate(45deg);
        top: 0;
      }
      
      .navbar-toggler[aria-expanded="true"] span::after {
        transform: rotate(-45deg);
        top: 0;
      }
      .cstm-box-style h2 {
        font-size: 20px;
      }
      .header .navbar-brand img,
      .header.sticky .navbar-brand img {
        width: 90px;
      }
      .footer .service-link {
        margin-left: 0px;
      }
      .social-icon-footer {
        margin-bottom: 30px;
      }
      .header .navbar-nav .nav-item .nav-link {
          font-size: 16px;
      }
      .header .navbar-brand img, .header.sticky .navbar-brand img {
          width: 58px;
      }
      .headline {
        max-width: 100%;
        font-size: 36px;
      }
      section.video-bg {
        justify-content: start;
        align-items: start;
      }
      & .headline {
        max-width: 100% !important;
        padding-top: 8%;
      }
      .headline h1 {
        font-size: 45px;
      }
    
      .headline p {
        font-size: 36px;
      }
      .headline p.top-text {
        font-size: 45px;
      }
      section.video-bg {
        height: auto;
        padding: 75px 0;
        margin-bottom: 0px;
      }
      .bg-video {
        height: auto;
      }
      .blur-edges {
        top: -9px;
      }
      
}
@media (max-width: 768px) {
    .slider-content h1, .slider-content h2 {
        font-size: 20px;
        line-height: 1em;
    }
    .slider-content h2 {
        font-size: 18px;
    }
    .slider-content {
        width: 100%;
    }
    .slider-content p {
        line-height: 1em;
        font-size: 14px;
    }
    .btn-custom {
        padding: 10px 20px;
        width: 200px;
        margin: 0 auto;
    }
    .cstm-box-style h2 {
        font-size: 18px;
    }
    .boost-wrap p {
        font-size: 14px;
    }
    .desktop-cstm {
        display: none !important;
    }
    .mobile-cstm {
        display: block !important;
    }
    .cstm-box-style {
        margin-top: 20px;
    }
    .brand-logo .owl-carousel .items{
        max-height: 100%;
    }
    h5, .h5 {
        font-size: 18px;
    }
    .brand-logo h2 {
        font-size: 18px;
    }
    .cstm-heading-middle h2 {
        font-size: 18px;
    }
    .headline {
        padding-left: 15px;
        padding-right: 15px;
    }
    .headline h1 {
      font-size: 32px;
      line-height: 1.2em;
    }
  
    .headline p,
    .headline p.top-text {
      font-size: 18px;
      line-height: 1.2em;
    }
    section {
      padding: 20px 0;
    }
    .section-title p {
      font-size:  25px;
    }
    .why-us .content h3 {
      font-size: 21px;
    }
    .brand-logo .owl-carousel .items {
      margin: 10px auto;
      width: 100%;
    }
    .social-link {
      margin: 30px 0 110px;
    }
    .footer .social-icon {
        display: block;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 27px;
        font-size: 15px;
    }
    section.live-chat {
      bottom: 15%;
  }
}
/* ============ mobile view .end// ============ */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul {
  list-style: none;
  padding-left: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-bottom: 5px solid #1d3c37;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .nav-link {
  color: #000000;
  margin-left: 0px;
  border-bottom: 1px dashed #909090;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item.first .nav-link {
  border-top: 1px dashed #909090;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:hover .nav-link {
  color: #e1b628;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      width: 320px;
      border-radius: 5px;
  }
}
