/* ======================= Header styles===================== */

#hero .btn-get-started:hover,#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background-color: #4a4aff;
}

#header.header-scrolled a{
 color:#fff;
}


#header.header-scrolled .navbar a:hover{
   border:#fff solid 1px
}


#header.header-scrolled h6,#header.header-inner-pages h6{
 color:#03faee;
}


#header.header-scrolled  .navbar .dropdown ul a{
 color:#151515;
}

#header.header-inner-pages a{
 color:#fff
}


#header.header-inner-pages .navbar a:hover{
 border:#fff solid 1px
}


#header.header-inner-pages .navbar .dropdown ul a{
 color:#151515; 
}


/*--------------------------------------------------------------
# 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: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.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: #0000ff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 400;
}

.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:  #0000ff;
}

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

#header.header-scrolled .navbar .dropdown ul a, #header.header-inner-pages .navbar .dropdown ul a{
  border:none;
 }
 
#header.header-scrolled .navbar .dropdown ul a:hover, #header.header-inner-pages .navbar .dropdown ul a:hover{
 color:#0000ff
 }
 

.navbar .getstarted, .navbar .getstarted:focus {
 background: #0000ff;
 padding: 8px 25px;
 margin-left: 30px;
 border-radius: 4px;
 font-size: 25px!important;
 font-weight: 400;
 color: #fff;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
 color: #fff;
 background: #4a4aff;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  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 a:hover{
     border:none;
     padding-right: 0px;
  }

   #header.header-scrolled.navbar a:hover{
   border: none !important;
   padding-right: 0px;
 }


 #header.header-inner-pages.navbar a:hover{
   border: none !important;
   padding-right: 0px;
 }

 #header.header-scrolled a{
   color: #151515;
 }
 
 #header.header-scrolled a:hover,#header.header-inner-pages a{
   color: #0000ff;
 }
 

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
  text-transform: uppercase;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #0000ff;
  /* background-color:#0000ff;; */
}

.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;
  color: #151515;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
  text-transform: uppercase;
}


.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.navbar a:hover{
  border:1px solid #0000ff;
  /* padding-right: 10px; */
}

@media (max-width: 991px) {

  .navbar a:hover{
     border:none;
     padding-right: 0px;
  }

}

.navbar .dropdown ul a {
 border:none;
}

.navbar h6 {
 text-transform: uppercase;
 color: rgb(255, 0, 0);
 margin-bottom:0;
 padding: 0 !important;
 font-size: 11px;
}

.navbar .num{
 color:#0000ff;
border:none !important;
padding:0 ;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: 1200;
font-size: 15px;
}

.d-xl-block{
 margin-left:20px;
}

.d-xl-block h6 i{
  font-weight: 1200;
}

@media(max-width:360px){
  #header .header-scrolled a, #header .header-inner-pages a{
    color:#000;
  }
  

}

 /* ------------------------------------------------
 # Hero styles
 ------------------------------------------------- */

 #hero h2{
  font-family:'Nato Sans Japanese',sans-serif;
 }

 #hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color:#0000ff;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}
#hero .icon-box h3 a {
  color: #fff8f8;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffffff;
}

#hero .icon-box:hover {
  border-color: #0000ff;
}

 .large i {
  margin-top:30px!important;
  margin-bottom:30px!important;
  font-size:60px!important;
}

.large{
  background: rgb(255, 255, 255,0.3);
}

.large h3  a{
  color:#0000ff!important;
}



/* =====================================================
# clients styles
==================================================== */

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0000ff
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0000ff
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}


/* ==============================================
 #landing page about section
 ============================================= */
#about {
 
    background: linear-gradient(to right, rgb(0, 0, 0), rgba(4, 4,165, 0.9)),  url('/assets/img/slide/three-wo.jpg');
    background-size:cover; 
  }

.about h3, .about h2, .about p, .about ul li  {
   color:#fff;
}


/* .biger::first-letter{
  font-size:50px;
  font-weight:600;
} */

.about .content h2{
 font-size:30px;
 font-weight:900;
 padding-top: 50px;
}

.abtimg{
  width: 100%;
  height: auto;
}

.ex-toper{
  margin-top:100px;
  align-items: center;
  text-align: center;
}

.e-toper{
  margin-top:100px;
}

.toper{
  margin-top:50px;
}

.wow{
  font-weight: 1200;
  font-size: 60px !important ;
  font-family: Arial, Helvetica, sans-serif;
}

.sabout{
  color:#ddd !important ;
  font-size: 18px !important ;
}

.bolder{
  font-weight: 1000;
}

#features{
  background-color: #dddddd;
}


.abtbg{
  background: linear-gradient(to right, rgb(0, 0, 0,0.6), rgba(0, 0, 0, 0.9)),  url('/assets/img/slide/lap.jpg');
  /* background:  url('/assets/img/slide/lap.jpg'); */
  background-size: cover;
  margin:0px!important;
  padding:0px !important;
  overflow: none!important;
  height:110vh;
  /* border-radius:25px; */
}

#about h2, #about h3{
  color: #d7d3e2;
}

@media (max-width: 360px) {
  .downer{
     margin-top:0px;
     height:80vh;
  }

  .downer h2{
    font-size:13px;
  }

  .downer .icon-box i{
    font-size: 12px !important;
    color:#03faee !important;
  }

  .downer h3,.downer p{
    font-size: 12px !important;
  }

  #hero .icon-box {
    margin: 0;
    padding: 0px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height:100%;
    text-align: center;

  }

  .large h3 a{
    color:#ffffff !important;
  }
  

}

.descr{
  font-family: 'Montserrat', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: solid;
  text-transform: uppercase;
  font-weight: 800;
  font-size:35px;
  display: block;
  color:  #03faee;
  text-align: left;
  align-items: center;
  align-content: center;
  margin-left: 50px;
  margin-right: 50px;
}

.fo{
 margin-top:50px;
}

.comp{
  color:#ffffff;
  font-size: 55px;
  font-weight: 1000 !important;
  font-family: Arial, Helvetica, sans-serif;
  border: #dddddd solid 1px;
  width:390px;
  text-align:center;
  /* padding:0px !important; */
}

.new{
  font-size: 60px;
  font-weight: 1000 !important;
}

.lean{
  font-size: 60px;
  font-weight: 400 !important;
}

.about .getstarted, .about .getstarted:focus {
  padding:25px 150px;
  margin-top: 50px!important;
  margin-left: 50px;
  top: 30px !important;
  border-radius: 4px;
  font-size: 18px!important;
  font-weight: 800;
  color:#03faee;
  background: transparent;
  border: #03faee solid 1px;

}

.about .getstarted:hover, .about .getstarted:focus:hover {
  color: #000;
  background:#03faee;
}

.do{
  margin-bottom: 45px;
}

.about .php-email-form {
  width: 100%;
  background: transparent;
}

.about .php-email-form .form-group {
  padding-bottom: 8px;
}

.about .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.about .php-email-form .error-message br + br {
  margin-top: 25px;
}

.about .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.about .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.about .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.about .php-email-form input,.about .php-email-form select,  .about .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.about .php-email-form input:focus, .about .php-email-form textarea:focus.about .php-email-form input:focus {
  border-color: #0000ff;
}
.about.php-email-form input {
  height: 44px;
}
.about .php-email-form textarea {
  padding: 10px 12px;
}
.about .php-email-form button[type=submit] {
  background: #0000ff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.about .php-email-form button[type=submit]:hover {
  background: #4a4aff;
}

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

.reg{
  background: #151515;
}

.newwow{
  font-weight: 1200;
  font-size: 60px !important ;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  margin-top:50px;
}

.newh6{
  color: #fff;
}


/* ======================================================
# Features Portfolio styling
======================================================== */
.spiral{
  /* background:  url('/assets/img/spiral.png');
  background-size:cover */
  background: #efeffd;
}

/* ===============================================================
# Super Background
============================================================= */

#pricing,#features,#contact,#services,#portfolio,#team,#faq,#cnp{
  /* background-color: #f4f4fd !important; */
  background: linear-gradient(to left, rgb(244, 244, 253) , rgba(244, 244, 253,0.9)),  url('/assets/img/slide/slide-1.jpg') !important;
  background-size:cover; 
}

.faq .faq-item i {
  color:#151515
}

/* ===========================================================
# Clients and partners page
=========================================================== */

#cnp .icon-box{
  border:#858585 solid 1px;
  padding:30px;
  max-height:150px;
  max-width: 150px;
 margin-left: auto;
 margin-right: auto;
}

#cnp .icon-box:hover{
  border:#0000ff solid 2px;
}


#cnp .icon-box img{
  min-width:100px;
  min-height: 100px;
}

@media (max-width:360px) {
  #cnp .icon-box{
    border:#858585 solid 1px;
    padding:20px;
    max-height:200px;
    max-width: 200px;
    margin:auto;
  }
  
}
/* ===============================================================
#Training styles
=============================================================== */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #efeffd;
 }
 
/* 
 =============================================================

 #Contact styles
 =========================================================== */

 .contact .info i {
  background-color: #ddd;
}



/* =========================== Footer styles====================== */

#footer{
  background: #000;
}

.footer-top{
  color: #000;
  background:#efeffd !important;
}


#footer .footer-top .footer-info {
 margin-top: 5px;
 color: #000 !important;
}

#footer .footer-top .social-links a{
 background-color:#000;
}

#footer .footer-top h4,.footer-info p,#footer .footer-top .footer-links ul a,#footer .footer-top .footer-links ul i  {
 color: #000 !important;
}

#footer .footer-top .footer-newsletter form input[type=email]{
 border:#000 solid 1px;
}

#footer .footer-top .footer-links ul a:hover{
 color:#858585 !important;
}

.footer-info{
 margin-left: 20px;
}

.down-img{
 padding-left:10px ;
 width:150px;
 height: auto;
}

.footer-links h4,.footer-newsletter h4{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media(max-width:360px) {
  .footer-links,.footer-newsletter h4,.footer-newsletter h4{
    margin-left:10px;
  }
}


/* 
select option:focus,select option:hover, select option:active{
  background: #0000ff !important;
  color: #fff;
}
*/

/* ==============================================================
# Alerts
============================================================== */

.alert-danger{
  background-color: #ff9191;
  color: #a00303;
  border: 1px solid #a00303;
}

.alert-danger ol,.alert-danger h6{ 
  text-align: left;
  list-style-position:outside;
}

.alert-success{
  background-color: #bdff91;
  color: #105c01;
  border: 1px solid #105c01;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

#testimonials {
  background: linear-gradient(to left, rgb(244, 244, 253) , rgba(86, 126, 124, 0.9)),  url('/assets/img/spiral.png');
  background-size:cover; 
}

#testimonials .section-title h2{
  color:#ffffff
 }
 
#testimonials .section-title p{
 color:#000
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  /* background: #fff; */
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.9)),  url('/assets/img/slide/slide-1.jpg');
  background-size:cover; 
  border-radius: 15px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 5px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4{
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
  color:#fff;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #000;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.floLsQ,.cRLSYG,.ws{
  margin-right:50px!important;
}

.energy-bg {
  padding: 120px 0;
  color: #fff;
}
.energy-bg:before {
  content: "";
  background: #1b1b1b !important;
  position:relative;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#serv{
  background:linear-gradient(to right, rgb(183, 231, 243), rgb(1, 1, 189,1));
  padding: 120px 0;
  color: #fff;
}

#serv:before{
  content: "";
  background: #1b1b1b !important;
  position:relative;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

#serv .container {
  position: relative;
  z-index: 10;
}
#serv .content {
  padding: 30px 30px 30px 0;
}
#serv .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  color: #f8262a;
}

#serv .content h3,h4 {
color: #f8262a;
}

#serv .content p {
  color:#fff;
  margin-bottom: 30px;
}

.hh{
  color:#ffffff!important;
}

#serv .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #f8262a;
}

#serv .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

#serv .content .about-btn:hover {
  background: #e35052;
  background:  #f8262a;
}

#serv .icon-boxes .icon-box {
  margin-top: 30px;
}

#serv .icon-boxes .icon-box i {
  font-size: 40px;
  color:  #f8262a;
  margin-bottom: 10px;
}

#serv .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#serv .icon-boxes .icon-box p {
  font-size: 15px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  #serv .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #serv {
    text-align: center;
  }

  .abtbg{
  height:80vh;
  /* border-radius:25px; */
}

.about .getstarted, .about .getstarted:focus {
  padding:25px 80px;
}

}


#contact .info,#contact form{
  background: transparent;
}

option:active,option:focus,option:hover{
  background-color: #18d26e !important;
}

::selection{
  background-color: #18d26e !important;
}

::-moz-selection{
  background-color: #18d26e !important;
}

select{
  word-wrap: initial;
  -swiper-theme-color: #000307;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background-color: #efeffd;
  padding-top: 80px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #fff;
}
.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #0000ff;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.form-control.is-invalid:focus, .was-validated.form-control:invalid:focus {
 box-shadow: none;
 border:1px solid #000;
}

.member-info a{
  text-decoration: none;
  color: #000 !important;
}

.member-info a :hover{
  text-decoration: none;
  color: #464646 !important;
}
