/*
Theme Name: Metageni 2022
Theme URI: https://www.eyes-down.net
Author: Eyes Down Digital
Author URI: https://www.eyes-down.net
Description: Metageni custom WordPress theme
Text Domain: Metageni
Version: 1.0.0
License: GNU General Public License v2 or later
*/

@font-face {
  font-family: 'Lufga';
  src: url('fonts/Lufga webfont/Lufga-Medium.eot');
  src: local('Lufga Medium'), local('Lufga-Medium'),
    url('fonts/Lufga webfont/Lufga-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lufga webfont/Lufga-Medium.woff2') format('woff2'),
    url('fonts/Lufga webfont/Lufga-Medium.woff') format('woff'),
    url('fonts/Lufga webfont/Lufga-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('fonts/Lufga webfont/Lufga-Black.eot');
  src: local('Lufga Black'), local('Lufga-Black'),
    url('fonts/Lufga webfont/Lufga-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lufga webfont/Lufga-Black.woff2') format('woff2'),
    url('fonts/Lufga webfont/Lufga-Black.woff') format('woff'),
    url('fonts/Lufga webfont/Lufga-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


@font-face {
  font-family: 'Lufga';
  src: url('fonts/Lufga webfont/Lufga-Regular.eot');
  src: local('Lufga Regular'), local('Lufga-Regular'),
    url('fonts/Lufga webfont/Lufga-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lufga webfont/Lufga-Regular.woff2') format('woff2'),
    url('fonts/Lufga webfont/Lufga-Regular.woff') format('woff'),
    url('fonts/Lufga webfont/Lufga-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lufga';
  src: url('fonts/Lufga webfont/Lufga-Light.eot');
  src: local('Lufga Light'), local('Lufga-Light'),
    url('fonts/Lufga webfont/Lufga-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lufga webfont/Lufga-Light.woff2') format('woff2'),
    url('fonts/Lufga webfont/Lufga-Light.woff') format('woff'),
    url('fonts/Lufga webfont/Lufga-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('fonts/Lufga webfont/Lufga-SemiBold.eot');
  src: local('Lufga SemiBold'), local('Lufga-SemiBold'),
    url('fonts/Lufga webfont/Lufga-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lufga webfont/Lufga-SemiBold.woff2') format('woff2'),
    url('fonts/Lufga webfont/Lufga-SemiBold.woff') format('woff'),
    url('fonts/Lufga webfont/Lufga-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'Lufga';
  font-size: 15px;
  color: #4a4a49;
}

.white-bg {
  color: #130834;
  background-color: #fff;
}

.wrapper {
  -webkit-transition: padding-top .2s ease-in;
  -moz-transition: padding-top .2s ease-in;
  -o-transition: padding-top .2s ease-in;
  transition: padding-top .2s ease-in;
}

a,
a:hover {
  color: #91ba43;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

.small {
  font-size: 80%;
}

strong, b {
  font-family: 'Lufga';
  font-weight: 600;
  font-style: normal;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.p-6{
  padding: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}
.white {
  background-color: #ffffff;
}

/* Headings */

h1,
h2.h1 {
  font-size: 37px;
  color: #2b4357;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 500;
}

h1 span {
  color: #92bb44;
}
h2.hero-sub{
  color: #92bb44;
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 400;
}
h2 {
  font-weight: normal;
  color: #244459;
  margin-bottom: 20px;
  position: relative;
}

h2 {
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: 500;
}

h3 {
  font-size: 26px;
  color: #244459;
}

h4 {
  font-size: 17px;
  color: #91ba43;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

h5 {
  font-size: 34px;
  font-weight: 500;
  color: #4a4a49;
  text-transform: uppercase;
}
h6{
  font-size: 14px;
  margin-top: 10px;
  color: #318483;
}

.btn {
  display: block;
  padding: 12px 45px;
  font-style: normal !important;
  border-radius: 25px;
  font-size: 22px;
  font-weight:500;
}

.btn-support {
  border: 2px solid #91ba43;
  color: #91ba43;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-support:Hover, .gradient-border-pseudo:Hover .btn-support {
  background:#91ba43;
  color: #ffffff;
}

.btn-fill {
  background:#91ba43 !important;
  border: 2px solid #91ba43;
  color: #fff  !important;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-fill:Hover, .gradient-border-pseudo:Hover .btn-fill {
  background:#ffffff  !important;
  color: #91ba43 !important;
}

.get-in-touch .btn-support {
  background-color: #efefef;
}
.btn-solution {
  display: block;
  padding: 12px 25px;
  font-style: normal !important;
  border-radius: 25px;
}
.btn-submit{
  display: block;
  padding: 12px 50px;
  font-style: normal !important;
  border-radius: 25px;
}

.header-email{
  position: absolute;
  right: 0;
  top: 58px;
}
#sidebarCollapse {
  display: none;
  position: absolute;
  right: 0;
  top: 15px;
}
.mobile_nav{
  position: absolute;
  right: 0;
  top: 15px;
  display: none;
}
.mobile-relative{
  position: relative;
}
/* End headings */

/* ------ Navigation ------ */
.desktop_nav {
  display: block;
  font-size: 18px;
}

#sidebarCollapse img {
  width:33px;
}

.logo {
  height: 71px;
}

.ping {
  color: #91ba43;
  font-size: 18px;
}

.nav__container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 0 1.5rem 0 0;
}

.nav__menu li a {
  display: block;
  font-size: 1rem;
  color: var(--color-blue);
  text-decoration: none;
}

.nav__menu li a:hover {
  color: var(--color-blue);
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 0.375rem 1rem;
  border: 2px solid;
  border-radius: 0.125rem;
  font-size: 13px;
  font-family: "Axiforma-Bold";
}

.button--cyan {
  color: var(--color-cyan);
  border: 2px solid var(--color-cyan);
}

.button--white {
  color: var(--color-cyan);
  background-color: #ececec;
  padding: 1rem 6rem;
}

.button--white:hover {
  color: var(--color-cyan);
}

.button--yellow {
  color: var(--color-altblue);
  border: 2px solid var(--color-yellow);
  background-color: var(--color-yellow);
}

.button--yellow:hover {
  color: var(--color-black);
}

.nav__mobile .nav__btn {
  display: block;
  padding: 6px 0;
}

.nav__mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-greenDark);
}

/* ------ Navigation End------ */

/* ------ Mobile navigation ------ */
#mobile-menu ul {
  list-style: none;
}

#mobile-menu ul li {
  margin-bottom: 0;
}

#mobile-menu ul ul ul a {
  padding-left: 40px !important;
}

#mobile-menu a,
#mobile-menu h3 {
  color: #ccc !important;
}

#mobile-menu {
  background: #fafafa;
}

#mobile-menu p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

#mobile-menu a,
#mobile-menu a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#mobile-menu .navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#mobile-menu .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
  float: right;
  margin: 10px 10px 0 15px;
  background: #439dd1;
}

#mobile-menu .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

#mobile-menu #sidebar {
  width: 315px;
  position: fixed;
  top: 104px;
  right: -315px;
  height: 100vh;
  z-index: 999;
  background: #202020;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.admin-bar #mobile-menu #sidebar {
  top: 135px;
}

#mobile-menu #sidebar.active {
  right: 0;
}

#dismiss {
  display: none;
  margin-left: 25px;
  margin-right: 4px;
}

#dismiss img {
  width: 30px;
}

#mobile-menu .overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}

#mobile-menu #sidebar .sidebar-header {
  padding: 25px 30px 21px 20px;
  background-color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
}

#mobile-menu #sidebar .sidebar-header svg {
  margin-top: 4px;
}

#mobile-menu #sidebar ul.components {
  padding: 0;
}

#mobile-menu #sidebar ul p {
  color: #fff;
  padding: 10px;
}

#mobile-menu #sidebar ul li a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
}

#mobile-menu #sidebar ul li a:hover {
  color: #7386d5;
  background: #4d4d4d;
}

#mobile-menu #sidebar ul li.active>a,
#mobile-menu a[aria-expanded="true"] {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}

#mobile-menu a[data-toggle="collapse"] {
  position: relative;
}

#mobile-menu a[aria-expanded="false"]::before,
#mobile-menu a[aria-expanded="true"]::before {
  content: " ";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 15px;
  padding-top: 3px;
  font-size: 0.6em;
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease-in-out;
}

#mobile-menu a[aria-expanded="true"]::before {
  transform: rotate(-180deg);
}

#mobile-menu ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #4d4d4d;
}

#mobile-menu a.article,
#mobile-menu a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ------ Mobile navigation end------ */

/* ------ Dropdown ------ */
.nav__menu .menu-item-has-children {
  position: relative;
}

.nav__menu .menu-item-has-children ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  padding: 0 1rem;
  transition: all 0.4s ease;
}

.nav__menu .menu-item-has-children:hover > ul {
  top: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  padding: 0 1rem;
}

.nav__menu .menu-item-has-children ul li {
  padding: 0.7rem;
  background-color: #92BB44;
  position: relative;
}

.nav__menu .menu-item-has-children ul li:hover {
  background-color: #92BB44;
  color: #fff;
}

.nav__menu .menu-item-has-children ul li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
}

/* .nav__menu .menu-item-has-children ul li a:hover {
  display: block;
  color: #fff;
} */

.nav__menu .menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children .menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* 2nd level dropdown */
.nav__menu .menu-item-has-children .menu-item-has-children:hover > ul {
  position: absolute;
  top: 0;
  right: calc(100% - 17px);
  left: auto;
  opacity: 1;
  visibility: visible;
}

.nav__menu .menu-item-has-children .menu-item-has-children ul {
  position: absolute;
  top: 0;
  right: calc(100% - 17px);
  left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
/* ------ Dropdown end------ */


.hero-home {
  background-image: url(images/popbanner-desktop.svg);
  background-size: auto 630px;
  background-repeat: no-repeat;
  background-position: right -200px bottom;
  padding: 180px 0 20px 0;
  margin-top: -150px;
}
.home-new{
  background-image: url(images/hero-home-background.svg);
  background-position: right -80px bottom;
}
.home-new img.demo-img{
  width: 100%;
  padding-top: 20px;
}
.hero-home h1{
  padding-top:40px;
  padding-bottom: 10px;
}
.image {
  background-image: url(images/image.png);
  text-align: center;
}

.image em {
  text-transform: uppercase;
  font-style: normal;
}

.image p {
  font-style: italic;
  font-size: 26px;
  color: #ffffff;
}

/* end home */

/* partials start */
/* solutions */
.solutions{
  background-color: #EFEFEF;
  background-image: url('images/our-solutions-bg.svg');
  z-index: -1;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left -140px bottom;
  background-size: auto 710px;
}
.solutions .column {
  padding: 25px 18px;
  text-align: center;
  z-index: 4;
}
.solutions .logo{
  width: 100px;
}
.solutions h3 strong{
  font-weight: 600;
}

.solutions .solution-block{
  padding: 30px !important;
  background-color: #ffffff;
  border: 5px solid transparent;
  min-height: 350px;
}
.solutions .solution-block:hover{
  border: 5px solid #92bb44;
  background-color: #ffffff;
}
.solution-title h1 {
  font-weight:400;
}
/* text */
.text-section {
  background-image: url(images/text-sketch.svg);
  background-size: 500px auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.text{
  /* padding:80px 0; */
}

/* image text */
.image-text{
  padding: 100px 0;
  width: 100%;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.image-text h4{
  color: #ffffff;
  margin-bottom: 20px;
}
.image-text em{
  font-size: 22px;
  font-weight: 400;
}
/* clients */

.clients{
  background: #ffffff;
  text-align: center;
}
.clients h2{
  margin-bottom: 20px;
}
/* carousel */
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}
.owl-carousel .owl-dots.disabled, .owl-carousel{
  display : block !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.owl-dots button.owl-dot{
  background: #ffffff !important;
}

.owl-dots button.owl-dot.active {
  background-color: #4A8180 !important;
}
#news-carousel .owl-dots button.owl-dot.active {
  background-color: #4A8180 !important;
}
#news-carousel .owl-dots button.owl-dot{
  background: #d7d7d7 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}
.owl-carousel{
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-carousel .owl-item img {
max-width:100%;
}
.blogs .owl-carousel .owl-stage{
  align-items: unset;
}
/* blog posts */
.blogs{
  text-align: center;
}
.blogs .container{
  max-width: 1000px;
}
.image-container {
  height: 250px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
h4.newsy {
  text-transform: none;
  font-weight: 400;
}
.blogs .owl-carousel .owl-stage-outer{
  text-align: left;
  padding-right: 35px;
}

/* get in touch */

.get-in-touch{
  background: url(images/form-bg-lines.svg);
  background-color: #EFEFEF;
  background-position: right bottom;
  background-size: 500px;
  background-repeat: no-repeat;
}
.get-in-touch h5{
  text-transform: none;
  color: #91ba43;
  font-size: 18px;
}
.get-in-touch input{
  margin: 0 0 2px 0;
}
.get-in-touch textarea{
  margin: 15px 0 2px 0;
}
.linkedin-name{
  padding-top: 4px;
}
.get-in-touch .form-control{
  border: 0;
  font-size: 13px;
}
/* testimonials */
.testimonials{
  /* background: url(images/case-study-sketch.svg);
  background-position: left center;
  background-repeat: no-repeat; */
  background-color: #bfcd3f;
}

.testimonials h4{
  text-transform: uppercase !important;
  color: #ffffff;
}
.testimonials .btn-support{
  border: 2px solid #ffffff;
  color: #ffffff;
}
.testimonials .btn-support:hover{
  color: #b9ce05;
  background:#ffffff ;
}
.testimonials .owl-dots{
  position: absolute;
  bottom: 70px;
  left: 10%;
}
.testimonials .logo-test{
  width: 250px !important;
  margin: 0 auto;
}
.testimonials h6{
  text-transform: uppercase;
  padding-top: 12px;
}
/* partials end */

/* insights */
.insights{
  background-color: #efefef;
}
.insights-header{
  padding: 150px 0;
  background: url(images/insight-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.insights-header h1{
  color: #ffffff;
}
.insights-content{
  font-size: 14px;
}
.insights-content h4{
  text-transform: none;
  font-size: 19px;
}
.insights-content .read-more{
  color: #71B699;
  font-weight: 500;
  text-transform: uppercase;
}
.insights .inner-container h4, .insights .inner-container h2 {
  margin-left: -15px;
}
 .owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}

 .owl-theme .owl-dots .owl-dot.active span, 
 .owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}
 .owl-carousel .nav-btn{
  height: 60px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  bottom: 100px !important;
}

 .owl-carousel .owl-prev.disabled,
 .owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}


 .owl-carousel .prev-slide{
  background: url(images/nav-left.png) no-repeat;
  left: -100px;
}
 .owl-carousel .next-slide{
  background: url(images/nav-right.png) no-repeat;
  right: -70px;
}
#news-carousel .owl-dots {
  display: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* single page start */
.single-post h6{
  margin: 20px 0 10px 0;
  color: #91ba43;
}
.single-post h4{
  text-transform:none;
  font-size:19px;
}
.single-post b{
  color: #91ba43;
}
.single-content img {
  max-width:100%;
  height: auto;
  margin-bottom: 20px;
  border-radius:10px;
}
.featured-image-single-post{
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.single-post-list-img{
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.single-post-list h4 {
  text-transform: none;
  font-weight: 500;
}
.single-post-list h6 {
  margin: 0 0 8px 0;
}
.btn-more{
  width: 50%;
}
.breadcrumb-download{
  background-image: url('images/ebookdownload_banner.png');
  background-size: cover;
  background-position: center;
  height: auto;
}
.breadcrumb-download .download-title{
  text-align: center;
  padding-top: 40px;
  color: #ffffff;
}
.breadcrumb-download #breadcrumbs{
  text-align: center;
  padding-bottom: 40px !important;
}
.breadcrumb-content{
  padding-top: 80px;
  padding-bottom: 80px;
}
.ebook-attachment img{
  width: 100%;
  padding-bottom: 20px;
}
.breadcrumb-content h4{
  line-height: 32px;
  font-size: 24px;
  color: #91ba43;
  font-weight: 500;
  text-transform: unset;
}
.modal-content .wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
.modal-content .wpcf7-list-item-label{
  padding-left: 5px;
}
.modal-title{
  text-transform: unset !important;
}
.modal input[type="submit"] {
  background:#91BA43 !important ;
}
/* single page end */
/* homepage form section */
.form-section{
  background-color: #efefef;
  padding-bottom: 1rem !important;
  /* background-image: url('images/our-solutions-bg.svg'); */
  /* background-repeat: no-repeat;
    /* background-position: left -140px bottom; */
    /* background-size: auto 710px;  */
}
.form-section .form-content{
  width: 400px;
}
.discussion-form .wpcf7-list-item{
  margin-left: 0;
}
.discussion-form .btn-submit{
  margin-top: 30px;
}
.discussion-form .form-control{
  font-size: 13px;
}
/* homepage form section */
/* solutions single page start*/

.title-block {
  background-image: url(images/title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  text-align: center;
  padding: 35px 0;
}

.title-block h1 {
  text-transform: none;
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 0;
}
.solution-content{
  margin-top: 100px;
}
.solution-content h2 {
  text-transform: none;
  font-weight: 500;
}

.text-solution h3 {
  color: #92bb44;
}

.single-solution-block {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.solution-sidebar .single-solution-block {
  border-radius: 10px;
  border-width:3px;
  border-style: solid;
  border-color:transparent;
}
.book-a-call{
  margin: 20px 0;
}
.solution-sidebar .single-solution-block.active {
  border-color: rgba(0, 0, 0, 0.1);
}

.single-solution-block:hover {
  background-color: rgba(0, 0, 0, 0.11);
  /* border: 5px solid #92bb44; */
}

.single-solution-block h4 {
  color: #2c4357;
  font-size: 15px;
}

.single-solution-block p {
  color: #4a4a49;
  font-size: 14px;
  min-height: 42px;
}

.side-button {
  display: block;
  border-radius: 0 0 10px 10px;
  background-color: #92bb44;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 0;
  line-height: 1;
  margin-top: 3px;
}

.side-button:hover {
  background-color: #7EA03B;
  color: #fff;
  cursor: pointer;
}

.side-button.blue {
  background-color: #498080;
}

.side-button.blue:hover {
  background-color: #3C6A6A;
}

.blog-image {
  height: 250px;
  border-radius: 15px;
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.gradient-border-pseudo {
  position: relative;
  transition: 0.3s;
}

/*
.gradient-border-pseudo:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: 15px;
  background-image: linear-gradient(45deg, #6fb596 0%, #92bb44 46%, #b1cb5d 100%);
  transform: 1s;
}
*/

.call-to-action-block {
  position: relative;
  margin-top: 40px;
  background-image: linear-gradient(0deg, #6fb596 0%, #92bb44 45%, #b1cb5d 100%);
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  border-radius: 15px 15px 15px 0;
  color: #ffffff;
  font-size: 17px;
  /* line-height:  */
}

.call-to-action-block:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-top: solid 35px #bfce40;
  border-left: solid 45px transparent;
}

.call-to-action-block span{
  display: block;
  margin: 12px 0;
}
/* FAQ */

.faq .accordion-item {
  margin-bottom: 10px;
}

.faq .accordion-header {
  background: #f7f7f7;
}

.faq .accordion-body {
  background-color: #ffffff;
}

.faq .accordion-flush .accordion-button {
  color: #2c4458;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

.accordion-flush .accordion-collapse {
  border-width: thin;
}

.faq .accordion-button::after {
  background-image: url(images/plus.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.svg);
}

.faq .accordion-button:not(.collapsed) {
  background-color: #f7f7f7 !important;
}

.faq .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

:focus {
  outline: none;
  box-shadow: none;
}
a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner,
::-moz-focus-inner {
  border: 0;
  outline: none;
}

/* End FAQ */

.solution-content ul {
  list-style: none;
  padding-left: 14px;
}

.solution-content ul li::before {
  content: "\2022";
  color: #53B795;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* solutions single page end*/

/* Case studies single page start */
.casestudy-hero{
  text-align: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 150px 0;
}

.casestudy-hero h1{
  color: #fff;
}
.case-study-content{
  font-size: 15px;
}
.case-study-content .logo{
  height: 98px;
}
.case-study-content ul {
  list-style: none;
  padding-left: 14px;
}
.case-study-content h5{
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: #14455B;
}
.case-study-content h4{
  text-transform: none;
  font-size: 19px;
}
.case-study-content ul li::before {
  content: "\2022";
  color: #53B795;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.case-study-content hr{
  margin: 50px 0;
}
/*shortcode text block*/

.shortcode-text-block{
  background-image: url(images/meta-lines-2.svg);
  background-size: 175px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #EFEFEF;
  border-radius: 15px;
  padding-right: 200px !important;
}

.case-study-content strong{
  font-weight: 500;
}
.case-study-content blockquote{
  padding-left: 15px;
  font-size: 18px;
  border-left: 4px solid #7ac547;
  color: #92bb44;
  font-style: italic;
  font-weight: 500;
}
.case-study-content blockquote h4{
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
}
.case-study-content .cs-heading{
  text-transform: uppercase;
}
/* Case studies single page end */

/* Team start */
.team-hero{
  background: url(images/team-banner.jpg) rgba(0,0,0,.5);
  text-align: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: multiply;
  padding: 150px 0;
}
.team-hero h1{
  color: #ffffff;
}
.team-header-text{
  text-align: center;
}
.team-image{
  position: relative;
  border-radius: 15px;
  height: 390px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-image-mob{
  position: relative;
  border-radius: 15px;
  height: 390px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-team{
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  height: 100%;
  text-align: center;
}
.content-team{
  border-radius: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content-team .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content-team h2{
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}
.content-team h5{
  position: relative;
  display: block;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.team-image:hover .content-team {
  opacity: 1;
}
.team-image-mob:hover .content-team {
  opacity: 1;
}
.dropdown-div{
  display: none;
}
.inner-info{
  font-size: 17px;
  border-radius: 15px;
  background: #EFEFEF;
}
.dropdown-div h2{
  color: #14455B;
}
.dropdown-div h4{
  text-transform: none;
}
.dropdown-div-mobile{
  display: none;
  
}
.inner-info-mob{
  background: #EFEFEF; 
  border-radius: 15px;
}
.mob-team{
  display: none;
}
/* Team end */

/* clients page start */
.clients-header{
  padding: 150px 0;
  background: url(images/Image-Banner.jpg) rgba(0,0,0,.5);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.clients-header h1{
  color: #ffffff;
}
.client-logo{
  width: 100%;
}

.tooltip-inner {
  font-family: 'Lufga';
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  color: #244459;
  font-weight: 500;
  font-size: 12px;
  padding: 20px 40px;
  margin-bottom: -50px;
}

.tooltip.show {
  opacity: 1;
} 
 .tooltip.bs-tooltip-top .tooltip-arrow::before {
      background-image: linear-gradient(45deg, #6fb596 0%, #92bb44 46%, #b1cb5d 100%);
    }

    .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
      background-image: linear-gradient(45deg, #6fb596 0%, #92bb44 46%, #b1cb5d 100%);
    }

    .tooltip.bs-tooltip-start .tooltip-arrow::before {
      background-image: linear-gradient(45deg, #6fb596 0%, #92bb44 46%, #b1cb5d 100%);
    }

    .tooltip.bs-tooltip-end .tooltip-arrow::before {
      background-image: linear-gradient(45deg, #6fb596 0%, #92bb44 46%, #b1cb5d 100%);
    }


.tooltip-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: 15px;
  background-image: linear-gradient(45deg, #6fb596 0%, #92bb44 46%, #b1cb5d 100%);
  transform: 1s;
}
/* clients page end */

/* breadcrumbs start */

#breadcrumbs {
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

#breadcrumbs a{
  color: #fff;  
}
#breadcrumbs strong{
  font-weight: normal;
}
/* breadcrumbs end */

/* footer start */
.footer {
  background-image: url(images/footer-lines.svg),url(images/Footer-new.jpg);
    background-position: left 100px, left bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    color: #ffffff;
    font-size: 14px;
}
.footer h4{
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.footer h2{
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 10px;
}
.footer p{
  margin-bottom: 5px;
}

.footer .logo-footer {
  width: 90%;
  max-width:160px;
}

.nav__menu__footer {
  list-style: none;
  margin-left: -30px;
  line-height: 25px;
}

.nav__menu__footer a {
  color: #ffffff;
  font-size: 14px;
}
.footer .social-media-footer {
  display: flex;
  flex-direction: row;
  position: relative;
}
.footer .sm-logo{
  width: 20px;
}
.footer .social-media-footer a{
  padding-right: 20px;
}
.footer input{
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 10px 25px;
  width: 85%;
  font-size: 13px;
}
.footer .btn-newsletter{
  background-image: linear-gradient(0deg, #6fb596 0%, #92bb44 45%, #b1cb5d 100%);
  border-radius: 25px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  width: 85%;
  margin-bottom: 10px;
}
.footer em{
  font-style: normal;
  color: #ffffff;
}
/* footer end */
.home-new h1 span{
  font-size: 30px;
}
.award-image-pair{
  float: right;
  width: 80%;
}
.get-in-touch p{
  margin-bottom: 10px;
}
.discussion-form p{
  margin-bottom: 10px;
}
/*column-section-insights start*/
.column-section-insights .wwd-1 {
  border-left: 4px solid #b0d243;
}

.column-section-insights .wwd-2 {
  border-left: 4px solid #7ac547;
}

.column-section-insights .wwd-3 {
  border-left: 4px solid #4fc59e;
}

.column-section-insights .wwd-4 {
  border-left: 4px solid #358a86;
}

.column-section-insights .wwd-5 {
  border-left: 4px solid #0d475e;
}

.column-section-insights h5{
  font-size: 22px;
}

/*column-section-insights end*/


/* Bootstrap 5 columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 19.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 19.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 19.5%;
    float: left;
  }
}

@media only screen and (max-width: 1100px) {
  .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .nav__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
  }

  .nav__mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
  }

  .nav__mobile .nav__btn {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .desktop_nav {
    display: none;
  }
  .solution-logo{
    width: 100px;
  }
  .hero-home{
    background-position: right -360px bottom;
    background-size: auto 670px;
  }
  .solutions .column{
    padding: 20px;
  }
  #sidebarCollapse{
    display: block;
  }
  .mobile_nav {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .text-section {
    background-size: 500px auto;
    background-position: right -120px center;
  }
  .mobile_nav, #sidebarCollapse, .header-email {
    right: 1.5em;
  }
  .mob-team{
    display: block;
  }
  .desk-team{
    display: none;
  }
  .testimonials .logo-test{
    margin: 0 0 20px 0;
  }
}
@media(max-width:992px){

.form-section .form-content{
  width: 100%;
}
  .discussion-form{
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background: url(images/Footer-new.jpg);
    background-position: unset;
  }
  .shortcode-text-block{
    padding-right: 20px !important;
  }
  .text-section {
    background-image: none;
  }
  .hero-home {
    background-image: url(images/popbanner-mobile.svg);
    background-size: auto 400px;
    background-position: right bottom;
    padding: 40px 0 270px 0;
    margin-top: 0;
  }
  .home-new {
    background-image: url(images/hero-home-background.svg);
    background-size: auto 400px;
    background-position: right bottom;
    padding: 40px 0 80px 0;
    margin-top: 0;
  }
  .hero-home h1 {
    font-size: 33px;
  }
  .mt-m-3{
    margin-top: 15px;
  }
  .image-text{
    text-align: left;
  }
  .blogs h2,.blogs h4{
    text-align: left;
  }
  .owl-dots {
    text-align: left;
  }
  .get-in-touch .row .col-6{
    width: 100%;
  }
  .linkedin-name{
    padding-left: 20px;
  }
  .solutions h2,.solutions h4{
    text-align:left;
  }
  .px-5 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .get-in-touch {
    background-size: 560px;
  }
  .blogs .owl-carousel .owl-stage-outer {
    padding-right: 0;
  }
  .testimonials .owl-dots{
    position: inherit;
    left: 0 !important;
    bottom: 0 !important;
  }
  .owl-carousel .owl-stage{
    align-items: start;
  }
  #clients-carousel{
    padding: 0 10px;
  }
  .testimonials{
    padding-left: 0.5rem;
  }
  .testimonials .logo-test{
    margin-left: auto;
    margin-right: auto;
  }
  .column-section-insights.my-5.py-4{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .form-section{
    padding-bottom: 1rem !important;
  }
}
@media(min-width:620px) and (max-width:768px)
{
  .hero-home{
    background-size: auto 400px;
    background-position: right bottom;
    padding: 40px 0 170px 0;
  }
}
@media(min-width:768px) and (max-width:1200px)
{
  .hero-home {
    background-position: right -450px bottom;
    background-size: auto 680px;
  }
}
@media (min-width: 768px) and (max-width: 1200px)
{
  .home-new {
    background-position: right -80px bottom;
    background-size: auto 590px;
  }
}

@media screen and (max-width: 420px) {
  .logo {
    height: 60px;
  }
  .header-email {
    display: none;
  }
  #mobile-menu #sidebar {
    top: 92px;
  }  
}

/* Gallery CSS */

.gallery img {max-width:100%; height:auto; border: 5px solid #fff !important; margin:0 auto; display:block;}

.gallery {
  margin-left:-5px !important;
  margin-right:-5px !important;
}

.gallery figure {float:left; margin:0 2% 1em 0;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}

/* End Gallery CSS */


/* Set custom properties for each layout feature */
:root {
    --lufga-medium-aalt: "aalt" off;
    --lufga-medium-case: "case" off;
    --lufga-medium-dnom: "dnom" off;
    --lufga-medium-frac: "frac" off;
    --lufga-medium-numr: "numr" off;
    --lufga-medium-ordn: "ordn" off;
    --lufga-medium-salt: "salt" off;
    --lufga-medium-sinf: "sinf" off;
    --lufga-medium-ss01: "ss01" off;
    --lufga-medium-ss02: "ss02" off;
    --lufga-medium-ss03: "ss03" off;
    --lufga-medium-ss04: "ss04" off;
    --lufga-medium-ss05: "ss05" off;
    --lufga-medium-subs: "subs" off;
    --lufga-medium-sups: "sups" off;
}

/* If class is applied, update custom property and
   apply modern font-variant-* when supported */
.lufga-medium-aalt {
    --lufga-medium-aalt: "aalt" on;
}

.lufga-medium-case {
    --lufga-medium-case: "case" on;
}

.lufga-medium-dnom {
    --lufga-medium-dnom: "dnom" on;
}

.lufga-medium-frac {
    --lufga-medium-frac: "frac" on;
}

@supports (font-variant-numeric: diagonal-fractions) {
    .lufga-medium-frac {
        --lufga-medium-frac: "____";
        font-variant-numeric: diagonal-fractions;
    }
}

.lufga-medium-numr {
    --lufga-medium-numr: "numr" on;
}

.lufga-medium-ordn {
    --lufga-medium-ordn: "ordn" on;
}

@supports (font-variant-numeric: ordinal) {
    .lufga-medium-ordn {
        --lufga-medium-ordn: "____";
        font-variant-numeric: ordinal;
    }
}

.lufga-medium-salt {
    --lufga-medium-salt: "salt" on;
}

.lufga-medium-sinf {
    --lufga-medium-sinf: "sinf" on;
}

.lufga-medium-ss01 {
    --lufga-medium-ss01: "ss01" on;
}

.lufga-medium-ss02 {
    --lufga-medium-ss02: "ss02" on;
}

.lufga-medium-ss03 {
    --lufga-medium-ss03: "ss03" on;
}

.lufga-medium-ss04 {
    --lufga-medium-ss04: "ss04" on;
}

.lufga-medium-ss05 {
    --lufga-medium-ss05: "ss05" on;
}

.lufga-medium-subs {
    --lufga-medium-subs: "subs" on;
}

@supports (font-variant-position: sub) {
    .lufga-medium-subs {
        --lufga-medium-subs: "____";
        font-variant-position: sub;
    }
}

.lufga-medium-sups {
    --lufga-medium-sups: "sups" on;
}

@supports (font-variant-position: super) {
    .lufga-medium-sups {
        --lufga-medium-sups: "____";
        font-variant-position: super;
    }
}

/* Apply current state of all custom properties
   whenever a class is being applied */
.lufga-medium-aalt,
.lufga-medium-case,
.lufga-medium-dnom,
.lufga-medium-frac,
.lufga-medium-numr,
.lufga-medium-ordn,
.lufga-medium-salt,
.lufga-medium-sinf,
.lufga-medium-ss01,
.lufga-medium-ss02,
.lufga-medium-ss03,
.lufga-medium-ss04,
.lufga-medium-ss05,
.lufga-medium-subs,
.lufga-medium-sups {
    font-feature-settings: var(--lufga-medium-aalt), var(--lufga-medium-case), var(--lufga-medium-dnom), var(--lufga-medium-frac), var(--lufga-medium-numr), var(--lufga-medium-ordn), var(--lufga-medium-salt), var(--lufga-medium-sinf), var(--lufga-medium-ss01), var(--lufga-medium-ss02), var(--lufga-medium-ss03), var(--lufga-medium-ss04), var(--lufga-medium-ss05), var(--lufga-medium-subs), var(--lufga-medium-sups);
}

.fade-in-section
{
    opacity:0;
    margin-top: 50px;
}

.metageni-pagination{
  text-align: center;
}
.metageni-pagination a{
  padding: 5px;
  border-left: 1px solid #91ba43;
}
.metageni-pagination a:first-child{
  border: none;
}

.pop-banner
{
  background-image: url(images/popbanner-desktop.svg);
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: right -150px bottom;
  padding-bottom: 120px;
}
h1.pop-header
{
  font-size: 82px;
  padding-bottom: 0;
}
p.hero-content
{
  font-size: 42px;
  max-width: 650px;
  color: #585757;
}
.ash-bg
{
  background-color: #efefef;
}
h4.blue-header
{
  font-size: 64px;
  color: #244459;
  text-transform: none;
}
h4.green-header
{
  font-size: 64px;
  color: #b9d153;
}
h4.pop-header {
  margin-top:50px;
}
.ash-bg img
{
  width: 70%;
}
.section-content{
  font-size: 26px;
}
.section-content-white
{
  font-size: 18px;
  color: #fff;
}
.container-pt-pb
{
  padding: 70px 0 90px 0;

}
.container-pt-pb img
{
  width: 70%;
}
.section-content h3{
  font-size: 38px;
  color: #92bb44;
}
.pop-contact-form
{
  margin-bottom: 0;
  padding-bottom: 0;
}
.pop-contact-form p
{
  margin-bottom: 0;
}

.partner-banners #clients-carousel .owl-dots{
  display: none;
}
.case-study-link{
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.case-study-link a{
  color: #4a4a49;
}
.case-study-link a:hover{
  color: #91ba43;
}

#wpcf7-f3031-o1 .mc4wp-checkbox span {
  color: #4a4a49;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px;
  display: none;
}
#wpcf7-f3031-o1 .mc4wp-checkbox {
  display: none;
}

@media(max-width:320px)
{
  h1.pop-header
  {
    font-size: 32px;
  }
  p.hero-content {
    font-size: 14px;
  }
  .section-content{
    font-size: 12px;
  }
  .section-content h3{
    font-size: 24px;
  }
  h4.green-header
  {
  font-size: 32px;
  }
  h4.blue-header
  {
    font-size: 32px;
  }
  .section-content-white
  {
    font-size: 12px;
  }

  .container-pt-pb img
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    display: block;
  }
}

@media(min-width:321px) and (max-width:768px)
{
  h1.pop-header
  {
    font-size: 40px;
    padding: 0 !important;
  }
  p.hero-content {
    font-size: 18px;
  }
  .section-content{
    font-size: 14px;
  }
  .section-content h3{
    font-size: 26px;
  }
  h4.green-header
  {
  font-size: 32px;
  text-transform: capitalize;
  }
  h4.blue-header
  {
    font-size: 32px;
  }
  .section-content-white
  {
    font-size: 14px;
  }

  .container-pt-pb img
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 70px;
  }
 
}
@media(min-width:375px) and (max-width:475px)
{
  .single-solution-block .row .col-6:first-child{
    width: 40%;
  }
}
@media(min-width:300px) and (max-width:375px)
{
  .single-solution-block .row .col-6:first-child {
    width: 35%;
  }
  .single-solution-block img.solution-logo{
    width: 70px;
  }
}
@media(min-width:769px) and (max-width:991px)
{
  h1.pop-header
  {
    font-size: 40px;
    padding:10px 0
  }
  p.hero-content {
    font-size: 22px;
  }
  .section-content{
    font-size: 16px;
  }
  .section-content h3{
    font-size: 26px;
  }
  h4.green-header
  {
  font-size: 34px;
  }
  h4.blue-header
  {
    font-size: 34px;
  }
  .section-content-white
  {
    font-size: 16px;
  }
 

  .container-pt-pb img
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    display: block;
    padding-top: 70px;
  }
}

@media(max-width:620px)
{
  .pop-banner
  {
    background-image: url(images/popbanner-mobile.svg);
    background-size: auto 300px;
    padding: 40px 0 240px 0;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .order2{
    order: 2;
  }
}

@media(min-width:620px) and (max-width:768px)
{
  .pop-banner {
    background-image: url(images/popbanner-mobile.svg);
    background-size: auto 260px;
    background-position: right bottom;
  }
  
}
@media(max-width:992px)
{
  .order2{
    order: 2;
  }
}
@media(min-width:768px) and (max-width:992px)
{
  .pop-banner {
    background-image: url(images/popbanner-mobile.svg);
    background-size: auto 380px;
}
}
@media(min-width:993px)
{
  .bent-line
  {
      background-image: url(images/lines-bent.svg);
      background-size: auto 1385px;
      background-repeat: no-repeat;
      background-position: left -180px;
  }
  .straight-line
  {
      background-image: url(images/lines-top-left.svg);
      background-size: auto 440px;
      background-repeat: no-repeat;
      background-position: left -120px;
  }
}


@media (min-width:992px) and (max-width: 1200px)
{
  
  .pop-banner {
    background-image: url(images/popbanner-desktop.svg);
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-position: right -290px bottom;
    padding-bottom: 120px;
  }
  

  .container-pt-pb img
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    display: block;
  }
  .bent-line
  {
      background-size: auto 1600px;
      background-repeat: no-repeat;
      background-position: left -200px;
  }
  .straight-line
  {
      background-size: auto 400px;
      background-repeat: no-repeat;
      background-position: left -100px;
  }
}
@media(min-width:1201) and (max-width:1400)
{
  .pop-banner {
    background-size: auto 460px;
    background-repeat: no-repeat;
    background-position: right -200px bottom;
  }
}
@media (min-width:992px) and (max-width: 1400px)
{
  .bent-line {
    background-size: auto 1050px;
    background-repeat: no-repeat;
    background-position: left -200px;
  }
  .section-content{
    font-size: 16px;
  }
  .section-content h3{
    font-size: 26px;
  }
  h4.green-header
  {
  font-size: 33px;
  }
  h4.blue-header
  {
    font-size: 33px;
  }
  .section-content-white
  {
    font-size: 16px;
  }
  h1.pop-header
  {
    font-size: 40px;
    padding-bottom: 0;
  }
  p.hero-content {
    font-size: 22px;
  }

  .container-pt-pb img
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    display: block;
  }

 
}
@media (min-width:1401px) and (max-width: 1999px)
{
  .pop-banner {
    background-image: url(images/popbanner-desktop.svg);
    background-size: auto 680px;
    background-repeat: no-repeat;
    background-position: right -360px bottom;
    padding-bottom: 120px;
  }
  h1.pop-header
  {
    font-size: 58px;
    padding-bottom: 0;
  }
  p.hero-content {
    font-size: 26px;
  }
  .section-content{
    font-size: 16px;
  }
  .section-content h3{
    font-size: 22px;
  }
  h4.green-header
  {
  font-size: 48px;
  }
  h4.blue-header
  {
    font-size: 48px;
  }
  .section-content-white
  {
    font-size: 16px;
  }
 
}
.page-template-page-pop .nav__menu
{
  display: none !important;
}

.page-template-page-pop #sidebarCollapse {
  display: none !important;
}
@media(min-width:2000px)
{
  .pop-banner {
    background-image: url(images/popbanner-desktop.svg);
    background-size: auto 830px;
    background-repeat: no-repeat;
    background-position: right -300px bottom;
    padding-bottom: 120px;
  }
}
.container-pb-pt
{
  padding-top: 120px;
  padding-bottom: 96px;
}

@media(max-width:768px)
{
  .container-pb-pt .linkedin-name {
    padding-bottom: 30px;
  }
}
.pop-contact-forms
{
  background-image: none;
}
.pop-contact-form p{
  padding-top: 20px;
}
.partner-banners img{
  width: 100%;
}
.partner-banners img {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

@media(min-width:768px) and (max-width:992px)
{

  .partner-banners img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
}
@media(min-width:768px){
  .hero-award-section{
    position: relative;
  }
  .home-hero-btn{
    vertical-align: middle;
    bottom: 0px;
    padding: 12px 60px;
    position: absolute;
  }
  .award-image-pair-footer-dp{
    display: block !important;
  }
}
.hero-award-section{
  margin-bottom: 50px;
}
.partner-banners {
    background-color: #244459;
}

@media(max-width:576px){
  .single-post-list h4 {
    padding-top: 20px;
  }
}
@media(max-width:1200px){
  .owl-carousel .owl-nav .next-slide {
    right: -25px;
  }
  .owl-carousel .owl-nav .prev-slide {
    left: -60px;
  }
}
@media(max-width:1100px){
 #news-carousel .owl-carousel .owl-nav {
    display: none !important;
  }
  .owl-carousel .owl-nav .next-slide {
    display: none;
  }
  .owl-carousel .owl-nav .prev-slide {
    display: none;
  }
  #news-carousel .owl-dots {
    display: block;
  }
}
@media(max-width:992px){
  .testimonials .owl-dots {
    bottom:-35px;
    left: 35%;
  }
}
@media(max-width:768px){
  .shortcode-text-block {
    background-size:60px auto;
  }
  .award-image-pair{
    margin-top:30px;
    width: 80%;
    float: left;
    max-width: 300px;
  }
 
}
@media(max-width:576px){
  .award-image-pair-footer-mb{
    display: block !important;
  }
  .award-image-pair-footer-dp{
    display: none !important;
  }
}
@media(max-width:320px){
  .testimonials .owl-dots {
    left: 20%;
  }
}
@media(max-width:340px){
  .single-solution-block h3{
    font-size: 22px;
  }
}