

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ef6603;
  text-decoration: none;
}

a:hover {
  color: #fc8129;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #DCA90F;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #DCA90F;
  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 {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(42, 44, 57, 0.9);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 3px;
  margin: 3px;
  max-height: 60px;
}

/*--------------------------------------------------------------
# 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;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}
.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 {
  background: #DCA90F;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@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(20, 21, 28, 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: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
}
.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: #fff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* start mondify_hero */
#mondify_hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  
  #mondify_hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #mondify_hero .hero-img img {
  
    height: 200px;
  }
}
@media (max-width: 768px) {
  
  
  #mondify_hero .hero-img img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #mondify_hero .hero-img img {
    width: 80%;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* end mondify_hero */
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url("../img/s1.webp");
  opacity: 0.95;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #1a1e36;
 
  padding: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
  padding-top: 10px;
  padding-left: -900px;
  
  z-index: 99999;
}
#hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
}
#hero p {
  width: 90%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 -100px 50px 40px;
  color: #ffffff;
  font-size: large;
  font-family: 'Roboto', sans-serif;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding:10px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 2;
  margin: 10px;
  padding:10px;
  padding-left: 30px;
  margin-left: 10rem;
  margin-right: 50rem;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ef6603;
}
#hero .btn-get-started:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 80px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #DCA90F;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}
.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}
#mondify_about .animated {
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  
  #mondify_about .animated {
    -webkit-animation: none;
    animation: none;
  }
 
}
@media (max-width: 768px) {
  
  #mondify_about{
    width: 70%;
  }
}
@media (max-width: 575px) {
  #mondify_about{
    width: 80%;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

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

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
#mondify_features .animated {
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  
  #mondify_features .animated {
    -webkit-animation: none;
    animation: none;
  }
 
}
@media (max-width: 768px) {
  
  #mondify_features{
    width: 70%;
  }
}
@media (max-width: 575px) {
  #mondify_features{
    width: 80%;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* mondify_features1 */
#mondify_features1 .animated {
  animation: down-up 1s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  
  #mondify_features1 .animated {
    -webkit-animation: none;
    animation: none;
  }
 
}
@media (max-width: 768px) {
  
  #mondify_features1{
    width: 70%;
  }
}
@media (max-width: 575px) {
  #mondify_features1{
    width: 80%;
  }
}
@-webkit-keyframes down-up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes down-up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #f5f3f1;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services{
  background-image: url(../img/.png);
  background-size: 50%;
  background-position: 60%;
  background-repeat: no-repeat;
  background-color: rgba(37, 72, 167, 0.12);
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #c8defa;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #2a2c39;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
  font-size: 48px;
  color:#080807;
}
.featured-services .icon i{
  font-size: 48px;
  line-height: 1;
  color: #DCA90F;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
  font-size: 20px;
}
.featured-services .description {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #DCA90F;
}
.featured-services .icon-box:hover .icon .fa-glasses{
  color: #DCA90F;
}
.featured-services .icon-box:hover .icon .fa-typewriter{
  color:#DCA90F(239, 102, 3, 0.8);
}
.featured-services .icon-box:hover .icon .fa-file-invoice{
  color: #DCA90F;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: none;
  padding: 50px 0;
  margin-left: -120px;
  margin-right: -120px;
}
.cta h3 {
  color: #2a2c39;
  font-size: 28px;
  font-weight: 700;
  padding-left: 400px;
}
.cta p {
  color: #2a2c39;
  margin-right: -300px;
  justify-content: center;

}
.cta span{
  margin-left: 400px;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
#services{
  background-image: url(../img/s2.webp);
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
}
#mondify_hero .section-title p{
  color: #f1f6fe;
  font-size: 30px;;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}
.services .icon i,.fa-cloud,.fa-cart-arrow-down,.fa-earth-americas,.fa-screwdriver-wrench{
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #1f3a63;
  transition: ease-in-out 0.3s;
}
.services .title a:hover {
  color: #ef6603;
}
.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Products & Technologies
--------------------------------------------------------------*/
.mt-4{
  margin-top: 1rem !important;
}
.section-title p{
  font-size: 20px;
}

.products .icon-box {
  text-align: center;
  padding: 40px 7px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.products .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 60px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.products .icon-box .icon i {
  color: #ef6603;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.products .icon-box .icon .fa-cloud,.fa-cart-arrow-down,.fa-earth-americas,.fa-screwdriver-wrench,.fa-handshake,.fa-file-shield,.fa-id-card{
  color: #ef6603;
}
.products .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.products .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.products .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.products .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(42, 44, 57, 0.9);
}
.products .icon-box:hover h4 a{
  color: rgba(42, 44, 57, 0.9);
}
.products .icon-box:hover .icon i{
  color: rgba(42, 44, 57, 0.9);
}
.products .icon-box:hover .icon .fa-file-shield{
 color: rgba(42, 44, 57, 0.9);
}
.products .icon-box:hover .icon .fa-handshake{
  color: rgba(42, 44, 57, 0.9);
}

.products .icon-box:hover .icon {
  border-color: rgba(42, 44, 57, 0.9);
}
#mondify_products .animated {
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  
  #mondify_products .animated {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #DCA90F;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #DCA90F;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(42, 44, 57, 0.9);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top{
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #c9b5b5;
  color: rgb(0, 0, 0);
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
  font-size: 20px;
  padding-left: 130px;

}
#footer .footer-top .footer-links h4{
  font-size: 25px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4BB543;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #4BB543;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #DCA90F;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}



.package-section {
      padding: 3rem 0;
      border-bottom: 1px solid #e0e0e0;
    }
    .package-title {
      color: #DCA90F;
      font-weight: bold;
    }
    .submit-btn {
      background-color: #DCA90F;
      color: white;
      border: none;
    }
    .submit-btn:hover {
      background-color: #DCA90F;
    }
    .package-img {
      max-width: 60%;
      height: auto;
      border-radius: 0.5rem;
    }

    .package-pro {
      max-width: 90%;
      height: auto;
      border-radius: 0.5rem;
    }
     .package-online {
      max-width: 90%;
      height: auto;
      border-radius: 0.5rem;
    } 
    .package-dashboard {
      max-width: 90%;
      height: auto;
      border-radius: 0.5rem;
    }
    .package-training {
      max-width: 100%;
      height: auto;
      border-radius: 0.5rem;
    }

