/*
Theme Name: Climateboard
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */



/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');*/

@font-face {
  font-family: 'Neue Haas Grotesk';
  font-weight: 300;
  src: url("../../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff");
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  font-weight: 500;
  src: url("../../fonts/NHaasGroteskTXPro-65Md.woff") format("woff");
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  font-weight: 700;
  src: url("../../fonts/NHaasGroteskTXPro-75Bd.woff") format("woff");
}
/* span.wpcf7-form-control-wrap.company {
    float: left;
    width: 47%;
    margin-right: 28px;
    margin-bottom: 15px;
} */
.home section#counts {
    display: none !important;
}
body {
    font-family: "Neue Haas Grotesk", sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
a {
  color: #669966;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Neue Haas Grotesk", sans-serif;
}
ul{
  list-style: disc;
  margin: 15px;
  padding: 0px;
}
input:focus-visible{
  outline: 0px;
}
b, strong {
  font-weight: 600;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.connect-us{
  position: fixed;
  opacity: 1;
  right: 15px;
  bottom: 25px;
  z-index: 996;
  background: #669966;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  padding: 6px 18px;
  border-radius: 6px;
  transition: all 0.4s;
  box-shadow:0 0 34px 4px rgb(126 232 154 / 60%);
}
.connect-us:hover{
  background: #0f9c55;
  color: #fff;
}
@media screen and (min-width: 1440px){
  .connect-us{
    right: 150px;
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #669966;
  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: #1aae62;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #252628;
  height: 40px;
  font-size: 12px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  transition: 0.3s;
  margin-left: 10px;
}
#topbar .social-links a:hover {
  color: white;
}
#topbar .social-links a i{
  font-size: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 85px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 85px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Neue Haas Grotesk", sans-serif;
}
#header .logo>p{
  display: none;
}
#header .logo a {
  color: #666;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  max-height: 75px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# 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 > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 18px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: lowercase;
  color: #666;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 3px;
  background-color: #00a3bb;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 22px;
}
.navbar a:hover, .navbar .active:focus, .navbar li:hover > a {
  color: #00a3bb;
}
.navbar .active{
  color: #669966;
}
.navbar .active:before{
  background-color: #669966;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 4px;
  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-weight: 400;
  /*text-transform: none;*/
}
.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: #669966;
  background: #f8fafb;
}
.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: #666;
  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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #666;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #669966;
}
.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: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#header .form-search form {
  margin-bottom: 0px;
  margin-top: 0px;
  background: #fff;
  padding: 2px 10px;
  position: relative;
  border-radius: 6px;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);*/
  text-align: left;
  border: 1px solid #e0e6f1;
}
#header .form-search form input {
  border: 0;
  padding: 4px 8px;
  font-size: 14px;
  /*width: calc(100% - 20px);*/
}
#header .form-search form input[type=submit] {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  /*height: 42px;
  width: 42px;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 15px;
  /*background: #669966;*/
  color: #666;
  transition: 0.3s;
  /*border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}
#header .form-search form input[type=submit]:hover {
  /*background: #128e4f;*/
}
@media (max-width: 991px) {
  #header .form-search form{
    margin: 0px 10px;
  } 
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
		#hero .banner .content h4{
      font-size: 2.0rem !important;
    font-weight: 500;
}
#hero {
  width: 100%;
  height: 530px;
  background: #fff;
  position: relative;
}

#hero .container {
  position: relative;
}
#hero h1, #about h1 {
  margin: 0 0 25px;
  font-size: 60px;
  font-weight: 700;
  line-height: 45px;
  color: #666;
  font-family: "Neue Haas Grotesk", sans-serif;
}
#hero.hero4 h1{
  font-size: 34px;
  margin-top: 20px;
}
#hero h3{
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}
#hero h1 span,  #hero h3 span{
  color: #123f6d;
}
#hero h2, #about h2 {
  color: #666;
  margin: 5px 0 30px 0;
  font-size: 30px;
  font-weight: 600;
}
h2.text-start.fw-bold.blue{
  color: #123f6d !important;
  margin: 5px 0 30px 0;
  font-size: 30px;
  font-weight: 600;
}
#hero p {
  color: #666;
  margin: 15px 0 20px 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Neue Haas Grotesk", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .banner{
  min-height: 500px;
}
#hero .banner .content{
  height: 500px; display: table-cell; padding: 0% 15% 0% 20%; text-align: center;
}
/*--Hero post--*/
#hero .blog-article{
  width: 380px;
  margin: 0 auto;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%) !important;
}
#hero .blog-article .blog-body{
  padding: 10px 15px;
}
#hero h2.blog-title{
  margin: 5px 0 10px 0;
}
#hero .blog-title a{
  font-size: 16px;
  height: 50px;
}
#hero .blog-article .blog-excerpt{
  -webkit-line-clamp:2 !important;
  margin-bottom: 8px !important;
}
#hero .blog-article .blog-body .blog-meta{
  display: inline-flex !important;
  margin: 0 0 12px !important;
}
#hero .blog-article .blog-img+.blog-body{
  width: 100%;
}
#hero .blog-article .blog-img {
  min-height: 250px;
  width: 100%;
}
#hero .blog-article .blog-img img{
  height: 100% !important;
  width: 100% !important;
}
#hero .blog-meta .item-author img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 8px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 18%);
}
/*--Hero post--*/
#hero .banner-box{
width: 100%;
height: 350px;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 13px 29px rgb(0 0 0 / 10%);
}
#hero .banner-box img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #666;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #106eea;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
#hero.hero4 .banner-img2 .swiper-slide img{
  height: 300px;
}
#hero .banner-img .swiper-slide img{
  height: 450px;
  width: auto;
  transition: 3s all;
	/*transform: scale(1.2);*/
}
#hero .banner-img2 .swiper-slide img{
  height: 350px;
  width: auto;
  transition: 3s all;
	/*transform: scale(1.2);*/
}
#hero .banner-img .swiper-slide-active .img {
  animation: scale 3s ease forwards;
}
@keyframes scale {
  0% {
      transform: scale(1);
  }

  100% {
       transform: scale(1.2);
  }
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero .banner{
    min-height: 500px;
    background-position: center !important;
  }
  #hero .banner .content{
    height: 500px; display: table-cell; padding: 0% 15%;
  }
  #hero .blog-article{
    width: 100%;
    margin: 0 auto;
  }
  #hero {
    height: auto;
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
  #hero .banner-img .swiper-slide img, #hero .banner-img2 .swiper-slide img, #hero.hero4 .banner-img2 .swiper-slide img{
    width: auto;
    height: auto;
  }
}
@media (max-height: 500px) {
  
  #hero .banner{
    min-height: 400px;
    background-position: center !important;
  }
  #hero .banner .content{
    height: 400px; display: table-cell; padding: 0% 15%;
  }
}

#hero .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#hero .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #12b062;
}
#hero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12b062;
}
.wave-bg{
  object-fit: cover;
  width: 100%;
}
.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: 70px 0 60px;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}
.section-title span {
  color: #666;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
}
.section-title span::after{
  right: -40px;
  content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    /*background: #669966;*/
}

.section-title h2 {
  font-weight: 600;
  font-size: 24px !important;
  padding: 8px 0px;
  margin: 0;
  color: #666;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #106eea;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
.bg-primary{
  background-color: #669966 !important;
}
.bg-blue{
  background-color: #666 !important;
}
.bg-light{
  background-color: #f6f9fe !important;
}
.btn-close{
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff;
}
.btn-close:active:focus, .btn-dark:active:focus, .btn-secondary:active:focus, .btn-primary:active:focus{
  box-shadow: none;
}
.btn-close:hover{
  color: #cee8ec;
}
.modal-content{
  border: 1px solid #6c757d;
}
.btn-white-link{
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #fff;
}
.btn-white-link:hover{
  background: #669966;
  color: #fff;
  text-decoration: none;
  border: 2px solid #669966;
}
.btn-secondary{
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #6c757d;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #6c757d;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #b8bdc3;
  color: #666;
  border: 2px solid #b8bdc3;
  text-decoration: none;
  outline: 0px;
  box-shadow:none;
}
.btn-dark{
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #666;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #666;
}
.btn-dark:hover, .btn-dark:focus {
  background: #464646;
  color: #fff;
  border: 2px solid #464646;
  text-decoration: none;
  outline: 0px;
  box-shadow:none;
}
.btn-primary{
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #669966;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #669966;
	text-transform: lowercase;
}
.btn-primary:hover, .btn-primary:focus {
  background: #439e31;
  color: #fff;
  border: 2px solid #439e31;
  text-decoration: none;
  outline: 0px;
  box-shadow:none;
}
.btn-learn-more {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #669966;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #669966;
}
.btn-learn-more:hover {
  background: #669966;
  color: #fff;
  text-decoration: none;
}

.marquee {
  height: 25px;
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 26px;
  background: #C3eff6;
  box-shadow: 0px 2px -15px rgb(0 0 0 / 10%);
}

.marquee div {
  display: flex;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marqueeScroll 70s linear infinite;
  -webkit-animation: marqueeScroll linear 70s infinite;
}

.marquee span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  float: left;
  margin-right: 1%;
  white-space: nowrap;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@-webkit-keyframes marqueeScroll {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -1500px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: none;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
   #hero .banner .content h4 {
    font-size: 2.0rem !important;
    font-weight: 500;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
  }	
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: none;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .block-content{
  padding: 20px 0px; background:rgb(0 0 0 / 65%); margin-top: 170px;
}
@media (min-height: 500px) {
  .about .block-content{
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .about .block-content{
    margin-top: 200px;
  }
}
/*--------------------------------------------------------------
# Focus Area
--------------------------------------------------------------*/
.focus-topbg{
  padding: 100px 0;
  position: relative;
}
.focus{
  /*margin-top: -180px;
  padding-top: 0px;*/
}
@media (max-width: 768px){
  
  .focus{
    margin-top: 0px;
  }
}
.focus .container{
  padding-top: 10px;
}
.focus-bg{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 35px 0 rgb(68 88 144 / 20%);
}
.focus-short-desc{
 display: -webkit-box;
 height: 70px;
 line-height: 24px;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.focus-bg img.img-fluid{
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0px 10px 10px 0;
}
.focus-bg .swiper-slide{
  background-color: #fff;
  border-radius: 10px;
}
.focus-slider .swiper-pagination {
  margin-top: 0px;
  position: absolute;
  text-align: left;
  left: 35px;
}
.focus-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #12b062;
}
.focus-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12b062;
}
/*------------------Focus New-----------------*/
.focus-content-1 .focus-img{
  height: 200px;
  width: 100%;
}
.focus-content-1 .focus-img img{
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.focus-content-1 .focus-body{
padding: 20px 15px;
}
.focus-content-1 .focus-title {
  font-size: 15px;
  line-height: 1.5;
}
@media (min-height: 500px){
  .focus-content-1 .focus-title a {
    height: auto;
    
}
}

.focus-content-1 .focus-title a {
  color: #666;
  font-weight: 600;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focus-content-1 .focus-title a:hover {
  color: #669966;
}
.focus-content-1 .focus-excerpt {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  display: -webkit-box;
  height: 200px;
  /*-webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
@media (min-height: 500px) {
  .focus-content-1 .focus-excerpt{
   
    max-height: 200px;
  -webkit-line-clamp: 4;
  }
  .focus-content-1 .focus-title a{
    height: auto;
    max-height: 50px;
  }
}

/*------------------------------------------*/
.focus-content{
  margin-bottom: 55px;
  box-shadow: 0 6px 24px rgb(11 11 11 / 8%);
  border: 1px solid #eeeeef;
  border-radius: 8px;
  background-color: #fff;
  display: flex;  
  flex-wrap: wrap;
  transition: all 300ms linear 0ms;
}
.focus-content .focus-img {
  height: auto;
  max-width: 100%;
  border: none;
  width: 42%;
}
.focus-content .focus-img img{
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.focus-content:hover .focus-img img{
  transform: translateY(0);
  border-radius: 8px 0 0 8px;
}
.focus-content .focus-img+.focus-body {
  width: 58%;
}
.focus-content .focus-body {
  padding: 20px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.focus-title {
  font-size: 20px;
  line-height: 1.5;
}
.focus-title a {
  color: #666;
  font-weight: 600;
  display: -webkit-box;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focus-title a:hover {
  color: #669966;
}
.focus-content .focus-excerpt {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  display: -webkit-box;
  height: 115px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-focus-text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.btn-focus-text:hover {
  color: #669966;
}
@media (max-width: 768px){
  .focus-content{
    margin-bottom: 35px;
  }
  .focus-content .focus-img{
    width: 100%;
  }
  .focus-content .focus-img+.focus-body {
    width: 100%;
  }
  .focus-content .focus-img img{
    border-radius: 8px 8px 0 0;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/
.event {
  padding: 70px 0 70px;
}
.event .event-box {
  padding: 30px 40px 30px;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 35px 0 rgb(68 88 144 / 70%);
}
.event .event-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event .event-box p {
  padding: 0;
  margin: 0;
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 16px;
}
.event-post{
  margin-bottom: 60px;
  position: relative;
}
.entry-featured img{
  border-radius: 6px;
  transition: all 300ms linear 0ms;
    width: 100%;
    height: 245px;
    object-fit: cover;
    max-width: 100%;
    border: none;
}
.entry-featured+.entry-body{
  position: relative;
    z-index: 1;
    margin-top: -60px;
    padding: 0 30px;
}
.entry-holder{
  background-color: #fff;
  box-shadow: 0 13px 29px rgb(0 0 0 / 10%);
  padding: 20px 18px;
  border-radius: 5px;
  transition: all 300ms linear 0ms;
}
.entry-holder.post-meta ul li{
  display: -webkit-box;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-holder.post-meta a.post-title{
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-holder.post-meta a.post-title:hover{
  color: #669966;
}
.event-details-box>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-details-box>ul>li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.event-details-box>ul>li>.event-icon {
  font-size: 1.523rem;
  line-height: 1.523rem;
  padding-right: 25px;
  margin-top: 10px;
  width: 60px;
  color: #01bbd6;
}
.event-details-box>ul>li>.event-content {
  width: 100%;
}
.event-details-box>ul>li>.event-content>.event-title {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.event-details-box>ul>li>.event-content>.event-inner {
  font-size: 14px;
  color: #888;
}
/*--------------------------------------------------------------
# Press
--------------------------------------------------------------*/
.press-post{
  margin-bottom: 60px;
  position: relative;
}
.press-post a.post-title{
  color: #666;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  display: -webkit-box;
  height: 60px;
  margin: 15px 0 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-post a.post-title:hover{
  color: #669966;
}
.press-post p{
  font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.press-post a.press-link{
  font-weight: 500;
}
.press-post a.press-link i{
  font-size: 11px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  text-align: center;
}
.clients img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Featured Content
--------------------------------------------------------------*/

.featured-content .rtin-item .rtin-figure {
  position: relative;
  padding: 30px 0;
}
.featured-content .rtin-item .rtin-figure img{
  height: 380px;
  width: 380px;
  object-fit:cover;
  border-radius: 8px;
  border: 5px solid #fff;
  box-shadow: 0 0px 10px 0 rgb(68 88 144 / 20%);
}
@media (min-width: 1200px) and (max-width: 1600px){
  .featured-content .rtin-item .rtin-figure .read-more-btn {
      display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1600px){
  .featured-content .rtin-item .rtin-content {
      /*width: calc(100% - 15px);*/
      padding: 16px 16px 16px 16px;
  }
}

.featured-content .rtin-item .rtin-content {
  position: absolute;
  left: 0;
  bottom: 55px;
  right: 0;
  margin: 0;
  width: calc(100% - 20px);
  background-color: #fff;
  padding: 16px 16px 16px 24px;
  transition: all ease 0.5s;
  border-radius: 0 43px 43px 0;
  z-index: 1;
  overflow: hidden;
}
.featured-content .rtin-item .rtin-content::before {
  content: "";
  height: 5%;
  width: 23%;
  background-color: #2b7fc6;
  position: absolute;
  bottom: 0;
  left: 24px;
  transition: all 0.8s;
  z-index: -1;
  transform: scaleY(1.01);
  border-radius: 0;
  overflow: hidden;
}
.featured-content .rtin-item .rtin-content p{
 font-size: 13px;
 color: #646464;
 margin-bottom: 0px;
 display: -webkit-box;
 height: 42px;
 line-height: 20px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.featured-content .rtin-item .rtin-content .cat-list a {
  color: #989898;
  font-weight: 300;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.featured-content .rtin-item .rtin-content h3 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio-default .rtin-item .rtin-content h3 {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.featured-content .rtin-item .rtin-content h3 a {
  color: #666;
  font-weight: 600;
}

.portfolio-default .rtin-item .rtin-content h3 a {
  color: #666;
}
.featured-content .rtin-item:hover .rtin-content::before {
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 0 43px 43px 0;
  transform: scaleY(1.1);
}
.featured-content .rtin-item .rtin-content::before {
  content: "";
  height: 5px;
  width: 23%;
  background-color: #669966;
  position: absolute;
  bottom: 0;
  left: 24px;
  transition: all 0.8s;
  z-index: -1;
  transform: scaleY(1.01);
  border-radius: 0;
  overflow: hidden;
}
.featured-content .rtin-item:hover .rtin-content .cat-list a{
  color: #fff;
}
.featured-content .rtin-item:hover .rtin-content p {
  color: #fff;
}
.featured-content .rtin-item:hover .rtin-content h3 a {
  color: #fff;
}
.featured-content .rtin-item:hover .rtin-content h3{
  color: #fff;
}
.featured-content .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.featured-content .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #12b062;
}
.featured-content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12b062;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.services .icon-box:hover {
  /*transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);*/
}
.services .icon {
  display: none;
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}
.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color: #ddf2f6;
}
.services .title {
  margin-left: 0px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00bbd6;
}
.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.services .title a:hover {
  color: #ef6603;
}
.services .description {
  font-size: 13px;
  margin-left: 0px;
  line-height: 22px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  margin: 30px 15px;
}
.testimonials .testimonial-item .comments{
  padding: 60px 30px 0 30px;
  position: relative;
  text-align: center;
  min-height: 240px;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

/*.testimonials .testimonial-item .comments:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -20px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid;
}
.testimonials .testimonial-item .comments:before {
  border-top-color:#fff;
}*/
.testimonials .testimonial-item .testimonial-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.testimonials .testimonial-item p{
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.testimonials .testimonial-item span{
  font-size: 12px;
  color: #999;
}
.quote-icon-right {
  display: block;
  width: 51px;
  height: 51px;
  margin: 0 auto;
  padding: 4px;
  border: 1px dashed #666;
  border-radius: 100%;
  margin-bottom: 25px;
  position: relative;
}
.quote-icon-right:after, .quote-icon-right:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -80px;
  margin-top: -1px;
  display: block;
  width: 50px;
  height: 2px;
  background: rgba(0,0,0,.1);
}
.quote-icon-right:after {
  margin-right: -80px;
  left: auto;
  right: 0;
}
.quote-icon-right i {
  width: 41px;
  height: 41px;
  line-height: 41px;
  display: block;
  border-radius: 100%;
  color: #fff;
  background: #666;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fedac0;
  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: 0 auto 8px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #12b062;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12b062;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #666;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  min-height: 240px;
  /*overflow: hidden;*/
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  width: 35%;
}
.team .member .member-img img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.team .member .social {
  /*position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;*/
  max-width: 170px;
  margin: 0 auto;
  opacity: 1;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: transparent;
    border-radius: 6px;
}
strong.green {
    color: #669966;
}
.team .member .social a {
  transition: color 0.3s;
  color: #666;
  margin: 0 3px;
  padding: 5px;
  /*border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(0, 187, 214, 0.8);*/
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #09bed7;
}

.team .member .social i {
  font-size: 15px;
}
.team .member .member-info {
  text-align: left;
    width: 65%;
    /*position: absolute;
    z-index: 1;*/
    margin-top: 0px;
    border-radius: 6px;
    padding: 15px 15px;
    /*background: #fff;
    box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);*/
}
.team .member .member-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
}
.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #747474;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}
.team .member .member-info p {
  font-size: 13px;
  line-height: 25px;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 0px;
}
@media (max-width: 768px) {
  .team .member{
    display: block;
  }
  .team .member .member-img{
    width: 100%;
  }
  .team .member .member-info{
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Author
--------------------------------------------------------------*/
.experts {
  text-align: center;
  position: relative;
  padding: 30px 30px 33px;
  margin-bottom: 25px;
  transition: all 300ms linear 0ms;
}
.experts:hover{
  box-shadow: 0 30px 30px rgb(16 110 234 / 20%);
}
.experts-img{
  position: relative;
  max-width: 150px;
  margin: 0 auto 5px;
}
.experts-img img{
  border-radius: 50%;
  transition: all 300ms linear 0ms;
  width: 150px;
  height: 150px;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.experts-details .experts-title{
  font-size: 16px;
    margin-bottom: 0;
}
.experts-details span{
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.btn-sm-details{
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #333;
  background: #eef2fb;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 1px solid #eef2fb;
}
.btn-sm-details:hover{
  border: 1px solid #669966;
  color: #fff;
  background: #669966;
}
.expert-block{
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  /*background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);*/
}
.expert-block-img{
  text-align: center;
  /*position: absolute;
  z-index: 1;*/
}
.expert-block-img img{
  border-radius: 50%;
  height: 170px;
  width: 170px;
}
.expert-team-details{
  /*width: 60%;
  padding: 0px 20px 20px 25px;*/
}
.expert-team-holder{
  /*width: 40%;
  display: flex;
  flex-wrap: nowrap;*/
  padding-bottom: 22px;
}
.expert-team-icon{
  border-radius: 7px 0 0 7px;
  background-color: #d8d8d8;
  width: 110px;
  min-width: 110px;
  position: relative;
}
.expert-team-icon i{
  font-size: 30px;
  color: #101010;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.expert-team-meta{
  /*background-color: #666;
  border-radius: 0 7px 7px 0;
  height: 170px;
  position: relative;
  left:85px;*/
  padding: 20px 20px;
  text-align: center;
}
.expert-team-title{
  margin-bottom: 0;
  font-size: 24px;
  color: #333;
}
.expert-team-meta span{
  font-size: 15px;
  color: #6c757d;
}
.expert-team-contact{
  margin-bottom: 0;
    padding: 0 10px 0 28px;
    display: flex;
    flex-wrap: wrap;
}
.expert-team-contact i {
  position: absolute;
  top: 4px;
  left: 0;
}
.expert-team-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.expert-team-social-list {
  margin-top: 22px;
  flex-grow: 1;
}
.expert-team-social-list a {
  display: inline-block;
}
.expert-team-social-list a i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 36px;
  font-size: 18px;
  color: #fff;
  background-color: #669966;
  text-align: center;
  margin: 8px 10px 8px 0;
  box-shadow: 0 6px 16px rgb(103 103 103 / 36%);
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #106eea;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
  background: #fff;
  border-radius: 5px;
}
.contact .info-box i {
  font-size: 32px;
  color: #669966;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b1dce3;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.5);
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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: 5px;
  box-shadow: none;
  font-size: 13px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #669966 !important;
  outline: 0;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #0faf61;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #14a15a;
}
@-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 {
  padding: 0 0 0px 0;
  color: #aeaeae;
  font-size: 13px;
  font-weight: 300;
  background: url('../../images/theme/footer-bg.png') center center no-repeat;
  background-size: cover;
}
/*#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}*/
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  text-transform: lowercase;	
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 13px;
  padding: 0 15px;
  background: #669966;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #128e4f;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}
#footer .footer-top .footer-contact .logo{
  height: 75px;
  margin-bottom: 28px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Neue Haas Grotesk", sans-serif;
  color: #aeaeae;
}
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 6px;
  margin-bottom: 28px;
}
#footer .footer-top h4:before {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #669966;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: none;
}
#footer .footer-top .footer-links {
  margin-bottom: 0px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
#footer .footer-top .footer-links ul i {
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  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: #aeaeae;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #669966;
}
#footer .footer-top .footer-links ul.linkstyle li{
width: 50%;
float: left;
padding:0 0 22px 0;
}
#footer .footer-top .footer-links ul.linkstyle li i{
  padding-right: 2px;
}
#footer .footer-top .footer-links ul.linkstyle li i:hover{
  color: #00bbd6;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  /*background: #106eea;*/
  color: #fff;
  line-height: 1;
  padding: 5px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #00bbd6;
  color: #fff;
  text-decoration: none;
}
#footer .border-top{
  border-top: 1px solid #454444!important;
}
#footer .copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
/*--Author page--*/
#author .blog-article{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%) !important;
}
#author .blog-article .blog-body{
  padding: 10px 15px;
}
#author h2.blog-title{
  margin: 5px 0 10px 0;
}
#author .blog-title a{
  font-size: 16px;
  height: 50px;
}
#author .blog-article .blog-excerpt{
  -webkit-line-clamp:2 !important;
  margin-bottom: 8px !important;
}
#author .blog-article .blog-body .blog-meta{
  display: inline-flex !important;
  margin: 0 0 12px !important;
}
#author .blog-article .blog-img+.blog-body{
  width: 100%;
}
#author .blog-article .blog-img {
  min-height: 170px;
  width: 100%;
}
#author .blog-article .blog-img img{
  height: 170px !important;
  width: 100% !important;
}
#author .blog-meta .item-author img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 8px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 18%);
}

/*------------------blog list------------------------*/
.blog-article{
    margin-bottom: 40px;
    box-shadow: 0 6px 24px rgb(11 11 11 / 8%);
      border: 1px solid #eeeeef;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      -webkit-transition: all 300ms linear 0ms;
      -khtml-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      -o-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
  }
  .blog-article .blog-img {
    position: relative;
    overflow: hidden;
    min-height: 188px;
      width: 300px;
  }
  .blog-article .blog-img .img-fluid {
      max-width: 100% !important;
      height: auto;
  }
  .bloglisting .blog-article .blog-img .img-fluid {
      max-width: 95% !important;
      height: 188px;
      margin: 15px;
      border: 1px solid transparent;
      border-radius: 10px;
  }
  .blog-article .blog-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .blog-article .blog-img a {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog-date {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 100px;
    min-width: 100px;
    height: 28px;
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 6px;
  }
  .blog-date span:nth-child(1) {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
  }
  .blog-date span:nth-child(2) {
    height: 30px;
    line-height: 30px;
    background-color: #000;
    font-size: 14px;
  }
  .blog-date span {
    display: block;
  }
  .blog-article .blog-img+.blog-body {
    width: 63%;
  }
  
  .blog-article .blog-body {
    padding: 20px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .blog-title {
    font-size: 21px;
      line-height: 1.5;
      display: -webkit-box;
      height: 65px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .blog-title a{
    color: #666;
    font-weight: 600;
  /*  display: -webkit-box;
   height: 66px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis; */
  }
  .blog-title a:hover{
    color: #669966;
  }
  .blog-article .blog-body .blog-meta {
    margin: 0 0 16px;
    padding-left: 0px;
      display: none;
  }
  .blog-meta .item-author{
    margin-right: 15px;
  }
  .blog-meta .item-author img{
    width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-right: 8px;
      box-shadow: 0px 2px 12px rgb(0 0 0 / 18%);
  }
  .blog-meta .item-comment{
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .blog-meta .item-author a, .blog-meta .item-comment a{
    color: #a6a4a4;
  }
  .blog-meta i, .item--meta-default i {
    margin-right: 4px;
    font-size: 12px;
  }
  .blog-meta, .item--meta-default {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 24px;
    color: #a5a3a3;
  }
  .blog-article .blog-excerpt {
    font-size: 13px;
      line-height: 22px;
      margin-bottom: 15px;
      display: -webkit-box;
      height: 65px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .post-details .top-img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
  }
  @media (max-width: 768px){
    .post-details .top-img{
      height: 200px;
    }
  }
  .post-details .post-body{
    width: 100%;
    padding: 32px 32px 20px;
    border: 1px solid #dee2e6;
    margin-top: -10px;
    border-radius: 8px;
  }
  .post-details .post-body .post-meta {
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececf0;
  }
  .post-meta .item-author img{
    width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-right: 8px;
      box-shadow: 0px 2px 12px rgb(0 0 0 / 18%);
  }
  .post-meta>ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .post-meta ul li {
    display: inline;
    margin-right: 18px;
    color: #7a7a7a;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
  }
  .post-meta ul li:nth-last-child(1){
    margin-right: 0px;
  }
  .post-meta ul li i{
    margin-right: 6px;
    color: #01bbd6;
  }
  .post-meta ul li a{
    color: #7a7a7a;
  }
  .post-meta ul a.athr:hover{
    color: #01bbd6;
  }
  .post-body h2{
    color: #666;
    font-weight: 600;
    font-size: 24px;
      line-height: 1.5;
  }
  .entry-footer {
    margin-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececf0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .entry-footer .entry-tags {
    flex-grow: 1;
  }
  
  .entry-footer>div {
    margin-bottom: 10px;
  }
  .entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .entry-footer label {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin-right: 17px;
  }
  .entry-tags a {
    font-size: 13px;
    color: #222;
    background-color: #f0f0f0;
    display: inline-block;
    line-height: 35px;
    padding: 0 14px;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
  }
  .entry-tags a:hover{
    color: #fff !important;
    background-color: #669966;
  }
  .entry-footer .entry-social a {
    font-size: 15px;
    height: 29px;
    width: 29px;
    background-color: #669966;
    border-radius: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
  }
  .entry-footer .entry-social a:hover{
    background-color: #666;
  }
  .comment-inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .comment-inner img.avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 20px;
    float: left;
    border-radius: 100px;
  }
  .comment-content {
    background-color: #f4f7fc;
    padding: 22px 24px 18px;
    position: relative;
    flex-grow: 1;
  }
  .comment-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px;
  }
  .comment-date {
    font-size: 13px;
    color: #a4a4a4;
    margin-bottom: 17px;
    display: inline-block;
  }
  .comment-content .comment-text {
    color: inherit;
    font-size: 14px;
    line-height: 27px;
  }
  .comment-reply {
    position: absolute;
    top: 20px;
    right: 23px;
  }
  .comment-reply a.comment-reply-link {
    line-height: 28px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    background: #0fae60;
    border: solid 1px #0fae60;
  }
  .comment-reply a.comment-reply-link:hover{
    padding: 0 10px;
    color: #fff;
    background: #0e9852;
    border: solid 1px #0e9852;
  }
  .comment-list>li {
    margin-bottom: 35px;
  }
  .comment-list .reply{
    margin-top: 15px;
      margin-left: 70px;
  }
  .btn-text i {
    margin-right: 4px;
    display: initial;
  }
  .btn-text {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
  .btn-text:hover{
  color: #669966;
  }
  .widget{
    padding: 0px;
    margin-bottom: 42px;
  }
  .widget .section-title span {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    display: inline-block;
    position: relative;
    text-transform: none;
  }
  .widget .section-title span::after {
    left: 0px;
    content: '';
    position: absolute;
    margin-top: 18px;
    width: 30px;
    height: 2px;
    background: #669966;
  }
  .tagcloud a {
    border: none;
    background-color: initial;
    padding: 0 21px;
    color: #666;
    display: inline-block;
    font-size: 13px!important;
    line-height: 30px;
    margin-right: 1px;
    margin-bottom: 11px;
    position: relative;
    z-index: 1;
    border: 1px solid #669966;
    border-radius: 5px;
  }
  .tagcloud a:hover{
    color: #fff;
    background: #669966;
    border: 1px solid #669966;
  }
  .widget ul{
    list-style: none;
      margin: 0;
      padding: 0px;
  }
  .widget ul li a{
    color: #666;
      display: block;
      font-size: 13px;
      font-weight: 500;
      line-height: 24px;
      padding: 13px 12px 13px 16px;
      position: relative;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid #ececf0;
  }
  .widget ul li a:hover{
      padding-left: 23px;
      color: #00bbd6;
      -webkit-transition: all 300ms linear 0ms;
      -khtml-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      -o-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
  }
  .widget ul li a:before{
    content: "\f105";
      font-family: fontawesome;
      margin-right: 8px;
  }
  .widget ul li a span.count{
    width: 27px;
      height: 27px;
      display: inline-block;
      background-color: #C3eff6;
      text-align: center;
      line-height: 27px;
      font-size: 12px;
      color: #222;
      -webkit-transition: all 0ms linear 0ms;
      -khtml-transition: all 0ms linear 0ms;
      -moz-transition: all 0ms linear 0ms;
      -ms-transition: all 0ms linear 0ms;
      -o-transition: all 0ms linear 0ms;
      transition: all 0ms linear 0ms;
  }
  .count.right {
    float: right;
  }
  @media screen and (max-width: 575px){
    .blog-article .blog-img{
      min-height: 180px;
      width: 100%;
    }
    .blog-article .blog-img+.blog-body{
      width: 100%;
    }
    .blog-article .blog-body{
      padding: 20px;
    }
  }
  
  .recent-post-box{
    width: 100%;
    display: flex;
      align-items: center;
      margin-bottom: 20px;
      position: relative;
  }
  .recent-post-thumb {
    margin-right: 15px;
  }
  .recent-post-thumb img {
    width: 80px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .recent-post-thumb a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
  }
  .recent-post-content {
    flex: 1;
  }
  .posted-date {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    padding-top: 5px;
    line-height: 1.4;
  }
  .posted-date i {
    color: #7f7d77;
    padding-right: 7px;
  }
  .widget-recent-post-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px;
  /*   overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    color: #666;
  }
  .widget-recent-post-title a{
    color: #666;
  }
  .widget-recent-post-title a:hover{
    color: #75ad75;
  }
  .search-form{
    position: relative;
  }
  .search-form .search-field {
    border-radius: 6px;
    border: 1px solid #e8eef7;
    padding: 0 22px;
    color: #24150b;
    font-size: 14px;
    height: 51px;
    width: 100%;
      outline: none;
  }
  .search-form .search-submit {
    padding: 0;
    border: none;
    line-height: 48px;
    height: 48px;
    width: 53px;
    position: absolute;
    top: 1px;
    right: 3px;
    color: #24150b;
    font-size: 15px;
    border-radius: 0;
    border-left: 0px solid #e8eef7;
    background: #fff;
    display: inline-block;
      text-align: center;
      cursor: pointer;
  }
  .site-content .pagination-area {
    clear: both;
    padding-top: 15px;
    width: 100%;
  }
  .pagination-area ul {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    border: none;
  }
  .pagination-area ul li {
    display: inline-block;
    border: none;
    margin: 0 2px;
  }
  .pagination-area ul li a {
    color: #111;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0;
    height: 45px;
    width: 48px;
    line-height: 44px;
    font-weight: 500;
    border-radius: 4px;
  }
  .pagination-area ul li.active a {
    color: #fff;
    z-index: 3;
    color: #fff;
    background-color: #17ad61;
    border-color: #17ad61;
  }
  .pagination-area ul li a:hover {
    color: #fff;
    z-index: 3;
    color: #fff;
    background-color: #17ad61;
    border-color: #17ad61;
  }

/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/
.form-control{
  background-color: #fff;
    border: 1px solid #e0e6f1;
    color: #666;
    padding: 10px 22px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    outline: 0px;
}
.form-control:focus{
  border-color: #00bbd6;
  outline: 0px;
  box-shadow:none;
}
.form-group{
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.career-box{
  padding: 30px 24px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
  transition: all 300ms linear 0ms;
  margin-bottom: 20px;
}
.job-title{
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.desc-list li{
  margin-bottom: 6px;
}
.desc-list{
  color: #807e7e;
  font-size: 13px;
  list-style: none;
}
.desc-list i{
  margin-right: 12px;
  width: 15px;
  text-align: center;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
.career-box .fa-angle-right:before {
    content: "\f105";
	display: none;
}
div#wpcf7-f269-o1 span.wpcf7-form-control-wrap{
  position: relative;
}
/* div#wpcf7-f490-o1 span.wpcf7-form-control-wrap.event-name::after{
  content: '*';
    position: absolute;
        top: 0px;
    left: 68px;
    color: #f00;
} */
/* div#wpcf7-f490-o1 span.wpcf7-form-control-wrap.event-email::after{
  content: '*';
    position: absolute;
       top: 0px;
    left: 125px;
    color: #f00;
} */
/* div#wpcf7-f490-o1 span.wpcf7-form-control-wrap.tel-149::after{
  content: '*';
    position: absolute;
       top: 0px;
    left: 130px;
    color: #f00;
} */
textarea#url {
/* 	It's required for url copy */
/*     display: none; */
	position:relative;
	left:-15px;
	z-index: -9;
}

/* div#wpcf7-f269-o1 span.wpcf7-form-control-wrap.your-name::after{
  content: '*';
    position: absolute;
    top: 0px;
    left: 7px;
    color: #f00;
}
div#wpcf7-f269-o1 span.wpcf7-form-control-wrap.your-email::after{
  content: '*';
    position: absolute;
    top: 0px;
    left: 7px;
    color: #f00;
}
div#wpcf7-f269-o1 span.wpcf7-form-control-wrap.subject::after{
  content: '*';
    position: absolute;
    top: 0px;
    left: 7px;
    color: #f00;
}
div#wpcf7-f269-o1 span.wpcf7-form-control-wrap.your-message::after{
  content: '*';
    position: absolute;
    top: -70px;
    left: 7px;
    color: #f00;
} */

.wpcf7 em {
    color: red;
	font-style: normal;
}
p.text-muted.mb-4 em {
    color: red;
    font-style: normal;
}
form#registerForm em{
	color: red;
	font-style: normal;
}
/*.blog-readmore a {
    width: 300px;
    background-color: #669966;
    text-align: center;
}*/

/* My Custom CSS Do Not Remove It Please */
.blog-holder {
  width: 100%;
}
.featured-content .rtin-item .rtin-content{
height:140px;
}
.home-desc span._2PHJq.public-DraftStyleDefault-ltr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-content .rtin-item .rtin-content p{
height:100px;
}
ul.page-numbers li{
  color: #111;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0;
  height: 45px;
  width: 48px;
  line-height: 44px;
  font-weight: 500;
}
span.page-numbers.current{
  z-index: 3;
  color: #fff;
  background-color: #669966;
  border-color: #669966;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #dee2e6;
  padding: 0;
  height: 45px;
  width: 48px;
  line-height: 44px;
  font-weight: 500;
  border-radius: 4px;
}

.job-description-single p {
  height: 85px;
  overflow: hidden;
  line-height: initial;
}
input.wpcf7-form-control {
  background-color: #fff;
  border: 1px solid #e0e6f1;
  color: #24150b;
  padding: 10px 22px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  width: 100%;
  outline: 0px;
}
input.wpcf7-form-control:focus{
  border-color: #669966 !important;
  outline: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #669966;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #669966;
}
#wpcf7-f269-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 10px 30px;
  width: auto;
  margin-top: 20px !important;
}
#wpcf7-f269-o1 p {
text-align:center;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
  width: 100%;
  height: 100px;
  border: 1px solid #e0e6f1;
}
.screen-reader-response {
  display: none;
}
span.wpcf7-not-valid-tip {
  color: red;
display: contents;
}
.single-post-desc img {
  width: 100%;
}
div#wpcf7-f269-o1 p{
  margin-bottom: 0;
}
#wpcf7-f269-o1 p span.wpcf7-form-control-wrap.your-name {
  float: left;
  width: 47%;
  margin-right: 28px;
  margin-bottom: 15px;
}
#wpcf7-f269-o1 p input#youremail{
  float: left;
  width: 47%;

}
span.wpcf7-form-control-wrap.your-message{
 margin-bottom: 15px;
}
.contact .php-email-form textarea{
margin-top: 18px;
}
input#yourname , input#youremail , input#yoursubject , textarea#yourmessage {
  border: 1px solid #cfcfcf;
}
span.wpcf7-not-valid-tip {
  float: left;
}
span.wpcf7-form-control-wrap.email-275 span.wpcf7-not-valid-tip {
  float: left;
  margin-top: 10px;
  display: block;
}
#wpcf7-f269-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit{
display: block;
  margin: 0 auto;
  clear: both;
}
.wpcf7-response-output {
  text-align: center;
}

#myloginform label{
display:block;
}
#myloginform input#user_login , #myloginform input#user_pass   {
  background-color: #f6f9fe !important;
  border: 1px solid #e0e6f1;
  color: #24150b;
  padding: 10px 22px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  width: 100%;
  outline: 0px;
}
#myloginform input#rememberme {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}
#myloginform input#wp-submit {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #24150b;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #24150b;
}
.my_Form .text-end{ 
  position: absolute;
  bottom: 105px !important;
  right: 0px;
}
.my_Form {
position: relative;
}
.modal-content form.wpcf7-form .modal-body {
  position: relative;
}

.modal-content form.wpcf7-form span.wpcf7-form-control-wrap.your-name , .modal-content form.wpcf7-form  span.wpcf7-form-control-wrap.text-831, .modal-content form.wpcf7-form span.wpcf7-form-control-wrap.event-name{
width:100%;
 float: left;
   margin-right: 28px;
  margin-bottom: 15px;
} 
.modal-content form.wpcf7-form span.wpcf7-form-control-wrap.your-email , .modal-content form.wpcf7-form span.wpcf7-form-control-wrap.tel-149, .modal-content form.wpcf7-form span.wpcf7-form-control-wrap.event-email{
 width:100%;
 float: left;
}
.modal-content textarea#yourmessage1 { 
border: 1px solid #e0e6f1;
width:99%;
height:150px;
border-radius: 5px;
padding: 10px 22px;
}
.modal-content input#registerbtn {
  position: absolute;
 bottom: -65px;
  right: 0;
  width: 35%;
  padding: 10px;
margin:10px;
}
.modal-footer button.btn.btn-secondary {
  padding: 10px 30px !important; 
  margin: 0px !important;
  margin-right: 30px !important;
  width: 35% !important;
}
.modal-content form.wpcf7-form  button.btn.btn-primary {
  visibility: hidden;
}
.post-info-press {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-article .blog-excerpt p{
    font-size: 12px !important;
 /* line-height: 17px !important;
  margin-bottom: 0px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
color:#24150b !important;
font-weight:300 !important;*/
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 12px 15px;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-shadow: none;
  font-size: 13px;
color:#8d8d8d;
outline: 0px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus{
  border-color: #669966 !important;
  outline: 0;
}
span.wpcf7-form-control-wrap.text-269 {
  float: left;
  width: 47%;
  margin-right: 28px;
  margin-bottom: 15px;
}
/* input#role {
  float: left;
  width: 47%;
border: 1px solid #cfcfcf;
    border-radius: 5px;
  box-shadow: none;
  font-size: 13px;
} */
input#companyname {
 border: 1px solid #cfcfcf;
}
input#role {
border: 1px solid #cfcfcf;
}
p.events_top_info {
  margin-bottom: 30px;
}
/* User Registration Form css */
#user-registration-form-511 input#user_login , #user-registration-form-511 input#user_email , #user-registration-form-511 input#input_box_1651676239 , #user-registration-form-511 input#input_box_1651676298542 , #user-registration-form-511 input#user_pass  {
background-color: #f6f9fe !important;
border:none;
  color: #24150b;
  padding: 10px 22px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  width: 100%;
  outline: 0px;
}
#user-registration-form-511 label,#user-registration-form-511 input#user_login,#user-registration-form-511 input#user_email,#user-registration-form-511 input#input_box_1651676239,#user-registration-form-511 input#input_box_1651676298542 {
margin-bottom: 1rem!important;
}
#user-registration-form-511 abbr.required {
  text-decoration: none;
}
#user-registration-form-511 div#check_box_1651481652_field ul{
list-style: none;
}
#user-registration-form-511 div#check_box_1651481652_field abbr{
display:none;
}
#user-registration-form-511 div#check_box_1651481652_field label{
margin-bottom:0px !important;
}
#user-registration-form-511 button.btn.button.ur-submit-button.btn-dark {
width:100%;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px !important;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #24150b;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #24150b;
margin-bottom: 1rem!important;
}
div#hero {
  height: auto;
}
/* Hide Pagination Blog page */
.hidepagination .pagination-area ul li{
/*    display:none;  */
}
.hidepagination1 .pagination-area ul li:nth-child(3){
display:none;
}
.hidepagination .pagination-area ul li:nth-child(3){
display:none;
}
.hidepagination .pagination-area ul li:nth-child(4){
display:none;
}
.hidepagination .pagination-area ul li:nth-child(5) {
  display: none;
}
.modal-content form.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
#footer .footer-newsletter form.wpcf7-form {
  height: 42px;
}
#footer .footer-newsletter form input[type=submit] {
  margin: 0px;
width: auto;
}

.form-search .is-form-style input.is-search-submit, .is-search-icon{
  border-left: none;
}
p#label_field {
font-size: 16px;
  font-weight: normal;
margin-bottom: 0px;
}
p#label_field_date {
  font-size: 12px;
  display: initial;
}
form.Event {
  margin-top: 20px;
}
div.is-ajax-search-details, div.is-ajax-search-result{
max-width:16% !important;
}

@media screen and (max-width: 768px){
div.is-ajax-search-details, div.is-ajax-search-result {
  max-width: 150% !important;
  left: 25px !important;
}
}
@media screen and (max-width: 767px){
div.is-ajax-search-details, div.is-ajax-search-result {
  max-width: 86% !important;
}
}
@media screen and (max-width: 375px){
div.is-ajax-search-details, div.is-ajax-search-result {
  max-width: 84% !important;
}
}
@media screen and (max-width: 320px){
div.is-ajax-search-details, div.is-ajax-search-result {
  max-width: 81% !important;
}
}
[data-class="wpcf7cf_group"] {
  margin-top: 15px;
}
.post-details .post-meta li.blog-cat {
  display: none !important;
}
#hero h2.sign-in-page , #hero .sign-in-page a {
  margin: 0px !important;
}
li.item-author a {
  margin-right: 20px;
}

li.post-date {
  float: right;
  margin-top: 8px;
}
.post-meta ul {
  width: 70%;
}
#header.fixed-top .logo img {
  max-height: 80px;
}
/*signin page start*/
form#myloginform .login-username label:after, form#myloginform .login-password label:after {
  content: "*";
  color: red;
  left: 5px;
  position: relative;
}
.signin div#hero {
  text-align: center;
}
.signin #hero h2 {
    margin-left: 16px;
    color: #123f6d;
}
/*signin page end*/

h5.text-white.abt {
  text-transform: lowercase;
}

/*comment form css*/

#respond h3#reply-title , #respond span.required-field-message , #respond p.comment-form-cookies-consent , #respond p.comment-notes{
  display: none;
}
#respond .row{
  margin-bottom: 20px;
}
#respond textarea#comment {
  height: 120px;
  width: 100%;
border: 1px solid #e0e6f1;
border-radius: 5px;
  padding: 10px 22px;
  outline: 0px;
}
#respond input#submit {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  background: #669966;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #669966;
}
#respond input#author , #respond input#email , #respond input#phone {
  background-color: #fff;
  border: 1px solid #e0e6f1;
  color: #24150b;
  padding: 10px 22px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  width: 100%;
  outline: 0px;
}
#respond input#author:focus , #respond input#email:focus , #respond input#phone:focus, #respond textarea#comment:focus{
  border-color: #669966 !important;
  outline: 0;
}
.tagcloud:not(.expanded) a:nth-child(10) ~ a {
  display: none;
}
#button1, .entry-social a{
  font-size: 15px;
  height: 29px;
  width: 29px;
  background-color: #669966 !important;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: 0;
}
textarea#url{
width:1px;
height: 1px;
      border: 0;
  color: white;
}
textarea#url:focus-visible {
  outline:0px
}
  .widget .is-form-style input.is-search-input , .widget .is-search-icon , .widget .is-form-style button.is-search-submit  {
  height: 51px;
  border: 0px !important;
  border-radius: 6px;
}
.is-form-style{
  border: 1px solid #e0e6f1;
  border-radius: 6px;
}
.widget .is-search-icon {
  padding-top: 15px!important;
}


p.comment-form-comment{
position:relative;
}

.col-lg-4.comment-form-author{
position:relative;
}

.col-lg-4.comment-form-email{
position:relative;
}

form#commentform em {
  color: red;
}
/*comment form css*/

.signin #hero {
width: 100%;
height: auto;
background: transparent;
position: relative;
}
.signin #hero p {
  color: #555555;
  margin: 5px 0 20px 0;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.career .section-title p {
  margin: 15px auto 0 auto;
  font-weight: 400;
}
.form-search .is-form-style input.is-search-input{
  border: 0px !important;
  border-radius: 6px;
}
.form-search .is-form-style input.is-search-submit, .is-search-icon{
  border: 0px !important;
  border-radius: 6px;
}
.form-search .is-form-style button.is-search-submit{
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)  {
.float-none.float-lg-end.entry-social label {
    display: none;
}
	.post-meta ul {
    width: 77% !important;
}
	li.item-author a {
    margin-right: 5px !important;
}
	.focus-content-1 .focus-title a {
    height: auto;
    min-height: 46px;
}
}
/* title small event page */
.modal h5#staticBackdropLabel {
    text-transform: lowercase;
}
section.breadcrumbs h2 {
    text-transform: lowercase;
}
span.is-search-icon, .is-search-icon:hover, form.is-form-style input.is-search-submit:hover{
    background-color: #fff;
}
.expert-team-details>h3{
	color: #666;
    font-weight: 600;
    font-size: 34px;
    text-transform: lowercase;
}
.hero-slider h4 {
    font-size: 20px !important;
}
.post-details h3 {
    font-size: 22px;
    font-weight: 600;
}
.post-details h1 {
    font-size: 28px;
    font-weight: 600;
	
}
.myservice{
	background: url('../../images/uploads/2022/05/imgs_10.html') no-repeat top; 
	background-size: cover;
}

.me-2 {
    margin-right: 0.5rem!important;
    color: #09bed7;
}
.fs-6 {
    font-size: 17.14px;
}

h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}

p.authorcls {
    font-size: 18px !important;
}
.container.aos-init.aos-animate.whatsnew .post-details .top-img {
    width: 100%;
    height: auto;
}
.event .event-box h2 {
    text-transform: lowercase;
}
.focus-details-img{
height: 350px;
width: 400px;
object-fit: cover;
border-radius: 8px;

}
.whatsnew .modal-content {
    background-color: #669966;
    margin: auto;
    padding: 20px;
    border: 1px solid #696;
    width: 20%;
    text-align: center;
    color: #fff;
    font-weight: bold;
	top: 30%;
}
.whatsnew .close {
    color: #fff;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cf7sr-g-recaptcha div {margin: 0 auto;}
.sign .banner .content {height: 500px !important;}

.col-md-12.text-center.event_summary p, p.event-summary {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
}
.career-box ul.desc-list {
    margin: 15px 0px;
}
.job-description-single p {
    height: 80px;
    overflow: hidden;
    line-height: initial;
    font-size: 13px;
    text-align: left;
}

/* Newsletter Captcha */
#footer .footer-top {
    padding: 60px 0 80px 0;
}
#footer .footer-newsletter form.wpcf7-form iframe {
   width: 100% !important;
    margin-top: 15px;
    margin-left: -24px;
}
.subscribe span.wpcf7-not-valid-tip {
    display: none;
}
#wpcf7-f613-o1 .wpcf7-response-output {
    position: absolute;
    top: 76px;
    right: -107px;
    width: 140px;
}
@media screen and (min-width: 1440px)
{
	#footer .footer-newsletter form.wpcf7-form iframe {
		margin-left: -54px !important;
	}
}
/* Single event tag */
.entry-tags p {
    font-size: 13px;
    color: #fff !important;
    background-color: #669966;
    display: inline-block;
    line-height: 35px;
    padding: 0 14px;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}
#commentform .gglcptch {
    margin: 0px 13px 10px;
}
/*  */
#hero {
	margin-top:85px;
}
main#main {
    margin-top: 85px;
}

/*  */
div.footer-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 0px;
    border-radius: 0px;
}
div.footer-newsletter input.recaptcha-btn {
    display: inline-block;
    text-transform: lowercase;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 13px;
    padding: 0 15px;
    background: #669966;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    margin: 0px;
    width: auto;
}
#footer .footer-newsletter form.wpcf7-form iframe {
    width: 100% !important;
    margin-top: 0px;
    margin-left: 0px;
}
/*  */
.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
/*  */
 #header .form-search form#searchform #searchsubmit {
  padding-left: 25px !important;
  background: url("../../../../uat.theclimateboard.com/assets/images/uploads/2022/09/101791-200.html") no-repeat left !important;
  background-size: 20px !important;
}
/* header hi username */
span.user_name {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #666;
}

/*  */
form#extra_field_profile_form {
    width: auto;
    background: #fff;
    padding: 30px;
}
form#extra_field_profile_form table.form-table {
    width: 100%;
}
form#extra_field_profile_form table.form-table tr {
    vertical-align: baseline;
}
form#extra_field_profile_form  input.regular-text {
    background-color: #fff;
    border: 1px solid #e0e6f1;
    color: #666;
    padding: 10px 22px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    outline: 0px;
}
form#extra_field_profile_form  label {
    color: #666;
    padding: 10px 22px;
    line-height: normal;
    font-size: 14px;
}
button#submit-button-profile {
    background: #669966;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 6px;
    transition: all 0.4s;
}
form#extra_field_profile_form td.mybtn {
    text-align: center;
	padding: 23px;
}
p.success_message {
    padding: 10px;
    text-align: center;
    border: 1px solid green;
    margin: 20px 0px;
    font-weight: bold;
    text-transform: capitalize;
}
.navbar .profile-dropdown ul li {
    min-width: 125px !important;
}
.navbar .profile-dropdown ul a{
  padding:10px !important;
}

select#seniority_level,select#industry {
    background-color: #fff;
    border: 1px solid #e0e6f1;
    color: #666;
    padding: 10px 22px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    outline: 0px;
}

.results-header {
    padding: 15px 0px;
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 14-11-22 */

.page-id-0 .tml {
    padding-top: 80px;
    margin: 30px auto 0;
    width: 40%;
	padding-bottom: 15px;
}
.tml-indicator-wrap{
	display: inherit;
	margin-bottom: 0px !important;
}
.page-id-0 #pass-strength-result {
	padding:0px;
	margin:0px;
}
#pass-strength-result.strong,
#pass-strength-result.short,
#pass-strength-result.good,
#pass-strength-result.bad,
.not_match.alert-danger{
	margin-bottom: 0.5em;
	padding: 1rem 1rem !important;
	font-weight: 600;
}
button#reset-pass-submit{
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    border-radius: 6px;
    transition: 0.3s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
	width: 100%;
    animation-delay: 0.8s;
    margin-top: 6px;
border: 2px solid #24150b;
    padding: 8px 30px;
    background: #24150b;
}
input#som_new_user_pass,
input#som_new_user_pass_again,#somfrp_user_info{
	background-color: #f6f9fe !important;
    border: 1px solid #e0e6f1;
    color: #24150b;
    padding: 10px 22px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    outline: 0px;
	max-width: 100%;
}
.page-id-0 .breadcrumbs{
	display: none;
}
@media(max-width: 767px){
#password-lost-form-wrap{
min-height:100px;
}
}
.tml-links{
	display:none;
}
#password-lost-form-wrap{
min-height:150px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #0a0a0a;
    background-color: #b6b8ba;
    border: 1px solid #a3a4a6;
}
#footer .wpcf7 form .wpcf7-response-output {
    position: absolute;
    right: -8px;
    width: 100%;
}
section#newsletter #wpcf7-f613-o1 .wpcf7-response-output {
    margin: 0px auto !important;
    position: unset !important;
	width: 100% !important;
}
.wpcf7-response-output a {
    color: #00a3bb;
}


/* 18-01-23 */
.page-template-template-signin #hero .swiper-slide.banner .content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.single-post #contact .post-details .post-meta .entry-social .tw-social svg {
	width: 17px;
	height: 17px;
}
.single-post #contact .post-details .post-meta .entry-social .fb-social svg{
	width: 20px;
	height: 20px;
}
.single-post #contact .post-details .post-meta .entry-social .LinkedInnew svg{
	vertical-align: baseline;
}
@media (min-width: 992px){
    .single-post #contact .post-details .post-meta .entry-social{
        float: none!important;
		text-align: right;
    }
	 .single-post #contact .post-details .post-meta ul {
        width: 100% !important;
    }
	
}
@media (min-width: 767px){
	.page-template-template-forgetpassword #hero .banner .content{
		padding: 0% 15% 0% 25%;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	 .single-post #contact .post-details .post-meta ul {
        width: 100% ;
    }
}
@media(max-width: 767px){
	.single-post #contact .post-details .post-meta ul {
        width: 100% ;
    }
}