
html{
  scroll-behavior: smooth;
}
/* next page  */

.service-menu li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  margin-top: 10px;
  width: 260px;
  height: 100px;
  background-color: whitesmoke;
  border-radius: 10px;
}
.service-menu li a:hover {
  background-color: rgb(143, 172, 252);
  /* color: #000; */
}


/* end next page  */

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

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


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top{
  opacity: 0;
  transition: 0.5s;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f39931;
  font-size: 16px;
  /* padding: 10px 13px; */
  position: fixed;
  bottom: 20px;
  right: 30px;
  text-decoration: none;
  color: #fff;
}
.back-to-top:hover{
  transition: 0.5s;
  text-decoration: none;
  background-color: #f5890e;
  color: #fff;
}
.back-to-top i{
  padding: 11px 13px;
}
.back-to-top.active{
  opacity: 1;
  transition: 0.5s;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding-top: 5px;
  position: sticky;
  top: 0;
  height: 70px;
  transition: all 0.5s;
  z-index: 10;
  background: darkblue;
  overflow: hidden;
}
#header.scroll-to{
  height: 60px;
  padding-top: 0;
  transition: 0.5s;
}
.nav-pos{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.logo{
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
}
.hamburger{
  display: none;
  cursor: pointer;
  padding: 10px 6px;
  width: 40px;
}
.line{
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
  width: 25px;
  margin-top: 4px;
  transition: 0.6s;
}
.line.active:nth-child(1){
  transform: rotate(410deg);
  transition: 0.7;
  transform-origin: center;
}
.line.active:nth-child(2){
  opacity: 0;
  transition: 0.6s;
}
.line.active:nth-child(3){
  margin-top: -8px;
  transform: rotate(-410deg);
  transition: 0.7;
  transform-origin: center;
}
/* #navbarx{
  width: 100%;
} */
#header ul{
  display: flex;
  padding: 0;
  list-style: none;
  padding-top: 15px;
  /* color: #fff; */
}

#navbarx a{
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  /* background-color: red; */
  text-decoration: none;
  transition: 0.4s;
  /* text-align: center; */
  /* height: 50px; */
  margin-left: 10px;
  padding: 10px 15px;
}

#navbarx a:hover{
  background-color: #f39931;
  transition: 0.4s;
  color: #fff;
}
.header-links{
  transition: 0.5s;
}
.header-links.active{
  border-radius: 5px;
  background-color: #f39931;
  transition: 0.5s;
}
/* moblie nav  */
@media (max-width: 630px) {
  .logo{
    width: 100%;
    padding-top: 7px;
  }
  .hamburger{
    display: inline-block;
  }
  #header.active{
    height: 400px;
  }
  .nav-pos{
    flex-direction: column;
  }
  #navbarx{
    width: 100%;
  }
  #header ul{
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    /* background-color: blue; */
    height: auto;
    flex-direction: column;
  }
  #navbarx li{
    margin-top: 30px;
  }
  #navbarx a{
    /* padding: 0; */
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding-top: 20px;
  /* padding-bottom: 60px; */
  width: 100%;
  position: relative;
  color: #000;
  /* background-color: red; */
}

.bg-img {
  margin-top: 1px;
  /* margin: 0 30px; */
  height: 60vh;
  background-image: url(/assets/img/mg2.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.hero-head {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-top: 100px;
}
.hero-card {
  padding: 0;
  /* background-color: #149f6e; */
}
.hero-circle-bar {
  display: flex;
  flex-wrap: nowrap;
}
.hero-circle {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: rgba(243, 71, 28, 0.884);
}


.hero-circle2 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: rgba(221, 140, 48, 0.863);
}

.hero-circle3 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: rgb(53, 174, 223);
}

.hero-circle4 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: rgb(177, 36, 233);
}

.hero-circle5 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: rgb(109, 96, 228);
}

.hero-circle6 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: rgba(117, 206, 105, 0.781);
}
.mar-50 {
  margin-left: calc(50% - 12px);
}
.hero-bar {
  height: 2px;
  width: calc(50% - 12px);
  background-color: rgba(99, 95, 95, 0.226);
  margin-top: 11px;
}
.hero-card-box {
  padding: 10px 0;
  /* background-color: yellow; */
}
.hero-card-title {
  /* background-color: red; */
  padding-left: 30px;
  /* text-align: center; */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
}
.hero-card-content {
  font-size: 10px;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 5px;
  /* background-color: wheat; */
}
@keyframes FadeRight { 
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  70%,100%{
    opacity: 1;
    /* transform: scale(1.05); */
  }
}
.ps-fix{
  background-color: #fff;
  padding: 0;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  /* background-image: url(/assets/img/bg25.jpg); */
  background-size: cover;
  /* height: 200px; */
  float: left;
  /* margin: 20px; */
  animation: FadeRight 700ms ease-in-out;
  animation-fill-mode: both;
}

.ps-fix:nth-child(1) { animation-delay: 700ms; z-index: 6; }
.ps-fix:nth-child(2) { animation-delay: 1400ms; z-index: 5; }
.ps-fix:nth-child(3) { animation-delay: 2100ms; z-index: 4; }
.ps-fix:nth-child(4) { animation-delay: 2800ms; z-index: 3; }
.ps-fix:nth-child(5) { animation-delay: 3500ms; z-index: 2; }
.ps-fix:nth-child(6) { animation-delay: 4200ms; z-index: 1; }



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  padding: 70px 0 0 0;
  color: #000;
}
#about p {
  font-size: 14px;
}
#features, #download {
  padding: 130px 0 0 0;
}
.swiper-slide {
  margin-top: 50px;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide-items{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.slide-circle{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fff;
}
.slide-title{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.3px;
  color: #000;
  margin-top: 30px;
}
.swiper-pagination{
  margin-top: 30px;
  position: relative;
}
.slide-circle i{
  font-size: 70px;
  text-align: center;
  color: rgb(15,127,161);
  padding-top: 37px;
}
.swiper-controller{
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.swiper-controller i{
  padding: 10px;
  font-size: 24px;
  /* font-weight: 600; */
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: darkblue;
  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: #1441e2;
  color: #fff;
  border-top: 4px solid #e9902a;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  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: 'Montserrat', sans-serif;
}

#footer .footer-top .social-links a {
  
  font-size: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding-top: 9px;
  /* padding: 8px 0; */
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e9902a;
  color: #fff;
  text-decoration: none;
}

#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;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e9902a;
  font-size: 15px;
  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 {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e9902a;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e9902a;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
  background: #e9902a;
}

#footer .copyright {
  border-top: 1px solid #3f43fd;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  .slide-circle{
    transform: scale(1.3);
  }
  .slide-title{
    margin-top: 70px;
  }
  .download-img {
    margin-top: 3rem;
  }
}
#download {
  padding-bottom: 130px;
}
.download-title {
  font-size: 3rem;
  font-weight: 100;
  background-color: #fff;
  /* text-transform: uppercase; */
}
.download-content {
  padding: 15px 40px 10px 2px;
  /* padding-left: 2px; */
}
.download-btn {
  text-decoration: none;
  display: flex;
  width: 230px;
  margin-top: 30px;
  padding: 0 30px;
  padding-top: 10px;
  background-color: darkblue;
  /* display: inline-block; */
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}
.download-btn:hover {
  background-color: darkslateblue;
  color: #fff;
}
.download-btn i {
  font-size: 18px;
  margin-top: 10px;
}

.dld {
  width: 100%;
  padding-bottom: 10px;
}
.fs-10 {
  font-size: 11px;
  font-weight: 600;
}
.download-btn p {
  font-size: 12px;
}
.download-img {
  height: 350px;
}
.icons {
  margin-top: 15px;
}
.icons a {
  text-decoration: none;
  color: #444444;
}
.icons i {
  font-size: 2.7rem;
}
