
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #070337;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #070337;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 10px 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #e0e3ed;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 10px 10%;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 10px 25%;
}


.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent;
	border: none !important;
	font-size: 14px;
}




.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/* Max width 767px
<<<<=====================================================================>>>>*/
@media only screen and (max-width: 767px) {
  /* Global Style
  <<<<=====================>>>>*/
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 1.3rem;
  }
  .dedicated-area p{
    margin-top: 10px;
  }
  .me-15 {
    margin-right: 0;
  }
  .ms-15 {
    margin-left: 0;
  }
  .p-0 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .pe-0 {
    padding-right: 12px !important;
  }
  .ps-0 {
    padding-left: 12px !important;
  }
  .shape {
    display: none;
  }
  .main-section-title {
    margin: -5px auto 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .main-section-title .top-title {
    font-size: calc(1.3rem + .6vw)
  }
  .main-section-title h2 {
    font-size: 25px;
  }
  .main-section-title.left-align {
    text-align: center;
  }
  .main-btn {
    font-size: 14px;
  }
  .main-btn span i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .main-detail-btn {
    font-size: 16px;
  }
  /* Header Style
  <<<<=====================>>>>*/
  .header-bg-style:before {
    display: none;
  }
  .header-bg-style.bg-style-four {
    background-color: #1b6ef0;
  }
  .header-left-content {
    margin-bottom: 10px;
    text-align: center;
  }
  .header-left-content li {
    margin-right: 0;
  }
  .header-left-content li a {
    font-size: 15px;
  }
  .header-right-content {
    text-align: center;
  }
  .header-right-content li a {
    width: 30px;
    height: 30px;
    line-height: 33px;
  }
  /* Banner Style
  <<<<=====================>>>>*/
  .banner-section {
    padding-top: 60px;
  }
  .banner-section.ptb-145 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-section.ptb-220 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-section.ptb-180 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-section.bg-overly.guardian::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  }
  .banner-content {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .banner-content .top-title {
    font-size: 16px;
  }
  .banner-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .banner-content p {
    /* font-size: 16px; */
    margin-bottom: 22px;
  }
  .pb-200{
    padding-bottom: 50px;
  }
 
 
  /* Services Style
  <<<<=====================>>>>*/
  .main-services-item {
    padding: 20px;
  }
  .main-services-item .icon {
    margin-bottom: 10px;
  }
  .main-services-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  /* Case Style
  <<<<=====================>>>>*/
  .case-slide.owl-theme .owl-nav {
    position: unset;
    margin-top: 20px !important;
  }
  .case-slide.owl-theme .owl-nav .owl-prev, .case-slide.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 43px;
  }
  .single-case-study {
    padding: 20px;
  }
  .single-case-study .case-study-content span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .single-case-study .case-study-content h3 {
    font-size: 18px;
  }
  /* Analysis Style
  <<<<=====================>>>>*/
  .analysis-img {
    margin-bottom: 0;
    padding-top: 60px;
  }
  .analysis-content {
    margin-left: 0;
  }
  .analysis-content .top-title {
    font-size: 13px;
  }
  .analysis-content h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  /* FAQ Style
  <<<<=====================>>>>*/
  .faq-content {
    margin-bottom: 30px;
  }
  .faq-content .top-title {
    font-size: 13px;
  }
  .faq-content h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .faq-img {
    margin-left: 0;
  }
  /* Testimonial Style
  <<<<=====================>>>>*/
  /* .main-testimonial-item {
    padding: 20px;
  }
  .main-testimonial-item .testimonial-info .info h3 {
    font-size: 18px;
  } */
  /* .trusted {
    font-size: 20px;
  } */
  /* .testimonial-slide.owl-theme .owl-dots {
    margin-top: 0 !important;
  } */
  /* Blog Style
  <<<<=====================>>>>*/
  /* .blog-shape .blog-shape-1 {
    display: none;
  }
  .blog-shape .blog-shape-2 {
    display: none;
  } */
  /* .main-blog-item .main-blog-content {
    padding: 20px;
  }
  .main-blog-item .main-blog-content ul li a {
    font-size: 14px;
  }
  .main-blog-item .main-blog-content ul li a i {
    font-size: 14px;
  }
  .main-blog-item .main-blog-content h3 {
    font-size: 18px;
  } */
  /* Video Style
  <<<<=====================>>>>*/
  /* Footer Style
  <<<<=====================>>>>*/
  /* Back To Top Style
  <<<<=====================>>>>*/
  .back-to-top {
    top: -25px;
  }
  /* page Banner Style
  <<<<=====================>>>>*/
  .page-banner-content {
    text-align: center;
  }
  .page-banner-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .page-banner-img {
    /* display: none; */
  }
  .dedicated-area .top-title{
    text-align: center;
  }
  /* Single Team Style
  <<<<=====================>>>>*/
  .single-team-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-team-content {
    text-align: center;
  }
  .single-team-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  /* Contact Form Style
  <<<<=====================>>>>*/
  .contact-form-content {
    padding: 30px;
  }
  /* Project Details Style
  <<<<=====================>>>>*/
  .project-slide.owl-theme .owl-nav .owl-next, .project-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
    transform: unset;
  }
  /* Sidebar Wrap Style
  <<<<=====================>>>>*/
  .sidebar-wrap {
    margin-top: 30px;
  }
  
  .pagination {
    margin-top: 0;
  }
  .pagination .page-count {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  
  /* Billing Style
  <<<<=====================>>>>*/
  .billing-address .form-check .form-check-label {
    font-size: 16px;
  }
  .billing-address h3 {
    font-size: 23px;
  }
  
  
  /* Blog Details Style
  <<<<=====================>>>>*/
  .blog-details-area .col-lg-4 {
    order: 2;
  }
  .banner-img{
    text-align: center !important;
  }
  .banner-img img{
    width: 80% !important;
  }
  .messageAPPTop{
    display: none !important;
  }
  .messageApp{
    display: block !important;
  }
  .container-bottom-img{
    margin-top: -40px !important;
  }
  .map-wrapper{
    text-align: center;
  }
  .page-banner-img-p{
    padding-top:0px !important
  }
  .page-banner-section-sptext{
    width: 100% !important;
  }
  .dedicated-area-sp{
    padding-top: 0px !important;
  }
  .sp-h1{
    width: 100% !important;
  }
  .page-banner-section .page-banner-img img {
    width: 260px !important;
  }
  .page-banner-section-right{
    padding-bottom: 30px !important;
  }
  .page-banner-section .page-banner-img{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
}
/* Min width 576px to Max width 767px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Header Style
  <<<<=====================>>>>*/
  .header-left-content li {
    margin-right: 10px;
  }
  /* Completed Style
  <<<<=====================>>>>*/
  .main-completed-item .completed-content {
    padding: 10px;
  }
  .main-completed-item .completed-content span {
    font: 14px;
  }
}
/* Min width 768px to Max width 991px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Global Style
  <<<<=====================>>>>*/
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 16px;
  }
  .me-15 {
    margin-right: 0;
  }
  .ms-15 {
    margin-left: 0;
  }
  .p-0 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .pe-0 {
    padding-right: 12px !important;
  }
  .ps-0 {
    padding-left: 12px !important;
  }
  .shape {
    display: none;
  }
  .main-section-title {
    margin: -5px auto 35px;
  }
  .main-section-title .top-title {
    font-size: 13px;
  }
  .main-section-title h2 {
    font-size: 25px;
  }
  .main-section-title.left-align {
    text-align: center;
  }
  .main-btn {
    font-size: 14px;
  }
  .main-btn span i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .main-detail-btn {
    font-size: 16px;
  }
  /* Header Style
  <<<<=====================>>>>*/
  .header-bg-style:before {
    display: none;
  }
  .header-bg-style.bg-style-four {
    background-color: #1b6ef0;
  }
  .header-left-content {
    margin-bottom: 10px;
    text-align: center;
  }
  .header-left-content li {
    margin-right: 10px;
  }
  .header-left-content li a {
    font-size: 15px;
  }
  .header-right-content {
    text-align: center;
  }
  .header-right-content li a {
    width: 30px;
    height: 30px;
    line-height: 33px;
  }
  /* Banner Style
  <<<<=====================>>>>*/
  .banner-section {
    padding-top: 70px;
  }
  .banner-section.ptb-145 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .banner-section.ptb-220 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .banner-section.ptb-180 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .banner-section.bg-overly.guardian::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  }
  .banner-content {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .banner-content .top-title {
    font-size: 16px;
  }
  .banner-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .banner-content p {
    font-size: 16px;
    margin-bottom: 22px;
  }
  
  
  /* Services Style
  <<<<=====================>>>>*/
  .main-services-item {
    padding: 20px;
  }
  .main-services-item .icon {
    margin-bottom: 10px;
  }
  .main-services-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  /* Case Style
  <<<<=====================>>>>*/
  .case-slide.owl-theme .owl-nav {
    position: unset;
    margin-top: 20px !important;
  }
  .case-slide.owl-theme .owl-nav .owl-prev, .case-slide.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 43px;
  }
  .single-case-study {
    padding: 20px;
  }
  .single-case-study .case-study-content span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .single-case-study .case-study-content h3 {
    font-size: 18px;
  }
  /* Analysis Style
  <<<<=====================>>>>*/
  .analysis-img {
    margin-bottom: 0;
    padding-top: 60px;
  }
  .analysis-content {
    margin-left: 0;
  }
  .analysis-content .top-title {
    font-size: 13px;
  }
  .analysis-content h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  /* FAQ Style
  <<<<=====================>>>>*/
  .faq-content {
    margin-bottom: 30px;
  }
  .faq-content .top-title {
    font-size: 13px;
  }
  .faq-content h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .faq-img {
    margin-left: 0;
  }
  .faq-img img {
    width: 100%;
  }
  /* Testimonial Style
  <<<<=====================>>>>*/
  .main-testimonial-item {
    padding: 20px;
  }
  .main-testimonial-item .testimonial-info .info h3 {
    font-size: 18px;
  }
  /* .trusted {
    font-size: 20px;
  } */
  /* .testimonial-slide.owl-theme .owl-dots {
    margin-top: 0 !important;
  } */
  /* Blog Style
  <<<<=====================>>>>*/
  /* .blog-shape .blog-shape-1 {
    display: none;
  }
  .blog-shape .blog-shape-2 {
    display: none;
  } */
  /* .main-blog-item .main-blog-content {
    padding: 20px;
  }
  .main-blog-item .main-blog-content ul li a {
    font-size: 14px;
  }
  .main-blog-item .main-blog-content ul li a i {
    font-size: 14px;
  }
  .main-blog-item .main-blog-content h3 {
    font-size: 18px;
  } */
  /* Video Style
  <<<<=====================>>>>*/
  /* Back To Top Style
  <<<<=====================>>>>*/
  .back-to-top {
    top: -25px;
  }
  /* Single Team Style
  <<<<=====================>>>>*/
  .single-team-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-team-content {
    text-align: center;
  }
  .single-team-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  
  /* Blog Details Style
  <<<<=====================>>>>*/
  .blog-details-area .col-lg-4 {
    order: 2;
  }
  .pagination {
    margin-top: 0;
  }
  .pagination .page-count {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Billing Style
  <<<<=====================>>>>*/
  .billing-address .form-check .form-check-label {
    font-size: 16px;
  }
  .billing-address h3 {
    font-size: 23px;
  }
  /* Product Details Style
   <<<<=====================>>>>*/
  
  /* Sign Up Log In Style
  <<<<=====================>>>>*/
  .sign-up-section .ps-0 {
    padding-left: 0 !important;
  }
  .sign-up-section .pe-0 {
    padding-right: 0 !important;
  }
  /* Sidebar Wrap Style
  <<<<=====================>>>>*/
  .sidebar-wrap {
    margin-top: 30px;
  }
  /* page Banner Style
  <<<<=====================>>>>*/
  .page-banner-content {
    text-align: center;
  }
  .page-banner-content h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .page-banner-img {
    display: none;
  }
 
  /* Project Details Style
  <<<<=====================>>>>*/
  .project-slide.owl-theme .owl-nav .owl-next, .project-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
    transform: unset;
  }
}
/* Min width 992px to Max width 1199px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Global Style
  <<<<=====================>>>>*/
  .pe-0 {
    padding-right: 12px !important;
  }
  .ps-0 {
    padding-left: 12px !important;
  }
  .ms-15 {
    margin-left: 0;
  }
  .me-15 {
    margin-right: 0;
  }
  .main-section-title h2 {
    font-size: 38px;
  }
  /* Header Style
  <<<<=====================>>>>*/
  .header-bg-style:before {
    width: 70%;
  }
  .header-bg-style.bg-style-three:before {
    width: 70%;
  }
  .header-bg-style.bg-style-four {
    background-color: #1b6ef0;
  }
  /* Main Nav Style
  <<<<=====================>>>>*/
  .navbar-section .navbar-brand {
    max-width: 180px;
  }
  .navbar-section .navbar-brand .logo{
    width: 180px !important;
    height: 60px !important;
  }
  .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .main-nav .navbar .nav-right-options {
    margin-left: 0;
  }
  .main-nav .navbar .nav-right-options .main-btn {
    padding: 10px;
  }
  .main-nav .navbar .nav-right-options .main-btn span i {
    margin-left: 0;
  }
  .main-nav .navbar .nav-right-options .main-btn span .get {
    display: none !important;
  }
  /* Banner Style
  <<<<=====================>>>>*/
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content p {
    font-size: 17px;
  }
  /* Services Style
  <<<<=====================>>>>*/
  .services-shape .shape.shape-1 {
    display: none;
  }
  .main-services-item {
    padding: 25px;
  }
  /* Case Study Style
  <<<<=====================>>>>*/
  .single-case-study {
    padding: 20px;
  }
  .single-case-study .case-study-content {
    padding: 20px;
  }
  /* Completed Style
  <<<<=====================>>>>*/
  .main-completed-item .icon {
    padding: 44px 20px;
  }
  .analysis-content {
    margin-left: 0;
  }
  .analysis-content h2 {
    font-size: 38px;
  }
  /* FAQ Style
  <<<<=====================>>>>*/
  .faq-content h2 {
    font-size: 38px;
  }
  /* Blog Style
  <<<<=====================>>>>*/
  /* .main-blog-item .main-blog-content {
    padding: 20px;
  } */
  /* Testimonials Style
  <<<<=====================>>>>*/
  .main-testimonials {
    padding: 20px;
  }
  /* Video Content Style
  <<<<=====================>>>>*/
 
  /* Project Details Style
  <<<<=====================>>>>*/
  .project-slide.owl-theme .owl-nav .owl-next, .project-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
    transform: unset;
  }
  
  /* Sign Up Log In Style
  <<<<=====================>>>>*/
  .sign-up-section .ps-0 {
    padding-left: 0 !important;
  }
  .sign-up-section .pe-0 {
    padding-right: 0 !important;
  }
  /* Page banner Style
  <<<<=====================>>>>*/
  .page-banner-content h2 {
    font-size: 45px;
  }
  .main-nav .navbar .navbar-nav .nav-item .nav-link.active::after {
    content: '';
    width: auto;
    min-width: 44px;
    height: 2px;
    background: #1182fb;
    border-radius: 1px;
    display: block;
    position: absolute;
    bottom: -15px;
  }
  .main-nav .navbar .navbar-nav .nav-item .nav-link.active-55::after {
    content: '';
    width: auto;
    min-width: 55px;
    height: 2px;
    background: #1182fb;
    border-radius: 1px;
    display: block;
    position: absolute;
    bottom: -15px;
  }
  .main-nav .navbar .navbar-nav .nav-item .nav-link.active-70::after {
    content: '';
    width: auto;
    min-width: 70px;
    height: 2px;
    background: #1182fb;
    border-radius: 1px;
    display: block;
    position: absolute;
    bottom: -15px;
  }
  .main-nav .navbar .navbar-nav .nav-item .nav-link.active-85::after {
    content: '';
    width: auto;
    min-width: 85px;
    height: 2px;
    background: #1182fb;
    border-radius: 1px;
    display: block;
    position: absolute;
    bottom: -15px;
  }
  
  .main-nav .navbar .navbar-nav .nav-item .nav-link.active-88::after {
    content: '';
    width: auto;
    min-width: 88px;
    height: 2px;
    background: #1182fb;
    border-radius: 1px;
    display: block;
    position: absolute;
    bottom: -15px;
  }

}
/* Min width 1200px to Max width 1320px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  /* header Style
  <<<<=====================>>>>*/
  .header-bg-style:before {
    width: 65%;
  }
  .header-bg-style.bg-style-three:before {
    width: 70%;
  }
  .header-bg-style.bg-style-four {
    background-color: #1b6ef0;
  }
  /* Project Details Style
  <<<<=====================>>>>*/
  .project-slide.owl-theme .owl-nav {
    margin-top: 20px !important;
  }
  .project-slide.owl-theme .owl-nav .owl-next, .project-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
    transform: unset;
  }
}
/* Medium devices (tablets, 768px and up) Only Mobil Menu
===========================================================*/
@media only screen and (max-width: 991px) {
  /* Navbar Style
  <<<<=====================>>>>*/
  .navbar-section {
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-section .dropdown-toggle::after {
    display: none;
  }
  .navbar-section .mobile-nav {
    display: block !important;
  }
  .navbar-section .mobile-nav .mobile-menu {
    position: relative;
  }
  .navbar-section .mobile-nav .mobile-menu .logo {
    position: relative;
    z-index: 2;
    max-width: 181px;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-nav {
    margin-top: 46px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-nav ul {
    border: none !important;
    background-color: #ffffff;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-nav ul li a {
    border-top-color: #efefef;
    color: #2e2e2e !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-nav ul li a:active {
    color: #00d0f5 !important;
  }

  
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-nav ul li a.active {
    color: #00d0f5 !important;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 11px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 26px;
    height: 30px;
    padding-top: 6px;
    color: #00d0f5;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .meanmenu-reveal span {
    background: #00d0f5;
    height: 3px;
    margin-top: -6px;
    border-radius: 0;
    position: relative;
    top: 10px;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 2;
    padding: 0;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .navbar-nav {
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    max-height: 50vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #555;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background: #06060e;
  }
  .navbar-section .mobile-nav .mobile-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .navbar-section .mobile-nav .others-options {
    display: none !important;
  }
  .navbar-section .main-nav {
    display: none !important;
  }
  /* WOW Style
  <<<<=====================>>>>*/
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
  .advantages-right{
    display: flex;
    justify-content: center;
  }
  .page-banner-section span {
    text-align: center;
  }
  .page-banner-section .page-banner-img{
    padding-top: 30px;
  }
  .h2style1 h1{
    color: #007ea3 !important;
  }
}

