/*
 Theme Name:   Ultraland Child
 Theme URI:    https://ultraland.themetags.com/
 Description:  Good Works
 Author:       Good Works
 Author URI:   https://themetags.com/
 Template:     ultraland
 Version:      3.2.1
*/

/*Custom Css*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap') */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-header {
  background-color: #271e3c;
}

.top-header p {
  color: #fff;
  /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding: 12px 0;
  margin: 0;
}

.top-header a {
  padding: 12px 0 12px 20px;
  color: #fcd109;
  /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
}

.top-header a:hover {
  color: #fff;
}

.top-header .alert {
  padding: 0;
  margin: 0;
}

.top-header button {
  padding: 9px !important;
  color: #fff !important;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top-header p,
  .top-header a {
    padding: 5px 0;
  }

  .top-header button {
    padding: 20px 0 !important;
  }
}

.home-blog .style-four .feature-image {
  width: 30%;
}

.top-header button span {
  font-weight: 200;
}

.home-banner-form input[type="email"],
.home-banner-form input[type="number"],
.home-banner-form input[type="text"],
.home-banner-form textarea {
  border: 1px solid #d5d5d8 !important;
  border-radius: 5px !important;
  font-size: 16px;
  color: #000;
  /* font-family: "Poppins", sans-serif; */
  padding: 0px 10px !important;
  height: 45px;
}

.home-banner-form .btn-submit {
  background: #3261f6;
  /* font-family: "Poppins", sans-serif; */
}

/* 31-01-24 */

.cta .container-fluid {
  max-width: 1452px;
  margin: 0 auto;
  background: linear-gradient(90deg, #0c1bae, #3486fe);
  padding: 50px 70px;
  border-radius: 5px;
}

.cta h4 {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 34px;
}

.cta input::placeholder {
  color: #fff !important;
}

.cta input:focus {
  background: #fff !important;
}

.cta input {
  display: block;
  height: 50px;
  width: 100%;
  margin: 0;
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none;
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.7;
  font-family: inherit;
  /* color: #fff; */
  background: rgba(167, 167, 167, 0.1) !important;
  outline: 0 !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
  transition: 0.3s !important;
}

.cta .submit {
  height: 50px;
  margin: 0;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-family: inherit;
  background: #fff !important;
  color: #313131 !important;
  width: max-content;
  outline: 0;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.3s;
}

.cta.position-relative {
  bottom: -60px !important;
  z-index: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
}

/* 03-02-24 */
.netskill-banner-form input[type="email"],
.netskill-banner-form input[type="number"],
.netskill-banner-form input[type="text"],
.netskill-banner-form textarea {
  border: 1px solid #9a76dd !important;
  border-radius: 5px !important;
  font-size: 16px;
  color: #fff;
  padding: 0px 10px !important;
  height: 45px;
  background-color: #6f3bcf !important;
}

.netskill-banner-form input[type="email"]::placeholder,
.netskill-banner-form input[type="number"]::placeholder,
.netskill-banner-form input[type="text"]::placeholder,
.netskill-banner-form textarea::placeholder {
  color: #fff !important;
}

.netskill-banner-form .btn-submit {
  background: #fff;
  color: #5f25ca;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.netskill-banner-form input::placeholder {
  color: #fff;
}

.netskill-banner-form .col-lg-6 {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #block-10,
  #block-11,
  #block-12,
  #block-13,
  #nav_menu-1,
  #nav_menu-2 {
    margin-bottom: 30px;
  }
}

.site-header .site-logo a {
  width: 250px;
  display: inline-block !important;
}

.site-header.header-fixed.showed .site-logo .logo-sticky {
  width: 200px;
  display: inline-block !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  display: flex;
}

.cat-list p {
  margin-bottom: 0;
}

#wpcf7-f6442-p5807-o2 .wpcf7-response-output {
  color: #fff !important;
}
.netskill-banner-form .wpcf7-not-valid-tip{
  color: #fff !important;
}
.wpcf7 form .wpcf7-response-output{
  margin-top: 0 !important;
}

.site-header:not(.mobile-header) .main-nav-container{
  display: grid !important;
  /* grid-template-columns: repeat(2,1fr); */
  grid-template-columns: 60% 40%;
  margin-left: 40px !important;
}
.site-header:not(.mobile-header) .menu{
  justify-content: center;
  display: flex;
}
.site-header .nav-right{
  justify-content: end;
}
.site-header:not(.mobile-header) .menu li:not(:last-child){
  margin-right: 20px !important;
}
@media (max-width: 991px){
  .site-header .nav-right{
    justify-content: start;
  }
}
.nav-right a i{
  display: none;
}

body:not(.home) .site-header:not(.mobile-header) .main-nav-container {
  grid-template-columns: 100%;
}
body.page-id-6298 .site-header:not(.mobile-header) .main-nav-container,
body.page-id-5894 .site-header:not(.mobile-header) .main-nav-container,
body.page-id-117 .site-header:not(.mobile-header) .main-nav-container,
body.page-id-5948 .site-header:not(.mobile-header) .main-nav-container,
body.page-id-8354 .site-header:not(.mobile-header) .main-nav-container
{
  grid-template-columns: 60% 40%;
}
.service-product-banner .wpcf7-not-valid-tip{
    font-size: 14px;
}
.service-product-banner input[type="email"],
.service-product-banner input[type="number"],
.service-product-banner input[type="text"],
.service-product-banner textarea {
    margin-bottom: 0 !important;
}
@media (max-width: 991px){
    .site-header .nav-right {
        display: none;
    }
}
.service-product-banner textarea:focus{
    color: #fff;
    box-shadow: none;
}
.service-form .wpcf7-response-output{
    margin: 0 8px;
    color: #fff;
}
#block-13{
  margin-bottom: 35px;
}