/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. features area
5. promotion area
6. portfolio area
7. counter area
8. blog
9. testimonial-wrapper
10. footer
11. team-area
12. service area
13. contact area
14. who we
*/

:root {
  --km-theme-color: #2154cf;
  --km-heading-color: #333;
  --km-body-color: #666;
  --km-black-color: #000;
  --km-white-color: #fff;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body,
p {
  color: var(--km-body-color);
}
hr,
ul {
  padding: 0;
}
.btn,
.btn span,
.language ul li a {
  display: inline-block;
}
.btn,
.chose-thumb,
.footer-widget > form,
.header-call span.lnr,
.language ul li,
.portfolio-wrapper,
.pos-relative,
.promotion-area,
.search-form,
.search-form2,
.sidebar-blog .widget_kormo_subscriber_widget form,
.sidebar-form form,
.single-testimonial,
.social-icon,
.subscribe-form form,
.team2-img {
  position: relative;
}
.promotion-text h5,
body {
  font-family: "Work Sans", sans-serif;
}
.header-right li:hover .search-form,
.language ul li:hover ul,
.main-menu ul li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.theme-bg {
  background: var(--km-theme-color);
}
.white {
  color: var(--km-white-color);
}
#contact-map,
#map {
  height: 500px;
}
.chose-list li,
.expert-list,
.language ul,
.latest-comments > ul,
.pagination ul,
.pricing-menu li,
.project-status ul,
.who-we-box-2 ul li,
ul.children {
  list-style: none;
}
.aligncenter,
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.tag-space {
  clear: both;
}
.img,
img {
  max-width: 100%;
  transition: 0.3s ease-out;
  height: auto;
}
.f-left,
.navigation.posts-navigation .nav-previous,
.test-img {
  float: left;
}
.comment-navigation .nav-next,
.f-right,
.navigation.posts-navigation .nav-next,
.sidebar-link li span,
.widget li span {
  float: right;
}
.logged-in .sticky-menu,
.mt-32 {
  margin-top: 32px;
}
.blog-wrapper.blog-column .blog-thumb,
.chose-content,
.fix,
.instagram,
.navigation.posts-navigation,
.navigation.posts-navigation .nav-links,
.service-3-thumb,
.sidebar-rc-post .rc-post-content,
.team-wrapper {
  overflow: hidden;
}
.button,
a,
button {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
button {
  cursor: pointer;
}
.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
  color: var(--km-theme-color);
  text-decoration: none;
}
a,
button {
  color: var(--km-theme-color);
  outline: 0;
}
#content[tabindex="-1"]:focus,
.portfolio-menu > button:focus,
:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
.sidebar-tad li a,
.uppercase {
  text-transform: uppercase;
}
.capitalize,
.navigation.posts-navigation .nav-links a {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  color: var(--km-heading-color);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 700;
}
label,
p {
  font-weight: 400;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
.test-info-2 p,
h5 {
  font-size: 18px;
}
h6,
p {
  font-size: 16px;
}
ul {
  margin: 0;
  list-style: disc;
}
p {
  line-height: 27px;
  margin-bottom: 20px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0;
  margin: 30px 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
}
::-moz-selection {
  background: var(--km-body-color);
  color: var(--km-white-color);
  text-shadow: none;
}
::selection {
  background: var(--km-body-color);
  color: var(--km-white-color);
  text-shadow: none;
}
::-moz-placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
::placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
.btn,
.btn.btn-border:hover {
  background: #2f3440;
  color: var(--km-white-color);
}
.btn {
  -moz-user-select: none;
  border: 0;
  border-radius: 4px;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 1px;
}
.counter,
.language ul li a {
  font-family: Poppins, sans-serif;
}
.btn.btn-border {
  background: 0 0;
  color: #2f3440;
  border: 2px solid #2f3440;
  font-weight: 600;
}
.btn.btn-border:hover {
  border: 2px solid #2f3440;
}
.btn span {
  font-size: 14px;
  margin-left: 5px;
}
.blog-meta span a:hover,
.blog-share-icon a:hover,
.blog-title a:hover,
.btn:hover,
.cta-button .btn:hover,
.expert-list li a:hover,
.features-title > h2 span,
.header-4 .social-icon > a:hover,
.header-right ul li a:hover,
.kormo-search-btn:hover,
.link-box a:hover,
.main-menu ul li.current-menu-item > a,
.main-menu ul li:hover > a,
.member-style-2 .team-icon li a:hover,
.meta-info ul li a,
.meta-info-2 span a:hover,
.portfolio-menu > button.active,
.portfolio-menu > button:hover,
.service-link:hover,
.sidebar-link li a:hover,
.sidebar-rc-post .rc-post-content h4 a:hover,
.widget li a:hover {
  color: var(--km-theme-color);
}
.btn:hover:before {
  width: 100%;
  color: var(--km-body-color);
}
#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a,
.btn.brand-btn,
.btn.white-btn:hover,
.sidebar-tad li a:hover,
.tagcloud a:hover,
a#scrollUp:hover {
  background: var(--km-theme-color);
  color: var(--km-white-color);
}
.btn.brand-btn:hover,
.cta-button .btn.white-btn:hover {
  background: var(--km-black-color);
  color: var(--km-white-color);
}
.blog-wrapper.blog-column .blog-thumb img,
.btn.brand-btn span,
.service-link span,
.service-wrapper a i,
.team-wrapper .team-img img,
a.btn i {
  transition: 0.3s;
}
.btn.brand-btn:hover span,
.service-wrapper a:hover i {
  transform: translateX(3px);
}
.btn.white-btn {
  background: var(--km-white-color);
  color: var(--km-heading-color);
}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--km-theme-color);
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover {
  border-color: #2f3440;
}
.dot-style .slick-dots {
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.dot-center .slick-dots {
  text-align: left;
}
.dot-style .slick-dots > li {
  display: inline-block;
  line-height: 0;
  margin: 0 5px;
}
.form-control:focus {
  color: #495057;
  background-color: var(--km-white-color);
  border-color: var(--km-heading-color);
  outline: 0;
  box-shadow: none;
}
.dot-style .slick-dots > li.slick-active button {
  background: var(--km-body-color);
  border-color: var(--km-body-color);
}
.dot-style .slick-dots button {
  border: 2px solid #ddd;
  border-radius: 50%;
  height: 12px;
  padding: 0;
  text-indent: -10000px;
  width: 12px;
}
.wrapper-box {
  padding: 0 70px;
}
.header-call span {
  font-size: 14px;
  font-weight: 500;
  color: var(--km-white-color);
}
.header-call span.lnr {
  top: 2px;
}
.footer-link li ul li:before,
.footer-post li::before,
.footer-widget .footer-info li:before,
.footer-widget ul li ul li:before,
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer,
.logo .retina-logo,
.meta-info ul li:first-child:before,
.service-box > h3.heading-no-border:before,
.service-wrapper-left::after,
.service-wrapper-left::before,
.sidebar-rc-post ul li::before,
.social-header-3:before,
.testimonial-bg .single-testimonial::before,
.updated:not(.published),
.widget_kormo_recent_post_without_img.footer-widget h3::before {
  display: none;
}
.logo a img {
  height: 36px;
  max-width: 100%;
}
.transparent-header .header-white .language ul li a,
.transparent-header .header-white .social-icon > a {
  color: var(--km-white-color);
}
.language ul li a {
  color: var(--km-white-color);
  font-size: 14px;
}
.language ul li a i {
  margin-left: 4px;
}
.language-header-3 > ul > li > a {
  border: 2px solid #ebebeb;
  border-radius: 30px;
  line-height: 1;
  padding: 12px 30px;
}
.kormo-page-content blockquote::before,
.language ul li:hover > a,
.portfolio-content span,
.section-title.text-white > p,
.slider-text-white .slider-content p,
.social-icon > a:hover,
.testimonial-bg .test-title h5,
.transparent-header .header-call span,
.transparent-header .header-right ul li a,
.transparent-header .language ul li a,
.transparent-header .main-menu ul li a,
.transparent-header .social-icon > a {
  color: #ddd;
}
.language ul {
  margin: 0;
}
.language ul li ul {
  background: var(--km-heading-color);
  left: 0;
  opacity: 0;
  padding: 7px 0;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  visibility: hidden;
  width: 110px;
  z-index: 9;
}
.language ul li ul a {
  color: #ddd;
  display: block;
  font-size: 12px;
  padding: 5px 14px;
}
.social-icon {
  margin-left: 30px;
  padding-left: 30px;
}
.social-header-3 {
  margin-left: 0;
  padding-left: 0;
}
.social-icon::before {
  background: var(--km-white-color);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 1px;
}
.transparent-header .social-icon::before {
  background: #5d5d5d;
}
.social-icon > a {
  color: var(--km-white-color);
  font-size: 14px;
  margin-right: 15px;
}
.header-button > a,
.search-form .search-submit {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.social-icon > a:last-child,
.team-icon li:last-child a,
.team3-icon li:last-child a {
  margin-right: 0;
}
.archive-description,
.header-right {
  margin-top: 15px;
}
.header-right ul li a {
  color: #646464;
  font-size: 16px;
}
.header-button > a,
.main-menu ul li a {
  color: #3b3f42;
  display: inline-block;
  line-height: 1;
}
.cta-phone-number,
.header-right li,
.main-menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.search-form label {
  width: 100%;
  margin: 0;
}
.search-form .search-field {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 15px;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: #2f3440;
  color: var(--km-white-color);
  border: 0;
  padding: 0 25px;
  height: 45px;
  cursor: pointer;
  transition: 0.3s;
}
.search-submit:hover,
.sidebar-form form button:hover {
  background: var(--km-theme-color);
}
.search-form input::-webkit-input-placeholder {
  color: var(--km-white-color);
}
.search-form input::-moz-placeholder {
  color: var(--km-white-color);
}
.search-form input:-ms-input-placeholder {
  color: var(--km-white-color);
}
.search-form input:-moz-placeholder {
  color: var(--km-white-color);
}
.header-button {
  margin-left: 40px;
  margin-top: 20px;
}
.header-button > a {
  border: 2px solid var(--km-body-color);
  border-radius: 0;
  padding: 14px 30px;
}
.cta-button .btn i,
.header-button > a i,
.link-box a:hover i,
.service-box a:hover i {
  margin-left: 5px;
}
.header-4 .header-button > a {
  border: 2px solid var(--km-theme-color);
  padding: 16px 30px;
  font-size: 14px;
  background: var(--km-theme-color);
  color: var(--km-white-color);
  border-radius: 5px;
}
.header-4 .header-button > a:hover {
  background: var(--km-black-color);
  border-color: var(--km-black-color);
}
.header-button > a:hover,
.transparent-header .header-button > a:hover {
  background: var(--km-theme-color);
  color: var(--km-white-color);
  border-color: var(--km-theme-color);
}
.about-intro .promo-content p,
.chose-list li p,
.chose-list ul,
.footer-menu ul,
.footer-widget ul,
.header-4 .header-wel-text p,
.main-menu ul,
.sidebar-download ul li:last-child,
.subscribe-title p,
.testimonial-box p {
  margin: 0;
}
.main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 35px 0;
}
.main-menu {
  margin-left: 3px;
}
.main-menu ul li ul.submenu {
  background: #171a21;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: 0.3s;
  visibility: hidden;
  width: 250px;
  z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
  top: 100%;
}
.main-menu ul li ul.submenu li {
  border-bottom: 2px solid #1e2128;
  display: block;
  margin: 0;
}
.main-menu ul li ul.submenu li:last-child,
.service-box.service-3:hover,
.transparent-header .header-top-area.header-white {
  border: 0;
}
.main-menu ul li ul.submenu li a {
  color: #9b9b9b;
  display: block;
  padding: 15px 20px;
  text-align: left;
  font-size: 15px;
}
.breadcrumb li,
.chose-content p,
.cta__area.cta__content.z-title.bdevs-el-title,
.footer-menu ul li a:hover,
.footer-widget #wp-calendar #next a,
.footer-widget #wp-calendar #prev a,
.footer-widget #wp-calendar caption,
.footer-widget form button:hover,
.header-call .phone-number a,
.main-menu ul li ul.submenu li:hover > a,
.portfolio-content > h3:hover a,
.section-title.text-white > h2,
.section-title.white-text > h2,
.section-title.white-text > p,
.slider-content.slide-white h1,
.slider-content.slide-white p,
.slider-content.slide-white span,
.slider-height-3 .slider-content span,
.transparent-header .header-top-area.header-white .header-right ul li a,
.transparent-header .main-menu ul li.current-menu-item > a,
.transparent-header .main-menu ul li:hover > a {
  color: var(--km-white-color);
}
.main-menu ul li.menu-last ul.submenu li ul.submenu {
  left: inherit;
  top: 0;
  right: 100%;
}
.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}
header.transparent-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 56;
}
.transparent-header .header-top-area {
  border-bottom: 1px solid #777;
}
.transparent-header .header-button > a {
  color: var(--km-white-color);
  border-color: var(--km-white-color);
}
.white-menu .main-menu ul li a {
  padding: 40px 0;
}
.white-menu {
  padding: 0 30px;
}
.transparent-header .white-menu .main-menu ul li {
  margin-left: 35px;
}
.header-left-bar ul li,
.transparent-header .white-menu .main-menu ul li ul.submenu li {
  margin-left: 0;
}
.white-menu .header-button {
  margin-top: 24px;
}
.service-4 .service-box,
.transparent-header .header-white .social-icon::before {
  background: var(--km-white-color);
}
.single-slider.height-100,
.single-slider.slider-height,
.single-slider.slider-height-3 {
  background-position: center center;
  background-size: cover;
}
.blog-wrapper.sticky,
.white-menu .header-button > a {
  border: 2px solid var(--km-theme-color);
}
.header-3-right,
.header-right.header-left-bar {
  margin-top: 3px;
}
.header-4 .header-top-area.top-space {
  border-bottom: 1px solid #f1f1f1;
}
.header-4 .social-icon > a {
  color: #868585;
}
.header-4 .language > ul > li > a {
  color: #868585;
  padding: 15px 0;
}
.header-4 .social-icon::before {
  background: #ddd;
  height: 20px;
  left: 0;
  top: 1px;
  width: 1px;
}
.single-slider.height-100 {
  height: 960px;
}
.single-slider.slider-height {
  height: 925px;
}
.slider-content h3 {
  color: var(--km-white-color);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.slider-content h1 {
  color: var(--km-heading-color);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 1px;
}
.slider-content p {
  color: #414149;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
  padding-right: 120px;
}
.slider-content a span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
.slider-content a {
  padding: 18px 35px;
}
.slide-btn a {
  margin-bottom: 5px;
  margin-right: 15px;
}
.read-more:hover span,
a.btn:hover i {
  transform: translateX(5px);
}
.slide-img.slider-full > img {
  width: 75%;
}
.slider-active.dot-style .slick-dots {
  bottom: 25px;
  position: absolute;
}
.slider-active.dot-style .slick-dots button {
  border: 2px solid var(--km-white-color);
  height: 13px;
  width: 13px;
  background: var(--km-white-color);
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover,
.footer-widget #wp-calendar tbody td:hover a,
.slider-active.dot-style .slick-dots > li.slick-active button {
  background: 0 0;
}
.slider-text-white .slider-content h1 {
  color: #f0f0f0;
}
.single-slider.slider-height-3 {
  min-height: 720px;
}
.slider-height-3 .slider-content h1 {
  color: var(--km-white-color);
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.slider-height-3 .btn {
  border-radius: 30px;
}
.slider-content-4 h1 {
  font-size: 70px;
  margin-bottom: 25px;
}
.slider-content-4 p {
  font-size: 18px;
  border-left: 4px solid var(--km-white-color);
  padding-left: 15px;
  font-weight: 500;
  padding-right: 25px;
}
.contact-item {
  position: relative;
  margin-top: 20px;
  padding-left: 55px;
}
.contact-item-icon {
  position: absolute;
  left: 5px;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: var(--km-heading-color);
}
.contact-item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--km-theme-color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-item-icon i,
.contact-item-icon span {
  position: relative;
  z-index: 3;
}
.contact-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-item-info {
  font-size: 13px;
  line-height: 24px;
  color: #2b2b2b;
}
.features-title > h2 {
  color: #414149;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.single-features h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
#wp-calendar,
.blog-content-img img,
.chose-thumb img,
.footer-link.link-full > li,
.footer-widget ul li,
.instagram img,
.intro-img img,
.portfolio-details-img img,
.post-password-form label,
.project-desc img,
.promotion-img-3,
.promotion-thumb img,
.s-details-img img,
.service-details img,
.servicee-sidebar img,
.single-features.feature-white img,
.team-img img,
.team2-img img,
.widget-banner img,
.widget_media_image img {
  width: 100%;
}
.single-features > p {
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}
.single-features.feature-white p {
  padding: 0 15px;
}
.blog-content table,
.kormo-blog-details table,
.kormo-page-content table,
.navigation.post-navigation,
.page-content.mb-40,
.service-wrapper img,
.single-features > img {
  margin-bottom: 30px;
}
.single-features {
  padding: 0 5px;
}
.single-features.feature-white {
  background: var(--km-white-color);
  padding-bottom: 50px;
}
.basic-blog-area .mb-50,
.portfolio-area .mb-50,
.pricing-top,
.services-area .mb-50,
.single-features.feature-white > img {
  margin-bottom: 50px;
}
.faq-img,
.promotion-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.promo-content,
.promotion-text {
  padding-left: 30px;
}
.promotion-text h3,
.skill-part h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.promotion-text h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.promotion-text > span {
  color: #989898;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.promotion-text > p {
  line-height: 30px;
  margin-bottom: 30px;
}
.promo-content h3 {
  padding-top: 11px;
  font-weight: 600;
  font-size: 20px;
}
.about-intro .promo-content h3,
.chose-list .promo-content h3 {
  padding-top: 0;
}
.chose-btn {
  position: absolute;
  bottom: -15px;
  right: 40px;
}
.chose-btn a {
  font-size: 14px;
  text-transform: capitalize;
}
.progress {
  overflow: visible;
  height: 5px;
  margin-bottom: 30px;
  background: #efefef;
}
.progress-title {
  display: block;
  margin: 0 0 15px;
  font-size: 14px;
}
.progress-bar {
  position: relative;
  height: 5px;
  background: var(--km-theme-color);
}
.progress-bar.progress-bar-def {
  background: var(--km-body-color);
}
.progress-bar > span {
  position: absolute;
  display: block;
  top: -35px;
  right: 0;
  font-size: 13px;
  color: #565656;
}
.portfolio-thumb,
.portfolio-wrapper,
.team-img {
  position: relative;
  overflow: hidden;
}
.portfolio-content,
.portfolio-thumb::before {
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.portfolio-thumb::before {
  background: var(--km-black-color);
  content: "";
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}
.portfolio-wrapper:hover .portfolio-thumb::before {
  opacity: 0.85;
  visibility: visible;
}
.portfolio-thumb > img {
  width: 100%;
  transition: 0.3s;
}
.portfolio-content {
  padding: 30px;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9;
}
.portfolio-wrapper:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.portfolio-content > h3 {
  color: #ddd;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.icon a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 20px;
}
.portfolio-menu > button {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: var(--km-body-color);
  cursor: pointer;
  font-weight: 500;
  margin: 0 2;
  padding: 0 8px;
  text-transform: uppercase;
  transition: 0.3s;
}
.project-details-title {
  font-size: 28px;
  font-weight: 600;
}
.meta-tag,
.project-status ul li {
  margin-bottom: 15px;
}
.contact-meta-info > p,
.project-status ul li:last-child,
.sidebar-blog .widget:last-child {
  margin-bottom: 0;
}
.project-status ul li span {
  color: #777;
  display: block;
  font-size: 17px;
  margin-top: 5px;
}
.project-status ul li b {
  font-size: 16px;
  text-transform: uppercase;
  color: #777;
}
.section-title > h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}
.section-title > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}
.section-title-2 > h2 {
  font-size: 40px;
}
.section-title-2 > a {
  color: var(--km-heading-color);
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 20px;
  text-transform: uppercase;
}
.section-title-2 > a:hover {
  text-decoration: underline;
}
.counter-area,
.footer-bg {
  background-size: cover;
  background-position: center center;
}
.single-couter span {
  font-size: 48px;
  color: var(--km-white-color);
}
.counter {
  color: var(--km-white-color);
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 7px;
}
.single-couter > p {
  color: #ddd;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.single-couter.counter-2 > span {
  font-size: 72px;
  line-height: 1;
  margin-top: 0;
}
.single-couter.counter-2 > p {
  color: var(--km-heading-color);
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
}
.blog-wrapper {
  background: var(--km-white-color);
  overflow: hidden;
  padding: 30px;
}
.blog-details .meta-info,
.blog-details .widget-social,
.blog-thumb,
.comments-text > ol,
.comments-text > p,
.comments-text > ul,
.embed-responsive,
.pageontent.blog-search-content p,
.size-thumbnail {
  margin-bottom: 20px;
}
.blog-title {
  display: inline-block;
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
}
.blog-meta span,
.meta-info ul li,
.read-more,
.service-wrapper a {
  font-weight: 600;
  text-transform: uppercase;
}
.blog-content table tbody td,
.kormo-blog-details table tbody td,
.kormo-page-content table tbody td,
.single-brand,
.test-thumb,
.testimonial-img,
.widget-social a,
.wp-caption-text {
  text-align: center;
}
.blog-meta span a,
.blog-title a,
.member-style-2 .team-text h4 {
  color: var(--km-heading-color);
}
.link-box a {
  color: var(--km-body-color);
  text-transform: uppercase;
  font-size: 14px;
}
.meta-info ul li {
  color: var(--km-body-color);
  display: inline-block;
  font-size: 14px;
  padding: 0 12px;
  position: relative;
}
.blog-wrapper .meta-info ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-widget .footer-post li,
.meta-info ul li:first-child {
  padding-left: 0;
}
#wp-calendar tbody,
.meta-info ul li a:hover,
.sidebar-blog .footer-icon > a,
.sidebar-download h3 {
  color: var(--km-body-color);
}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.blog-thumb img {
  max-width: 100%;
  height: auto;
}
.logo-new a img,
.logo-new img,
.who-we-img img {
  max-width: inherit;
}
.link-box a i,
.service-box i {
  font-size: 12px;
  transition: 0.3s;
}
.blog-meta {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 15px;
}
.blog-meta span {
  color: var(--km-heading-color);
  font-size: 13px;
  margin-right: 20px;
}
.blog-meta i {
  color: var(--km-theme-color);
  margin-right: 2px;
}
.read-more,
.service-wrapper a {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 6px;
  color: var(--km-body-color);
  line-height: 1;
}
.widget-title,
.widget_kormo_recent_post_without_img h3 {
  letter-spacing: 1px;
  padding: 0 0 10px;
  position: relative;
  line-height: 1;
}
.read-more span {
  transition: 0.5s;
  display: inline-block;
}
.read-more:hover,
.service-wrapper a:hover {
  color: var(--km-theme-color);
  border-color: var(--km-theme-color);
}
.widget-title {
  color: var(--km-heading-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.widget_kormo_recent_post_without_img h3 {
  color: var(--km-black-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.widget-title::before,
.widget_kormo_recent_post_without_img h3::before {
  background: #999;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}
.pricing-menu li:last-child,
.widget_kormo_recent_post_without_img.footer-widget h3 {
  padding-bottom: 0;
}
.widget_kormo_recent_post_without_img .footer-post h5 a {
  color: var(--km-body-color);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-indent: 0;
  transition: 0.2s;
}
.widget_kormo_recent_post_without_img .footer-post h5 {
  margin: 0 0 4px;
}
.widget_kormo_recent_post_without_img .footer-post span {
  float: none;
  font-size: 14px;
}
.sidebar-form form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #f5f5f5;
  color: #ccc;
  padding: 10px 0;
  text-indent: 10px;
  transition: 0.2s;
  width: 100%;
}
.sidebar-form form input::-moz-placeholder {
  color: #999;
  font-size: 12px;
  opacity: 0.5;
}
.sidebar-form form button {
  background: var(--km-heading-color);
  border: 0;
  color: var(--km-white-color);
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 50px;
  line-height: 50px;
}
.sidebar-blog .widget_kormo_subscriber_widget form input {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  color: var(--km-body-color);
}
.sidebar-blog .widget_kormo_subscriber_widget form button {
  background: var(--km-theme-color);
  border: 0;
  font-weight: 600;
  padding: 0 30px;
  text-transform: uppercase;
  height: 45px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: var(--km-white-color);
}
.sidebar-rc-post ul li {
  border-bottom: 1px solid #f5f5f5;
  color: var(--km-black-color);
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
.sidebar-rc-post ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.sidebar-rc-post .rc-post-thumb {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
}
.sidebar-rc-post .rc-post-thumb img {
  height: 65px;
  width: 80px;
  margin-right: 12px;
}
.sidebar-rc-post .rc-post-content h4 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-indent: 0;
  transition: 0.2s;
}
.sidebar-blog,
.who-we-box p,
.widget.footer-widget {
  margin-bottom: 40px;
}
.widget-date {
  color: #777;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 1;
  margin: 7px 5px 0 0;
  padding: 0 4px 0 0;
  text-decoration: none;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar-blog .widget,
.testimonial-bg .test-info {
  margin-bottom: 35px;
}
.widget-social a {
  background: var(--km-black-color);
  color: var(--km-white-color);
  display: inline-block;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
  margin-right: 12px;
  width: 45px;
}
.widget-social a.facebook {
  background: #3b5998;
}
.widget-social a.twitter {
  background: #1da1f2;
}
.widget-social a.googleplus,
.widget-social a.instagram {
  background: #dd4b39;
}
.widget-social a.linkedin {
  background: #0077b5;
}
.widget-social a:hover {
  opacity: 0.8;
}
.sidebar-link li {
  border-bottom: 1px solid #f5f5f5;
  color: var(--km-black-color);
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar-link li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.sidebar-link li a {
  color: var(--km-black-color);
  font-weight: 700;
  padding-left: 5px;
}
.instagram-link {
  margin: 0 -5px;
}
.instagram-link li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33.33%;
}
.blog-column,
.case-study-column,
.sidebar-testimonial {
  padding: 25px;
}
.blog-column .blog-title {
  font-size: 18px;
  line-height: 1.5;
}
.blog-2-column .blog-title {
  font-size: 22px;
  line-height: 1.5;
}
.blog-title.blog-title-sm,
blockquote p {
  font-size: 20px;
}
.pagination-col .pagination {
  margin-top: 0;
}
.details-title h2 {
  font-weight: 700;
  font-size: 26px;
}
blockquote {
  margin: 0 0 20px;
  border-left: 4px solid var(--km-theme-color);
  color: var(--km-body-color);
  font-weight: 600;
  padding: 15px 20px;
}
blockquote p {
  color: var(--km-heading-color);
  font-weight: 600;
  line-height: 1.5;
}
blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  font-weight: 700;
  font-size: 40px;
  top: 0;
  color: #eee;
  z-index: -1;
  left: 0;
}
.blog-post-tag > a {
  border: 1px solid #ededed;
  color: var(--km-body-color);
  display: inline-block;
  font-size: 13px;
  padding: 8px 10px;
  margin-bottom: 5px;
}
.blog-share-icon > a,
.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}
.blog-post-tag > a:hover,
.comments-text > a:hover,
.pricing-button a:hover,
.pricing-button.active > a {
  background: var(--km-theme-color);
  border-color: var(--km-theme-color);
  color: var(--km-white-color);
}
.blog-share-icon > a {
  margin: 0 8px;
}
.blog-share-icon {
  margin-top: 8px;
}
.author-meta,
.post-comments {
  background: var(--km-white-color);
  padding: 30px;
}
.author-meta .media-left a img {
  border-radius: 50%;
}
.author-meta .media-heading a {
  color: var(--km-heading-color);
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.author-meta .media-body,
.basic-blog-area ol,
.basic-blog-area ul,
.basic-blog-area > ol,
.basic-blog-area > ul {
  padding-left: 20px;
}
.author-meta .social a {
  color: #555;
  margin-right: 8px;
  font-size: 14px;
}
.post-navigation .nav-links {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--km-white-color);
  padding: 20px;
  overflow: hidden;
}
.post-navigation .nav-next,
.post-navigation .nav-previous,
.service-wrapper:hover::after,
.service-wrapper:hover::before {
  width: 50%;
}
.post-navigation .nav-previous {
  padding-right: 15px;
  float: left;
}
.post-navigation .nav-previous a::before {
  content: "\f30a";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: 1px;
  font-weight: 700;
}
.post-navigation .nav-next a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  line-height: 1;
  position: relative;
  top: 1px;
  font-weight: 700;
}
.post-navigation .nav-next {
  padding-left: 15px;
  text-align: right;
  float: right;
}
.post-navigation .nav-links a {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1;
  text-transform: capitalize;
  padding: 10px 25px;
  color: var(--km-body-color);
}
.comment-pagination {
  background: var(--km-white-color);
  padding: 20px;
  margin-bottom: 30px;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  line-height: 1;
  text-transform: capitalize;
  padding: 10px 25px;
  border: 1px solid #ddd;
  display: inline-block;
  color: #3b3b3b;
}
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover,
.nav-links .page-numbers.current,
.nav-links a:hover,
.pagination ul .page-numbers.current,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
  color: var(--km-white-color);
  background: var(--km-theme-color);
  border-color: var(--km-theme-color);
}
.comment-pagination.mb-50 {
  margin-bottom: 0 !important;
  margin-top: 30px;
}
.comments-avatar {
  float: left;
  width: 80px;
  margin-right: 15px;
}
.comments-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.comments-text {
  overflow: hidden;
  padding-left: 0;
}
.avatar-name > h5 {
  float: left;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.6;
  position: relative;
}
.bypostauthor .avatar-name > h5::after {
  content: "\f007";
  right: 0;
  position: relative;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  margin-left: 6px;
  color: var(--km-body-color);
}
.avatar-name > span {
  color: #646464;
  float: right;
  font-size: 14px;
}
.avatar-name {
  margin-bottom: 5px;
  overflow: hidden;
}
.comments-box,
.service-box p,
.service-wrapper p {
  margin-bottom: 25px;
}
.comments-reply {
  padding-left: 130px;
}
.comments-text > a {
  border: 1px solid #ddd;
  color: var(--km-body-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 20px;
  text-transform: uppercase;
}
.case-study-inner,
.post-comments-form .comment-respond,
.service-3-content {
  padding: 30px;
}
.post-comments-form {
  overflow: hidden;
  width: 100%;
}
.post-comments-form input {
  border: 0;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 20px;
  width: 100%;
  background: #eef1f2;
  transition: 0.3s;
  border-bottom: 1px solid #ccc;
}
.contact-form input:focus,
.contact-form textarea:focus,
.post-comments-form input:focus,
.post-comments-form textarea:focus,
.testimonial-box:hover {
  border-color: var(--km-theme-color);
}
.post-comments-form textarea {
  border: 0;
  height: 180px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
  background-color: #eef1f2;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
.post-comments input,
.post-comments textarea {
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
  width: 100%;
}
.post-comments input {
  height: 45px;
  padding: 0 15px;
}
.post-comments textarea {
  height: 130px;
  padding: 15px;
}
#cancel-comment-reply-link {
  font-weight: 600;
  font-size: 16px;
  color: var(--km-theme-color);
}
.pagination {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 3px;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
}
.pagination ul > li {
  display: inline-block;
  margin-right: 5px;
}
.pagination ul > li > a,
.pagination ul > li > span,
.widget_calendar,
.widget_rss ul li span {
  float: none;
}
.single-testimonial::before {
  content: "\f10e";
  right: 25px;
  position: absolute;
  bottom: -40px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #777;
  font-size: 174px;
  line-height: 1;
  opacity: 0.08;
}
.single-testimonial p {
  font-size: 24px;
  color: #666444;
  line-height: 1.2;
  margin-bottom: 25px;
}
.footer-link li ul li,
.footer-widget ul li ul li,
.test-name,
.test-title {
  padding-left: 10px;
}
.test-title h5 {
  font-size: 16px;
  color: #666444;
  margin: 0;
  font-weight: 500;
}
.test-title span {
  color: #777;
  font-size: 13px;
}
.testimonial-wrapper {
  border: 1px solid #ebebeb;
  margin-top: 60px;
  padding: 0 40px 35px;
}
.testimonial-img {
  margin-bottom: 25px;
  margin-top: -59px;
  display: inline-block;
}
.testimonial-wrapper > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}
.client-info > h4 {
  font-size: 18px;
  font-weight: 500;
}
.client-info > span {
  color: #777;
  font-size: 14px;
}
.testimonial-bg .test-thumb img {
  display: inline-block;
  margin-bottom: 12px;
  width: 75px;
}
.testimonial-bg .single-testimonial p {
  font-size: 18px;
  color: #ddd;
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.1), transparent);
  line-height: 1.8;
  padding: 30px;
  margin: 0;
}
.black-copyright .copyright-text > p,
.black-footer .footer-icon > a,
.black-footer .footer-link li a,
.black-footer .footer-widget p,
.footer-widget .sidebar-rc-post ul li .widget-date,
.testimonial-bg .test-title span {
  color: #999;
}
.testimonial-box {
  border: 1px solid #e2e2e2;
  padding: 50px 37px;
  transition: 0.3s;
}
.author-thumb img,
.custom-logo-link,
.service-wrapper a span,
.single-brand a,
.team-icon li,
.team3-icon li,
.test-thumb img,
.video-text a {
  display: inline-block;
}
.author-info {
  margin-top: 30px;
}
.author_meta_info h5 {
  margin: 0 0 5px;
}
.test-2-wrapper {
  padding: 0 170px;
}
.subscribe-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--km-theme-color);
}
.subscribe-form form input {
  border: 0;
  border-radius: 0;
  height: 60px;
  padding: 0 15px;
  width: 100%;
  background: var(--km-black-color);
  color: #ddd;
}
.subscribe-form form input::placeholder {
  color: var(--km-white-color);
  opacity: 0.5;
}
.subscribe-form form input:-moz-placeholder {
  color: var(--km-white-color);
  opacity: 0.5;
}
.subscribe-form form button {
  background: var(--km-theme-color);
  border: 0;
  color: #3b3f42;
  font-weight: 600;
  height: 100%;
  padding: 0 40px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.subscribe-separator {
  border-bottom: 1px solid #666444;
}
.footer-widget > h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fffffff2;
}
.black-footer .footer-widget > h3 {
  color: #fffffff2;
}
.copyright-area {
  border-top: 1px solid var(--km-heading-color);
}
.footer-info > li {
  line-height: 36px;
}
.footer-link li a {
  line-height: 36px;
  padding-left: 20px;
}
.footer-link li a::before,
.footer-link li:before,
.footer-widget ul li:before {
  content: "\f0da";
  left: 0;
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.footer-icon.mt-30,
dd + dt {
  margin-top: 20px;
}
.footer-widget form input {
  border: 1px solid #5b5b5b;
  border-radius: 0;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  background: var(--km-heading-color);
  color: var(--km-white-color);
}
.footer-widget form input::-moz-placeholder,
.footer-widget form input::placeholder {
  color: var(--km-white-color);
  opacity: 0.7;
}
.footer-widget form button {
  background: var(--km-theme-color);
  border: 0;
  font-weight: 600;
  padding: 0 20px;
  text-transform: uppercase;
  height: 100%;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: var(--km-white-color);
}
.footer-widget .sidebar-tad li a,
.footer-widget .tagcloud a {
  background: var(--km-heading-color);
  color: var(--km-white-color);
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  padding: 12px 15px;
  margin-bottom: 5px;
  margin-right: 0;
}
.footer-icon > a {
  color: #ffffffd6;
  font-size: 14px;
  margin-right: 25px;
  opacity: 0.8;
}
.footer-icon > a:hover,
.team2-wrapper .team-wrapper:hover .team-img::before {
  opacity: 1;
}
.copyright-text > p {
  margin: 0;
  color: #ffffffd6;
  opacity: 0.8;
}
.footer-menu ul li,
.video-text span {
  margin-left: 20px;
  display: inline-block;
}
.footer-menu ul li a {
  color: #ffffffd6;
}
.black-copyright {
  background: #2e2e2e;
}
.footer-widget .footer-info li {
  margin: 0 0 12px;
  padding: 0;
  color: #ffffffd6;
  opacity: 0.8;
  line-height: 1.4;
}
.extra-info {
  background: var(--km-heading-color);
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.7s;
  width: 400px;
  z-index: 88;
  transform: translateX(100%);
}
.extra-info.extra-info-left.info-open,
.extra-info.info-open {
  transform: translateX(0);
}
.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: var(--km-theme-color);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}
.instagram > a {
  float: left;
  width: 33.33%;
}
.social-icon-right > a {
  border: 2px solid #ddd;
  color: var(--km-white-color);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.service-icon-left img,
a#scrollUp {
  width: 45px;
}
.team-img::before,
.team2-img::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--km-black-color);
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.team-icon li a:hover,
.team-wrapper:hover .team-img::before,
.team-wrapper:hover .team2-img::before,
.team2-icon li a:hover {
  opacity: 0.6;
}
.team2-wrapper .team-img::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--km-black-color);
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.our-mission .btn-link.collapsed::before,
.our-mission .btn-link::before {
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 30px;
  text-align: center;
}
.team-text {
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  transition: 0.3s;
  z-index: 3;
}
.team-wrapper:hover .team-text {
  opacity: 1;
  bottom: 20px;
}
.team-text h4 {
  font-weight: 700;
  color: var(--km-white-color);
  font-size: 20px;
  margin-bottom: 8px;
}
.team-text span {
  color: var(--km-white-color);
  font-size: 16px;
  font-weight: 400;
}
.team-icon {
  margin-top: 7px;
  margin-bottom: 0;
}
.team-icon li a {
  font-size: 14px;
  color: var(--km-white-color);
  margin-right: 12px;
  transition: 0.3s;
}
.team2-text {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 85px;
  margin-right: 85px;
  transition: 0.3s;
  background: var(--km-white-color);
  opacity: 0;
}
.team-wrapper:hover .team2-text {
  opacity: 1;
  bottom: 40px;
}
.team3-icon {
  padding: 12px 45px;
}
.team3-icon li a {
  font-size: 14px;
  color: #666444;
  margin-right: 15px;
  transition: 0.3s;
}
.team3-icon li a:hover {
  color: #fbba42;
}
.team3-text {
  margin-top: 25px;
}
.team3-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #666444;
  margin-bottom: 0;
  float: left;
}
.team3-text span {
  float: right;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.history-tabs li {
  margin-bottom: 10px;
  margin-right: 15px;
}
.history-tabs li a {
  border: 1px solid #ccc;
  display: block;
  color: #666444;
  font-weight: 600;
  padding: 15px;
  line-height: 1;
  position: relative;
}
.history-tabs li a.active::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #f8ca4d;
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}
.history-tabs li a.active,
.history-tabs li a:hover {
  background: #f8ca4d;
  color: var(--km-heading-color);
  border-color: #f8ca4d;
}
.history-paragraph h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.faq-padding {
  padding-left: 50px;
}
.our-mission .btn-link {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: var(--km-heading-color);
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.our-mission .btn-link::before {
  background: var(--km-theme-color);
  border: 1px solid var(--km-theme-color);
  content: "-";
  right: 0;
  top: -4px;
  color: var(--km-white-color);
}
.our-mission .btn-link.collapsed::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #282828;
  content: "+";
  color: var(--km-heading-color);
}
.our-mission .btn-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.our-mission .card-header {
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.our-mission .card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-clip: border-box;
  background-color: var(--km-white-color);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  min-width: 0;
  overflow-wrap: break-word;
  position: relative;
  padding: 15px 20px;
}
.service-wrapper::after,
.service-wrapper::before {
  position: absolute;
  height: 3px;
  width: 0;
  background-color: var(--km-theme-color);
  transition: 0.5s;
  content: "";
  bottom: 0;
}
.our-mission .card-body {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 0 0;
}
.page-title-area {
  background-color: var(--km-heading-color);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-area .page-title {
  color: var(--km-white-color);
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 5px;
}
.breadcrumb-item > a {
  color: var(--km-white-color);
  font-size: 17px;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--km-white-color);
  content: "-";
}
.breadcrumb-item.active {
  color: var(--km-white-color);
  opacity: 0.9;
}
.video-area {
  padding: 250px 0;
}
.video-text span {
  color: var(--km-white-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 5px;
}
.pricing-wrapper {
  border: 1px solid #e9e9e9;
}
.pricing-icon {
  margin-bottom: 20px;
  margin-top: 50px;
}
.pricing-icon i {
  font-size: 48px;
  color: #02151e;
}
.pricing-top h3 {
  font-weight: 600;
  color: var(--km-heading-color);
  font-size: 30px;
  margin-bottom: 0;
}
.pricing-text {
  padding: 50px 0;
}
.pricing-text h2 {
  font-size: 45px;
  color: var(--km-white-color);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.pricing-text h2 span {
  color: var(--km-white-color);
  font-size: 24px;
  font-weight: 500;
}
.pricing-menu {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 38px;
  padding-top: 39px;
  padding-bottom: 29px;
}
.chose-list li i,
.service-icon-left {
  margin-right: 25px;
}
.pricing-menu li {
  color: var(--km-body-color);
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 18px;
}
.pricing-button {
  margin-bottom: 38px;
}
.pricing-button a {
  margin-top: 38px;
}
span.sepa {
  font-size: 37px !important;
}
.service-box {
  border: 2px solid transparent;
  padding: 30px;
  transition: 0.3s;
}
.service-box:hover {
  border-color: #f2f2f2;
}
.service-box h3 {
  color: var(--km-heading-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
.service-box.service-3 img {
  margin-bottom: 0;
  width: 100%;
}
.service-link {
  color: var(--km-body-color);
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
.service-link:hover span {
  color: var(--km-theme-color);
  padding-left: 5px;
}
.service-box > h3.heading-no-border {
  margin-bottom: 10px;
  padding-left: 0;
  margin-top: 7px;
}
.service-wrapper {
  padding: 50px 30px;
  box-shadow: 0 10px 30px 0 rgba(205, 205, 205, 0.33);
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: relative;
}
.service-wrapper:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.service-box.service-3,
.who-we-box {
  box-shadow: 0 10px 30px 0 rgba(205, 205, 205, 0.33);
}
.service-wrapper h2 {
  font-size: 22px;
  color: var(--km-heading-color);
  font-weight: 600;
}
.service-wrapper::before {
  left: 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.service-wrapper::after {
  right: 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.service-3-thumb a::after,
.service-3-thumb a::before {
  transition: 0.3s;
  visibility: hidden;
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
}
.service-box.service-3 {
  padding: 0;
  border: 0;
}
.service-3-thumb a {
  position: relative;
  display: block;
}
.service-3-thumb a::before {
  background: var(--km-theme-color);
  top: 0;
  bottom: 0;
  content: "";
  z-index: 9;
}
.service-3-thumb a::after {
  top: 50%;
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  z-index: 99;
  font-size: 26px;
  text-align: center;
  color: var(--km-white-color);
}
.service-box.service-3:hover .service-3-thumb a::before {
  visibility: visible;
  opacity: 0.8;
}
.service-box.service-3:hover .service-3-thumb a::after {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%);
}
.service-3-thumb img {
  transition: 0.5s;
}
.blog-wrapper.blog-column:hover .blog-thumb img,
.service-box.service-3:hover .service-3-thumb img,
.team-wrapper:hover .team-img img {
  transform: scale(1.05);
}
.service-box.service-3 h4,
.widget_rss ul li a.rsswidget {
  font-weight: 600;
}
.sidebar-link ul {
  padding: 25px 30px;
}
.servicee-sidebar h3 {
  font-size: 24px;
  color: var(--km-white-color);
  font-weight: 600;
  padding: 20px 30px;
  line-height: 1;
  background: var(--km-theme-color);
  margin: 0;
}
.sidebar-link ul li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 23px;
  padding-bottom: 24px;
}
.sidebar-link ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar-link ul li a {
  color: #777;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-size: 16px;
}
.sidebar-link ul li a:hover {
  color: var(--km-heading-color);
}
.sidebar-download ul li,
.test-item p {
  margin-bottom: 24px;
}
.sidebar-download ul li a {
  border: 1px solid #e1e1e1;
  display: block;
  padding: 15px 30px;
  color: #777;
  font-size: 17px;
}
.sidebar-download ul li a i {
  margin-right: 15px;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.sidebar-download h3,
.sidebar-testimonial h3 {
  background: 0 0;
  padding-left: 0;
  padding-top: 0;
}
.sidebar-testimonial h3 {
  padding: 0;
  margin-bottom: 15px;
}
.test-name h5 {
  font-size: 16px;
  color: #555;
  margin-bottom: 0;
  margin-top: 3px;
}
.test-name span {
  font-size: 12px;
}
.service-details h3 {
  font-size: 22px;
  font-weight: 700;
}
.service-4 .serv-icon img {
  width: auto;
}
.blog-tag,
.gallery,
.serv-icon,
.service-4 .service-box h3 {
  margin-bottom: 10px;
}
.link-box a,
.service-4 .service-link,
.service-wrapper-left a {
  font-weight: 700;
  border-bottom: 2px solid var(--km-body-color);
  padding-bottom: 4px;
  font-style: italic;
}
.service-wrapper.service-wrapper-left {
  padding: 0;
  box-shadow: none;
}
#map {
  width: 100%;
}
.contact-form > h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 25px;
  width: 100%;
  background: #eef1f2;
  transition: 0.3s;
}
.contact-form input {
  font-size: 13px;
  height: 50px;
  border: 0;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
}
.contact-form textarea {
  height: 125px;
  border: 0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.contact-form input.btn {
  width: auto;
  padding: 18px 45px;
  margin: 0;
}
.contact-info > span {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
.contact-info h2 {
  color: var(--km-heading-color);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-meta-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cta-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--km-white-color);
}
a#scrollUp {
  background: var(--km-heading-color);
  bottom: 30px;
  color: var(--km-white-color);
  height: 45px;
  line-height: 44px;
  right: 30px;
  text-align: center;
  transition: 0.3s;
  font-size: 18px;
}
.intro-text h1 {
  color: var(--km-heading-color);
  font-weight: 700;
  margin-bottom: 20px;
}
.intro-text p {
  color: var(--km-body-color);
  font-size: 18px;
  margin-bottom: 30px;
}
.cover-bottom {
  background-position: center bottom;
  background-size: cover;
}
.who-we-box {
  padding: 70px 40px;
  border-bottom: 5px solid var(--km-theme-color);
  margin-top: 25px;
}
.widget select,
.wp-caption,
embed,
iframe,
object {
  max-width: 100%;
}
.section-title h5 {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}
.who-we-box h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.4;
}
.expert-list li,
.expert-list li::before {
  line-height: 22px;
  color: var(--km-body-color);
  font-size: 16px;
}
.expert-list {
  padding-left: 0;
}
.expert-list li {
  position: relative;
  float: left;
  width: 50%;
  font-weight: 500;
  padding-left: 33px;
  margin-bottom: 20px;
}
.expert-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  content: "\e86d";
  font-family: Linearicons-Free;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.expert-list li a {
  color: var(--km-body-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.expert-list.list-block li {
  width: auto;
  display: block;
  float: none;
}
.who-we-box-2 h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}
.who-we-box-2 p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}
.who-we-box-2 ul li {
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
}
.who-we-box-2 ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: var(--km-theme-color);
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.who-author-info h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.who-author-info span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--km-theme-color);
}
.who-author-info {
  overflow: hidden;
  padding-left: 20px;
  padding-top: 15px;
}
.box-70 {
  margin: 0 70px !important;
}
.box-70 .vc_column_container .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.cta-intro-text h1 {
  color: var(--km-white-color);
  font-size: 45px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.cta-contact-link a.btn {
  background: #096bd8;
}
.cta-contact-link a:hover.btn {
  color: #096bd8;
  background-color: var(--km-white-color);
}
.cta-contact-link {
  display: inline-block;
  margin-right: 30px;
}
.cta-phone-number p {
  color: var(--km-white-color);
  font-size: 24px;
  margin: 0;
}
.cta-phone-number::before {
  position: absolute;
  height: 80px;
  width: 5px;
  background: #517fee;
  content: "";
  top: -23px;
  left: -28px;
}
.meta-info-2 span {
  margin-right: 10px;
}
.member-style-2 .team-text span,
.meta-info-2 span a {
  color: #777;
}
.chose-list {
  border: 2px solid #3865d4;
}
.chose-list li {
  border-bottom: 2px solid #3865d4;
  padding: 35px 20px 35px 30px;
  transition: 0.3s;
}
.chose-list li:hover {
  background: #184bc6;
}
.chose-list li i {
  color: var(--km-white-color);
  font-size: 45px;
  float: left;
}
.chose-list li:last-child {
  border-bottom: 0;
}
.chose-content h4 {
  font-size: 22px;
  color: var(--km-white-color);
}
.chose-img {
  padding-left: 70px;
  margin-top: 50px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.widget {
  overflow: hidden;
  margin: 0 0 1.5em;
}
.widget select {
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.bypostauthor,
.gallery-caption,
.infinity-end.neverending .site-footer,
.sticky,
.widget-title {
  display: block;
}
.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}
.page-links {
  margin: 0 0 1.5em;
}
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  margin-bottom: 1.5em;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.widget {
  background: 0 0;
  padding: 0;
}
.footer-link li a,
.footer-widget ul li a {
  color: #777;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.black-footer .footer-link li a,
.footer-widget ul li a {
  color: #ffffffd6;
  font-weight: 400;
  opacity: 0.8;
}
.footer-link li a:hover,
.footer-widget ul li a:hover {
  color: var(--km-white-color);
  opacity: 1;
}
.footer-info > li,
.footer-widget ul li {
  color: #777;
  font-size: 16px;
  border-bottom: none;
}
.black-footer .footer-info > li,
.footer-widget ul li {
  color: #999;
  margin: 0 0 10px;
  padding: 0 0 10px 18px;
  position: relative;
  list-style: none;
}
.black-footer .footer-info > li:last-child,
.footer-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-links .page-numbers.current,
.nav-links a,
.pagination ul .page-numbers.current,
.pagination ul > li > a {
  background: var(--km-white-color);
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 700;
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #ddd;
}
#wp-calendar caption,
.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar-blog .widget {
  background: var(--km-white-color);
  overflow: hidden;
  padding: 25px;
}
.basic-blog-area .widget ul {
  padding: 0;
  margin: 0;
}
.basic-blog-area .widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}
.portfolio-area .mb-40 {
  margin-bottom: 40px !important;
}
.services-area .mb-30 {
  margin-bottom: 30px !important;
}
.service-details img {
  width: inherit;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #171a21;
}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a,
.tagcloud a {
  background: #f7f7f7;
  color: var(--km-body-color);
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  padding: 12px 15px;
  margin-bottom: 5px;
  margin-right: 0;
}
#wp-calendar thead th,
.widget li {
  padding-bottom: 10px;
}
.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
}
.widget li:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.widget li a {
  color: var(--km-heading-color);
  font-weight: 500;
  padding-left: 0;
}
.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 600;
  color: var(--km-heading-color);
}
#wp-calendar caption {
  text-align: right;
  color: var(--km-heading-color);
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}
#wp-calendar thead {
  font-size: 14px;
}
#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid var(--km-white-color);
  text-align: center;
  padding: 8px;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.latest-comments ul li ul.children {
  padding-left: 70px;
}
.no-results.not-found {
  background: var(--km-white-color);
  padding: 41px 100px;
  text-align: center;
}
.blog-search-title,
.page-header h1,
.page-title.error-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.error-404.not-found {
  padding: 40px 100px;
  text-align: center;
}
.page-header {
  background: var(--km-white-color);
  margin-bottom: 30px;
  padding: 30px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-content ol li,
.blog-content ul li {
  padding-top: 7px;
}
.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}
.blog-content table td,
.kormo-blog-details table td,
.kormo-page-content table td {
  border-color: #ddd;
  padding: 12px;
}
.blog-content td,
.blog-content th,
.kormo-blog-details td,
.kormo-blog-details th,
.kormo-page-content td,
.kormo-page-content th {
  font-weight: 400;
  text-align: left;
}
.blog-content table,
.blog-content td,
.blog-content th,
.kormo-blog-details table,
.kormo-blog-details td,
.kormo-blog-details th,
.kormo-page-content table,
.kormo-page-content td,
.kormo-page-content th {
  border: 1px solid #d1d1d1;
}
.blog-content table th,
.kormo-blog-details table th,
.kormo-page-content table th,
.post-comments table th {
  padding: 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}
.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}
.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: var(--km-body-color);
}
.page-links a:hover,
.page-links > span {
  border: 2px solid var(--km-theme-color);
  color: var(--km-theme-color);
}
.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 9px 20px;
  border: 1px solid #ddd;
  width: 100%;
}
.post-password-form input[type="submit"] {
  background-color: var(--km-black-color);
  border: none;
  padding: 8px 30px;
  color: var(--km-white-color);
  cursor: pointer;
  transition: 0.3s;
}
.post-password-form input[type="submit"]:hover {
  background-color: var(--km-theme-color);
}
.latest-comments > ul {
  padding-left: 0;
}
ul.children {
  padding-top: 9px;
}
.footer-widget #wp-calendar tbody td {
  background: 0 0;
  border: 1px solid var(--km-white-color);
  color: var(--km-white-color);
}
.footer-widget #wp-calendar tbody td a {
  color: var(--km-white-color);
  text-decoration: underline;
}
.footer-widget #wp-calendar tbody #today a {
  color: var(--km-white-color);
  text-decoration: underline;
  background: 0 0;
}
.footer-widget #wp-calendar thead th {
  color: var(--km-white-color);
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 7px;
}
.widget_recent_comments.footer-widget li span,
.widget_recent_comments.footer-widget li span a {
  float: none;
  font-weight: 600;
  color: var(--km-white-color);
}
.widget_recent_comments ul li a {
  display: inline;
}
.footer-widget form input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: #2f3440;
  color: var(--km-white-color);
  border: 0;
  padding: 0 25px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.3s;
  width: auto;
}
.footer-widget p {
  color: var(--km-white-color);
  opacity: 0.8;
}
.promotion-img i,
.promotion-img-icon a i {
  top: 50%;
  color: var(--km-theme-color);
  transform: translateY(-50%);
}
.footer-widget .calendar_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: -ms-autohiding-scrollbar;
}
.vc-inner-no-padding .vc_column-inner {
  padding-top: 0 !important;
}
.boxed-55 {
  padding: 0 70px !important;
}
.footer-widget .sidebar-rc-post ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
}
.footer-widget .footer-post li a {
  color: #ffffffd6;
  opacity: 0.8;
  line-height: 1.4;
}
.footer-widget .footer-post h5,
.size-full {
  margin-bottom: 5px;
}
.tag-space {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.kormo-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  border: 0;
  background: no-repeat;
  color: var(--km-body-color);
  border-left: 1px solid #ddd;
  height: 100%;
}
.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 0.3s ease-in-out fadeInDown;
  animation: 0.3s ease-in-out fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  padding: 0;
  background: var(--km-white-color);
}
.sticky-menu .main-menu ul li a {
  padding: 30px 0;
}
.sticky-menu .header-button {
  margin-left: 40px;
  margin-top: 16px;
}
.transparent-header .sticky-menu {
  background: #202020;
}
.member-style-2 .team-text,
.promotion-img i,
.promotion-img-icon a i {
  position: absolute;
  background: var(--km-white-color);
  text-align: center;
}
.services-area {
  background-position: center top !important;
}
.light-blue-bg {
  background-color: #eef8fb;
}
.promotion-img i {
  right: -25px;
  width: 70px;
  height: 70px;
  font-size: 10px;
  line-height: 70px;
  border-radius: 50%;
  border: 3px double var(--km-white-color);
}
.member-style-2 .team-text {
  bottom: 0;
  left: 10%;
  opacity: 0;
  transition: 0.3s;
  right: 10%;
}
.member-style-2 .team-icon li a {
  color: #cbcbcb;
}
.team-text.team-text-2 {
  position: static;
  opacity: 1;
  padding: 20px;
  box-shadow: 0 16px 32px 0 rgba(33, 84, 207, 0.05);
}
.team3-wrapper .team-img::before {
  position: static;
  background: 0 0;
}
.team3-wrapper .team-icon.team2-icon {
  line-height: 1;
  margin-bottom: 10px;
}
.video-contact-form input {
  width: 100%;
  height: 60px;
  border: 0;
  padding: 0 20px;
  margin-bottom: 20px;
}
.video-contact-form textarea {
  width: 100%;
  height: 200px;
  border: 0;
  padding: 20px;
  margin-bottom: 10px;
}
.video-contact-form .btn {
  width: auto;
  padding: 0 45px;
}
.video-text {
  padding: 0 90px;
}
.video-contact-form span {
  margin: 0;
  font-size: inherit;
  display: block;
}
.video-text h3 {
  font-size: 40px;
  margin-bottom: 25px;
}
.promotion-img-icon a i {
  right: auto;
  width: 80px;
  height: 80px;
  font-size: 18px;
  line-height: 74px;
  border-radius: 50%;
  border: 3px double var(--km-white-color);
  left: 47%;
}
.case-study-area {
  padding: 115px 0;
  background-position: top center !important;
}
.case-study-wrapper {
  background: var(--km-white-color);
  overflow: hidden;
  padding: 30px;
  margin: 0 10px;
}
.case-study-title {
  font-weight: 700;
  color: var(--km-heading-color);
  font-size: 18px;
}
.header-top-area,
.main-menu ul li ul.submenu {
  padding: 10px 0;
}
.logo-new a img {
  height: inherit;
}
.team-wrapper.team3-wrapper {
  overflow: visible;
  border: 1px solid #8080802e;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}
