/**
* Template Name:- v2.4.0
* Template URL: 
* License: 
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {scroll-behavior: smooth;--bs-topmenu: #ec7348;--bs-topbg: #9682b5;}
a {color: var(--bs-links);text-decoration: none;-webkit-transition: all ease 0.4s; transition: all ease 0.4s;}
a:hover {color: var(--bs-links-hover); text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-family: var(--bs-font-sans-serif);}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {position: fixed;inset: 0;z-index: 9999;overflow: hidden;background:rgba(32, 171, 115, 0.9);transition: all 0.6s ease-out;width: 100%;height: 100vh;}
.loader {box-sizing: border-box;display: inline-block;width: 50px;height: 80px;border-top: 5px solid #fff;border-bottom: 5px solid #fff;position: relative;background: linear-gradient(#000 30px, transparent 0) no-repeat;background-size: 2px 40px;background-position: 50% 0px;animation: spinx 5s linear infinite;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.loader:before, .loader:after {content: "";width: 40px;left: 50%;height: 35px;position: absolute;top: 0;transform: translatex(-50%);background: rgba(255, 255, 255, 0.4);border-radius: 0 0 20px 20px;background-size: 100% auto;background-repeat: no-repeat;background-position: 0 0px;animation: lqt 5s linear infinite;}
.loader:after {top: auto;bottom: 0;border-radius: 20px 20px 0 0;animation: lqb 5s linear infinite;}
@keyframes lqt {
  0%, 100% {
    background-image: linear-gradient(#000 40px, transparent 0);
    background-position: 0% 0px;
  }
  50% {
    background-image: linear-gradient(#000 40px, transparent 0);
    background-position: 0% 40px;
  }
  50.1% {
    background-image: linear-gradient(#000 40px, transparent 0);
    background-position: 0% -40px;
  }
}
@keyframes lqb {
  0% {
    background-image: linear-gradient(#000 40px, transparent 0);
    background-position: 0 40px;
  }
  100% {
    background-image: linear-gradient(#000 40px, transparent 0);
    background-position: 0 -40px;
  }
}
@keyframes spinx {
  0%, 49% {
    transform: rotate(0deg);
    background-position: 50% 36px;
  }
  51%, 98% {
    transform: rotate(180deg);
    background-position: 50% 4px;
  }
  100% {
    transform: rotate(360deg);
    background-position: 50% 36px;
  }
}
    
/* 
#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--bs-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
} */

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.section-padding{padding: 55px 0;}
section {overflow: hidden;position: relative;}
.section-header {text-align: center;padding-bottom: 40px;}
.section-header h2 {font-size: 48px;font-weight: 300;margin-bottom: 20px;color: var(--bs-secondary);}
.section-header p {margin: 0 auto;color: var(--bs-secondary-light);}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {padding: 15px 0;background: rgba(var(--bs-secondary-rgb), 0.05);min-height: 40px;margin-top: 76px;}
.breadcrumbs h2 {font-size: 30px;font-weight: 300;margin: 0;}
.breadcrumbs ol {display: flex;flex-wrap: wrap;list-style: none;padding: 0;margin: 0;font-size: 14px;}
.breadcrumbs ol li+li {padding-left: 10px;}
.breadcrumbs ol li+li::before {display: inline-block;padding-right: 10px;color: var(--bs-secondary-light);content: "/";}
@media (max-width: 992px) {
  .breadcrumbs .d-flex { display: block !important;}
  .breadcrumbs h2 { margin-bottom: 10px;font-size: 24px;}
  .breadcrumbs ol { display: block;}
  .breadcrumbs ol li { display: inline-block;}
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {position: fixed;visibility: hidden;opacity: 0;right: 15px;bottom: 50px;z-index: 995;background:#9682b5; width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.scroll-top i {font-size: 24px;color: var(--bs-white);line-height: 0;}
.scroll-top:hover {background: var(--bs-topmenu);color: var(--bs-white);}
.scroll-top.active {visibility: visible;opacity: 1;}

/* language */
.gt_switcher_wrapper {
    bottom: 50px !important;
    right: 65px !important;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {transition-delay: 0 !important;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {padding: 15px 0;transition: all 0.5s;z-index: 997;}
.header.sticked {background: var(--bs-topbg);box-shadow: 0px 1px 12px rgba(var(--bs-black-rgb), 0.6);}
.header .logo img {max-height: 56px;margin-right: 6px;}
.footer-info img {width: 200px;}
.header .logo h1 {font-size: 32px;font-weight: 300;color: var(--bs-secondary);font-family: var(--font-secondary);}
.header .logo h1 span {color: var(--bs-primary);font-weight: 500;}
.header .btn-getstarted,
.header .btn-getstarted:focus {font-size: 16px;color: var(--bs-white);background: var(--bs-primary);padding: 8px 23px;border-radius: 4px;transition: 0.3s;font-family: var(--font-secondary);}
.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {color: var(--bs-white);background: rgba(var(--bs-primary-rgb), 0.85);}
@media (max-width: 1279px) {
.header .btn-getstarted,.header .btn-getstarted:focus {  margin-right: 50px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {padding: 0;position: relative;}
  .navbar ul {margin: 0;padding: 0;display: flex;gap: 5px; list-style: none;align-items: center;}
  .navbar li {position: relative;}
  .navbar>ul>li {white-space: nowrap;}
  .navbar a,
  .navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-family:'Roboto', Arial, Helvetica, sans-serif;font-size: 16px;font-weight: 400;color:#fff;white-space: nowrap;transition: 0.3s;position: relative;border-radius: 50px;text-transform: uppercase;}
  .navbar a i,
  .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
  /* navbar>ul>li>a:before {content: "";position: absolute;width: 100%;height: 2px;bottom: 0;left: 0; visibility: hidden;transition: all 0.3s ease-in-out 0s;transform: scaleX(0);transition: all 0.3s ease-in-out 0s;} */
  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before { visibility: visible; transform: scaleX(0.7);}
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a { color:#fff;background: #e89051;}
  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {visibility: hidden;}
  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {color: var(--bs-white);background:#e89051;}
  .navbar .dropdown ul {display: block;position: absolute;left: 0;top: 100%;margin-top: 5px;padding: 0 0 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: var(--bs-white);transition: 0.3s;border-radius: 5px;}
  .navbar .dropdown ul li {min-width: 200px;}
  .navbar .dropdown ul a {padding: 10px 20px;font-size: 15px;text-transform: none;font-weight: 400;color: rgba(var(--bs-black-rgb), 0.5);border-radius: 0;}
  .navbar .dropdown ul a i {font-size: 12px;}
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {color: var(--bs-white);background:#3e3e3e;border-radius: 0;}
  .navbar .dropdown:hover>ul {opacity: 1;visibility: visible;}
  .navbar .megamenu {position: static;}
  .navbar .megamenu ul {right: 0;padding: 10px;display: flex;}
  .navbar .megamenu ul li {flex: 1;}
  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {color: rgba(var(--bs-white-rgb), 0.5); background: none; }
  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover { color: var(--bs-white);background: var(--bs-primary);}
  .navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
  .navbar .dropdown .dropdown:hover>ul { opacity: 1;top: 0;left: 100%; visibility: visible;}
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul { left: -90%;}
  .navbar .dropdown .dropdown:hover>ul { left: -100%;}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {position: fixed;top: 0;left: -100%;width: calc(100% - 70px);bottom: 0;transition: 0.3s;z-index: 9997;}
  .navbar ul {position: absolute;inset: 0;padding: 10px 0;margin: 0;background: rgba(var(--bs-black-rgb), 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
  .navbar a,
  .navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 15px;font-size: 16px;font-weight: 500;color: rgba(var(--bs-white-rgb), 0.7);white-space: nowrap;transition: 0.3s;}
  .navbar a i,
  .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {color: var(--bs-white);}
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;border: 1px solid rgba(var(--bs-secondary-light-rgb), 0.3);}
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {display: block;}
  .mobile-nav-toggle {display: block !important;color: var(--bs-white);font-size:40px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;top: 20px;z-index: 9999;right: 20px;}
  .mobile-nav-toggle.bi-x {color: var(--bs-white);font-size: 68px; top: 0px; right: 2px;}
  .mobile-nav-active {overflow: hidden;z-index: 9995;position: relative;}
  .mobile-nav-active .navbar {left: 0;}
  .mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0;background: rgba(var(--bs-secondary-rgb), 0.8);z-index: 9996; }
  .dropdown > a:after { top: -3px !important;right: 13px;font-size: 20px;}
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/
.hero-animated {width: 100%; background: #9682b5;background-size: cover;position: relative;padding: 90px 0 0px;z-index: 0;}
.hero-animated h2 {margin: 0 0 10px 0;text-transform: capitalize;font-size: 42px;font-weight: bold;color: var(--bs-white);font-family: var(--bs-font-sans-serif);}
.hero-animated h2 span {color: #e7cdb4;}
.hero-animated p {color: rgba(var(--bs-white-rgb), 0.8);margin: 0 0 30px 0;font-size: 16px;font-weight: 400;}
.animated {margin-bottom: 60px;animation: up-down 2s ease-in-out infinite alternate-reverse both;}

@media (min-width: 992px) {
.animated {max-width: 45%;}
}

@media (max-width: 991px) {
.animated {max-width: 60%;}
}

@media (max-width: 575px) {
.animated {max-width: 80%;}
}

.hero-animated .btn-get-started {font-size: 16px;font-weight: 400;display: inline-block;padding: 10px 28px;border-radius: 4px;transition: 0.5s;color: var(--bs-white);background: var(--bs-primary);font-family: var(--font-secondary);}
.hero-animated .btn-get-started:hover {background: rgba(var(--bs-primary-rgb), 0.8);}
.hero-animated .btn-watch-video {font-size: 16px;transition: 0.5s;margin-left: 25px;font-family: var(--font-secondary);color: var(--bs-secondary);font-weight: 600;}
.hero-animated .btn-watch-video i {color: var(--bs-primary);font-size: 32px;transition: 0.3s;line-height: 0;margin-right: 8px;}
.hero-animated .btn-watch-video:hover {color: var(--bs-primary);}
.hero-animated .btn-watch-video:hover i {color: rgba(var(--bs-primary-rgb), 0.8);}

@media (max-width: 640px) {
  .hero-animated h2 { font-size: 32px;}
  .hero-animated p { font-size: 18px;margin-bottom: 30px;}
  .hero-animated .btn-get-started,
  .hero-animated .btn-watch-video {font-size: 14px;}
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}

/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/
.hero {width: 100%;padding: 0;background: var(--bs-black);background: url("./images/hero-bg.png") center center;background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: flex;flex-direction: column;justify-content: center;padding: 140px 0 60px 0;}
.hero .carousel-item {overflow: hidden;}
@media (max-width: 640px) {
  .hero .container {padding: 0 60px;}
}
.hero h2 {color: var(--bs-secondary);margin-bottom: 25px;font-size: 48px;font-weight: 300;-webkit-animation: fadeInDown 1s both 0.2s;animation: fadeInDown 1s both 0.2s;}
@media (max-width: 768px) {
  .hero h2 { font-size: 30px;}
}
.hero p {color: var(--bs-secondary-light); -webkit-animation: fadeInDown 1s both 0.4s;animation: fadeInDown 1s both 0.4s;font-weight: 500;margin-bottom: 30px;}
.hero .img {margin-bottom: 40px;-webkit-animation: fadeInDownLite 1s both;animation: fadeInDownLite 1s both;}
.hero .btn-get-started {font-family: var(--font-secondary);font-weight: 400;font-size: 16px;letter-spacing: 1px;display: inline-block;padding: 8px 32px;border-radius: 5px;transition: 0.5s;-webkit-animation: fadeInUp 1s both 0.6s;animation: fadeInUp 1s both 0.6s;color: var(--bs-primary);border: 2px solid var(--bs-primary);}
.hero .btn-get-started:hover { background: var(--bs-primary); color: var(--bs-white);}
.hero .carousel-control-prev {justify-content: start;}
@media (min-width: 640px) {
  .hero .carousel-control-prev {padding-left: 15px;}
}
.hero .carousel-control-next { justify-content: end;}
@media (min-width: 640px) {
.hero .carousel-control-next { padding-right: 15px;}}
.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {background: none;font-size: 26px;line-height: 0;background: rgba(var(--bs-secondary-rgb), 0.4);color: rgba(var(--bs-white-rgb), 0.98);border-radius: 50px;width: 54px;height: 54px;display: flex;align-items: center;justify-content: center;}
.hero .carousel-control-next-icon {padding-left: 3px;}
.hero .carousel-control-prev-icon {padding-right: 3px;}
.hero .carousel-control-prev,
.hero .carousel-control-next {transition: 0.3s;}
.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {opacity: 0.5;}
.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {opacity: 0.9;}
.hero .carousel-indicators li {cursor: pointer;background: rgba(var(--bs-secondary-rgb), 0.5);overflow: hidden;border: 0;width: 12px;height: 12px;border-radius: 50px;opacity: 0.6;transition: 0.3s;}
.hero .carousel-indicators li.active { opacity: 1;background: var(--bs-primary);}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/
.hero-fullscreen {width: 100%;min-height: 100vh;background: url("./images/hero-fullscreen-bg.jpg") center center;background-size: cover;position: relative;padding: 120px 0 60px;}
.hero-fullscreen:before {content: "";background: rgba(var(--bs-white-rgb), 0.85);position: absolute;inset: 0;}
@media (min-width: 1365px) {
  .hero-fullscreen {background-attachment: fixed;}
}
.hero-fullscreen h2 {margin: 0 0 10px 0;font-size: 48px;font-weight: 300;color: var(--bs-secondary);font-family: var(--font-secondary);}
.hero-fullscreen h2 span {color: var(--bs-primary);}
.hero-fullscreen p {color: rgba(var(--bs-secondary-rgb), 0.8);margin: 0 0 30px 0;font-size: 20px;font-weight: 400;}
.hero-fullscreen .btn-get-started {font-size: 16px;font-weight: 400;display: inline-block;padding: 10px 28px;border-radius: 4px;transition: 0.5s;color: var(--bs-white);background: var(--bs-primary);font-family: var(--font-secondary);}
.hero-fullscreen .btn-get-started:hover {background: rgba(var(--bs-primary-rgb), 0.8);}
.hero-fullscreen .btn-watch-video {font-size: 16px;transition: 0.5s;margin-left: 25px;font-family: var(--font-secondary);color: var(--bs-secondary);font-weight: 600;}
.hero-fullscreen .btn-watch-video i {color: var(--bs-primary);font-size: 32px;transition: 0.3s;line-height: 0;margin-right: 8px;}
.hero-fullscreen .btn-watch-video:hover {color: var(--bs-primary);}
.hero-fullscreen .btn-watch-video:hover i {color: rgba(var(--bs-primary-rgb), 0.8);}

@media (max-width: 640px) {
.hero-fullscreen h2 {font-size: 32px;}
.hero-fullscreen p { font-size: 18px;margin-bottom: 30px;}
.hero-fullscreen .btn-get-started,
.hero-fullscreen .btn-watch-video { font-size: 14px;}
}

/*--------------------------------------------------------------
# Static Hero Section
--------------------------------------------------------------*/
.hero-static {width: 100%;min-height: 50vh;background: url("./images/hero-bg.png") center center;background-size: cover;position: relative;padding: 120px 0 60px;}
.hero-static h2 {margin: 0 0 10px 0;font-size: 48px;font-weight: 300;color: var(--bs-secondary);font-family: var(--font-secondary);}
.hero-static h2 span {color: var(--bs-primary);}
.hero-static p {color: rgba(var(--bs-secondary-rgb), 0.8);margin: 0 0 30px 0;font-size: 20px;font-weight: 400;}
.hero-static .btn-get-started {font-size: 16px;font-weight: 400;display: inline-block;padding: 10px 28px;border-radius: 4px;transition: 0.5s;color: var(--bs-white);background: var(--bs-primary);font-family: var(--font-secondary);}
.hero-static .btn-get-started:hover {background: rgba(var(--bs-primary-rgb), 0.8);}
.hero-static .btn-watch-video {font-size: 16px;transition: 0.5s;margin-left: 25px;font-family: var(--font-secondary);color: var(--bs-secondary);font-weight: 600;}
.hero-static .btn-watch-video i {color: var(--bs-primary);font-size: 32px;transition: 0.3s;line-height: 0;margin-right: 8px;}
.hero-static .btn-watch-video:hover {color: var(--bs-primary);}
.hero-static .btn-watch-video:hover i {color: rgba(var(--bs-primary-rgb), 0.8);}

@media (max-width: 640px) {
  .hero-static h2 {font-size: 32px;}
  .hero-static p {font-size: 18px;margin-bottom: 30px; }
  .hero-static .btn-get-started,
  .hero-static .btn-watch-video {font-size: 14px;}
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {padding: 50px 30px;transition: all ease-in-out 0.4s; background: var(--bs-white); height: 100%; display: flex;}
.featured-services .service-item .icon { margin-bottom: 10px; margin-right: 13px;}
.featured-services .service-item .icon i {color: var(--bs-primary);font-size: 36px;transition: 0.3s;}
.featured-services .service-item h4 { font-weight: 600;margin-bottom: 15px; font-size: 24px;}
.featured-services .service-item h4 a {color: var(--bs-secondary);transition: ease-in-out 0.3s;}
.featured-services .service-item p {line-height: 24px; font-size: 14px; margin-bottom: 0;}
.featured-services .service-item:hover { transform: translateY(-10px);}
.featured-services .service-item:hover h4 a { color: var(--bs-primary);}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {position: relative; margin: 40px 0 0;}
@media (max-width: 575px) {
  .about .about-img { margin: 30px 0 0 30px; }
  .about .about-img:before { inset: -30px 0 0 -30px;}
}

.about h3 {color: var(--bs-black);font-family: var(--bs-font-sans-serif); font-weight: bold;font-size: 40px;margin-bottom: 20px;text-transform: uppercase;}
.about h3 span{ color: var(--bs-topmenu);}

@media (max-width: 768px) {
  .about h3 { font-size: 28px;}}
.about .nav-pills {border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.2);}
.about .nav-pills li+li {margin-left: 40px;}
.about .nav-link {background: none;font-size: 18px;font-weight: 400;color: var(--bs-secondary);padding: 12px 0;margin-bottom: -2px;border-radius: 0;font-family: var(--font-secondary);}
.about .nav-link.active { color: var(--bs-primary); background: none;border-bottom: 3px solid var(--bs-primary);}

@media (max-width: 575px) {
  .about .nav-link {font-size: 16px;}
}
.about .tab-content h4 {font-size: 18px; margin: 0;font-weight: 700;color: var(--bs-secondary);}
.about .tab-content i {font-size: 22px;line-height: 0;margin-right: 8px;color: var(--bs-primary);}
/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {padding: 0 0 60px 0;}
.clients .swiper-slide img {opacity: 0.5;transition: 0.3s;filter: grayscale(100);}
.clients .swiper-slide img:hover {filter: none;opacity: 1;}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {padding: 0;}
.onfocus .video-play {min-height: 400px;background: url("./images/Home-page-banner.jpg") center center;background-size: cover;text-align: center;padding:6rem 0 6rem;}
.video-play h2{margin: 0 0 10px 0;text-transform: uppercase;font-size: 45px;font-weight: bold;color: var(--bs-white);font-family: var(--bs-font-sans-serif);position: relative;z-index: 1;}
.video-play h2 span {color: var(--bs-topmenu);}
.onfocus .content {background: linear-gradient(rgba(var(--bs-secondary-rgb), 0.5), rgba(var(--bs-secondary-rgb), 0.8)), url("./images/onfocus-content-bg.jpg") center center;background-size: cover;color: rgba(var(--bs-white-rgb), 0.8);padding: 40px;}

@media (min-width: 768px) {
  .onfocus .content {padding: 80px;}
}
.onfocus .content h3 {font-weight: 600;font-size: 32px;color: var(--bs-white);}
.onfocus .content ul { list-style: none;padding: 0;}
.onfocus .content ul li {padding-bottom: 10px;}
.onfocus .content ul i {font-size: 20px;padding-right: 4px;color: var(--bs-primary);}
.onfocus .content p:last-child { margin-bottom: 0;}
.onfocus .content .read-more {font-family: var(--font-primary);font-weight: 500;font-size: 16px;letter-spacing: 1px;padding: 12px 24px;border-radius: 5px;transition: 0.3s;display: -nline-flex;align-items: center;justify-content: center;color: var(--bs-white);background: var(--bs-primary);}
.onfocus .content .read-more i {font-size: 18px;margin-left: 5px;line-height: 0;transition: 0.3s;}
.onfocus .content .read-more:hover {background: rgba(var(--bs-primary-rgb), 0.9);padding-right: 19px;}
.onfocus .content .read-more:hover i {margin-left: 10px;}
.onfocus .play-btn {width: 94px;height: 94px;background: radial-gradient(var(--bs-white) 50%, rgba(var(--bs-white-rgb), 0.4) 52%);border-radius: 50%;display: block;position: absolute;left: calc(50% - 47px);top: calc(70% - 47px);overflow: hidden;}
.onfocus .play-btn:before {content: "";position: absolute;width: 120px;height: 120px;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation: pulsate-btn 2s;animation: pulsate-btn 2s;-webkit-animation-direction: forwards;animation-direction: forwards;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-timing-function: steps;animation-timing-function: steps;opacity: 1;border-radius: 50%;border: 5px solid rgba(var(--bs-primary-rgb), 0.7);top: -15%;left: -15%;background: rgba(198, 16, 0, 0);}
.onfocus .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 var(--bs-rendpink);z-index: 100;transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.onfocus .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 var(--bs-white);z-index: 200;-webkit-animation: none;animation: none;border-radius: 0;}
.onfocus .play-btn:hover:after {border-left: 15px solid var(--bs-rendpink);transform: scale(20);}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {border: 0;}
.features .nav-link {border: 0;padding: 25px 20px;color: var(--bs-secondary);box-shadow: 5px 5px 25px rgba(var(--bs-secondary-rgb), 0.15);border-radius: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;transition: 0s;cursor: pointer;height: 100%;}
.features .nav-link i { font-size: 32px; line-height: 0;}
.features .nav-link h4 {font-size: 20px;font-weight: 600;margin: 10px 0 0 0;color: var(--bs-secondary);}
.features .nav-link:hover {color: var(--bs-primary);}
.features .nav-link.active {transition: 0.3s;background: var(--bs-secondary) linear-gradient(rgba(var(--bs-primary-rgb), 0.95), rgba(var(--bs-primary-rgb), 0.6));border-color: var(--bs-primary);}
.features .nav-link.active h4 {color: var(--bs-white);}
.features .nav-link.active i {color: var(--bs-white) !important;}
.features .tab-content {margin-top: 30px;}
.features .tab-pane.active {-webkit-animation: fadeIn 0.5s ease-out;animation: fadeIn 0.5s ease-out;}
.features .tab-pane h3 {font-weight: 600;font-size: 36px; color: var(--bs-secondary);}
.features .tab-pane ul {list-style: none; padding: 0;}
.features .tab-pane ul li { padding-bottom: 10px;}
.features .tab-pane ul i {font-size: 24px;margin-right: 4px; color: var(--bs-primary);}
.features .tab-pane p:last-child { margin-bottom: 0;}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {border-radius: 8px;overflow: hidden;}
.services .img img {transition: 0.6s;}
.services .details {padding: 50px 30px;margin: -100px 30px 0 30px;transition: all ease-in-out 0.3s;background: var(--bs-white);position: relative;background: rgba(var(--bs-white-rgb), 0.9);text-align: center;border-radius: 8px;box-shadow: 0px 0 25px rgba(var(--bs-black-rgb), 0.1);}
.services .details .icon {margin: 0;width: 72px;height: 72px;background: var(--bs-primary);border-radius: 50px;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;color: var(--bs-white);font-size: 28px;transition: ease-in-out 0.3s;position: absolute;top: -36px;left: calc(50% - 36px);border: 6px solid var(--bs-white);}
.services .details h3 {color: var(--bs-default);font-weight: 700;margin: 10px 0 15px 0;font-size: 22px;transition: ease-in-out 0.3s;}
.services .details p {line-height: 24px;font-size: 14px;margin-bottom: 0;}
.services .service-item:hover .details h3 {color: var(--bs-primary);}
.services .service-item:hover .details .icon {background: var(--bs-white);border: 2px solid var(--bs-primary);}
.services .service-item:hover .details .icon i {color: var(--bs-primary);}
.services .service-item:hover .img img {transform: scale(1.2);}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {padding: 80px 0; position: relative;color:var(--bs-black);}
.testimonials .section-header {margin-bottom: 40px;}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {overflow: hidden;}
.testimonials .testimonial-item {text-align: center;color: var(--bs-black);}
.testimonials .testimonial-item .testimonial-img {width: 200px;border-radius: 50%;border: 6px solid var(--bs-topmenu);margin: 0 auto;}
.testimonials .testimonial-item h3 {font-size: 20px;font-weight: bold;margin: 25px 0 16px 0;color: var(--bs-black);}
.testimonials .testimonial-item h4 {font-size: 14px;color: var(--bs-black);margin: 0 0 15px 0;}
.testimonials .testimonial-item .stars {margin-bottom: 15px;}
.testimonials .testimonial-item .stars i {color: var(--bs-yellow);margin: 0 1px;}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right { font-size: 26px;line-height: 0;}
.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;transform: scale(-1, -1);}
.testimonials .testimonial-item p {font-style: italic;margin: 0 auto 15px auto;}
.testimonials .swiper-pagination {margin-top: 20px;position: relative;}
.testimonials .swiper-pagination .swiper-pagination-bullet {width: 12px;height: 12px;background-color: rgba(var(--bs-black-rgb), 0.4);opacity: 0.5;}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {background-color: var(--bs-black);opacity: 1;}
.testimonials h3{ color: var(--bs-black);font-family: var(--bs-font-sans-serif);font-weight: bold;font-size: 40px;margin-bottom: 20px;text-transform: uppercase;}
.testimonials h3 span {color: var(--bs-topmenu);}
.testimonials .title{ text-transform: uppercase; font-weight: 800; font-size: 18px; color: var(--bs-topmenu);}

@media (min-width: 992px) {
  .testimonials .testimonial-item p { width: 80%; }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {background: rgba(var(--bs-secondary-rgb), 0.04);}
.pricing .pricing-item {padding: 60px 40px;box-shadow: 0 3px 20px -2px rgba(var(--bs-gray-rgb), 0.15);background: var(--bs-white);height: 100%;display: flex;flex-direction: column;border: 4px solid var(--bs-white);border-radius: 10px;overflow: hidden;}
.pricing .pricing-header {background: linear-gradient(rgba(var(--bs-secondary-rgb), 0.9), rgba(var(--bs-secondary-rgb), 0.9)), url("./images/pricing-bg.jpg") center center;background-size: cover;text-align: center;padding: 40px;margin: -60px -40px 0;}
.pricing h3 {font-weight: 600;margin-bottom: 5px;font-size: 36px;color: var(--bs-white);}
.pricing h4 {font-size: 48px;color: var(--bs-white);font-weight: 400;font-family: var(--font-primary);margin-bottom: 0;}
.pricing h4 sup {font-size: 28px;}
.pricing h4 span {color: rgba(var(--bs-white-rgb), 0.6);font-size: 24px;}
.pricing ul {padding: 30px 0;list-style: none;color: var(--bs-gray);text-align: left;line-height: 20px;}
.pricing ul li {padding: 10px 0;display: flex;align-items: center;}
.pricing ul i {color: var(--bs-primary);font-size: 36px;padding-right: 3px;line-height: 0;}
.pricing ul .na {color: rgba(var(--bs-gray-rgb), 0.5);}
.pricing ul .na i {color: rgba(var(--bs-gray-rgb), 0.5);font-size: 24px;padding-left: 4px;}
.pricing ul .na span {text-decoration: line-through;}
.contact-btn {position: relative;z-index: 2;overflow: hidden;vertical-align: middle;display: inline-block;border: none;text-transform: uppercase;text-align: center;background-color: #000;color: var(--bs-white);font-family: var(--bs-font-sans-serif);font-size: 18px;font-weight: bold;line-height: 1;padding: 21px 45px 20px 45px;border-radius: 999px;-webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;transition: background-color 0.25s linear, color 0.4s ease-in-out;}
.contact-btn.style6 {background-color: var(--bs-white);color: var(--bs-black);}
.contact-btn.style6:hover {background: var(--bs-topmenu);color: var(--bs-white);}
.contact-btn.style2 {background:#c13909;  color: var(--bs-white); }
.contact-btn.style2:hover { background: var(--bs-black);color: var(--bs-white);}
.pricing .featured {border-color: var(--bs-primary);}
.pricing .featured .pricing-header {background: linear-gradient(rgba(var(--bs-primary-rgb), 0.9), rgba(var(--bs-primary-rgb), 0.9)), url("./images/pricing-bg.jpg") center center;}
.pricing .featured .buy-btn { background: var(--bs-primary);color: var(--bs-white);}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .faq {padding: 0;}
}
.faq .content h3 { font-weight: 400;font-size: 34px;color: var(--bs-secondary);}
.faq .content h4 {font-size: 20px;font-weight: 700;margin-top: 5px;}
.faq .content p {font-size: 15px;color: var(--bs-gray);}
.faq .img {background-size: cover;background-repeat: no-repeat;background-position: center center;min-height: 400px;}
.faq .accordion-item {border: 0;margin-top: 15px;box-shadow: 0px 5px 25px 0px rgba(var(--bs-black-rgb), 0.06);}
.faq .accordion-collapse {border: 0;}
.faq .accordion-button {padding: 15px 40px 20px 60px;font-weight: 600;border: 0;font-size: 18px;color: var(--bs-default);text-align: left;background: var(--bs-white);box-shadow: none;border-radius: 5px;}
.faq .accordion-button:not(.collapsed) {color: var(--bs-primary);border-bottom: 0;box-shadow: none;}
.faq .question-icon {position: absolute;top: 14px;left: 25px;font-size: 20px;color: var(--bs-primary);}
.faq .accordion-button:after {position: absolute;right: 15px;top: 15px;color: var(--bs-primary);}
.faq .accordion-body {padding: 0 30px 25px 60px;border: 0;border-radius: 5px;background: var(--bs-white);box-shadow: none;}
/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {padding: 0;margin: 0 auto 30px auto;list-style: none;text-align: center;}
.portfolio .portfolio-flters li {cursor: pointer;display: inline-block;padding: 0;font-size: 18px;font-weight: 300;margin: 0 10px;line-height: 1;margin-bottom: 5px;transition: all 0.3s ease-in-out;}
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {color: var(--bs-primary);}
.portfolio .portfolio-flters li:first-child {margin-left: 0;}
.portfolio .portfolio-flters li:last-child {margin-right: 0;}
@media (max-width: 575px) {
  .portfolio .portfolio-flters li {font-size: 14px;margin: 0 5px;}
}
.portfolio .portfolio-item {position: relative;border: 1px solid var(--bs-white); overflow: hidden;z-index: 1;}
.portfolio .portfolio-item img {transition: all 0.3s;}
.portfolio .portfolio-item:before {content: "";inset: 0;position: absolute;background: rgba(var(--bs-secondary-rgb), 0.8);z-index: 2;transition: 0.5s;visibility: hidden;opacity: 0;}
.portfolio .portfolio-item .portfolio-info {opacity: 0;position: absolute;inset: auto 40px 40px 40px;z-index: 3;transition: all ease-in-out 0.3s;padding: 20px;}
.portfolio .portfolio-item .portfolio-info h4 {font-size: 18px;font-weight: 600;color: var(--bs-white);padding-right: 50px;}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {position: absolute;right: 50px;font-size: 24px;top: calc(50% - 14px);color: rgba(var(--bs-white-rgb), 0.7);transition: 0.3s;line-height: 0;}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {color: var(--bs-white);}
.portfolio .portfolio-item .portfolio-info .details-link {right: 14px;font-size: 28px;}
.portfolio .portfolio-item:hover:before {visibility: visible;opacity: 1;}
.portfolio .portfolio-item:hover img {transform: scale(1.2);}
.portfolio .portfolio-item:hover .portfolio-info {opacity: 1;inset: auto 10px 0 10px;}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member .member-img {border-radius: 8px;overflow: hidden;}
.team .team-member .social {position: absolute;left: 0;top: -18px;right: 0;opacity: 0;transition: ease-in-out 0.3s;display: flex;align-items: center;justify-content: center;}
.team .team-member .social a {transition: color 0.3s;color: var(--bs-white);background: var(--bs-primary);margin: 0 5px;display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;border-radius: 50%;transition: 0.3s;}
.team .team-member .social a i {line-height: 0;font-size: 16px;}
.team .team-member .social a:hover {background: var(--bs-primary-light);}
.team .team-member .social i {font-size: 18px;margin: 0 2px;}
.team .team-member .member-info {padding: 30px 15px;text-align: center;box-shadow: 0px 2px 15px rgba(var(--bs-black-rgb), 0.1);background: var(--bs-white);margin: -50px 20px 0 20px;position: relative;border-radius: 8px;}
.team .team-member .member-info h4 {font-weight: 400;margin-bottom: 5px;font-size: 24px;color: var(--bs-secondary);}
.team .team-member .member-info span {display: block;font-size: 16px;font-weight: 400;color: var(--bs-gray);}
.team .team-member .member-info p {font-style: italic;font-size: 14px;line-height: 26px;color: var(--bs-gray);}
.team .team-member:hover .social {opacity: 1;}
/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.post-box {transition: 0.3s;height: 100%;overflow: hidden;position: relative;display: flex;flex-direction: column;font-size: 15px;}
.post-box .post-img {overflow: hidden;position: relative;border-radius: 10px;}
.post-box .post-img img {transition: 0.5s;}
.post-box .meta {margin-top: 15px;}
.post-box .meta .post-date {font-size: 15px;font-weight: 400;color: var(--bs-primary);}
.post-box .meta .post-author {font-size: 15px;font-weight: 400;color: var(--bs-secondary);}
.post-box .post-title {font-size: 18px;color: var(--bs-secondary);font-weight: 500;margin: 15px 0 0 0;position: relative;transition: 0.3s;text-transform: capitalize;}
.post-box p {margin: 15px 0 0 0;color: rgba(var(--bs-secondary-dark-rgb), 0.7);}
.post-box .readmore {display: flex;align-items: center;font-weight: 600;line-height: 1;transition: 0.3s;margin-top: 15px;}
.post-box .readmore i {line-height: 0;margin-left: 4px;font-size: 18px;}
.post-box:hover .post-title { color: #2bb17f;}
.post-box:hover .post-img img {transform: scale(1.1);}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .map { margin-bottom: 40px;}
.contact .map iframe { border: 0;width: 100%;height: 400px;}
.contact .info {padding: 40px;box-shadow: 0px 2px 15px rgba(var(--bs-black-rgb), 0.1);overflow: hidden;}
.contact .info h3 { font-weight: 600; font-size: 24px;}
.contact .info p { color: var(--bs-secondary-light); margin-bottom: 30px;font-size: 15px;}
.contact .info-item+.info-item {padding-top: 20px;margin-top: 20px;border-top: 1px solid rgba(var(--bs-secondary-rgb), 0.15);}
.contact .info-item i {font-size: 24px;color: var(--bs-primary); transition: all 0.3s ease-in-out;margin-right: 20px;}
.contact .info-item h4 {padding: 0;font-size: 18px;font-weight: 600;margin-bottom: 5px;color: var(--bs-secondary);}
.contact .info-item p {padding: 0;margin-bottom: 0;font-size: 14px;color: var(--bs-secondary-light);}
.contact .php-email-form {width: 100%;background: var(--bs-white);}
.contact .php-email-form .form-group {padding-bottom: 8px;}
.contact .php-email-form .error-message {display: none;color: var(--bs-white);background: var(--bs-red);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: var(--bs-white);background: var(--bs-green);text-align: center;padding: 15px;font-weight: 600;}
.contact .php-email-form .loading {display: none;background: var(--bs-white);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 var(--bs-green);border-top-color: var(--bs-white);-webkit-animation: animate-loading 1s linear infinite;animation: animate-loading 1s linear infinite;}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {border-radius: 0px;box-shadow: none;font-size: 14px;}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {border-color: var(--bs-secondary-light);}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {height: 48px;padding: 10px 15px;}
.contact .php-email-form textarea {padding: 10px 12px;height: 290px;}
.contact .php-email-form button[type=submit] {background: var(--bs-primary);border: 0;padding: 13px 50px;color: var(--bs-white);transition: 0.4s;border-radius: 0;}
.contact .php-email-form button[type=submit]:hover {background: rgba(var(--bs-primary-rgb), 0.85);}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# 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: var(--bs-white);opacity: 1;border: 1px solid var(--bs-primary);}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {background-color: var(--bs-primary);}
.portfolio-details .portfolio-info {padding: 30px;box-shadow: 0px 0 30px rgba(var(--bs-secondary-rgb), 0.15);}
.portfolio-details .portfolio-info h3 {font-size: 22px;font-weight: 700;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid var(--bs-secondary-light);}
.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;}

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article { box-shadow: 0 4px 16px rgba(var(--bs-black-rgb), 0.1); padding: 30px; height: 100%;}
.blog .posts-list article+article { margin-top: 60px;}
.blog .posts-list .post-img { max-height: 240px; margin: -30px -30px 0 -30px;overflow: hidden;}
.blog .posts-list .title { font-size: 24px; font-weight: 700; padding: 0; margin: 20px 0 0 0; }
.blog .posts-list .title a { color: var(--bs-secondary); transition: 0.3s;}
.blog .posts-list .title a:hover { color: var(--bs-primary);}
.blog .posts-list .meta-top { margin-top: 20px; color: var(--bs-gray);}
.blog .posts-list .meta-top ul {display: flex;flex-wrap: wrap;list-style: none;align-items: center;padding: 0;margin: 0;}
.blog .posts-list .meta-top ul li+li {padding-left:7px;}
.blog .posts-list .meta-top i {font-size: 16px;margin-right:2px;line-height: 0;color:rgba(43,177,127, 0.8);}
.blog .posts-list .meta-top a {color: var(--bs-gray);font-size: 14px;display: inline-block;line-height: 1;}
.blog .posts-list .content {margin-top: 20px;}
.posts-list .read-more a {display: inline-block;background: #2bb17f;color: var(--bs-white);padding: 8px 30px;transition: 0.3s;font-size: 14px;border-radius: 4px;}
.posts-list .read-more a:hover {background: rgba(43,177,127, 0.8);}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/ 
.blog-details .post-img {margin: -30px -30px 20px -30px;overflow: hidden;}
.blog-details .title {font-size: 28px;font-weight: 700;padding: 0;margin: 20px 0 0 0;color: var(--bs-secondary);}
.blog-details .content {margin-top: 20px;}
.blog-details .content h3 {font-size: 22px;margin-top: 30px;font-weight: bold;}
.blog-details .content blockquote {overflow: hidden;background-color: rgba(var(--bs-secondary-rgb), 0.06);padding: 60px;position: relative;text-align: center;margin: 20px 0;}
.blog-details .content blockquote p {color: var(--bs-default);line-height: 1.6;margin-bottom: 0;font-style: italic;font-weight: 500;font-size: 22px;}
.blog-details .content blockquote:after {content: "";position: absolute;left: 0;top: 0;bottom: 0;width: 3px;background-color: var(--bs-secondary);margin-top: 20px;margin-bottom: 20px;}
.blog-details .meta-top {margin-top: 20px;color: var(--bs-gray);}
.blog-details .meta-top ul {display: flex;flex-wrap: wrap;list-style: none;align-items: center;padding: 0;margin: 0;}
.blog-details .meta-top ul li+li {padding-left: 20px;}
.blog-details .meta-top i {font-size: 16px;margin-right: 8px;line-height: 0;color: rgba(43,177,127, 0.8);;}
.blog-details .meta-top a {color: var(--bs-gray);font-size: 14px;display: inline-block;line-height: 1;}
.blog-details .meta-bottom {padding-top: 10px;border-top: 1px solid rgba(var(--bs-secondary-rgb), 0.15);}
.blog-details .meta-bottom i {color: var(--bs-secondary-light);display: inline;}
.blog-details .meta-bottom a {color: rgba(var(--bs-secondary-rgb), 0.8);transition: 0.3s;}
.blog-details .meta-bottom a:hover {color:#2bb17f;}
.blog-details .meta-bottom .cats {list-style: none;display: inline;padding: 0 20px 0 0;font-size: 14px;}
.blog-details .meta-bottom .cats li {display: inline-block;}
.blog-details .meta-bottom .tags {list-style: none;display: inline;padding: 0;font-size: 14px;}
.blog-details .meta-bottom .tags li {display: inline-block;}
.blog-details .meta-bottom .tags li+li::before {padding-right: 6px;color: var(--bs-default);content: ",";}
.blog-details .meta-bottom .share {font-size: 16px;}
.blog-details .meta-bottom .share i {padding-left: 5px;}
.post-author {padding: 20px;margin-top: 30px;box-shadow: 0 4px 16px rgba(var(--bs-black-rgb), 0.1);}
.post-author img {max-width: 120px;margin-right: 20px;}
.post-author h4 {font-weight: 600;font-size: 22px;margin-bottom: 0px;padding: 0;color: var(--bs-secondary);}
.post-author .social-links {margin: 0 10px 10px 0;}
.post-author .social-links a {color: rgba(var(--bs-secondary-rgb), 0.5);margin-right: 5px;}
.post-author p {font-style: italic;color: rgba(var(--bs-gray-rgb), 0.8);margin-bottom: 0;}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {padding: 30px;box-shadow: 0 4px 16px rgba(var(--bs-black-rgb), 0.1);}
.blog .sidebar .sidebar-title {font-size: 20px;font-weight: 700;padding: 0;margin: 0;color: var(--bs-secondary);}
.blog .sidebar .sidebar-item+.sidebar-item {margin-top: 40px;}
.blog .sidebar .search-form form {background: var(--bs-white);border: 1px solid rgba(var(--bs-secondary-rgb), 0.3);padding: 3px 10px;position: relative;}
.blog .sidebar .search-form form input[type=text] {border: 0;padding: 4px;border-radius: 4px;width: calc(100% - 40px);}
.blog .sidebar .search-form form input[type=text]:focus {outline: none;}
.blog .sidebar .search-form form button {position: absolute;top: 0;right: 0;bottom: 0;border: 0;background: none;font-size: 16px;padding: 0 15px;margin: -1px;background: var(--bs-primary);color: var(--bs-white);transition: 0.3s;border-radius: 0 4px 4px 0;line-height: 0;}
.blog .sidebar .search-form form button i {line-height: 0;}
.blog .sidebar .search-form form button:hover {background: rgba(var(--bs-primary-rgb), 0.8);}
.blog .sidebar .categories ul {list-style: none;padding: 0;}
.blog .sidebar .categories ul li+li {padding-top: 10px;}
.blog .sidebar .categories ul a {color: var(--bs-secondary);transition: 0.3s;}
.blog .sidebar .categories ul a:hover {color: var(--bs-default);}
.blog .sidebar .categories ul a span {padding-left: 5px;color: rgba(var(--bs-default-rgb), 0.4);font-size: 14px;}
.blog .sidebar .recent-posts .post-item {display: flex;}
.blog .sidebar .recent-posts .post-item+.post-item {margin-top: 15px;}
.blog .sidebar .recent-posts img {width: 80px;margin-right: 15px;}
.blog .sidebar .recent-posts h4 {font-size: 18px;font-weight: 400;}
.blog .sidebar .recent-posts h4 a {color: var(--bs-secondary);transition: 0.3s;}
.blog .sidebar .recent-posts h4 a:hover {color: var(--bs-primary);}
.blog .sidebar .recent-posts time {display: block;font-style: italic;font-size: 14px;color: rgba(var(--bs-default-rgb), 0.4);}
.blog .sidebar .tags {margin-bottom: -10px;}
.blog .sidebar .tags ul {list-style: none;padding: 0;}
.blog .sidebar .tags ul li {display: inline-block;}
.blog .sidebar .tags ul a {color: var(--bs-secondary-light);font-size: 14px;padding: 6px 14px;margin: 0 6px 8px 0;border: 1px solid rgba(var(--bs-secondary-light-rgb), 0.8);display: inline-block;transition: 0.3s;}
.blog .sidebar .tags ul a:hover {color: var(--bs-white);border: 1px solid var(--bs-primary);background: var(--bs-primary);}
.blog .sidebar .tags ul a span {padding-left: 5px;color: rgba(var(--bs-secondary-light-rgb), 0.8);font-size: 14px;}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.comments {margin-top: 30px;}
.comments .comments-count {font-weight: bold;}
.comments .comment {margin-top: 30px;position: relative;}
.comments .comment .comment-img {margin-right: 14px;}
.comments .comment .comment-img img {width: 60px;}
.comments .comment h5 {font-size: 16px;margin-bottom: 2px;}
.comments .comment h5 a {font-weight: bold;color: var(--bs-default);transition: 0.3s;}
.comments .comment h5 a:hover {color: var(--bs-primary);}
.comments .comment h5 .reply {padding-left: 10px;color:#2bb17f;}
.comments .comment h5 .reply i {font-size: 20px;}
.comments .comment time {display: block;font-size: 14px;color: rgba(var(--bs-secondary-rgb), 0.8);margin-bottom: 5px;}
.comments .comment.comment-reply {padding-left: 40px;}
.reply-form {margin-top: 30px;padding: 30px;box-shadow: 0 4px 16px rgba(var(--bs-black-rgb), 0.1);}
.reply-form h4 {font-weight: bold;font-size: 22px;}
.reply-form p {font-size: 14px;}
.reply-form input {border-radius: 4px;padding: 10px 10px;font-size: 14px;}
.reply-form input:focus {box-shadow: none;border-color: rgba(var(--bs-primary-rgb), 0.8);}
.reply-form textarea {border-radius: 4px;padding: 10px 10px;font-size: 14px;}
.reply-form textarea:focus {box-shadow: none;border-color: rgba(var(--bs-primary-rgb), 0.8);}
.reply-form .form-group { margin-bottom: 25px;}
.reply-form .btn-primary {border-radius: 4px;padding: 10px 20px;border: 0;background-color: var(--bs-secondary);}
.reply-form .btn-primary:hover {background-color: rgba(var(--bs-secondary-rgb), 0.8);}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination { margin-top: 30px;color: var(--bs-secondary-light);}
.blog .blog-pagination ul {display: flex;padding: 0;margin: 0;list-style: none;}
.blog .blog-pagination li {margin: 0 5px;transition: 0.3s;}
.blog .blog-pagination li a {color: var(--bs-secondary);padding: 7px 16px;display: flex;align-items: center;justify-content: center;}
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {background: var(--bs-primary);}
.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {color: var(--bs-white);}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {color: var(--bs-white);font-size: 14px;}
.footer .footer-content {background: #9582b7;padding: 60px 0 30px 0;}
.footer .footer-content .footer-info {margin-bottom: 30px;}
.footer .footer-content .footer-info h3 {font-size: 28px;margin: 0 0 20px 0;padding: 2px 0 2px 0;line-height: 1;font-weight: 700;text-transform: uppercase;}
.footer .footer-content .footer-info h3 span { color: var(--bs-primary);}
.footer .footer-content .footer-info p {font-size: 14px;line-height: 24px;margin-bottom: 0;font-family: var(--font-primary);color: var(--bs-gray-600);}
.footer .footer-content h4 {font-size: 20px;font-weight: 600;color: var(--bs-white);position: relative;padding-bottom: 12px;margin-bottom: 25px;}
.footer .footer-content h4::after {content: "";position: absolute;display: block;width: 20px;height: 2px;background:#fff ;bottom: 0;left: 0;}
.footer .footer-content .footer-links { margin-bottom: 30px;}
.footer .footer-content .footer-links ul {list-style: none;padding: 0;margin: 0;float: left;padding-right:10px;}
.footer .footer-content .footer-links ul li i {padding-right: 2px;color: var(--bs-white); font-size: 16px;line-height: 1;}
.footer .footer-content .footer-links ul li {padding: 0 0;display: flex;align-items: center;}
.footer .footer-content .footer-links ul li:first-child { padding-top: 0;}
.footer .footer-content .footer-links ul li+li {margin-top: 18px;}
.footer .footer-content .footer-links ul a {color: var(--bs-white);transition: 0.3s;display: inline-block;line-height: 1;font-size: 16px;}
.footer .footer-content .footer-links ul li i, .footer .footer-content .footer-links ul li a { transition: color 0.3s ease;}
.footer .footer-content .footer-links ul a:hover { color: #ec7348;}
.footer .footer-content .footer-links ul li:hover i { color: #ec7348;}
.footer .footer-content .footer-newsletter form {padding: 0;position: relative;border-radius: 5px;}
.footer .footer-content .footer-newsletter form input[type=email] {border: 0;padding: 15px 8px;width: calc(100% - 1px);}
.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {outline: none;}
.footer .footer-content .footer-newsletter form input[type=submit] {position: relative;font-size: 16px;padding: 14px 40px;background: #c13909;color: var(--bs-white);transition: 0.3s;border-radius: 50px;text-transform: uppercase;margin: 20px 0;border: none;}
.footer .footer-content .footer-newsletter form input[type=submit]:hover {background: rgba(var(--bs-black-rgb), 0.85);}
.footer .footer-content .footer-newsletter .cf7sr-g-recaptcha {zoom: .8;}
.footer .footer-legal {padding: 15px 0;background: var(--bs-black);border-top: 1px solid #343434;}
.footer .footer-legal .credits {padding-top: 4px;font-size: 13px;color: var(--bs-white);}
.footer .footer-legal .credits a {color: var(--bs-primary-light);}
.footer .footer-legal .social-links a {font-size: 18px;display: inline-block;background: rgba(var(--bs-white-rgb), 0.1);color: var(--bs-white);line-height: 1;padding: 8px 0;margin-right: 4px;border-radius: 4px;text-align: center;width: 36px;height: 36px;transition: 0.3s;}
.footer .footer-legal .social-links a:hover {background: var(--bs-primary);text-decoration: none;}
.footer .footer-legal a:hover {color:  #ec7348}

/* css costem */
.shape-mockup {position: absolute;z-index: -1;}
.slider-cont { position: relative; padding: 1% 0 0 2%; display: flex; height: 100%;align-items: center;}
.about span {color: #ec7348; font-weight: bold; text-transform: uppercase;}
.services-item .product_icon img{ width: 66px;} 
.product_cont a{ font-size: 14px;}
.product_cont a span:hover{ color: #000;}
.product_cont {padding:10px;}
.title{ text-transform: uppercase; font-weight: 800; font-size: 18px;}
.description{ font-size: 16px;}
.product_cont samp{font-size: 4rem; font-family: var(--bs-body-font-family); text-transform: uppercase; position: absolute; font-weight: 800;color: rgba(var(--bs-black-rgb), 0.06);z-index: -1; top: -66%; left: 30%;}
.ind-box { background-color: #ffffff; padding: 30px 0;margin: 2px; transition: all 0.5s ease-out;}
.ind-box:hover{border-radius: 30px; background-color: #ea9253;}
.ind-box h4 {padding: 20px 0;color: #000;}
.ani_leftright {animation:nudge 5s linear infinite alternate;border-radius: 100%;} 

@keyframes nudge {
      0%, 100% {
        transform: translate(0, 0px);
      }
      50% {
        transform: translate(40px, 0);
      }
     100% {
        transform: translate(-40px, 0);
      }
    }
.copyright strong{color: var(--bs-topmenu);}
.services-bg{min-height: 400px;background: url("./images/Industries.jpg") center center;background-size: cover;text-align: center;background-attachment: fixed; padding: 70px 0; color: var(--bs-white); z-index: 0;}
.services-bg h3{color: var(--bs-white);font-family: var(--bs-font-sans-serif);font-weight: bold;font-size: 40px;margin-bottom: 20px;text-transform: uppercase;}
.services-bg h3 span { color: var(--bs-topmenu);}
.services-item .flip-box { height: 100%;  perspective: 1000px;}
.services-item .flip-box-inner {position: relative;width: 100px;height: 100px;text-align: center;transition: transform 0.5s;transform-style: preserve-3d;border-radius: 50%;border: 2px solid #dbdcd8;background: #fff;padding: 4px;line-height: 5; -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;-moz-transition: -moz-transform 0.2s, opacity 0.3s;transition: transform 0.2s, opacity 0.3s; }
.services-item:hover .flip-box-inner{box-shadow:0 8px 18px rgba(142, 142, 142,0.8);-moz-box-shadow: 0 8px 18px rgba(142, 142, 142,0.8);-webkit-box-shadow: 0 8px 18px rgba(142, 142, 142,0.8);z-index: 1;transform: translate3d(0, -11px, 0);}
.flip-box {  height: 166px; perspective: 1000px;}
.flip-box-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.5s;transform-style: preserve-3d;}
.flip-box:hover h4{ color: #26ffa0; }
.carousel-item {transition: transform 5s ease-in-out;}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {transition: opacity 0s 5s;}
.dropdown > a:after {content: '+';position: relative;display: inline-block;padding: 0;top: -1px;right: 0;margin-left: 5px;}
.header.topfixed { background: var(--bs-topbg); box-shadow: 0px 1px 12px rgba(var(--bs-black-rgb), 0.6);}
.hd_img{position: absolute;top:0;width: 100%; background: #000; height: 100%;z-index: -1;}
.hero-bg {width: 100%; padding: 180px 0 120px;position: relative; z-index: 0; background: #9682b5;}
.title-top h2{ color: #fff;    position: relative; font-size:42px;  display: inline-block; padding: 16px 50px; border-radius: 50px; border: 2px solid #fff;}
.hero-bg .title-top h2, .hero-bg .title-top p { margin: 0;}
.hero-bg .title-top h2+p {margin-top: 20px;}
.about1 h3 span {color: var(--bs-topmenu);}
.about1 h3 {color: var(--bs-black);font-family: var(--bs-font-sans-serif);font-weight: bold;font-size:30px;margin-bottom: 20px;text-transform: capitalize;}
.bg-color1{background:#fee6c9;}
.bg-color2{background:#eabdc8;}
.bg-color3{background:#d5bbff;}
.ind-img{  width: 160%;position: relative;  right:0%;  background-position: center center; background-size: cover; background-repeat: no-repeat;height: 100%;}
.ind-img-left{ width: 160%;position: relative; left: -54%; background-position: center center;background-size: cover;background-repeat: no-repeat;height: 100%;}
.ind-img-left img, .ind-img img{ width: 100%;display: block;opacity: 0;}
.compliance_icon {background: #000000;min-height: 188px;color: #fff;border-radius: 20px;margin:15px 0 0;display: flex;flex-direction: column;justify-content: center;}
.compliance_icon p{text-align: center !important;}
.compliance_icon img{ background: #35bf5f;border-radius: 10px;padding: 20px;margin: -56px 0 0;}
.menu-list{list-style: none; padding: 0; font-size: 14px;}
.menu-list li{   padding: 12px 0;display: flex;align-items: center;background: #f7f7f7;margin: 10px 0;border-radius: 50px;}
.menu-list li i{font-size: 10px;color: #2bb17f;padding: 0 10px;}
.menu-list li a:hover{color: #2bb17f;}
.posts-list .meta-top {margin-top: 20px; color: var(--color-gray);}
.posts-list .meta-top ul {display: flex;  flex-wrap: wrap; list-style: none; align-items: center;padding: 0; margin: 0;}
.posts-list .meta-top ul li+li {padding-left: 15px;}
.posts-list .meta-top i { font-size: 16px;margin-right: 2px; line-height: 0;color: rgba(var(--color-primary-rgb), 0.8); }
.posts-list .meta-top a {color: var(--color-gray);font-size: 14px;display: inline-block;line-height: 1;}
.hd_img img{width: 100%;height: 100%;}
.hd_img video{opacity: 0.7;    width: 100%;}
.hd_img:before{background: rgba(0,0, 0, 0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0;content: '';z-index: 0;}
@media screen and (max-width: 992px) { 
.hd_img img{width:auto;}
.slider-cont{padding: 0% 0 0 2%;}
.ind-img{height: 500px;width: 100%;}
.ind-img-left{ height: 500px;width: 100%;left: 0px;}
.hero-bg{min-height: auto; padding: 140px 0 80px;}
.title-top h2{margin-top: 48px; font-size: 24px;padding: 6px 22px;}
}
.image_spin {position: relative; top: 0%;left:0%;  -webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite;}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}
.zoom-img {position: relative;top: 0%;left:0%; animation: zoom-in-zoom-out 1s ease infinite;}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.title-top {color: #fff;}
.height-small { min-height: 400px;border-radius: 16px;box-shadow: 0px 3px 4px #e3e3e3;}
.hr-point {border: 1px solid #35bf5f;margin: 18px 0;display: flex;font-size: 20px;align-items: center;border-radius: 15px;padding: 10px 10px;background: #242424;}
.number_point {border: 3px solid #fff;padding: 10px;color: #ffffff;border-radius: 50px;width: 45px;height: 45px;line-height: 0.67;margin: 5px;}
.content_hr {padding: 10px;font-weight: 600;font-size: 19px;text-transform: capitalize;line-height: 1;color: #fff;}
.fin-color1{ background-color: #a15243;}
.fin-color2{ background-color: #e97649;}
.fin-color3{ background-color: #ea9253;}
.position-relative {position: relative !important;}
.text-justify, .about1 p, .slider-cont p{text-align: justify;}
.padding-thankyou{padding: 200px 0 100px;}
.padding-content h2, .padding-content p {margin: 0;}
.padding-content h2+p { margin-top: 25px;}
.padding-content p {font-size: 20px;font-weight: 500;}
.padding-content .contact-btn {margin-top: 65px;}
.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat; height: 100%;}
.bg-cover img {width: 100%; display: block; opacity: 0;}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip + * { display: none;}


/* blog coming soon */
.blog-coming-soon {padding: 80px 0;}
.blog-coming-soon-content {max-width: 600px;margin: 0 auto;text-align: center;}
.blog-coming-soon-content h2 {font-size: 3em;margin: 0;}
.blog-coming-soon-content .contact-btn {margin-top: 50px;background-color: var(--bs-black);color: var(--bs-white);}


/*blog css*/
.latest-blog-item {margin: 0 15px 40px;}
.latest-blog-item .blog-item__image {max-width: 50%; width: 100%;}
.latest-blog-item .blog-item__title {max-width: 50%; width: 100%; padding:20px; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.latest-blog-item .blog-item__title h5 {font-size: 30px; text-align: center; margin-bottom: 15px;}
.latest-blog-item .blog-item__title h5 a:hover {color:#ef7e20;}
.blog-listing {background:#f7f7f7; padding: 40px 0;}
.main-banner.solutions.blog {min-height:auto; padding: 0; margin: 0; position: relative;}
.main-banner.solutions.blog:before {content:''; background: rgba(255,255,255,0.6); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;}
.main-banner.solutions.blog p {margin-bottom: 20px;}
.blog-search {max-width: 600px; width: 100%; border-radius: 20px; color: #ccc; background: #000; padding: 12px 20px; border: 0;}
.blog-listing__inner .blog-item {max-width: calc(33.3333% - 30px); margin: 0 15px; width:100%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); margin-bottom: 30px; background: #fff;}
.blog-item__title {background: #fff; padding: 15px 10px;}
.blog-item__title h5 a {text-decoration: none; color: #000;}
.blog video {width: 100%;}
.blog.main-banner .container { position: absolute; max-width: 1200px; height: 100%; width: 100%; margin: 0 auto; left: 0; right: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; z-index: 1; }
.single h2, .h2 {font-size: 36px;}
.single .post-thumbnail, .blog #secondary, .single .blog-detail-main .entry-meta .posted-on a time.updated {display: none;}
.blog-detail-main {background: url(images/blog-detail-header.png) 0 0 no-repeat; background-size: 100% auto; padding-top: 50px;}
.blog-detail-main .container {background: #fff; border-radius: 10px; box-shadow: 0 20px 20px rgba(26,31,119,.05); padding: 48px;}
.blog-detail-main .entry-title {font-size: 40px; line-height: 50px; font-weight: 600; margin-bottom: 5px;}
.blog-detail-main .entry-meta .posted-on, .blog-detail-main .entry-meta .posted-on a {font-size: 14px; line-height: 26px; color: #959595;}
.blog-detail-main .entry-meta .byline, .blog-detail-main .entry-meta .byline a {font-size: 14px; line-height: 26px; color: #ef7e20;}
.blog-detail-main .entry-content {margin-top: 30px;}
.blog-detail-main .entry-footer {display: none;}
.post-thumbnail {margin: 30px 0;}
.single .post-thumbnail, .blog #secondary, .single .blog-detail-main .entry-meta .posted-on a time.updated {display: none;}
.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}

/* our presence */
.page-template-tp-our-presence .header, .error404 .header {background: #434343;}
.our-presence {padding: 150px 0 50px;}
.our-presence h1{text-align: center;}
.our-presence p{text-align: justify;}
.our-presence img {width: 100%;}
.country-list {max-width: 900px; width: 100%; margin:0 auto;}
.country-list table { background: #e3e3e3; width: 100%;}
.country-list table tr:nth-child(even) { background: #ccc; }
.country-list table th { font-size: 15px; padding: 8px; border-right: 1px solid #a9a9a9; text-align: left;}
.country-list table tr td:first-child { width:70px; text-align: center; padding: 5px 10px; border-right: 1px solid #a9a9a9;}
.country-list table tr td {text-transform: capitalize; line-height: 1.2; text-transform: capitalize;}
.country-list table tr td a {color:#008000; text-decoration: none;}
.country-list table tr td a:hover {color: #000; text-decoration: underline;}
.country-list table tr td:nth-child(2) { padding: 8px 10px; border-right: 1px solid #a9a9a9; }
.country-list table tr td:nth-child(3) { border-right: 1px solid #a9a9a9; padding-left: 10px ; }
.country-list table tr td:last-child { padding-left: 10px;}


/* conatct css */
.contact-form .form-check {min-height: auto;padding-left: 0;margin-bottom: 0;}
.contact-form .wpcf7-list-item {margin: 0;}
.contact-form p{margin:0;}
.about .contact-form span {color: #000; font-weight: 500;font-size: 14px;line-height: 1.4;text-transform: capitalize;}
.about .contact-form .wpcf7-not-valid-tip { color: #eb1717; margin-top: 5px;}
.contact-form .wpcf7 form.invalid .wpcf7-response-output {border-color: #eb1717;border-radius: 5px;background: #eb1717;color: #fff;font-size: 14px;font-weight: 500;padding: 10px;display: block;text-align: center;margin: 20px 0 0;}
.form-control:focus {outline: unset; border: 1px solid #c13909;box-shadow: unset;}

/* error css */
.error-section { padding: 160px 0 80px;height: 70vh;}
.error-section .container{height: 100%;}
.error-section .error-content {text-align: center;display: flex; align-items: center;justify-content: center;height:100%;}
.error-section .error-content h1 {font-size: 6rem;font-weight: 700;line-height: 1;}
.error-section .error-content h3 { font-size: 1.5rem;}

@media (max-width: 1024px) {
    .hero-animated h2 { font-size: 32px;}
    .video-play h2 {font-size: 38px;  margin: 0; line-height: 1.4;}
    .contact-btn {padding: 15px 40px 15px 40px;}
}
@media (max-width: 991px) {
  .hero-animated {padding: 120px 0 50px;}
.hero-animated p {margin-bottom: 20px;}
.hero-animated p {margin-bottom: 20px;}
.hero-animated .slick-slider .slick-dots {position: absolute;bottom: -22px;}
.footer-info img { width: 150px;}
.our-presence {padding: 130px 0 50px;}
.height-small { min-height: auto; margin-bottom: 20px !important;}
.hr-point{margin: 0 0;}
.hr-point-btm{margin-bottom: 25px;}
}

@media (max-width: 767px) {
.section-padding {padding: 45px 0;}
.featured-services {padding: 56px 0 30px !important;}
.featured-services .row .col-xl-3+.col-xl-3 {margin-top: 35px;}
.featured-services .service-item{padding: 0 20px;}
.onfocus .video-play {padding: 6rem 15px 6rem;}
.video-play h2 {font-size: 30px;}
.about .about-img {margin: 0px 0 0;}
  /*blog css*/
.latest-blog-item {flex-direction: column-reverse;}
.latest-blog-item .blog-item__title, .latest-blog-item .blog-item__image {max-width: 100%;}
.blog-listing__inner .blog-item {max-width:100%;}
.blog-detail-main .container {padding: 30px;}
.blog-detail-main .entry-title {font-size:22px; line-height:32px;}
.single h2, .h2 { font-size: 26px; line-height: 34px; }
.footer-legal .col-md-6.text-end {text-align:left!important;}
.hd_img img {width:100%; object-fit: cover;}
/* our presence */
.country-list table tr {display: flex; flex-wrap: wrap; width: 100%; border-bottom: 5px solid #fff;}
.country-list table th {display: none;}
.country-list table tr td:first-child {width:40px; padding: 5px 10px;}
.country-list table tr td:first-child, .country-list table tr td:nth-child(2) {border-bottom: 1px solid #a9a9a9; padding-top:8px; padding-bottom: 8px; line-height: 1.2;}
.country-list table tr td:nth-child(2n) {max-width: calc(100% - 40px); width: 100%;}
.country-list table tr td:nth-child(2) {border-right: 0;}
.country-list table tr td:nth-child(3n), .country-list table tr td:nth-child(4n) { width: 48%; padding: 8px 15px;}
.country-list table tr td:nth-child(3n) { border-right: 1px solid #a9a9a9; }
.country-list table tr td:nth-child(2) {border-right: 0;}

.footer .footer-legal .copyright, .footer .footer-legal a {text-align: center; display: block;}
.cf7sr-g-recaptcha{zoom: .8;}
.map_link iframe { display: block;height: 450px;}
}
 


