body {
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-size: 16px;
}
a {
  color: #3498db;
  text-decoration: none
}
a:hover {
  color: #5faee3;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {}
.top-77 {
  margin-top: 77px;
}
/*
@media (min-width:1440px){
.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1440px}
}
*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff
}
.back-to-top.active {
  visibility: visible;
  opacity: 1
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background: #fff;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none
}
#header .logo img {
  padding: 0;
  margin: 0
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 14px 0;
    background: #fff;
  }
}
@media only screen and (min-width:576px) and (max-width: 767px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 14px 0;
    background: #fff;
  }
}
@media only screen and (min-width:320px) and (max-width: 575px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 14px 0;
    background: #fff;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}
.navbar li {
  position: relative;
  padding: 0 23px
}
.navbar li {
  position: relative;
  padding: 0 15px
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #212832;
  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: #b12a77;
  border-bottom: 3px solid #b12a77
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px
}
.navbar .dropdown ul li {
  min-width: 200px
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px
}
.navbar .dropdown ul a i {
  font-size: 12px
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}
.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 (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s
}
.mobile-nav-toggle.bi-x {
  color: #fff
}
@media (max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }
  .navbar ul {
    display: none
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #b12a77
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25)
}
.navbar-mobile .dropdown ul li {
  min-width: 200px
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-attachment: fixed;
  background: url("../img/header-bg.png") no-repeat right 0;
}
#hero h1 {
  margin: 0 0 0px 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  color: #181e4b;
  font-family: "Times New Roman", "serif"
}
#hero h2 {
  color: #181e4b;
  margin: 25px 0 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px
}
#hero h3 {
  color: #df6951;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 10px 0
}
#hero .btn-get-started {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #f1a501;
  margin-top: 45px;
}
#hero .btn-get-started:hover {
  background: #e09900;
  color: #fff
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
  #hero {
    background-attachment: fixed;
    background: url("../img/header-bg.png") no-repeat right 0
  }
  #hero h1 {
    font-size: 50px;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@media (min-width:1024px) {
  #hero {
    background-attachment: fixed;
    background: url("../img/header-bg.png") no-repeat right 0
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@media (max-width:991px) {
  #hero {
    height: 100vh
  }
  #hero .hero-img {
    text-align: center
  }
  #hero .hero-img img {
    width: 100%
  }
  #hero h1 br {
    display: none;
  }
  #hero h2 br {
    display: none;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@media (max-width:768px) {
  #hero {
    margin-top: 20px
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }
  #hero .hero-img img {
    width: 100%
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@media only screen and (min-width:576px) and (max-width: 767px) {
  #hero {
    height: 81vh;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@media only screen and (min-width:320px) and (max-width: 575px) {
  #hero {
    height: 79vh;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@media (max-width:575px) {
  #hero .hero-img img {
    width: 100%
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(-10px)
  }
}
/*--------------------------------------------------------------
# Main Area
--------------------------------------------------------------*/
.main-container {
  background: url("../img/whatwedo-bg.png") no-repeat right 0;
  padding: 70px 0;
  float: left;
  width: 100%
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  .main-container {
    padding-top: 0;
  }
}
@media only screen and (min-width:576px) and (max-width: 767px) {
  .main-container {
    padding-top: 0;
  }
}
@media only screen and (min-width:320px) and (max-width: 575px) {
  .main-container {
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
# What We Do Area
--------------------------------------------------------------*/
.whatwedo-area {
  float: left;
  width: 100%
}
.whatwedo-area img {
  width: 100%;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
}
.whatwedo-area .howwework-area {
  float: left;
  width: 100%;
  padding: 0 0 0 104px;
  margin-bottom: 165px;
}
.whatwedo-area .howwework-area h3 {
  background: url("../img/title-bg.png") no-repeat 0 0;
  padding: 15px 0 5px 184px;
  text-transform: uppercase;
  color: #6f6f6f;
  font-size: 20px;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 0;
}
.whatwedo-area .howwework-area h1 {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 46px;
  margin: 20px 0;
}
.whatwedo-area .howwework-area p {
  float: left;
  width: 100%;
  color: #6f6f6f;
  margin: 0 0 23px 0;
}
.whatwedo-area .howwework-area a {
  float: left;
  color: #df6951;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}
.whatwedo-area .howwework-area .service-area {
  position: relative;
  width: 80%;
  margin-left: -200px;
  display: inline-block;
}
.whatwedo-area .howwework-area .service-area .serv-bx {
  background: #fff;
  float: left;
  width: 100%;
  border-bottom: 3px solid #b12a77;
  padding: 10px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.whatwedo-area .howwework-area .service-area .serv-bx:hover {
  border-bottom: 3px solid #f1a501;
}
.whatwedo-area .howwework-area .service-area .serv-bx img {
  margin: 0 auto;
  width: auto;
  background: none;
  box-shadow: none;
  padding: 0;
}
.whatwedo-area .howwework-area .service-area .serv-bx p {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  margin: 17px 0 0 0;
  letter-spacing: 0px;
}
.whatwedo-area .howwework-area .service-area .serv-bx.lightgray {
  background: #f2f2f2;
}
.whatwedo-area .howwework-area .service-area .serv-bx.mid-gray {
  background: #bfbfbf;
}
.whatwedo-area .howwework-area .service-area .serv-bx.mid-dark-gray {
  background: #7f7f7f;
}
.whatwedo-area .howwework-area .service-area .serv-bx.dark-gray {
  background: #404040;
}
.whatwedo-area .howwework-area .service-area .serv-bx.black {
  background: #000;
}
.whatwedo-area .howwework-area .service-area .serv-bx.mid-dark-gray p {
  color: #fff;
  margin: 5px 0 0 0;
}
.whatwedo-area .howwework-area .service-area .serv-bx.dark-gray p {
  color: #fff;
}

.whatwedo-area .howwework-area .service-area .serv-bx.black p {
  color: #fff;
}

.whatwedo-area .howwework-area .service-area .serv-bx.mid-gray p {
  margin: 0 0 0 0;
}
.whatwedo-area .howwework-area .service-area .serv-bx.lightgray p {
  margin: 5px 0 0 0;
}
@media only screen and (min-width:1200px) and (max-width: 1366px) {
  #hero {
    height: 75vh;
  }
  .main-container {
    padding: 0 0 70px 0;
  }
  .whatwedo-area .howwework-area .service-area {
    width: 100%;
  }
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
  #hero {
    height: 69vh;
  }
  .main-container {
    padding: 0 0 70px 0;
  }
  .whatwedo-area .howwework-area {
    padding: 0 0 0 0;
  }
  .whatwedo-area .howwework-area .service-area {
    width: 100%;
    margin-left: 0px;
  }
  .top-77 {
    margin-top: 0px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  .whatwedo-area .howwework-area {
    padding: 0 0 0 0;
    margin-top: 25px;
    border-bottom: 1px dashed #df6951;
    margin-bottom: 25px;
  }
  .whatwedo-area .howwework-area .service-area {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx {
    background: #f8f8f8;
    font-size: 18px;
  }
  .whatwedo-area img {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx img {
    border: none;
    padding: 0;
  }
  .ourmission-area-bg h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width: 767px) {
  .whatwedo-area .howwework-area {
    padding: 0 0 0 0;
    margin-top: 25px;
    border-bottom: 1px dashed #df6951;
    margin-bottom: 25px;
  }
  .whatwedo-area .howwework-area .service-area {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx {
    background: #f8f8f8;
  }
  .whatwedo-area img {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx img {
    border: none;
    padding: 0;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx {
    font-size: 18px;
  }
}
@media only screen and (min-width:320px) and (max-width: 575px) {
  .whatwedo-area .howwework-area {
    padding: 0 0 0 0;
    margin-top: 25px;
    border-bottom: 1px dashed #df6951;
    margin-bottom: 25px;
  }
  .whatwedo-area .howwework-area .service-area {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx {
    background: #f8f8f8;
    font-size: 18px;
  }
  .whatwedo-area img {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .whatwedo-area .howwework-area .service-area .serv-bx img {
    border: none;
    padding: 0;
  }
  .disabldiv {
    display: none;
  }
  .top-77 {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
# Our Mission Area
--------------------------------------------------------------*/
.ourmission-area {
  position: relative;
  width: 100%;
  float: left;
  margin-top: -170px
}
.ourmission-area-bg {
  background: url("../img/our-mission-bg.png") no-repeat 0 0;
  padding: 0px 0;
  width: 100%; /*position:absolute;top:0;left:0;*/ min-height: 755px
}
.ourmission-area-bg h2 {
  color: #b12a77;
  font-size: 40px;
  font-weight: 700;
}
.ourmission-area-bg h4 {
  color: #918888;
  font-size: 37px;
  font-weight: 700;
}
.ourmission-area-bg h4 span {
  color: #000;
}
.ourmission-area-bg h6 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #050602;
  font-size: 15px;
  margin: 0 0 25px 0;
}
.ourmission-area-bg h3 {
  float: left;
  width: 100%;
  color: #050602;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
.ourmission-area-bg p {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #6e6e70;
}
.ourmission-area-bg a {
  float: left;
  background: #f1a501;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
}
/* Services Css --------------------- */
.hm-serv-area {
  width: 100%;
  background: url("../img/home-serv-bg.png") no-repeat 0 bottom;
  position: relative;
  padding: 25px 0 50px 0;
  float: left;
}
.hm-serv-area img {
  width: 100%
}
.hm-serv-area .hm-serv-area-carousel, .hm-serv-area .hm-serv-area-slider {
  overflow: hidden;
  padding: 0 10px;
}
.hm-serv-area .hm-serv-item {
  box-sizing: content-box;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  float: left
}
.hm-serv-area .hm-serv-item img { /*	width:55px;height:55px;*/ margin: 0 0 0 0;
}
.hm-serv-area .swiper-pagination {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.hm-serv-area .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  background-color: #b12a77;
  opacity: 1;
  border: 1px solid #b12a77;
  height: 10px;
  margin: 0 3px;
  padding: 1px;
  box-sizing: content-box
}
.hm-serv-area .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b12a77;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 10px;
  width: 22px
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  .ourmission-area {
    margin-top: -60px;
  }
}
@media only screen and (min-width:576px) and (max-width: 767px) {
  .ourmission-area-bg h6 {
    margin: 25px 0 25px 0;
  }
  .ourmission-area-bg h3 {
    line-height: 45px;
  }
  .ourmission-area {
    margin-top: -70px;
  }
  .ourmission-area-bg h4 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .hm-serv-area {}
}
@media only screen and (min-width:320px) and (max-width: 575px) {
  .ourmission-area {
    margin-top: -70px;
  }
}
/*--------------------------------------------------------------
# COMMON CSS 
--------------------------------------------------------------*/
.innerpage-content {
  padding: 60px 0;
  float: left;
  width: 100%;
}
section {
  padding: 80px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f5f6f7;
}
.section-header {
  text-align: center;
  padding-bottom: 70px;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #2e3135;
}
.section-header h2:before, .section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}
.section-header h2:before {
  margin: 0 15px 10px 0;
}
.section-header h2:after {
  margin: 0 0 10px 15px;
}
.section-header p {
  margin: 0 auto 0 auto;
}
@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}
/* Breadcrumb ------------- */
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  inset: 0;
}
.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #000;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.breadcrumbs ol a {
  color: #b12a77;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";
}
/* Footer BG ---------------*/
.footerbg {
  float: left;
  width: 100%;
}
.footerbg img {
  width: 100%;
}
#footer {
  background: #000000;
  padding: 7px 0;
  color: #fff;
  font-size: 13px;
  float: left;
  width: 100%
}
#footer .credits {
  font-size: 13px;
  padding-top: 0px;
  color: #fff;
  float: right
}
.credits a {
  color: #feb900;
}
#footer .footer-links a {
  color: #222222;
  padding-left: 15px
}
#footer .footer-links a:first-child {
  padding-left: 0
}
#footer .footer-links a:hover {
  color: #3498db
}
@media only screen and (min-width:320px) and (max-width: 991px) {
  .copyright {
    float: left;
    width: 100%;
    text-align: center;
  }
  .credits {
    float: left;
    width: 100%;
    text-align: center;
  }
  .credits a {
    color: #b12a77;
  }
}
/*--------------------------------------------------------------
# Our Projects CSS 
--------------------------------------------------------------*/
.ourprojects-area {
  float: left;
  width: 100%;
}
/* Portfolio Section - Home Page
------------------------------*/
.portfolio {
  float: left;
  width: 100%;
  padding: 0;
}
.portfolio h2 {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 46px;
  margin: 20px 0;
}
.portfolio p {
  float: left;
  width: 100%;
  color: #6f6f6f;
  margin: 0 0 0px 0;
}
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-filters li:hover, .portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--primary-color);
}
.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}
.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-item img {
  padding: 5px;
  border: 1px solid #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  /*
  background: #fff;
	opacity: 0.9;
*/
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 15px;
  font-weight: 600;
  padding-right: 50px;
  color: #000;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgba(var(--default-color-rgb), 0.7);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 15px;
  font-size: 21px;
  top: calc(55% - 14px);
  color: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  line-height: 0;
  font-weight: 500;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
.glightbox-clean .gslide-title {
  margin: 0;
}
.glightbox-clean .gdesc-inner {
  padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
/*--------------------------------------------------------------
# Contact Page Css
--------------------------------------------------------------*/
.contact {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.contact h2 {
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 35px;
  font-size: 40px;
  color: #000;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}
.contact .contact-about p {
  font-size: 16px;
  line-height: 24px;
  color: #888;
}
.contact form input {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  border-radius: 3px;
  padding: 10px 15px;
}
.contact form textarea {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  border-radius: 3px;
  padding: 15px;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #feb900;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #feb900;
}
.contact .social-links a:hover {
  background: #feb900;
  color: #fff;
}
.contact .info {
  color: #444444;
}
.contact .info i {
  font-size: 32px;
  color: #feb900;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 0px 42px;
  line-height: 28px;
  font-size: 15px;
}
.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 .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #e2af06;
}
.contact .php-email-form button[type=submit] {
  background: #feb900;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact form {
  float: left;
  width: 100%;
}
.g-recaptcha {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.submitbtn {
  background: #feb900;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #222;
}

.contact .map-area { float: left; width: 100%; border: 1px dashed #ddd; border-radius: 10px; padding: 15px 15px 10px 15px; margin-bottom: 20px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 30px 0;
}
@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 50px 0;
  }
}
.about .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}
@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}
.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}
.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}
.about .our-story p:last-child {
  margin-bottom: 0;
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: #feb900;
}
.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #feb900;
  left: 0;
  bottom: 0;
}
.alt-services .icon-box {
  margin-top: 30px;
}
.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #feb900;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}
.alt-services .icon-box:hover i {
  background-color: #feb900;
  color: #fff;
}
.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}
.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}
.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}
.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  /*	.alt-services { padding: 0; }*/
  .about h2 {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
  }
  .about .our-story {
    padding-right: 40px;
  }
}
/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.get-started .content {
  padding: 30px 0;
}
.get-started .content h3 {
  font-size: 36px;
  color: #52565e;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: #feb900;
  left: 0;
  bottom: 0;
}
.get-started .content p {
  line-height: 25px;
}
.career-form {
  background: #f5f6f7;
  padding: 30px;
  height: 100%;
}
.career-form label {
  float: left;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
}
@media (max-width: 575px) {
.career-form {
    padding: 20px;
  }
}
.career-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.career-form p {
  font-size: 14px;
  margin-bottom: 20px;
}
.career-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.career-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.career-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.career-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}
.career-form input, .career-form textarea {
  box-shadow: none;
  font-size: 13px;
  border-radius: 3px;
}
.career-form input:focus, .career-form textarea:focus {
  border-color: #feb900;
}
.career-form input {
  padding: 10px 15px;
}
.career-form textarea {
  padding: 12px 15px;
  width: 100%;
  border: 1px solid #dee2e6;
  color: #212529;
}
.career-form button[type=submit] {
  background: #feb900;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.career-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon img {
  color: #52565e;
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon i {
  color: #52565e;
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}
.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -22px;
  transition: 0.3s;
}
.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
	width: 100%;
}
.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #f1a501;
}
.services .service-item:hover .icon:before {
  background: #f1a501;
}
.services .service-item:hover h3 {
  border-color: #f1a501;
}


/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/

.projects {
  float: left;
  width: 100%;
  padding: 0;
}
.projects h2 {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 46px;
  margin: 20px 0;
}
/*
.projects p {
  float: left;
  width: 100%;
  color: #6f6f6f;
  margin: 0 0 0px 0;
}
*/
.projects section {
    padding: 30px 0;
    overflow: hidden;
}


.projects .project-card {
  background: var(--surface-color, #fff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.projects .project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.projects .project-card:hover .project-overlay {
  opacity: 1;
}

.projects .project-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.projects .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.projects .project-image:hover img {
  transform: scale(1.05);
}

.projects .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--default-color), transparent 10%) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.projects .project-status {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.projects .project-status.completed {
  background: color-mix(in srgb, #28a745, transparent 20%);
  color: #ffffff;
}

.projects .project-status.in-progress {
  background: #e96308; /* orenge */
  color: #fff;
}

.projects .project-status.planning {
  background: rgba(255, 193, 7, 0.9); /* Yellow */
  color: #000;
}

.projects .project-actions {
  align-self: center;
}

.projects .btn-project {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.projects .btn-project:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.projects .project-info {
  padding: 25px;
}

.projects .project-category {
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.projects .project-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--heading-color);
  line-height: 1.3;
}

.projects .project-description {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.projects .project-meta {
  display: flex;
  gap: 20px;
}

.projects .project-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.projects .project-meta span i {
  font-size: 14px;
  color: #e96308;
}

@media (max-width: 768px) {
  .projects .project-meta {
    flex-direction: column;
    gap: 8px;
  }

  .projects .project-title {
    font-size: 18px;
  }

  .projects .project-image {
    height: 200px;
  }
}

.projects .project-image.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.projects .portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.projects .project-overlay .project-info {
/*opacity: 0;*/
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.projects .project-overlay .project-info .preview-link {
  position: absolute;
  right: 15px;
  font-size: 21px;
  top: calc(55% - 14px);
  color: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  line-height: 0;
  font-weight: 500;
}
.projects .project-overlay .project-info .preview-link:hover {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}


