

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  font-family: "Jost", serif;
  color: #444444;
}

@font-face {
  font-family: 'jost';
  font-style: normal;
  
  src: url("../fonts/Jost-VariableFont_wght.ttf");
}
@font-face {
  font-family: 'Roobert';
  font-style: normal;
  
  src: url("../fonts/RoobertTRIALVF-BF67243fd545701.ttf");
}



a {
  color: #3cb55a;
  text-decoration: none;
  }

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
a, 
label,
span {
  font-family: "Jost", serif;
}
p{
  font-family: "Jost", serif;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

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

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 90px;
  z-index: 996;
  background: #3cb55a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #072530;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #3cb55a;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
.contact-info{
  color: #fff;
}
#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
/*  font-family: "Poppins", sans-serif;*/
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #3cb55a;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: transparent;
  border: 1px solid #3cb55a;
  color: #3cb55a !important;
  color: #3cb55a;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}


/*---------------Header WIth Mega menu-------------*/


.header{
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding:15px;
  background-color: #ADDDB7 ;
}
.header .item-left{
  flex:0 0 17%;
}
.header .logo a{
  font-size: 30px;
  color:#000000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center{
  flex:0 0 66%;
  justify-content: center;
  display: flex;
}
.header .item-right{
  flex:0 0 17%;
  text-align: right;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#fff;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
/*.header .item-right a:hover{
  color: #fff !important;
}*/
.header .menu > ul > li{
  display: inline-block;
  line-height: 40px;
  margin-left: 25px;
}
.header .menu > ul > li > a{
  font-size: 16px;
  font-weight: 400;
  color:#000000;
    
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
  position: absolute;
  z-index: 500;
  background-color:#ffffff;
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding:10px 0;
  display: inline-block;
  font-size: 15px;
  color:#555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);  
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  width: auto;  
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
margin-top: 4px !important;
  border-radius: 20px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
/*  flex:0 0 33%;*/
  padding:0 8px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 17px;
  color: #3CB55A;
  font-weight: 600;
  line-height: 16px;
  padding: 20px 0;
  
  border-bottom: solid 1px #E7E7E7;
}

.list-item{
  display: flex !important;
}



.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
  display: none;
}

/*responsive*/
@media(max-width: 991px){

  .header .item-center{
    order:3;
    flex:0 0 100%;
  }
  .header .item-left,
  .header .item-right{
/*    flex:0 0 auto;*/
  }
  .header-item.item-right {
  display: flex;
}
  .v-center{
    justify-content: space-between;
  }
  .header .mobile-menu-trigger{
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span{
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before{
    top:-6px;
  }
  .header .mobile-menu-trigger span:after{
    top:6px;
  }
  .header .item-right{
    align-items: center;
  }

  .header .menu{
    position: fixed;
    width: 320px;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active{
     transform: translate(0%);  
  }
  .header .menu > ul > li{
    line-height: 1;
    margin:0;
    display: block;
  }
  .header .menu > ul > li > a{
    line-height: 50px;
    height: 50px;
    padding:0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header .menu > ul > li > a i{
    position: absolute;
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head{
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;
  }
  .header .menu .mobile-menu-head .go-back{
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back{
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title{
    font-size: 15px;
    font-weight: 500;
    color:#000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close{
      height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;  
    font-size: 25px;
  }
  .header .menu .menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu{
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
.header .menu > ul > li .sub-menu.active{
  display: block;
}
@keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);  
  }
}
@keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);  
  }
}

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active{
    visibility: visible;
    opacity:1;  
  }
}
.fixed-top {
  position: fixed !important;
  right: 0;
  left: 0;
}
.mega-link ul {
  list-style: none;
  padding-left: 0px !important;
}
.mega-link ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
}
.mega-link ul li a:hover{
  color: #3CB55A !important;
  transition: all ease 1s;
}
@media(max-width:900px){
  .mega-link ul li {
  padding: 6px 0px;
}
.aas {
  display: flex;
  justify-content: inherit;
}
.header .item-left{
  flex: auto;
}
 .header .item-center {
    order: 3;
    flex: initial;
  }
}
.aas {
  display: flex;
}
.header-item.item-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
   display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
  font-weight: 400;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3cb55a;
  border-color: #3cb55a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3cb55a;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3cb55a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3cb55a;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 90vh;
  margin-top: 110px;
  text-align: center;
  color: #fff;
  position: inherit;
}

.hero .container {
/*  position: relative;*/
}

.hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 20px 0;
}

.hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero h4 {
  color: #3CB55A;
  margin: 10px 0 0 0;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
}
.hero .btn-get-started {
 font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 6px;
  transition: 0.5s;
  color: #fff;
  background: #3cb55a;
  margin: 0 10px;
}

.hero .btn-get-started2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 6px;
  transition: 0.5s;
  color: #3cb55a;
  background: #fff;
  line-height: 24px;
}
.hero .btn-get-started:hover {
  background: #fff;
  color: #3cb55a ;
  margin: 0 10px;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  .hero {
    margin-bottom: 0;
    height: 100vh;
  }

  .hero .container {
    padding-bottom: 63px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  .hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 35px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3cb55a;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #3cb55a;
  border-radius: 4px;
  color: #fff;
}
.why-chose-img img {
  border-radius: 25px;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #3cb55a;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #3cb55a;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #3cb55a;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #3cb55a;
  border-color: #3cb55a;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #3cb55a;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3cb55a 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #3cb55a;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.purecounter {
  font-weight: 500;
  font-size: 72px;
}
.sec-3-box h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;

}

/***************Tab Section**************/
.fade:not(.show) {
  opacity: 1;
}
#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.tabbar .nav.nav-tabs {
  background: #F2F2F2;
  padding: 2px 0px !important;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  border: none;
}
.tab-title h4 {
  font-size: 16px;
  font-weight: 700;
  color: #3cb55a;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.tab-title h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin: 20px 0px 40px 0px;
  color: #000;
  text-align: center;
}
.discription-sub-title {
  text-align: center;
  margin-top: 50px;
}
.discription-sub-title h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
 margin-bottom: 20px;
  color: #000;
  text-align: center;
}
.tab-pane p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
}
.tabbar .nav-tabs > li{
  padding: 8px 30px;
}
.tabbar .nav-tabs > li.active > a {
  background: #3CB55A !important;
  padding: 8px 30px;
  border-radius: 25px;
  color: #fff !important;
}
.tabbar .nav-tabs > li > a {
  padding: 8px 30px;
  border-radius: 25px;
  padding: 8px 30px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #565656;

}
.nav-tabs > li > a:hover {
  border-color: ;
}
.nav > li  a:hover {
 
  background-color: #3CB55A;

}
.tab-content a {
  font-size: 16px;
line-height: 36px;
  font-weight: 700;
}
.tab-discription {
  margin-top: 50px;
}
.softwere-content {
 background: #f5f5f5;
  color: #fff;
  padding: 15px 25px;
  border-radius: 14px;
  flex: 0 0 20%;
  margin: 0 10px; 
}
.tab-discription {
  display: flex;
  justify-content: space-evenly;
}
.softwere-content p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
/*  font-family: poppins;*/
  margin: 0px;
}
.tab-discription-nottom {
  display: flex;
  justify-content: center;
  margin: 31px 0px;
}

/******************End Tab Sec*******************/

/*******************Discover Verito Section****************/

.discover-varito{
   background: #fff;
/*  padding: 70px 0 60px;*/
}
.discover-varito-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #3cb55a;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.discover-varito-info h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin: 20px 0px 40px 0px;
  color: #000;
}
.discover-option {
  display: flex;
  justify-content: space-between;
}
.discover-option-info img {
  height: 48px;
  width: 48px;
}
.discover-option-info {
  padding: 20px 0px;
  flex: 20%;
  margin: 0 10px;
}
.discover-option-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #585858;
  margin-top: 12px;

}

.discover-info-img::after {
  width: 116%;
  height: 334px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
 background: #3CB55A1A;

  z-index: 1;
  border-radius: 240px 0 0 240px;
}
.discover-info-img {
  position: relative;
}
.discover-info-img img{
  position: relative;
  z-index: 2;

}


/***************Discover Verito End***********************/

/***************Case Study Start**********************/
.all-case-study {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.case-study{
    background: #fff;
/*  padding: 70px 0 60px;*/
}
.cace-study-img-left{
  position: relative;
  display: inline-block;
}
.case-study-img-right{
  position: relative;
}
.case-study-img-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 25px;
/*  margin: 10px 0px;*/
}
.cace-study-img-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 25px;
}
.case-info-content {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  color: #fff;
  z-index: 99;
}
.cace-study-img-left img {
  border-radius: 25px;
  display: inline-block;
}
.case-study-img-right img {
  border-radius: 25px;
}
.case-study-left-info {
  position: absolute;
 bottom: 10px;
  padding: 0 10px;
  color: #fff;
  z-index: 99;
}
.fled-bg {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.case-info-content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: ;
}
.case-info-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
}
.case-study-left-info h5{
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
}
.case-study-left-info h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
}
@media (min-width:800px) and (max-width1200px){
  .cace-study-img-left img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
}
/*****************Case Study End*******************/

/*****************Blog Start*********************/
.blog-page .banner-text h1 {
  color: #fff;
}
.blog{
  background: #fff;
}
.blog .blog-detail h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.blogs img {
  width: 100%;
}
.blog .blog-detail p {
font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  color: #929292;
  margin-top: 15px;
}
.blog .blog-detail a {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
}
.blog .blog-detail {
  padding: 0px 10px;
}
/******************Blog End****************/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 0px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 20px 20px 20px 40px;
  margin: 30px 5px;
  min-height: 320px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 6px solid #fff;
/*  position: absolute;*/
/*  left: -45px;*/
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3cb55a;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3cb55a;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.testimoial-info-text{
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.testimonial-item i{
  color: #EF7420;
  margin-right: 10px;
  margin: 15px 0px;
}
.testimonial-content {
  margin-left: 20px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq {
  background: #3CB55A1A;

}
.faq .faq-list {
  padding: 0 0px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
/*.faq .faq-list a.collapsed h3 {
  font-size: 16px !important;
}*/
.faq .faq-list a h3 {
  font-size: 16px;
  font-weight: 500;
}

.faq .faq-list a {
  display: block;
  position: relative;
/*  font-family: "Poppins", sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
/*  padding: 0 30px;*/
  outline: none;
  cursor: pointer;
  padding-right: 20px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3cb55a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}



#faq .section-title h4{
  font-size: 16px;
  font-weight: 700;
  color: #3cb55a;
  letter-spacing: 1px;
  text-align: left !important;
  text-transform: uppercase;
}
#faq .section-title h2{
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-align: left !important;
  margin: 20px 0px 40px 0px;
  color: #000;
}

.content-text{
  display: flex;
  flex-wrap: wrap;
  height: 93%;
  align-items: center;
}
.section-title a {
  margin: 15px 0px;
}
.faq-contact h2{
    font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.left-faq-title h2{
      font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.left-faq-title p {
  margin-bottom: 30px;
}
.faq-contact h4 {
  font-size: 16px;
  font-weight: 700;
  color: #3cb55a;
  letter-spacing: 1px;
/*  text-align: center;*/
  text-transform: uppercase;
}
.faq-contact a i {
  margin-right: 14px;
}
.left-faq-title p {
  font-size: 16px;
  font-weight: 400;
}

/************Cloud-Start*************/
.cloud-heading h3 {
  text-align: center;
  margin-bottom: 30px;
}

.cloud{
    background: #fff;
}
.cloud-text {
  position: absolute;
  top: 20%;
  left: 10%;
} 
.cloud-bg img {
  width: 100%;
}
.cloud-bg {
  position: relative;
}
.cloud-text h3{
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}

 .cloud-text a {
      background: #fff;
      color: #3cb55a;
      border: 1px solid #fff;
      position: relative;
      transition: all ease 0.5s;
      overflow: hidden;
      z-index: 1;
      display: inline-block;
      padding: 6px 20px;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      border-radius: 45px;
      font-weight: 500;
    }

    .cloud-text a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      background: #1f983d;
      transition: all ease 0.5s;
      z-index: -1;
    }

    .cloud-text a:hover:before {
      left: 0;
    }

    .cloud-text a:hover {
      background: #1f983d;
      border: 1px solid #fff;
      color: #fff !important;
    }

.faq-ans-inner li{
  padding: 10px !important;
  margin-top: 0px !important;
  list-style: disc;
  margin: 0px 0px 0px 17px;
}

.aa-img img {
  border-radius: 20px;
}


/*.cloud-text a:hover{
   padding: 15px 25px;
}*/
/************Cloud-Start End *************/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #072530;
}

#footer .footer-top {
  padding: 60px 0 50px 0;
  background: #072530;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #92989F;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer-newsletter p {
  color: #fff;
}
.sub-footer{
  border-top: solid 1px #494949;
}
.copyright.text-center {
  color: #92989F;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3cb55a;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: ##92989F;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3cb55a;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3cb55a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}


.footer-content-small p {
  font-size: 10px;
}
.footer-content-small strong {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.footer-content-small i{
  color: #EF7420;
  margin: 5px 0px;
}
.content-img-footer {
  margin-top: 45px;
}



/******************************************************************************************************************/

.sec-3-box{
  border:1px solid #D0D0D0;
  border-radius: 16px;
  padding: 40px 25px;
  min-height: 100%;
}

.sec-3-box h3{
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  color: #3CB55A;
  margin: 0px;
}
.sec-3-box h4{
  font-size: 16px;
  line-height: 20px;
  color: #111;
  text-transform: capitalize;
  margin: 20px 0;
}
.sec-3-box p{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #A0A0A0;
  margin: 0;
}


























.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

#use-cases-dropdown:hover .dropdown-menu {
    display: block;
}
@media (max-width:640px){
  .contact-info.d-flex.align-items-center{
    text-align: center;

    margin: 0 auto;
  }
}


/************************************************************8*/
 
.support{
  position: relative;
  margin: 87px 0 0;
  padding-bottom: 0px !important;

}
.support h2 {
  position: absolute;
  top: 45%;
  left: 10%;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
.experts .experts-info h2{
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
}
.experts .experts-info p {
/*  font-size: 18px;*/
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000;
  margin-top: 20px;
}

.experts .it-support {
background: #EBF8EE;
  padding: 20px;
  border-radius: 16px;
  min-height: 100%;
text-align: center;
}
.experts .it-support h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}
.experts .it-support p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 25px;
}

/*===========================*/


.environment .environment-title h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.environment .support-team h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.environment .support-team p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.environment .team-member{
  margin:20px 0px;
}


/*********************************/




.why-choose .managed-it-support-title h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
}


.why-choose .Performance {
  border: solid 1px #9DDAAC;
  border-radius: 16px;
  padding: 20px 30px;
  min-height: 100%;
  margin: 0px;
}
.why-choose .Performance h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.5px;
} 
.why-choose .Performance p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
} 

.why-choos .all-team-support {
  margin: 15px 0px;
}
.managed-it-support-title h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 33px;
}
.all-team-support {
  margin: 0px;
  padding: 0px;
}


/***************************/

.support-faq h2{
  text-align: center;
  margin-bottom: 0px;
  color: #333333;
}
.support-faq p{
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}






@media(min-width:900px) and (max-width:1200px){
  .securely-info {
  text-align: left !important;
  width: 80%;
}
.cloud-bg img{
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}


.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 6px !important;
}
.appointment-btn.scrollto.scale1.only-desktop {
  display: none;
} 

}




@media(min-width:760px) and (max-width:980px){
  .flex-column-reverse {
  flex-direction: inherit !important;
}

}

@media (max-width:900px){
  .tab-content a{
      flex: 0 0 50% !important;
  }
.pricing-plane-detail {
    margin: 20px 0px !important;
    min-height: inherit;
  }
  .blog-page img {
  height: 400px;
  object-fit: cover;
}
  .hosting {
  position: relative;
  margin: 170px 0 0;
  padding-bottom: 0px !important;
}
  .banner-outer-text h2 br {
  display: none;
}
  .aa-img img {
  max-height: 350px;
  object-fit: cover;
}
  .hosting img {
    height: 400px !important;
    object-fit: cover;
  }
  .support h2 {
  font-size: 22px;
  top: 25%;
}
.experts-info h2 {
  font-size: 22px !important;
  line-height: 27px !important;
}
.experts .experts-info p {
  text-align: left;
  font-size: 16px;
}
.experts .it-support {
  margin: 6px;
  min-height: inherit;
}
.environment .environment-title h2{
  font-size: 22px !important;
  line-height: 27px !important;
}
.environment .support-team h3{
   font-size: 20px !important;
  line-height: 27px !important;
}
.environment .support-team p{
  font-size: 16px;
}
.why-choose .managed-it-support-title h2{
    font-size: 22px !important;
    margin-top: 20px;
}
.why-choose .Performance {
  border: solid 1px #9DDAAC;
  border-radius: 16px;
  padding: 0px 20px;
}
.why-choose .Performance h3 {
  font-size: 20px;
}
}

/************************************************************8*/
.blog-page{
  position: relative;
  margin: 106px 0 0;
  padding-bottom: 0px !important;

}
.blog-info {
  margin-bottom: 20px;
}
.blog-info img {
  width: 100%;
  margin-bottom: 10px;
}
.blog-page h1 {
  /*position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  color: #fff;
*/}


/***************Tab Section**************/

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.tabbar .nav.nav-tabs {
  background: #F2F2F2;
  padding: 2px 20px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  border: none;
}


.tabbar .nav-tabs > li{
  padding: 8px 0px;
}
.tabbar .nav-tabs > li.active > a {
  background: #3CB55A !important;
  padding: 8px 10px;
  border-radius: 25px;
  color: #fff !important;
}
.tabbar .nav-tabs > li > a {
/*  padding: 8px 30px;*/
  border-radius: 25px;
  padding: 8px 10px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #565656;

}
.nav-tabs > li > a:hover {
  border-color: ;
}
.nav > li  a:hover {
 
  background-color: #3CB55A;

}
.tab-content a {
 font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 50px;
  flex: 0 0 25%;
}
.tab-discription {
  margin-top: 50px;
}
.softwere-content {
 background: #f5f5f5;
  color: #fff;
  padding: 15px 25px;
  border-radius: 14px;
  flex: 0 0 20%;
  margin: 0 10px; 
  margin-bottom: 20px;
}
.tab-discription {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
.softwere-content p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
/*  font-family: poppins;*/
}
.tab-discription-nottom {
  display: flex;
  justify-content: center;
  margin: 31px 0px;
}


.blog-info h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.blog-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #929292;
}
/************************************************************8*/


.contact-detail i{
   font-size: 28px;
  margin: 7px 20px 7px 0px;
}
.contact-us .form-icon {
  margin-right: 22px;
}
.contact-us .contact-id a {
  color: #072530;
  font-size: 16px;
  font-weight: 500;

  line-height: 27px;
  letter-spacing: 0.5;
}
.contact-us .form-icon img {
  width: 45px;
  height: 45px;
}


.contact-us .contact-form {
  background: #EBF8EE;
  padding: 30px;
  border-radius: 16px;
  color: #000;
}

.contact-us .form-group label{
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #072530 !important;
}
.contact-us .form-control.submit-button{
  background: #3CB55A;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 500;
  
  color: #fff;
  padding: 0px;
  margin-top: 30px;
  height: 40px;
}
.contact-us .form-control {
  padding: 10px 12px;
  border-radius: 8px;
}
.form-group {
  margin: 10px 0px;
}
.contact-us {
  padding: 50px 0px;
  margin: 115px 0 0;
}
/*=======================sub footer==============*/

.subfooter-contact .sub-bg {
  background: #3cb55a;
  border-radius: 16px;
  padding: 32px 50px;
  color: #000 !important;
}
.subfooter-contact .sub-detail h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
.subfooter-contact .sub-detail p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.subfooter-contact .textp {
  border-bottom: solid 1px;
  margin: 20px 0px;
}
.subfooter-contact .sub-contact-detail a {
  font-size: 18px;
  font-weight: 500;
  color: #203B45;
}
.subfooter-contact{
  overflow: visible !important;
  padding: 50px 0px;
}
.subfooter-contact .sub-img img {
  position: absolute;
  bottom: -216px;
}
@media  (max-width:1200px){
  .sub-img img {
  display: none;
}
}
@media  (max-width:640px){
  #header .logo img {
  max-height: 55px !important;
}
 .subfooter-contact .sub-bg {
 
  padding: 32px 15px;
}
}

.about-us{
  position: relative;
  margin: 77px 0 0;
  padding-bottom: 0px !important;

}
.about-us h2 {
  position: absolute;
  top: 45%;
  left: 10%;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
 .vision-sec{
  position: relative;
  padding-bottom: 2px;
 }
 .vision-sec:before{
  position: absolute;
  left: 0px;
  bottom: 0px;
 height: 54%;
  width: 50%;
  content: '';
  display: block;
  background: #daf1e0;
  border-radius: 0 240px 240px 0;
 }
.mission{
  position: relative;
  padding-bottom: 2px;
  margin-top: 0;
  position: 0px;
 }
 .mission:before{
  position: absolute;
  right: 0px;
  bottom: 0px;
 height: 54%;
  width: 50%;
  content: '';
  display: block;
  background: #daf1e0;
  border-radius:  240px 0 0 240px ;
 }
 .left-caption h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.left-caption p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
}

.brand-title {
  text-align: center;
  margin-bottom: 22px;
}
 @media (min-width:1000px){
  .minus-mar{
    margin-top: -70px;
  }
  .left-caption{
    margin-top: 14em;
    padding: 3em;
  }
  .mission img{
    margin-left: 5em;
    position: relative;
  }
  .tech .left-caption{
margin: 0px;
  }
 }
 @media (max-width: 640px) {

  .about-us h2 {
    font-size: 22px;
    top: 50%;
  }
  .vision-sec::before {
  position: absolute;
  left: 0px;
  top: 35%;
  height: 29%;
  width: 100%;
  content: '';
  display: block;
  background: #daf1e0;
  border-radius: 0 240px 240px 0;
}
.left-caption h3{
  font-size: 22px;
}
.left-caption p{
  font-size: 16px;
}
.left-im img{
  width: 100%;
}
.mission::before {
  position: absolute;
    right: 0px;
    bottom: 0px;
    height: 40%;
    width: 100%;
    content: '';
    display: block;
    background: #daf1e0;
    border-radius: 240px 0 0 240px;
}
.heading h2 {
  font-size: 22px;
  text-align: center;
}
.team-box{
  text-align: center;
  cursor: pointer;
}
.team-box h3{
  font-size: 20px;
}
.brand-title h2{
  font-size: 22px;
}
}
/************************************************************8*/
.menu-main {
  margin: 0;
}
.swiper-horizontal {
  touch-action: pan-y;
  overflow: hidden;
}

#swiper-wrapper-18ade2cfc8eed3aa {
  margin: 0 !important;
  padding: 0 !important;
}
.home-page-tab .nav-tabs > li {
  margin: 8px 0px;
  flex: 0 0 25%;
  border-right: 1px solid #d5cfcf;
  text-align: center;
}
.home-page-tab .nav-tabs > li {
  padding: 0;
}
.home-page-tab .nav-tabs > li.active > a {
  background: #3CB55A !important;
  padding: 8px 10px;
  border-radius: 25px;
  color: #fff !important;
}

.home-page-tab .nav-tabs > li > a {
  margin:0 15px;
  text-align: center;
}
.home-page-tab .nav-tabs > li > a:hover{
  color: #fff;
}
.home-page-tab .nav-tabs > li:last-child{
  border:none;
}

/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/
/************************************************************8*/


.slick-slide[aria-hidden="true"] {
    opacity: 0.5;
}


/*=============================Blog-detail========================*/

 .blog-detail{
  position: relative;
  margin: 0 0 0;
  padding-bottom: 0px !important;

}
.blog-detail h2 {
  position: absolute;
  top: 45%;
  left: 10%;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.blog-detail-banner{
  padding:20px 0px;
}

.blog-detail-banner ul {
margin: 0px;
padding: 0px;
}
.blog-detail-banner ul li {
  padding: 10px 0px 0px 0px;
  list-style: none;
}
 .blog-detail-banner ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #8AA0A8;
}
.blog-detail-banner ul li i{
  margin: 0px  10px;
  color: #8AA0A8;
}

.blog-detai-description .description-info h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #292929;
}
.blog-detai-description .description-info h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #292929;
}
.blog-detai-description .description-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #292929;
}
.blog-detai-description .info-desk {
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

 @media (max-width: 640px) {
  .blog-detail h2 {
    font-size: 22px;
    top: 25%;
  }
  
  .header-search-form {
  font-size: 11px !important;
  color: #000 !important;
}
  .appointment-btn {
    margin: 0 0px 0 0;
    margin-left: 0px;
    padding: 6px 18px;
  }


.blog-detail-banner ul li i {
  margin: 0px 4px;
  color: #8AA0A8;
  font-size: 10px;
}
.blog-detail-banner ul li a {
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #8AA0A8;
}
.blog-detai-description .description-info h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #292929;
}
.blog-detai-description .description-info h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #292929;
}
.blog-detai-description .description-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #292929;
  text-align: justify;
}
.blog-detai-description .info-desk {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}
.sub-details-img img{
  width: 100%;
  margin: 10px 0px;
}
  .blog-detai-description {
    padding: 0px 0 !important;
    overflow: hidden;
  }
  .blog-detail-banner {
  padding: 20px 0px 0px 0px;
}
}

.hero .btn-get-started{
  border: #1d963b 1px solid;
}
.hero .btn-get-started2{
  border: #1d963b 1px solid;
}

.hero .btn-get-started:hover{
  color: #fff;
  background: transparent;
  border: #1d963b 1px solid;
}

.hero .btn-get-started2:hover{
  color: #fff;
  background: transparent;
  border: #1d963b 1px solid;
}






/****************************pricing Plan***************************/



/*================storage===========================*/



.storage-detail {
  border: solid 1px rgba(196, 233, 205, 1);
  padding: 8px 16px;
  border-radius: 16px;
  margin-top: 10px;
}

.detail-text h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.detail-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(7, 37, 48, 1);
}





.pricing-img-position {
  position: relative;
}

.pricing-info-img::after {
  width: 150%;
  height: 334px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #3CB55A1A;
  z-index: 1;
  border-radius: 240px 0 0 240px;
}

.pricing-info-img img{
  position: relative;
  z-index: 9;
}

  .pricing-main .pricing-title-main h2{
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 51px;
    letter-spacing: 0.5px;
  }
  .pricing-plan {
  background: rgba(242, 242, 242, 1);
  border-radius: 24px;
  margin: auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}


.pricing-plan ul {
 list-style: none;
  padding: 13px;
  margin-bottom: 0px;
  list-style: none;
}
/*.pricing-plan ul li a {

 background:  !important;
  padding: 10px 48px;
 
  color: ;
  
}*/
.pricing-plan a {
    padding: 10px 48px;
    text-decoration: none;
    color: black;
    font-size: 16px;
  line-height: 25px;
  font-weight: 500;
   border-radius: 25px;
}

.pricing-plan a.active {
    background-color: #3CB55A; /* Change this to your desired active background color */
    color: #fff !important; /* Change this to your desired active text color */
}


.pricing-plane-detail {
  border: solid 1px rgb(177, 225, 189);
  border-radius: 32px;
  padding: 32px 24px 48px 24px;
}

.pricing-plane-detail h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.pricing-plane-detail h3 {
  font-size: 43px;
  font-weight: 500;
  line-height: 64px;
  color: rgba(0, 0, 0, 1);
}
.pricing-plane-detail h3 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(0, 0, 0);
}
.pricing-plane-detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.pricing-trial-button{
  margin-top: 40px;
}
.pricing-plane-detail p img {
  margin-right: 10px;
}

.pricing-plane-detail:hover {
  background: #ebf8ee;
}

.pricing-plane-detail .active{
  background: rgb(196, 233, 205) !important;
}
 @media (max-width: 640px) {
  .blog-page h2 {
    font-size: 22px;
    top: 25%;
  }
.blog-info {
  margin: 15px 0px;
}
.pricing-title-main h2 {
  font-size: 22px !important;
  line-height: 29px !important;
}
.pricing-plan a {
  padding: 10px 17px;
 
  font-size: 15px;
}
.pricing-plane-detail{
  margin: 10px 0px;

}
}






/************************************//**************************************/



.banner-outer-text{
    position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
/*  font-size: 50px;*/
  font-weight: 700;
/*  line-height: 56px;*/
  text-transform: uppercase;
  color: #fff;
  }
  .hosting {
  position: relative;
  margin: 77px 0 0;
  padding-bottom: 0px !important;
}
.banner-outer-text p {
 font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px !important;
  line-height: 20px;
  text-shadow: 2px 2px 3px #000;
}
.banner-outer-text h1 {
font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 50px;
  text-shadow: 2px 2px 3px #000;
}
.banner-outer-text h2 {
  margin-bottom: 10px !important;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.banner-button a {
  padding: 10px 36px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 25px;
  background-color: #3CB55A;
  color: #fff !important;
  margin-right: 10px;
  text-transform: capitalize;
}


 .testimonials .testimonials-slider {
  overflow: visible;
}


 /*.testimonials  .swiper-slide{
  opacity: .2;
 }*/

  .testimonials .swiper-slide-next,   .testimonials .swiper-slide-active,  .testimonials .swiper-slide-prev{
    opacity: 1;
  }



.banner-slider .swiper-pagination {
  margin-top: -30px;
  position: relative;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3cb55a;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3cb55a;
}

.only-mobile{
  display: none;
}
.only-desktop{
  display: block;
}

.content-img-footer{
  color: #fff;
}
@media (max-width:900px){
.footer-newsletter p {
  font-size: 12px;
}
.footer-newsletter p strong {
  display: block;
  margin-top: 14px;
}

.only-mobile{
  display: block;
}
.only-desktop{
  display: none;
}
}
/*
.scale1{
  transition: all ease .5s !important;
  display: inline-block;
}

.scale1:hover{
  transform: scale(1.1) !important;
  background: #fff;
  border: 1px solid #3cb55a;
  color: #3cb55a !important; 
}*/



 .scale1 {
      background: #3cb55a;
      color: #fff;
      border: 1px solid #3cb55a;
      position: relative;
      transition: all ease 0.5s;
      overflow: hidden;
      z-index: 1;
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
    }

    .scale1:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      background: #fff;
      transition: all ease 0.5s;
      z-index: -1;
    }

    .scale1:hover:before {
      left: 0;
    }

    .scale1:hover {
      background: #fff;
      border: 1px solid #3cb55a;
      color: #3cb55a !important;
    }


/*    compair server*/



.local-server {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  height: 160px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: dotted #3cb55a;
}
.compair-main{
  background: #3cb55a;
  border-radius: 20px 0 0 20px !important;
  height: 100%;
}
.compair {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  height: 159px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compair h3 {
  font-size: 20px;
  color: #fff;
  margin: 0px;
}
.verito-server {
 text-align: left;
  font-size: 15px;
  font-weight: 400;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: dotted #3cb55a;
}


.local-server ul li strong {
  margin-right: 5px;
}
.local-server ul li {
  list-style: none;
}

.scale1 {
  padding: 5px 15px !important;
}


.team-pop p{
  margin-top: 10px;
}

.team-pop{
  padding: 30px;
}

.left-im{
  position: relative;
}

.team-box{
  text-align: center;
  cursor: pointer;
}

/*New Style */


  .cloud-text p {
  font-size: 17px;
  color: #fff;
}
.cloud-text h3{
  margin-bottom: 10px;
  line-height: 45px;
}


.banner-outer-text p{
    line-height: 28px ;
    margin-top: 15px ;
    margin-bottom: 10px;
  }
  .banner-outer-text h2{
    margin-bottom: 10px !important;
  }
  .banner-button{
    margin-top: 10px !important;
  }
  .main-sec-btn {
  padding: 20px 0px 0px 0px;
  text-align: center;
}
.main-sec-btn p{
  margin-bottom: 0px;
}
.aa-img img {
  max-height: 350px;
}
.faq .faq-list p span {
  font-weight: 600;
}

/*Add section*/

.infrastructure-main {
  background: #ebf8ee;
  padding: 30px 0px;
  border-radius: 15px;
  text-align: center;
}
.securely-title {
  text-align: center;
  margin-bottom: 25px;
}
.securely{
  background: #ebf8ee;
  padding-top: 0px;
}
.securely-info {
  min-height: 100%;
  
  text-align: center;
}

/*Manage it Service Pricing*/

.pricing-trial-button a{
     padding: 10px 48px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 25px;
  background-color: #3cb55a;
  color: #fff !important;
  }
  
  .pricing-plane-detail a {
  padding: ;
  text-decoration: none;
  color: black;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 25px;
/*  background-color: inherit !important;*/
/*  color: #000 !important;*/
}
.pricing-plane-detail {
  border: solid 1px rgb(177, 225, 189);
  border-radius: 32px;
  padding: 32px 24px 48px 24px;
  min-height: 100%  ;
}
.pricing-plane-detail h3 {
  font-size: 43px;
  font-weight: 500;
  line-height: 64px;
  color: #3cb55a;
}
.pricing-plane-detail h3 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(0, 0, 0);
  text-decoration: line-through;
}
@media (max-width: 640px) {
  .blog-page h2 {
    font-size: 22px;
    top: 24%;
    line-height: 30px;
  }
  .pricing-plane-detail {
  margin: 30px 0px !important;
    min-height: inherit;
}
.pricing-plane-detail p {
  display: flex;
}
}



@media (max-width:900px){
   .hero .btn-get-started {
    flex: 0 0 auto;
    margin: 10px 0;
    margin-right: 0px;
    margin-right: 10px;
  }

  .hero .btn-get-started2 {
    margin-top: 10px !important; 
  }
   .banner-box {
    flex-wrap: wrap;
  }
    .tab-discription {
    display: flex;
    padding: 0px;
    margin: 0;
    width: 100%;
  }
  .discover-varito-info .d-flex {
  display: flex !important;
  flex-wrap: wrap;
}
.scale1 {
  flex: 0 0 auto;
  margin-bottom: 10px;
}
}










/*Add pages Css */


 .hero {
  text-align: left;
  color: #fff;
}
   .hero h4{
    text-shadow: 2px 2px 3px #000;

   }
   .hero h1{
    text-shadow: 2px 2px 3px #000;
   }
   .tabbar .nav.nav-tabs{
    background: #fff;
   }
   .softwere-content{
    background: #fff;
   }
   .tabbar.home-page-tab {
  background: #ebf8ee;
}
.tabbar.home-page-tab {
  background: #072530;
  color: #fff;
}
.tab-title h1{
  color: #fff;
}
.discription-sub-title h2{
  color: #fff;
}
.tab-pane p{
  color: #fff;
}
.softwere-content p {
  color: #000;
}
.tab-title h1 {
  color: #fff;
}
.case-study {
/*  background: #ebf8ee;*/
/*  padding: 70px 0 60px;*/
}
.case-info-content h3{
  text-shadow: 2px 1px 2px #000;
}
.case-info-content h5{
    text-shadow: 2px 1px 2px #000;

}

.case-study-left-info h5{
    text-shadow: 2px 1px 2px #000;

}
.case-study-left-info h3{
    text-shadow: 2px 1px 2px #000;

}
.blogs {
  border: solid 1px #ddd;
  border-radius: 18px;
  padding-bottom: 15px;
}
.blogs:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.case-study .tab-title h2 {
  color: #000;
}
.aa:hover{
  color: #fff;
}
.blog .tab-title h2 {
  color: #000;
}
.hero {
  width: 100%;
  height: 60vh;
  margin-top: 110px;
}
.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


/*New Faq add*/
/*.left-faq-title h2{
  font-weight: 500;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}*/
.left-faq-title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-text{
  justify-content: center;
  margin-bottom: 50px;
  padding-bottom: 19px;
}
.faq .faq-list p span {
  font-weight: 600;
}