
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home section
 6.Features section
 7.Statistic section
 8.About section
 9.Screenshots section
 10.Video section
 11.Pricing section
 12.App available section
 13.Contact section
 14.Testimonial section
 15.Overview section
 16.News section
 17.Blog page & single post
 18.footer
 19.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

body {
  font-family: "Inter", "Poppins", system-ui, -apple-system, sans-serif;
}

/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0 30px;
}
.navbar-default .inner-header {
  border-bottom: 1px solid #444444;
}
.navbar-default a.button-two {
  float: right;
  margin-top: 15px;
  margin-left: 30px;
  padding: 9px 28px;
}
header.fullwidth .navbar-default {
  border-bottom: 1px solid #b4abe6;
}
header.fullwidth.white-header .navbar-default {
  border-bottom: none;
}
header.fullwidth.light-style .navbar-default {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar-header {
  position: relative;
  z-index: 2;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 15px;
  letter-spacing: 2.5px;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #ebebeb !important;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 28px 15px 27px;
  position: relative;
}
.navbar-nav > li > a i {
  font-size: 10px;
  margin-left: 10px;
  float: right;
  display: inline-block;
  margin-top: 4px;
}
.navbar-nav > li > a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a:hover:before {
  opacity: 1 !important;
  visibility: visible !important;
}
header.active .navbar {
  background: #6633cc;
}
header.fullwidth.white-header.active .navbar {
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
header.fullwidth.white-header.active .navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header.fullwidth.white-header.active .navbar-nav > li > a {
  color: #666666 !important;
}
header.fullwidth.white-header.active .navbar-nav > li > a:before {
  background: #666666;
}
header.fullwidth.white-header.active a.button-two {
  border-color: #6633cc;
  color: #6633cc;
}
header.light-style .navbar {
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
header.light-style .navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header.light-style .navbar-nav > li > a {
  color: #666666 !important;
}
header.light-style .navbar-nav > li > a:hover {
  color: #6633cc !important;
}
header.light-style .navbar-nav > li > a:before {
  background: #6633cc;
}
header.light-style a.button-two {
  border-color: #6633cc;
  color: #6633cc;
}
.navbar-collapse {
  position: relative;
}
li.drop {
  position: relative;
}
ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 230px;
  margin-top: 10px;
  left: 0px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.dropdown li {
  display: block;
  border-top: 1px solid #ebecf0;
}
ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 20px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
}
ul.dropdown li a i {
  font-size: 10px;
  display: inline-block;
  margin-right: 16px;
  float: left;
  margin-top: 6px;
}
ul.dropdown li a:hover {
  color: #6633cc;
}
li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
p {
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
h1 {
  color: #333333;
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 20px;
}
h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #00b9ff;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #00b9ff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 27px;
}
a.button-one:hover {
  color: #fff;
  background-color: #00aeff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
a.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 28px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
a.button-two:hover {
  background-color: #fff;
  color: #6633cc;
}
#container {
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  content & Home section
/*-------------------------------------------------*/
.title-section {
  text-align: center;
  margin-bottom: 70px;
}
.title-section span {
  display: inline-block;
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}
.title-section h1 {
  color: #333333;
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 20px;
}
.title-section p {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.title-section.white span {
  color: #fff;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ccc;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-align: center;
}
#home-section .tp-caption.small_text a.button-one {
  padding: 14px 28px;
  letter-spacing: 0 !important;
}
#home-section .tp-caption.small_text.black-col {
  color: #777777;
}
#home-section .tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  background-color: none;
  text-decoration: none;
  text-transform: initial;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  letter-spacing: -0.5px;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #00b9ff !important;
}
#home-section .tp-caption.finewide_medium_white.black-col {
  color: #333333;
}
#home-section .tp-caption.mediumlarge_light_white_center {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}
#home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #fff;
  border-color: transparent;
  opacity: 1;
}
#home-section a.txt-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
#home-section a.txt-btn i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-left: 4px;
  border: 1px dashed #f1f1f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 16px;
}
#home-section a.txt-btn:hover {
  color: #00b9ff;
}
section#home-section {
  z-index: 2;
  position: relative;
}
section#home-section .top-block {
  text-align: center;
  padding: 165px 0;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-hero {
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#home-section.page-hero .top-block {
  background-color: transparent;
}
.page-hero.attendance-hero {
  background-image: url('../upload/attendance.png');
}
.page-hero.employee-management-hero {
  background-image: url('../upload/employee.png');
}
.page-hero.ess-hero {
  background-image: url('../upload/ess.png');
}
.page-hero.leave-hero {
  background-image: url('../upload/leave.png');
}
.page-hero.payroll-hero {
  background-image: url('../upload/payroll.png');
}
.page-hero.shift-hero {
  background-image: url('../upload/shift.png');
}
.page-hero.tracking-hero {
  background-image: url('../upload/tracking.png');
}
.page-hero.automation-hero {
  background-image: url('../upload/automation.png');
}
.page-hero.compliance-hero {
  background-image: url('../upload/compliance.png');
}
.page-hero.crm-hero {
  background-image: url('../upload/crm.png');
}
.page-hero.dept-hero {
  background-image: url('../upload/dept.png');
}
.page-hero.hr-hero {
  background-image: url('../upload/hr.png');
}
.page-hero.mcmd-hero {
  background-image: url('../upload/mcmd.png');
}
.page-hero.project-hero {
  background-image: url('../upload/project.png');
}
.page-hero.consulting-implementation-hero {
  background-image: url('../upload/consulting.png');
}
.page-hero.digital-twin-hero {
  background-image: url('../upload/digitaltwin.png');
}
.page-hero.operations-management-hero {
  background-image: url('../upload/operations.png');
}
.page-hero.workforce-management-hero {
  background-image: url('../upload/workforce.png');
}
.page-hero.construction-hero {
  background-image: url('../upload/construction.png');
}
.page-hero.education-hero {
  background-image: url('../upload/educationn.png');
}
.page-hero.healthcare-hero {
  background-image: url('../upload/hospital.png');
}
.page-hero.hospitality-hero {
  background-image: url('../upload/hospitality.png');
}
.page-hero.logistics-hero {
  background-image: url('../upload/logistics.png');
}
.page-hero.manufacturing-hero {
  background-image: url('../upload/manufacturing.png');
}
.page-hero.retail-hero {
  background-image: url('../upload/retail.png');
}
section#home-section .top-block .container {
  position: relative;
  z-index: 2;
}
section#home-section .top-block h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 15px;
}
section#home-section .top-block h2 {
  color: #fff;
  margin-bottom: 30px !important;
}
section#home-section .top-block a {
  margin-bottom: 30px;
}
section#home-section .top-block p {
  margin-bottom: 20px;
  color: #fff;
}
section#home-section .top-block p a {
  color: #00b9ff;
  text-decoration: underline;
}
section#home-section .top-block img {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
section#home-section .top-block:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}
section#home-section div.top-block2 {
  padding: 210px 0 0;
  position: relative;
}
section#home-section div.top-block2 p {
  margin-bottom: 20px;
}
section#home-section div.top-block2 h2 {
  margin-bottom: 24px;
  color: #999999;
}
section#home-section div.top-block2 a.button-one {
  margin-right: 20px;
  padding-left: 36px;
  padding-right: 36px;
}
section#home-section div.top-block2 a.btn-txt {
  color: #6633cc;
  font-size: 18px;
  font-weight: 600;
}
section#home-section div.top-block2 a.btn-txt i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-left: 4px;
  border: 1px dashed #dcd7e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 16px;
}
section#home-section div.top-block2 .clients-box {
  padding-top: 100px;
}
section#home-section div.top-block2 .clients-box span {
  display: inline-block;
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
section#home-section div.top-block2 .clients-box ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
section#home-section div.top-block2 .clients-box ul.client-list li {
  display: inline-block;
  padding-right: 20px;
}
section#home-section div.top-block2 .clients-box ul.client-list li img {
  max-height: 16px;
  width: auto;
}
section#home-section div.top-block2 .clients-box ul.client-list li:first-child img {
  max-height: 20px;
}
section#home-section div.top-block2 .top-block-image {
  margin-top: -100px;
}
section#home-section div.top-block2 .image-rounded {
  position: absolute;
  width: 70%;
  height: 800px;
  right: -15%;
  top: -300px;
  background: url('../upload/k1.jpg') right bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-border-top-left-radius: 400px;
  -moz-border-top-left-radius: 400px;
  -o-border-top-left-radius: 400px;
  border-top-left-radius: 400px;
  -webkit-border-bottom-left-radius: 400px;
  -moz-border-bottom-left-radius: 400px;
  -o-border-bottom-left-radius: 400px;
  border-bottom-left-radius: 400px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
}
section#home-section div.top-block2 .image-rounded:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -50px;
  border: 1px solid #ebe9ee;
  -webkit-border-top-left-radius: 400px;
  -moz-border-top-left-radius: 400px;
  -o-border-top-left-radius: 400px;
  border-top-left-radius: 400px;
  -webkit-border-bottom-left-radius: 400px;
  -moz-border-bottom-left-radius: 400px;
  -o-border-bottom-left-radius: 400px;
  border-bottom-left-radius: 400px;
}
section.client-list-section {
  margin-top: -180px;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
section.client-list-section p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
section.client-list-section .client-list-box {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
section.client-list-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
section.client-list-section ul.client-list li {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 0 10px;
}
section.client-list-section ul.client-list li img {
  max-width: 100%;
  height: auto;
}
/*-------------------------------------------------*/
/* =  Features section
/*-------------------------------------------------*/
section#features-section {
  padding: 100px 0 60px;
  background: #fff;
  position: relative;
  z-index: 2;
}
section#features-section .about-box > img {
  display: block;
  margin: 0 auto 30px;
}
section#features-section .about-box .posts-box {
  padding-right: 40px;
}
section#features-section .about-box .posts-box .about-post {
  margin-top: 35px;
  overflow: hidden;
}
section#features-section .about-box .posts-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 1px dashed #dad5e3;
  color: #00b9ff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
section#features-section .about-box .posts-box .about-post h2 {
  margin-bottom: 18px;
  overflow: hidden;
  line-height: 60px;
}
section#features-section .about-box .posts-box .about-post span {
  color: #888888;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin: 0;
}
section#features-section .about-box .posts-box.right-align {
  padding-right: 0;
  padding-left: 40px;
}
section#features-section .about-box .image-holder {
  text-align: center;
  overflow: visible;
  margin-left: -40px;
  margin-right: -40px;
}
section#features-section .about-box .image-holder img {
  max-width: 100%;
  height: auto;
}
section#features-section2 {
  padding: 60px 0;
}
section#features-section2 ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}
section#features-section2 ul.client-list li {
  float: left;
  display: inline-block;
  width: 20%;
}
section#features-section2 .about-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
section#features-section2 .about-box .about-post {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
section#video-section .about-box .about-post {
  display: flex;
  align-items: flex-start;
}
section#features-section2 .about-box .about-post .icon-box,
section#video-section .about-box .about-post .icon-box,
div.about-app-section .content-holder .posts-box .about-post .icon-box {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  align-self: flex-start;
}
section#features-section2 .about-box .about-post .icon-box i,
section#video-section .about-box .about-post .icon-box i,
div.about-app-section .content-holder .posts-box .about-post .icon-box i {
  color: #6633cc;
  font-size: 30px;
  line-height: 1;
}
section#features-section2 .about-box .about-post .post-content,
section#video-section .about-box .about-post .post-content,
div.about-app-section .content-holder .posts-box .about-post .post-content {
  flex: 1 1 auto;
  min-width: 0;
}
section#features-section2 .about-box .about-post h2 {
  padding-top: 0;
  margin-bottom: 15px;
}
section#features-section2 .about-box .about-post p {
  margin: 0;
  line-height: 26px;
}
section#features-section2 .about-box .center-area {
  text-align: center;
}
section#features-section2 .about-box .center-area a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #6633cc;
  font-size: 18px;
  font-weight: 600;
}
section#features-section2 .about-box .center-area a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}
section#features-section2 .about-box .center-area a:hover {
  color: #00b9ff;
}
section#features-section3 {
  padding: 70px 0;
  position: relative;
}
section#features-section3 .container {
  position: relative;
  z-index: 2;
}
section#features-section3 .title-section {
  text-align: left;
  margin-bottom: 30px;
}
section#features-section3 .image-holder {
  padding-top: 100px;
  margin-left: -80px;
  margin-right: -1px;
}
section#features-section3 .image-holder img {
  width: 100%;
  height: auto;
}
section#features-section3 .about-post {
  padding: 12px 16px;
  border: 1px dashed #dad5e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
section#features-section3 .about-post h2 {
  margin-bottom: 25px;
}
section#features-section3 .about-post h2 i {
  font-size: 30px;
  color: #6633cc;
  margin-right: 14px;
}
section#features-section3 .about-post p {
  margin-bottom: 0;
  line-height: 30px;
}
section#features-section3 .about-box > p {
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}
section#features-section3 .about-box > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #6633cc;
  font-size: 18px;
  font-weight: 600;
}
section#features-section3 .about-box > a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}
section#features-section3 .about-box > a:hover {
  color: #00b9ff;
}
section#features-section3 .image-rounded {
  position: absolute;
  width: 54%;
  height: 650px;
  left: -20%;
  bottom: -40px;
  background: url('../upload/k2.jpg') left top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-border-top-right-radius: 325px;
  -moz-border-top-right-radius: 325px;
  -o-border-top-right-radius: 325px;
  border-top-right-radius: 325px;
  -webkit-border-bottom-right-radius: 325px;
  -moz-border-bottom-right-radius: 325px;
  -o-border-bottom-right-radius: 325px;
  border-bottom-right-radius: 325px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
section#features-section3 .image-rounded:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -120px;
  right: -100px;
  border: 1px solid #ebe9ee;
  -webkit-border-top-right-radius: 325px;
  -moz-border-top-right-radius: 325px;
  -o-border-top-right-radius: 325px;
  border-top-right-radius: 325px;
  -webkit-border-bottom-right-radius: 325px;
  -moz-border-bottom-right-radius: 325px;
  -o-border-bottom-right-radius: 325px;
  border-bottom-right-radius: 325px;
}
section#features-section4 {
  padding: 100px 75px 70px;
  margin: 0 80px;
  background: url('../upload/ban4.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#features-section4 .about-box .about-post {
  margin-bottom: 30px;
  background: #fff;
  padding: 45px 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
section#features-section4 .about-box .about-post i {
  color: #6633cc;
  font-size: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
section#features-section4 .about-box .about-post h2 {
  line-height: 30px;
  margin-bottom: 15px;
}
section#features-section4 .about-box .about-post p {
  line-height: 28px;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  Statistic section
/*-------------------------------------------------*/
section.statistic-section {
  padding: 100px 0 60px;
  background: url('../upload/back.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.statistic-section .statistic-box {
  text-align: center;
}
section.statistic-section .statistic-post {
  margin-bottom: 40px;
}
section.statistic-section .statistic-post i {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  margin-bottom: 6px;
}
section.statistic-section .statistic-post h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
section.statistic-section .statistic-post p {
  margin: 0 0 10px !important;
  color: #fff;
  font-size: 50px;
  line-height: initial;
  font-weight: 400;
}
section.statistic-section.white-background {
  padding-top: 140px;
  padding-bottom: 0;
  background: #ffffff;
}
section.statistic-section.white-background .statistic-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
section.statistic-section.white-background .statistic-post i {
  color: #cccccc;
}
section.statistic-section.white-background .statistic-post h2 {
  color: #888888;
}
section.statistic-section.white-background .statistic-post p {
  color: #333333;
}
section.statistic-section.pattern-background {
  padding: 200px 0 70px;
  background: url('../upload/pattern.jpg') center center repeat;
}
section.statistic-section.pattern-background .statistic-post {
  text-align: left;
}
section.statistic-section.pattern-background .statistic-post i {
  color: #cccccc;
  float: left;
  margin-right: 30px;
  display: inline-block;
  margin-top: 4px;
  padding-bottom: 30px;
}
section.statistic-section.pattern-background .statistic-post h2 {
  color: #888888;
}
section.statistic-section.pattern-background .statistic-post p {
  color: #333333;
}
/*-------------------------------------------------*/
/* =  About section
/*-------------------------------------------------*/
div.about-app-section {
  padding: 100px 0 70px;
  background: #fff;
  background: url('../upload/ban.jpg') left center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
div.about-app-section .content-holder .title-section {
  text-align: left;
  margin-bottom: 50px;
}
div.about-app-section .content-holder .title-section h1:after {
  left: 0;
  margin-left: 0;
}
div.about-app-section .content-holder .posts-box {
  margin-bottom: 10px;
}
div.about-app-section .content-holder .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
div.about-app-section .content-holder .posts-box .about-post h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
div.about-app-section .content-holder .posts-box .about-post p {
  margin: 0;
}
div.about-app-section.second-style {
  background: #fff;
  padding-top: 60px;
}
div.about-app-section.second-style .content-holder .posts-box .about-post {
  padding: 30px 20px;
  background: #f5f6fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.about-app-section.second-style .content-holder .posts-box .about-post .icon-box {
  margin-right: 16px;
}
div.about-app-section.second-style .content-holder .posts-box .about-post .icon-box i {
  font-size: 20px;
  color: #00b9ff;
}
div.about-app-section.second-style .content-holder .posts-box .about-post h2 {
  font-size: 17px;
  color: #6633cc;
}
div.about-app-section.second-style .content-holder .posts-box .about-post p {
  font-size: 17px;
}
div.about-app-section.second-style .image-holder {
  padding-top: 40px;
  margin-left: -1px;
  margin-right: -130px;
}
div.about-app-section.second-style .image-holder img {
  max-width: 100%;
  height: auto;
}
div.about-app-section.third-style {
  background: #fff;
  padding: 100px 0 0;
}
div.about-app-section.third-style .content-holder .title-section {
  margin-bottom: 30px;
}
div.about-app-section.third-style .content-holder > p {
  line-height: 30px;
  color: #666;
  margin-bottom: 30px;
}
div.about-app-section.third-style .content-holder > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #6633cc;
  font-size: 18px;
  font-weight: 600;
}
div.about-app-section.third-style .content-holder > a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}
div.about-app-section.third-style .content-holder > a:hover {
  color: #00b9ff;
}
div.about-app-section.third-style .image-holder {
  margin-top: -60px;
  position: relative;
}
div.about-app-section.third-style .image-holder img {
  width: 100%;
  height: auto;
  margin: 0;
}
div.about-app-section.third-style .image-holder img.snd-img {
  position: absolute;
  top: 180px;
  left: 180px;
}
div.about-app-section2 {
  padding: 100px 0 0;
  background: url('../upload/ban1.jpg') right center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
div.about-app-section2 .image-holder {
  margin-bottom: -180px;
  margin-left: -15px;
  margin-right: -20px;
}
div.about-app-section2 .image-holder img {
  display: inline-block;
  width: 100%;
  height: auto;
}
div.about-app-section2 .content-holder {
  padding: 100px 0;
}
div.about-app-section2 .content-holder .title-section {
  text-align: left;
  margin-bottom: 35px;
}
div.about-app-section2 .content-holder .title-section h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.about-app-section2 .content-holder .title-section h1:after {
  display: none;
}
div.about-app-section2 .content-holder .posts-box {
  margin-bottom: 40px;
}
div.about-app-section2 .content-holder .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 30px;
}
div.about-app-section2 .content-holder .posts-box .about-post h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 16px;
  color: #fff;
}
div.about-app-section2 .content-holder .posts-box .about-post p {
  color: #ccc;
  margin-bottom: 0;
}
div.about-app-section2 .content-holder .posts-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
div.about-app-section2 .content-holder .posts-box a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}
div.about-app-section2 .content-holder .posts-box a:hover {
  color: #00b9ff;
}
div.about-app-section2.second-style {
  background: url('../upload/ban4.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
div.about-app-section2.second-style .image-holder {
  margin-right: -60px;
  margin-left: -50px;
  position: relative;
  z-index: 2;
}
div.about-app-section2.second-style:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 160px;
  background: #fff;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}
/*-------------------------------------------------*/
/* =  Screenshots section
/*-------------------------------------------------*/
section#screenshots-section {
  padding: 140px 0 120px;
  background-color: #ffffff;
}
section#screenshots-section div.screenshots-app-box {
  margin-left: -15px;
  margin-right: -15px;
}
section#screenshots-section div.screenshots-app-box .item {
  padding: 0 15px 15px;
}
section#screenshots-section div.screenshots-app-box .item img {
  width: 100%;
  height: auto;
  border: 1px solid #ededf9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
section#screenshots-section.bottom-negative {
  padding: 140px 0 0;
  background: transparent;
  margin-bottom: -100px;
  position: relative;
}
section#screenshots-section.bottom-negative .screenshots-app-box {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section#screenshots-section.bottom-negative .screenshots-app-box .item img {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section#screenshots-section.bottom-negative .border-rounded {
  position: absolute;
  width: 72%;
  height: 1000px;
  right: -20%;
  top: 200px;
  border: 1px solid #eae8ee;
  -webkit-border-top-left-radius: 500px;
  -moz-border-top-left-radius: 500px;
  -o-border-top-left-radius: 500px;
  border-top-left-radius: 500px;
  -webkit-border-bottom-left-radius: 500px;
  -moz-border-bottom-left-radius: 500px;
  -o-border-bottom-left-radius: 500px;
  border-bottom-left-radius: 500px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
section#screenshots-section.bottom-negative2 {
  padding: 0;
  margin-bottom: -160px;
  position: relative;
  z-index: 2;
  background: transparent;
}
section#screenshots-section.bottom-negative2 .screenshots-app-box {
  max-width: 1500px;
  margin: 0 auto;
}
section#screenshots-section.bottom-negative2 .screenshots-app-box .item img {
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-buttons {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  margin-top: -20px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 24px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -60px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -60px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f111';
  font-family: 'LineAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f112';
  font-family: 'LineAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #00b9ff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #00b9ff;
}
.owl-theme .owl-controls .owl-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  height: 0;
  left: 0;
  bottom: -25px;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
  border-color: #6633cc;
}
.owl-theme .owl-controls .owl-pagination .owl-page:hover span,
.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #6633cc;
}
/*-------------------------------------------------*/
/* =  Video section
/*-------------------------------------------------*/
section#video-section {
  background: url('../upload/ban2.jpg') center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
section#video-section .video-app-box {
  max-width: 770px;
  margin: 0 auto;
}
section#video-section .video-app-box iframe {
  width: 100%;
  height: 420px;
  border: none;
}
section#video-section.white-background {
  background: #fff;
  padding: 0px;
}

section#video-section.white-background .video-app-box {
  margin-bottom: -115px;
  position: relative;
  z-index: 2;
}
section#video-section.workflow-steps-section.white-background {
  padding: 100px 0;
}
section#video-section.workflow-steps-section .title-section {
  margin-bottom: 60px;
}
section#video-section.workflow-steps-section .workflow-steps-grid .row {
  display: flex;
  flex-wrap: wrap;
}
section#video-section.workflow-steps-section .workflow-steps-grid .col-md-3,
section#video-section.workflow-steps-section .workflow-steps-grid .col-sm-6 {
  display: flex;
  margin-bottom: 30px;
}
section#video-section.workflow-steps-section .workflow-step-card {
  width: 100%;
  padding: 0 18px;
  text-align: left;
}
section#video-section.workflow-steps-section .workflow-step-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px dashed #dad5e3;
  border-radius: 3px;
  color: #6633cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section#video-section.workflow-steps-section .workflow-step-icon i {
  font-size: 22px;
  line-height: 1;
}
section#video-section.workflow-steps-section .workflow-step-card h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 14px;
}
section#video-section.workflow-steps-section .workflow-step-card p {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
section#video-section.how-it-works {
  background: #fff;
  padding: 100px 0;
}
section#video-section.how-it-works .section-header {
  margin: 0 auto 72px;
  max-width: 1180px;
  text-align: center;
}
section#video-section.how-it-works .section-header .subtitle {
  color: #b39d88;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 18px;
}
section#video-section.how-it-works .section-header h2 {
  color: #333333;
  font-size: clamp(4.8rem, 6.4vw, 8.2rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0;
}
section#video-section.how-it-works .section-header .description {
  color: #5f6d85;
  font-size: clamp(2rem, 2.1vw, 2.3rem);
  line-height: 1.6;
  margin: 28px auto 0;
  max-width: 1320px;
}
section#video-section.how-it-works .steps {
  display: grid;
  gap: 46px 38px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}
section#video-section.how-it-works .step-item {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
section#video-section.how-it-works .step-item .icon-box {
  width: 64px;
  height: 64px;
  margin: 0 0 28px;
  border: 1px dashed #dad5e3;
  border-radius: 4px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#video-section.how-it-works .step-item .icon-box i {
  color: #6633cc;
  font-size: 24px;
  line-height: 1;
}
section#video-section.how-it-works .step-item h4 {
  color: #22314f;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 22px;
}
section#video-section.how-it-works .step-item p {
  color: #667792;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 1199px) {
  section#video-section.how-it-works .steps {
    gap: 40px 30px;
  }
  section#video-section.how-it-works .step-item {
    max-width: none;
  }
}
@media (max-width: 991px) {
  section#video-section.how-it-works {
    padding: 80px 0;
  }
  section#video-section.how-it-works .section-header {
    margin-bottom: 56px;
  }
  section#video-section.how-it-works .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  section#video-section.how-it-works .section-header {
    margin-bottom: 44px;
  }
  section#video-section.how-it-works .steps {
    gap: 34px;
    grid-template-columns: 1fr;
  }
  section#video-section.how-it-works .section-header .description,
  section#video-section.how-it-works .step-item p {
    font-size: 18px;
  }
  section#video-section.how-it-works .step-item h4 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
section#video-section.white-background2 {
  background: #fff;
  padding: 100px 0;
  position: relative;
}
section#video-section.white-background2 .video-app-box {
  position: relative;
  z-index: 2;
}
section#video-section.white-background2 .border-rounded {
  position: absolute;
  width: 58%;
  height: 650px;
  left: -20%;
  top: -100px;
  border: 1px solid #eceaef;
  -webkit-border-top-right-radius: 325px;
  -moz-border-top-right-radius: 325px;
  -o-border-top-right-radius: 325px;
  border-top-right-radius: 325px;
  -webkit-border-bottom-right-radius: 325px;
  -moz-border-bottom-right-radius: 325px;
  -o-border-bottom-right-radius: 325px;
  border-bottom-right-radius: 325px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
/*-------------------------------------------------*/
/* =  Pricing section
/*-------------------------------------------------*/
section#pricing-section {
  padding: 100px 0;
  background: #f7f7f7;
}
section#pricing-section .title-section {
  margin-bottom: 100px;
}
section#pricing-section .pricing-box ul.pricing-table {
  margin: 0;
  padding: 0;
  padding: 50px 40px;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#pricing-section .pricing-box ul.pricing-table li {
  list-style: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
  margin-bottom: 10px;
}
section#pricing-section .pricing-box ul.pricing-table li p {
  margin: 0;
  color: #333333;
}
section#pricing-section .pricing-box ul.pricing-table li h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin: 0;
  color: #00b9ff;
}
section#pricing-section .pricing-box ul.pricing-table li:last-child {
  padding-bottom: 27px;
  padding-top: 40px;
}
section#pricing-section .pricing-box ul.pricing-table li.title {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
section#pricing-section .pricing-box ul.pricing-table li.title p {
  color: #999999;
}
section#pricing-section .pricing-box ul.pricing-table li.title p span {
  font-size: 60px;
  color: #333333;
  display: block;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
section#pricing-section .pricing-box ul.pricing-table:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
section#pricing-section .pricing-box ul.pricing-table:hover li:first-child h2 {
  color: #00b9ff;
}
section#pricing-section .pricing-box ul.pricing-table:hover li.title p span {
  color: #00b9ff;
}
section#pricing-section .pricing-box ul.pricing-table.business {
  position: relative;
  padding-top: 75px;
  padding-bottom: 60px;
  margin-top: -36px;
  background: url('../images/back.png') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}
section#pricing-section .pricing-box ul.pricing-table.business li.best-offer {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}
section#pricing-section .pricing-box ul.pricing-table.business li.best-offer p {
  display: inline-block;
  padding: 10px 22px 5px;
  background: #f7f7f7;
  color: #797979 !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
section#pricing-section .pricing-box ul.pricing-table.business li p,
section#pricing-section .pricing-box ul.pricing-table.business li h2,
section#pricing-section .pricing-box ul.pricing-table.business li span {
  color: #fff !important;
}
section#pricing-section.image-background {
  padding: 215px 0 0;
  background: url('../upload/ban3.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
section#pricing-section.image-background .pricing-box {
  max-width: 630px;
  margin: 0 auto -80px;
  display: flex;
}
section#pricing-section.image-background .pricing-box ul.pricing-table {
  width: 50%;
  padding: 50px 70px;
  text-align: left;
}
section#pricing-section.image-background .pricing-box ul.pricing-table h2 {
  color: #333333;
}
section#pricing-section.image-background .pricing-box ul.pricing-table li.title p {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
section#pricing-section.image-background .pricing-box ul.pricing-table li.title p span {
  display: inline-block;
}
section#pricing-section.image-background .pricing-box ul.pricing-table li:last-child {
  padding-bottom: 0;
  padding-top: 20px;
}
section#pricing-section.image-background .pricing-box ul.pricing-table.business {
  margin-left: -4px;
  margin-top: -30px;
  margin-bottom: -1px;
}
section#pricing-section.image-background .pricing-box ul.pricing-table.business li:last-child {
  padding-bottom: 0;
  padding-top: 20px;
}
section#pricing-section.image-background:after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 170px;
  background: #fff;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}
section#pricing-section.image-background2 {
  padding: 100px 0;
  background: url('../upload/ban4.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  z-index: 2;
}
section#pricing-section.image-background2 .title-section {
  margin-bottom: 30px;
}
section#pricing-section.image-background2 .pricing-box {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table {
  width: 50%;
  padding: 50px 70px;
  text-align: left;
  box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
  -o-box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.06);
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table h2 {
  color: #6633cc !important;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table li.title {
  text-align: center;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table li.title p {
  font-size: 24px;
  font-weight: 400;
  color: #333333 !important;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table li.title p span {
  display: inline-block;
  color: #333333 !important;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table li:last-child {
  padding-bottom: 0;
  padding-top: 50px;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table li:last-child a {
  width: 100%;
  text-align: center;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business {
  margin-top: 0;
  margin-left: -6px;
  background: #fff;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business h2 {
  color: #6633cc !important;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li.title p {
  color: #333333 !important;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li.title p span {
  color: #333333 !important;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li p {
  color: #333333 !important;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li:last-child {
  padding-top: 20px;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li.best-offer {
  position: absolute;
  top: 155px;
  right: 0;
  padding: 0;
  text-align: right;
  display: inline-block;
  z-index: 0;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li.best-offer p {
  display: inline-block;
  padding: 0px 8px 0 15px;
  background: #00b9ff;
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
}
section#pricing-section.image-background2 .pricing-box ul.pricing-table.business li.best-offer p:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
ul.nav-tabs {
  border-bottom: none;
  text-align: center;
  margin-bottom: 40px;
}
ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0 -4px;
  position: relative;
}
ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.nav-tabs li a:hover {
  background: transparent;
}
ul.nav-tabs li span {
  position: absolute;
  right: -166px;
  top: -4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
ul.nav-tabs li span:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 100%;
  width: 27px;
  height: 18px;
  background: url('../images/arrow.png') center center no-repeat;
}
ul.nav-tabs li:first-child a {
  -webkit-border-top-left-radius: 22px;
  -moz-border-top-left-radius: 22px;
  -o-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-bottom-left-radius: 22px;
  -o-border-bottom-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
ul.nav-tabs li:last-child a {
  -webkit-border-top-right-radius: 22px;
  -moz-border-top-right-radius: 22px;
  -o-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  -o-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
ul.nav-tabs li.active a {
  background: #fff;
  border-color: #fff;
  color: #6633cc !important;
}
/*-------------------------------------------------*/
/* =  App available section
/*-------------------------------------------------*/
section.app-available-section {
  padding: 100px 0;
  background: url('../upload/back.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.app-available-section .title-section {
  margin-bottom: 40px;
}
section.app-available-section .title-section h1:after {
  background: #ffffff !important;
}
section.app-available-section .app-available-box {
  text-align: center;
}
section.app-available-section .app-available-box ul.app-available-list {
  margin: 0;
  padding: 0;
}
section.app-available-section .app-available-box ul.app-available-list li {
  display: inline-block;
}
section.app-available-section .app-available-box ul.app-available-list li a {
  display: block;
  width: 300px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px dashed transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section.app-available-section .app-available-box ul.app-available-list li a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
section.app-available-section .app-available-box ul.app-available-list li a:hover {
  border-color: #fff;
}
section.app-available-section.second-style {
  background: #fff;
  padding-bottom: 0;
}
section.app-available-section.second-style .app-available-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
section.app-available-section.second-style .app-available-box ul.app-available-list {
  display: flex;
  justify-content: center;
}
section.app-available-section.second-style .app-available-box ul.app-available-list li {
  margin: 0 15px;
  display: inline-block;
}
section.app-available-section.second-style .app-available-box ul.app-available-list li a {
  border: 1px dashed #d1cdda;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.app-available-section.second-style .app-available-box ul.app-available-list li a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*-------------------------------------------------*/
/* =  Contact section
/*-------------------------------------------------*/
section#contact-section {
  padding: 100px 0;
}
section#contact-section #contact-form {
  max-width: 820px;
  margin: 0 auto 100px;
}
section#contact-section #contact-form input[type="text"],
section#contact-section #contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  border: 1px solid #d7d7d7;
  margin: 0 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#contact-section #contact-form input[type="text"]:focus,
section#contact-section #contact-form textarea:focus {
  border: 1px solid #6633cc;
  background: transparent;
}
section#contact-section #contact-form textarea {
  height: 130px;
}
section#contact-section #contact-form input[type="submit"] {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  background: #00b9ff;
  border: none;
  outline: none;
  padding: 12px 40px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#contact-section #contact-form input[type="submit"]:hover {
  background: #00aeff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
section#contact-section .submit-area {
  text-align: center;
}
section#contact-section .contact-info-box {
  text-align: center;
}
section#contact-section .contact-info-box span {
  color: #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px dashed #dad5e3;
  margin: 0 0 30px;
  text-align: center;
}
section#contact-section .contact-info-box span i {
  color: #00b9ff;
  font-size: 30px;
  line-height: 58px;
}
section#contact-section .contact-info-box h2 {
  margin-bottom: 20px;
}
section#contact-section .contact-info-box p {
  margin-bottom: 0px;
}
.alert-success,
.alert-danger {
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
/*-------------------------------------------------*/
/* =  Testimonial section
/*-------------------------------------------------*/
section.testimonial-section {
  padding: 10px 0 120px;
  margin-top: 60px;
  background: #f5f6fa;
  position: relative;
}
section.testimonial-section .container {
  position: relative;
  z-index: 2;
}
section.testimonial-section .testimonial-box {
  margin-left: -15px;
  margin-right: -15px;
}
section.testimonial-section .testimonial-box .testimonial-post {
  text-align: center;
  padding: 0 30px 40px;
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
}
section.testimonial-section .testimonial-box .testimonial-post span.quote {
  margin-top: -35px;
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #6633cc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 70px;
}
section.testimonial-section .testimonial-box .testimonial-post span.rating {
  display: block;
  font-size: 15px;
  color: #6633cc;
  margin-bottom: 15px;
}
section.testimonial-section .testimonial-box .testimonial-post h2 {
  font-size: 18px;
}
section.testimonial-section .testimonial-box .testimonial-post span.name-quote {
  color: #6633cc;
  font-size: 18px;
}
section.testimonial-section .item {
  padding: 35px 15px 15px;
}
section.testimonial-section:after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 170px;
  background: #f5f6fa;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}
section.testimonial-section.second-style {
  padding: 0;
  background: transparent;
}
section.testimonial-section.second-style .testimonial-post {
  border: 1px solid #ededf9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section.testimonial-section.second-style .image-rounded {
  position: absolute;
  width: 50%;
  height: 650px;
  right: -15%;
  top: 0;
  background: url('../upload/k3.jpg') left bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-border-top-left-radius: 325px;
  -moz-border-top-left-radius: 325px;
  -o-border-top-left-radius: 325px;
  border-top-left-radius: 325px;
  -webkit-border-bottom-left-radius: 325px;
  -moz-border-bottom-left-radius: 325px;
  -o-border-bottom-left-radius: 325px;
  border-bottom-left-radius: 325px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
section.testimonial-section.second-style .image-rounded:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 20px;
  border: 1px solid #ebe9ee;
  -webkit-border-top-left-radius: 325px;
  -moz-border-top-left-radius: 325px;
  -o-border-top-left-radius: 325px;
  border-top-left-radius: 325px;
  -webkit-border-bottom-left-radius: 325px;
  -moz-border-bottom-left-radius: 325px;
  -o-border-bottom-left-radius: 325px;
  border-bottom-left-radius: 325px;
}
section.testimonial-section.second-style:after {
  display: none;
}
section.testimonial-section.background-image {
  padding-top: 200px;
  padding-bottom: 0;
  background: url('../upload/ban6.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-bottom: 100px;
}
section.testimonial-section.background-image .testimonial-box {
  margin-bottom: -100px;
}
section.testimonial-section.background-image:after {
  display: none;
}
/*-------------------------------------------------*/
/* =  Overview section
/*-------------------------------------------------*/
section#overview-section {
  padding: 100px 80px 0;
}
section#overview-section .intro-block {
  display: flex;
  background: #f5f6fa;
  align-items: center;
}
section#overview-section .intro-block .image-holder {
  width: 50%;
}
section#overview-section .intro-block .image-holder img {
  width: 100%;
  height: auto;
}
section#overview-section .intro-block .content-holder {
  width: 50%;
  padding: 0 100px;
}
section#overview-section .intro-block .content-holder h2 {
  margin-bottom: 15px;
}
section#overview-section .intro-block .content-holder h2 i {
  display: inline-block;
  color: #00b9ff;
  font-size: 30px;
  text-align: center;
  line-height: 58px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px dashed #dad5e3;
  margin-right: 20px;
}
section#overview-section .intro-block .content-holder p {
  line-height: 30px;
  margin-bottom: 15px;
}
section#overview-section .intro-block .content-holder ul.intro-list {
  padding-left: 18px;
  margin-bottom: 0;
}
section#overview-section .intro-block .content-holder ul.intro-list li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
section#overview-section .intro-block:nth-child(2n) {
  flex-direction: row-reverse;
}
/*-------------------------------------------------*/
/* =  News section
/*-------------------------------------------------*/
section#news-section,
section.blog-page-section {
  padding: 100px 0;
  position: relative;
}
section#news-section .news-box,
section.blog-page-section .news-box {
  position: relative;
  z-index: 2;
}
section#news-section .news-box .news-post,
section.blog-page-section .news-box .news-post {
  margin-bottom: 30px;
}
section#news-section .news-box .news-post img,
section.blog-page-section .news-box .news-post img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
section#news-section .news-box .news-post h2,
section.blog-page-section .news-box .news-post h2 {
  line-height: 30px;
}
section#news-section .news-box .news-post h2 a,
section.blog-page-section .news-box .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
section#news-section .news-box .news-post h2 a:hover,
section.blog-page-section .news-box .news-post h2 a:hover {
  color: #6633cc;
}
section#news-section .news-box .news-post p,
section.blog-page-section .news-box .news-post p {
  line-height: 30px;
  margin-bottom: 15px;
}
section#news-section .news-box .news-post ul.post-tags,
section.blog-page-section .news-box .news-post ul.post-tags {
  margin: 0;
  padding: 0;
}
section#news-section .news-box .news-post ul.post-tags li,
section.blog-page-section .news-box .news-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
  padding-left: 14px;
  position: relative;
}
section#news-section .news-box .news-post ul.post-tags li a,
section.blog-page-section .news-box .news-post ul.post-tags li a {
  color: #666666;
}
section#news-section .news-box .news-post ul.post-tags li a:hover,
section.blog-page-section .news-box .news-post ul.post-tags li a:hover {
  color: #6633cc;
}
section#news-section .news-box .news-post ul.post-tags li:before,
section.blog-page-section .news-box .news-post ul.post-tags li:before {
  content: '';
  display: inline-block;
  top: 10px;
  left: 0;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#news-section .news-box .news-post ul.post-tags li:first-child,
section.blog-page-section .news-box .news-post ul.post-tags li:first-child {
  padding-left: 0;
}
section#news-section .news-box .news-post ul.post-tags li:first-child:before,
section.blog-page-section .news-box .news-post ul.post-tags li:first-child:before {
  display: none;
}
section#news-section .center-area,
section.blog-page-section .center-area {
  text-align: center;
  padding-top: 10px;
}
section#news-section .center-area a,
section.blog-page-section .center-area a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #6633cc;
  font-size: 18px;
  font-weight: 600;
}
section#news-section .center-area a i,
section.blog-page-section .center-area a i {
  float: right;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}
section#news-section .center-area a:hover,
section.blog-page-section .center-area a:hover {
  color: #00b9ff;
}
section#news-section .border-rounded,
section.blog-page-section .border-rounded {
  position: absolute;
  width: 58%;
  height: 650px;
  left: -20%;
  bottom: -40px;
  border: 1px solid #eceaef;
  -webkit-border-top-right-radius: 325px;
  -moz-border-top-right-radius: 325px;
  -o-border-top-right-radius: 325px;
  border-top-right-radius: 325px;
  -webkit-border-bottom-right-radius: 325px;
  -moz-border-bottom-right-radius: 325px;
  -o-border-bottom-right-radius: 325px;
  border-bottom-right-radius: 325px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
/*-------------------------------------------------*/
/* =  Blog page & single post
/*-------------------------------------------------*/
section.page-pagination-section {
  padding: 130px 0 70px;
  background: url('../upload/ban4.jpg') center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.page-pagination-section h1 {
  color: #fff;
  margin-bottom: 5px;
}
section.page-pagination-section p {
  color: #fff;
  margin-bottom: 0;
}
section.blog-page-section {
  padding: 55px 0 0;
}
section.blog-page-section .news-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}
section.blog-page-section .news-box.iso-call .news-post {
  width: 390px;
  padding: 15px;
}
section.blog-page-section .center-area {
  padding-bottom: 90px;
  border-bottom: 1px solid #ebebeb;
}
section.blog-page-section .news-box.single-post {
  padding-bottom: 90px;
  border-bottom: 1px solid #ebebeb;
}
section.blog-page-section .news-box.single-post .news-post {
  max-width: 770px;
  margin: 0 auto;
}
section.blog-page-section .news-box.single-post .news-post h1 {
  margin-bottom: 25px;
}
section.blog-page-section .news-box.single-post .news-post img {
  margin-bottom: 30px;
}
section.blog-page-section .news-box.single-post .news-post p {
  color: #666666;
  margin-bottom: 20px;
}
section.blog-page-section .news-box.single-post .news-post blockquote {
  padding: 30px 40px;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  padding-left: 100px;
  position: relative;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
section.blog-page-section .news-box.single-post .news-post blockquote:before {
  content: '\f2ce';
  color: #6633cc;
  font-size: 34px;
  display: inline-block;
  font-family: 'LineAwesome';
  position: absolute;
  font-style: normal;
  top: 46px;
  left: 40px;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box {
  padding-top: 10px;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: flex;
  padding: 45px 30px;
  margin-bottom: 30px;
  border: 1px dashed #dad5e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  align-items: center;
  min-height: 162px;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a i {
  color: #999;
  font-size: 20px;
  margin-right: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a p {
  margin-bottom: 0;
  color: #333333;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a p span {
  display: block;
  font-size: 16px;
  color: #999 !important;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a:hover {
  border: 1px solid #e6e0f2;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a:hover p,
section.blog-page-section .news-box.single-post .news-post .prev-next-box a:hover i {
  color: #6633cc;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a.next-post {
  text-align: right;
  flex-direction: row-reverse;
}
section.blog-page-section .news-box.single-post .news-post .prev-next-box a.next-post i {
  margin-left: 30px;
  margin-right: 0;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box {
  padding-bottom: 10px;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list {
  margin: 0;
  padding: 0;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li {
  display: flex;
  margin-bottom: 30px;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li img {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box h3 {
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  color: #333333;
  font-weight: 400;
  margin-bottom: -3px;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box span {
  display: inline-block;
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 16px;
  margin-bottom: 9px;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box p {
  margin-bottom: 0;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags {
  margin: 0;
  padding: 0;
  text-align: right;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags li {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
  padding-left: 14px;
  position: relative;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags li a {
  color: #666666;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags li a:hover {
  color: #6633cc;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags li:before {
  content: '';
  display: inline-block;
  top: 10px;
  left: 0;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags li:first-child {
  padding-left: 0;
}
section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags li:first-child:before {
  display: none;
}
section.blog-page-section .news-box.single-post ul.share-post {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-bottom: 40px;
}
section.blog-page-section .news-box.single-post ul.share-post li {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
}
section.blog-page-section .news-box.single-post ul.share-post li span {
  display: inline-block;
  margin-right: 4px;
  line-height: 16px;
  float: left;
}
section.blog-page-section .news-box.single-post ul.share-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 19px;
}
section.blog-page-section .news-box.single-post ul.share-post li a:hover {
  color: #6633cc;
}
#comment-form {
  padding: 30px;
  background: #f5f6fa;
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#comment-form h2 {
  margin-bottom: 24px;
}
#comment-form input[type="text"],
#comment-form textarea {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background: #ffffff;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border: 1px solid #dddddd;
  margin: 0 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#comment-form input[type="text"]:focus,
#comment-form textarea:focus {
  border: 1px solid #6633cc;
  background: transparent;
}
#comment-form textarea {
  height: 130px;
}
#comment-form input[type="submit"] {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  background: #00b9ff;
  border: none;
  outline: none;
  padding: 12px 40px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#comment-form input[type="submit"]:hover {
  background: #00aeff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  text-align: center;
  padding-top: 100px;
  background: url('../images/pattern.png');
}
footer .title-section {
  margin-bottom: 40px;
}
footer .title-section h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
footer form {
  margin: 0;
}
footer form input[type="text"] {
  width: 400px;
  max-width: 100%;
  padding: 13px 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 30px;
  color: #888888;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  -webkit-border-top-left-radius: 28px;
  -moz-border-top-left-radius: 28px;
  -o-border-top-left-radius: 28px;
  border-top-left-radius: 28px;
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-bottom-left-radius: 28px;
  -o-border-bottom-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
footer form input[type="submit"] {
  background: #00b9ff;
  width: 230px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #00b9ff;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 28px;
  -moz-border-top-right-radius: 28px;
  -o-border-top-right-radius: 28px;
  border-top-right-radius: 28px;
  -webkit-border-bottom-right-radius: 28px;
  -moz-border-bottom-right-radius: 28px;
  -o-border-bottom-right-radius: 28px;
  border-bottom-right-radius: 28px;
  padding: 12px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 0 30px;
  margin-left: -4px;
}
footer form input[type="submit"]:hover {
  opacity: 0.7;
}
footer form p {
  color: #999;
  font-size: 14px;
}
footer ul.social-icons {
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
}
footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}
footer ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px dashed #959595;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
}
footer ul.social-icons li a:hover {
  border-color: #fff;
  background: #fff;
  color: #6633cc;
}
footer p.copyright {
  padding: 20px 15px;
  color: #888;
  margin-bottom: 0;
  border-top: 1px solid #444444;
}
footer.white-style {
  background: #fff;
}
footer.white-style form {
  margin: 0;
}
footer.white-style form input[type="text"] {
  border: 1px solid #ebebeb;
  background: #f5f6fa;
}
footer.white-style form input[type="submit"] {
  padding: 13px 10px;
  border: 1px solid transparent;
}
footer.white-style ul.social-icons li a {
  border: 1px dashed #d1cdda;
  color: #6633cc;
}
footer.white-style ul.social-icons li a:hover {
  border: 1px solid #e6e0f2;
  background: #f5f6fa;
}
footer.white-style p.copyright {
  padding: 0 0 45px;
  border-top: 1px solid transparent;
}
footer.pattern-style {
  background: url('../upload/pattern.jpg') center center repeat;
}
footer.pattern-style .title-section {
  margin-bottom: 40px;
}
footer.pattern-style .title-section h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
footer.pattern-style ul.download-list {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
footer.pattern-style ul.download-list li {
  display: inline-block;
  margin: 0 12px;
}
footer.pattern-style ul.download-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
footer.pattern-style ul.download-list li a span {
  display: block;
  width: 90px;
  height: 90px;
  border: 1px dashed #d1cdda;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 16px;
  line-height: 88px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer.pattern-style ul.download-list li a span img {
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer.pattern-style ul.download-list li a:hover {
  color: #6633cc;
}
footer.pattern-style ul.download-list li a:hover span {
  background: #fff;
  border: 1px solid #e6e0f2;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
footer.pattern-style ul.download-list li a:hover span img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
footer.pattern-style p.copyright {
  padding: 0 0 45px;
  border-top: 1px solid transparent;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1600px) {
  section#features-section4 {
    padding: 100px 15px 70px;
  }
  section#features-section4 .about-box .about-post {
    padding: 35px 25px;
  }
  section#features-section4 .about-box .about-post h2 {
    font-size: 19px;
  }
  section#features-section4 .about-box .about-post p {
    font-size: 16px;
  }
  section.client-list-section {
    margin-top: -90px;
    padding-bottom: 40px;
  }
  section.client-list-section p {
    display: none;
  }
  section.slider-home4 .tp-bullets {
    bottom: 120px !important;
  }
}
@media (max-width: 1400px) {
  section#home-section div.top-block2 .image-rounded {
    width: 80%;
  }
  section#home-section div.top-block2 .top-block-image img {
    max-width: 100%;
    height: auto;
  }
  section#features-section3 .image-rounded {
    width: 60%;
    left: -30%;
  }
  div.about-app-section.third-style .image-holder img.snd-img {
    top: 140px;
    left: 110px;
  }
  section#screenshots-section.bottom-negative .screenshots-app-box {
    max-width: 1170px;
  }
  section#overview-section .intro-block .content-holder {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  #home-section .tp-caption.small_text {
    font-size: 20px;
    line-height: 26px;
  }
  section#features-section .about-box .posts-box {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  section#features-section3 .image-holder {
    margin-left: -1px;
    margin-right: -30px;
  }
  section#features-section3 .image-rounded {
    bottom: 100px;
  }
  section.blog-page-section .news-box.iso-call .news-post {
    width: 323px;
  }
  section#home-section div.top-block2 .image-rounded {
    width: 90%;
  }
  section#home-section div.top-block2 a.button-one {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  section#home-section div.top-block2 a.btn-txt i {
    margin-right: 5px;
  }
  div.about-app-section.third-style .image-holder {
    margin-top: 0;
  }
  div.about-app-section.third-style .image-holder img.snd-img {
    top: 130px;
    left: 30px;
  }
  section#screenshots-section.bottom-negative .border-rounded {
    width: 1400px;
    right: -1000px;
  }
  section#video-section.white-background2 .border-rounded,
  section#news-section .border-rounded {
    width: 1200px;
    left: -800px;
  }
  section#overview-section .intro-block .content-holder {
    padding: 0 30px;
  }
  section#overview-section .intro-block .content-holder h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section#overview-section .intro-block .content-holder p {
    margin-bottom: 10px;
  }
  section#features-section4 {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .navbar-default {
    padding: 0;
  }
  .navbar-default a.button-two {
    margin-left: 15px;
    padding: 10px 15px;
    font-size: 16px;
  }
  #home-section .tp-caption.small_text {
    font-size: 22px;
    line-height: 28px;
  }
  section#home-section div.top-block2 .image-rounded {
    top: -50%;
    width: 100%;
  }
  section#home-section div.top-block2 .clients-box {
    padding-top: 40px;
  }
  section#home-section div.top-block2 .top-block-image {
    margin-top: -40px;
  }
  section#home-section div.top-block2 a.button-one {
    margin-right: 20px;
  }
  section#features-section .about-box .posts-box {
    padding: 0 !important;
    margin: 0;
  }
  section#features-section .about-box .posts-box .about-post {
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto 40px;
  }
  section#features-section {
    padding-bottom: 60px;
  }
  section#features-section .about-box .image-holder {
    margin: 0 0 30px;
  }
  section#features-section .about-box .image-holder img {
    margin: 0;
  }
  section#features-section3 .image-holder {
    margin-left: 0;
    margin-right: 0px;
    padding-top: 0;
  }
  section#features-section3 .image-rounded,
  section.testimonial-section.second-style .image-rounded {
    display: none;
  }
  section#features-section3,
  div.about-app-section.third-style {
    border-top: 1px solid #f1f1f1;
  }
  section#contact-section .contact-info-box span {
    margin-top: 40px;
  }
  section#contact-section #contact-form {
    margin-bottom: 60px;
  }
  section#pricing-section .pricing-box ul.pricing-table.business {
    margin-top: 0;
  }
  section#home-section .top-block h1 {
    font-size: 50px;
  }
  div.about-app-section2.second-style .image-holder {
    margin: 0 0 -80px;
  }
  section.blog-page-section .news-box.iso-call .news-post {
    width: 375px;
  }
  div.about-app-section.third-style .image-holder {
    margin-top: 60px;
  }
  div.about-app-section.third-style .image-holder img {
    max-width: 430px;
    margin: 0 auto;
    display: block;
  }
  div.about-app-section.third-style .image-holder img.snd-img {
    position: relative;
    top: initial;
    left: initial;
  }
  section#video-section.white-background2 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 60px;
  }
  section#overview-section .intro-block {
    display: block;
  }
  section#overview-section .intro-block .image-holder {
    width: 100%;
  }
  section#overview-section .intro-block .content-holder {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 16px 15px 17px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  header.white-header .navbar-nav > li > a {
    color: #666666 !important;
  }
  header .navbar-nav > li > a:before {
    display: none;
  }
  header a.button-two {
    display: none;
  }
  .navbar-toggle {
    margin-top: 12px;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
    background: #6633cc;
  }
  ul.dropdown {
    position: relative;
    top: initial;
    width: 100%;
    margin-top: 0px;
    left: initial;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 1;
    visibility: visible;
  }
  ul.dropdown li {
    border-top: none;
  }
  ul.dropdown li a {
    padding: 5px 15px;
    color: #fff;
  }
  ul.dropdown li a i {
    margin-right: 5px;
  }
  ul.dropdown li a:hover {
    color: #fff;
    opacity: 0.7;
  }
  header.white-header ul.dropdown li a,
  header.light-style ul.dropdown li a {
    color: #666;
  }
  header.light-style .navbar-collapse,
  header.white-header .navbar-collapse {
    background: #fff;
  }
  section#video-section .video-app-box iframe {
    height: 370px;
  }
  .tp-leftarrow.default,
  .tp-rightarrow.default {
    display: none;
  }
  #home-section .button-two,
  #home-section .button-one,
  #home-section a.txt-btn {
    display: none;
  }
  section#home-section div.top-block2 {
    padding-top: 100px;
  }
  section#home-section div.top-block2 a.button-one {
    display: inline-block;
  }
  section#home-section div.top-block2 .image-rounded {
    width: 50%;
    top: -200px;
    height: 400px;
  }
  div.about-app-section .content-holder .posts-box .about-post {
    max-width: 400px;
  }
  section#home-section .top-block:after {
    display: none;
  }
  section#home-section .top-block h1 {
    font-size: 40px;
  }
  section#home-section .top-block h2 {
    line-height: 32px;
  }
  section#features-section2 ul.client-list li {
    width: 33.3333%;
    margin-bottom: 30px;
  }
  div.about-app-section.second-style .image-holder {
    margin: 0;
  }
  section.app-available-section.second-style .app-available-box ul.app-available-list {
    display: block;
  }
  section.app-available-section.second-style .app-available-box ul.app-available-list li {
    margin-bottom: 30px;
  }
  section.blog-page-section .news-box.iso-call {
    margin: 0;
  }
  section.blog-page-section .news-box.iso-call .news-post {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  section.blog-page-section .news-box.single-post .news-post div.comments-box ul.comments-list li .comment-box ul.comment-tags {
    text-align: left;
    margin-top: 10px;
  }
  ul.nav-tabs li span {
    display: none;
  }
  section#overview-section {
    padding: 100px 15px;
  }
}
@media (max-width: 600px) {
  #home-section .tp-caption.small_text {
    font-size: 24px;
    line-height: 32px;
  }
  #home-section .tp-caption.finewide_medium_white {
    font-size: 46px;
  }
  section#home-section div.top-block2 .top-block-image {
    margin-top: 0px;
  }
  
  section#video-section.workflow-steps-section {
    padding: 80px 0 50px;
  }
  section#video-section.workflow-steps-section .workflow-step-card {
    padding: 0 10px;
  }
  section#video-section.workflow-steps-section .workflow-step-card h2 {
    font-size: 22px;
  }
  section#video-section.workflow-steps-section .workflow-step-card p {
    font-size: 18px;
    line-height: 28px;
  }
  section#features-section2 ul.client-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  section#pricing-section.image-background .pricing-box,
  section#pricing-section.image-background2 .pricing-box {
    display: block;
  }
  section#pricing-section.image-background .pricing-box ul.pricing-table,
  section#pricing-section.image-background2 .pricing-box ul.pricing-table {
    width: 100%;
    margin-bottom: 20px;
  }
  section#pricing-section.image-background .pricing-box ul.pricing-table.business,
  section#pricing-section.image-background2 .pricing-box ul.pricing-table.business {
    margin: 0;
  }
  footer form input[type="text"] {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
    width: 100%;
  }
  footer form input[type="submit"] {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
  }
  h1 {
    font-size: 36px;
  }
  section.blog-page-section .news-box.single-post ul.share-post {
    text-align: left;
    margin-top: 10px;
  }
  section.blog-page-section .news-box.single-post ul.share-post li {
    margin-left: 0;
    margin-right: 4px;
  }
  section#overview-section .intro-block .content-holder {
    padding: 30px 20px;
  }
  section#overview-section .intro-block .content-holder h2 {
    margin-bottom: 20px;
  }
  section#overview-section .intro-block .content-holder h2 i {
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: initial;
    border: none;
  }
}
@media (max-width: 500px) {
  
  section#video-section.workflow-steps-section {
    padding: 70px 0 40px;
  }
  section#video-section.workflow-steps-section .title-section {
    margin-bottom: 45px;
  }
  section#video-section.workflow-steps-section .workflow-step-card {
    padding: 0;
  }
  section#video-section.workflow-steps-section .workflow-step-icon {
    margin-bottom: 18px;
  }
  section#video-section.workflow-steps-section .workflow-step-card h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  section#video-section.workflow-steps-section .workflow-step-card p {
    font-size: 17px;
    line-height: 27px;
  }
  #home-section .tp-caption.small_text {
    font-size: 20px;
    line-height: 32px;
  }
  section#home-section .top-block h1 {
    font-size: 32px;
  }
  div.about-app-section.third-style .image-holder img {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  section#home-section div.top-block2 a.button-one {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}



/* --- MEGA MENU LAYOUT --- */
.mega-wrapper {
    position: absolute;
    top: 100%; 
    /* Fix: Instead of 50% left, use 0 and 100% width for full alignment */
    left: 0;
    right: 0;
    margin: 0 auto;
    
    width: 95vw; /* Slightly less than full width for a premium "floating" look */
    max-width: 1200px; /* Matches standard container widths */
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px); /* Subtle slide down instead of a massive jump */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    border-radius: 16px;
    background: linear-gradient(135deg, #e7eff5, #d9eee4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    display: flex; /* Ensures content inside is visible */
}

.mega-drop:hover .mega-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 60px; /* Adjust this based on your header height */
}

.mega-content-area {
    display: flex;
    width: 100%;
    min-height: 400px;
}

/* --- LEFT TABS (Sidebar) --- */
.mega-tabs { 
    width: 300px; 
	min-height: 100%;
    background: rgba(0, 0, 0, 0.02); /* Subtle contrast for the sidebar */
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 20px;
    border-right: 1px solid rgba(0,0,0,0.05);
	background: transparent;	
}

.tab-item {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Pushes arrow to the right */
    width: 250px;
    min-height: 40px; /* Increased height for subheadings */
    padding: 10px 20px;
    margin-bottom: 8px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    
    /* Inactive State: Light Mint Gradient with Border */
    background: linear-gradient(135deg, #dee2f4, #b6dbd3);
    border: 1px solid #1A1A1A;
}

/* --- TEXT STYLING --- */
.tab-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tab-heading {
    font-size: 15px;
    font-weight: 800;
    color: #1A1A1A;
}

.tab-subheading {
    font-size: 11px;
    font-weight: 500;
    color: #4A4A4A;
    opacity: 0.8;
}

/* --- ARROW STYLING --- */
.tab-arrow {
    width: 26px;
    height: 26px;
    border: 1.5px solid #1A1A1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* --- ACTIVE STATE (The Solid Blue/Green Gradient) --- */
.tab-item.active {
    background: linear-gradient(135deg, #2D70ED 0%, #3ED1B7 100%) !important;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(62, 209, 183, 0.3);
}

.tab-item.active .tab-heading,
.tab-item.active .tab-subheading {
    color: #FFFFFF !important;
}

.tab-item.active .tab-arrow {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* Subtle lift on hover for inactive items */
.tab-item:not(.active):hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #e5e9f9, #c1e4dd);
}


/* --- SUB-ITEM BOXES (Right Content) --- */
.mega-columns { 
    flex: 1; 
    padding: 30px;
    background: linear-gradient(135deg, #dee2f4, #b6dbd3); /* White background for the content area */
}

.tab-pane { 
    display: none; 
    grid-template-columns: 1fr 1fr;
    gap: 20px; 
}
.tab-pane.active { 
    display: grid !important; 
}

.sub-item {
    display: block;          /* Makes the whole box clickable */
    text-decoration: none !important;  
	border-bottom: none !important;
    padding: 14px;
    border-radius: 12px;
    background: #ffffff; 
    /*transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
	transition: all 0.3s ease;
    cursor: pointer;
}

/* BOXED HOVER EFFECT */
.sub-item:hover {
    background-color: #f0fdfa; /* Light brand tint */
    /*border-color: #3ed1b7;  */   /* Solid brand border */
    transform: translateY(-3px); /* Subtle lift effect */
    box-shadow: 0 10px 20px rgba(62, 209, 183, 0.1);
}

/* Sub-item Content Typography */
.sub-item h4 {
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #000000;
    transition: color 0.2s;
	text-transform: none;
	letter-spacing: 0 !important; 
	border-bottom: none !important;  /* Forces the letters to sit together */
    word-spacing: normal;           /* Ensures normal spacing between words */
    font-weight: 600;  
}

.sub-item h6 {
    margin: 0;
	padding-top: 8px;
    font-size: 13px;
    color: #545454;
    font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

.sub-item:hover h4 { 
    color: #3ed1b7; 
}

/* --- OPTIONAL: Featured Section (Right side of image) --- */
.mega-promo {
    width: 260px;
    height: 10px;
    padding: 30px;
	padding-top: 10px;
    background: #f1f5f9;
    border-left: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.main-nav {
    display: flex;
    justify-content: center;
}

/* --- NAVIGATION PLACEMENT --- */
.nav-list {
    position: relative;
    display: flex;  
    justify-content: center;          /* Crucial: Aligns Home, About, etc. in a row */
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;                /* Horizontal spacing between menu items */
}

.nav-list li a {
    text-decoration: none;
	border-bottom: none !important;
    font-size: 14px;
    font-weight: 700;         /* Strong bold style from image 2 */
    color: #1a1a1a;
    text-transform: uppercase;
	position: relative; /* Required for the underline */
    letter-spacing: 0.8px;
    transition: 0.3s ease;
	border: none;
}

/* THE MISSING ACTIVE STYLE */
.nav-list li a.active {
    color: #3ed1b7 !important; /* Your Brand Green */
    border-bottom: none ! important; /* Adds the underline seen in many premium headers */

}
/* --- THE FIX: Proper Underline (Removes the 2-line issue) --- */
.nav-list li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0; /* Hidden by default */
    height: 3px;
    background: #3ed1b7;
    transition: width 0.3s ease;
    border-radius: 2px;
}

/* --- HOVER STATE --- */
/* When hovering any link, highlight it */
.nav-list li a:hover {
    color: #3ed1b7;
}
.nav-list li a:hover::after {
    width: 100%;
}

/* Highlight both on hover AND if it's the active page */
.nav-list li a:hover::after,
.nav-list li a.active::after {
    width: 100%;
}

.nav-list li a:hover,
.nav-list li a.active {
    color: #3ed1b7 !important;
}

/* --- RIGHT BUTTON --- */
.header-actions {
    display: flex;
    justify-content: flex-end;
    overflow: visible !important;

}

/* --- FEATURED SECTION (The Right Side Container) --- */
.mega-promo {
    width: 300px; /* Adjust based on your width needs */
    padding: 20px;
    background: #FFFFFF; /* White background for the whole section */
    border-left: 1px solid rgba(0,0,0,0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- THE FEATURED CARD --- */
.featured-card {
    background-color: #F8FBFE; /* Very light blue background */
    padding: 15px;
    border-radius: 16px; /* Smooth rounded corners */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Vertical spacing between elements */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Soft shadow */
}

/* --- CARD TEXT STYLING --- */
.featured-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #4A4A4A;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    color: #1A1A1A;
    margin: 0;
}

/* --- THE IMAGE --- */
.featured-image {
    width: 100%;           /* Scales to fit the card width */
    max-width: 150px;      /* Prevents it from getting too large */
    height: auto;          /* Maintains aspect ratio */
    display: block;
    margin: 5px 0;     /* Centers the image */
    object-fit: contain;
}

/* --- THE BUTTON --- */
.featured-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #000000; /* Brand green */
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px; /* Pill shape */
    transition: all 0.3s ease;
}

.featured-btn:hover {
    background-color: #ffffff; /* Slightly darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(62, 209, 183, 0.3);
}

/* --- REMOVE NAV UNDERLINE --- */
.nav-list li a.active::after, 
.nav-list li a:hover::after {
    display: none !important; /* This completely disables the underline */
    width: 0 !important;
}

.nav-list li a {
    border-bottom: none !important; /* Ensures no standard borders are appearing */
}

/* Toggle Button */
.menu-toggle {
  font-size: 24px;
  cursor: pointer;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

/* Drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* Active State */
.mobile-menu.active {
  right: 0;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Header */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #eee;
}

.close-btn {
  font-size: 22px;
  cursor: pointer;
}

/* Content */
.menu-content {
  padding: 10px 0;
  overflow-y: auto;
}

/* Menu Item */
.menu-item {
  border-bottom: 1px dashed #ddd;
}

.menu-title {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 15px;
  cursor: pointer;
}

/* Submenu */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background: #f9f9f9;
}

.submenu p {
  padding: 12px 30px;
  margin: 0;
  font-size: 14px;
}

/* Active */
.menu-item.active .submenu {
  max-height: 300px;
}

/* Country Dropdown */
.country-select {
  padding: 20px;
}

.country-select select {
  width: 100%;
  padding: 12px;
  font-size: 14px;
}

/* === Cauver Navigation System === */
body {
  padding-top: 98px;
}

body.cauver-home-hero-layout {
  padding-top: 0;
}

body.cauver-drawer-open {
  overflow: hidden;
}

.sr-only {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#topbar {
  display: none;
}

.cauver-nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  height: 98px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.cauver-header-container {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 2.8vw, 44px);
  height: auto;
  border: 0;
  background: transparent;
}

.cauver-brand,
.cauver-brand:hover,
.cauver-brand:focus {
  display: inline-flex;
  flex: 0 0 200px;
  align-items: center;
  color: inherit;
}

.cauver-brand img {
  width: 180px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.cauver-desktop-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.cauver-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.4vw, 40px);
  margin: 0;
  padding: 0;
}

.cauver-nav-item {
  position: relative;
}

.cauver-nav-shell,
.cauver-header-container,
.cauver-desktop-nav,
.cauver-nav-list,
.cauver-nav-item {
  overflow: visible;
}

.cauver-nav-link {
  padding: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #111827;
  text-decoration: none;
  border: 0 !important;
}

.cauver-nav-link:hover,
.cauver-nav-link:focus,
.cauver-nav-link.is-current {
  color: #0f172a;
}

.cauver-chevron {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.cauver-mega-item:hover .cauver-chevron,
.cauver-mega-item:focus-within .cauver-chevron {
  transform: rotate(225deg) translateY(-1px);
}

.cauver-header-actions {
  display: flex;
  flex: 0 0 200px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
  white-space: nowrap;
}

.cauver-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cauver-btn:hover,
.cauver-btn:focus {
  transform: translateY(-1px);
}

.cauver-btn-secondary {
  color: #32c261 !important;
  background: #fff;
  border: 2px solid #33c25f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.cauver-btn-primary {
  color: #fff !important;
  background: linear-gradient(90deg, #8a6cf0 0%, #7367f0 100%);
  box-shadow: 0 12px 24px rgba(115, 103, 240, 0.18);
}

.cauver-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
  position: relative;
  top: 0;
}

.cauver-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  background: #111827;
  border-radius: 999px;
}

.cauver-mega-menu {
  position: fixed;

  top: auto;

  /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¥ FULL WIDTH FIX */
  left: 50%;
  right: auto;
  width: min(1280px, calc(100vw - 40px));
  max-width: 1280px;
  transform: translateX(-50%) translateY(10px);
  box-sizing: border-box;
  z-index: 1195;

  /* Animation */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, transform 0.24s ease;

}

.cauver-mega-item:hover .cauver-mega-menu,
.cauver-mega-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0.2s;
}

.cauver-mega-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -120px;
  width: calc(100% + 240px);
  height: 18px;
}

.cauver-mega-inner {
  max-width: 1280px;   
  margin: 0 auto;      
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr) 248px;
  gap: 18px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(90deg, #dcebfb 0%, #e4f4ec 100%);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.14);
}

.cauver-mega-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
}

.cauver-category-card {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  padding: 22px 16px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.56);
  background: rgba(255, 255, 255, 0.22);
  color: #111827;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cauver-category-card:hover,
.cauver-category-card:focus,
.cauver-category-card.is-active,
.cauver-category-card.active,
.mega-tab.active {
  background: linear-gradient(135deg, #6372d6 0%, #39b8af 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 20px 34px rgba(60, 146, 196, 0.24);
  transform: translateY(-1px);
}

.cauver-category-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cauver-category-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.cauver-category-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.95;
}

.cauver-card-arrow {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cauver-card-arrow svg {
  width: 14px;
  height: 14px;
}

.cauver-mega-main {
  min-width: 0;
  padding: 28px 8px 22px;
}

.cauver-feature-grid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 34px;
}

.cauver-feature-grid.is-active,
.cauver-feature-grid.active,
.mega-panel.active {
  display: grid;
}

.cauver-feature-card {
  min-height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 18px;
  border-radius: 14px;
  text-decoration: none !important;
  color: #101828;
  border: 1px solid transparent;
  background: transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cauver-feature-card.is-emphasized {
  padding: 18px 20px;
  background: #fff;
  border-color: rgba(73, 101, 236, 0.65);
  box-shadow: 0 18px 28px rgba(255, 255, 255, 0.16);
}

.cauver-feature-card:hover,
.cauver-feature-card:focus {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(73, 101, 236, 0.28);
  transform: translateY(-1px);
}

.cauver-feature-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #101828;
}

.cauver-feature-card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
}

.cauver-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid #5fc487;
  color: #37b46f;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.cauver-badge.is-beta {
  border-color: #f59e0b;
  color: #f97316;
}

.cauver-featured-panel {
  padding: 24px 24px 24px 8px;
}

.cauver-featured-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eff8f7 0%, #8ec9ea 100%);
  box-shadow: 0 14px 24px rgba(30, 64, 175, 0.12);
}

.cauver-featured-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.74);
}

.cauver-featured-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

.cauver-featured-card img {
  width: 100%;
  max-width: 150px;
  align-self: center;
  display: block;
}

.cauver-featured-cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #2aaf8c !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.cauver-industries-menu {
  left: 50%;
  width: min(1280px, calc(100vw - 40px));
  max-width: 1280px;
  transform: translateX(-50%) translateY(10px);

}

.cauver-industries-inner {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr) 220px;
  gap: 36px;
  padding: 30px 30px 30px 28px;
  border-radius: 18px;
  background: linear-gradient(90deg, #d9ebfb 0%, #e0f4ec 100%);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.14);
}

.cauver-nav-shell,

.cauver-industries-intro {
  padding: 4px 0 10px 10px;
}

.cauver-industries-intro h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
}

.cauver-industries-intro p {
  margin: 16px 0 0;
  max-width: 248px;
  font-size: 15px;
  line-height: 1.3;
  color: #243446;
  text-align: justify;
}

.cauver-industries-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 38px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1.5px solid #58be94;
  color: #4ab589 !important;
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.cauver-industries-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
  padding-top: 2px;
}

.cauver-industries-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.cauver-industries-eyebrow {
  margin-bottom: -2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #1f2937;
}

.cauver-industries-column a {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #111827;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.cauver-industries-column a:hover,
.cauver-industries-column a:focus-visible,
.cauver-industries-column a.is-highlighted,
.cauver-industries-column a.is-active {
  border: 1px solid rgba(83, 102, 236, 0.72);
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
  font-weight: 700;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(73, 101, 236, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cauver-industries-column a:focus-visible {
  outline: 0;
}

.cauver-industries-column a.is-highlighted:hover,
.cauver-industries-column a.is-active:hover {
  transform: translateY(-2px);
}

.cauver-industries-card-wrap {
  padding-right: 6px;
}

.cauver-industries-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #e7f7f1 0%, #5ac28f 100%);
  box-shadow: 0 16px 30px rgba(72, 146, 124, 0.2);
}

.cauver-industries-card-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.86);
}

.cauver-industries-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.cauver-industries-card img {
  width: 100%;
  max-width: 128px;
  margin: 0 auto;
  display: block;
}

.cauver-industries-card-cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #4ab589 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.cauver-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.52);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1290;
}

.cauver-drawer-overlay.is-visible {
  opacity: 1;
}

.cauver-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 78vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.34s ease-in-out;
  box-shadow: -18px 0 42px rgba(15, 23, 42, 0.18);
  z-index: 1300;
}

.cauver-mobile-drawer.is-open {
  transform: translateX(0);
}

.cauver-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 18px 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.cauver-brand-mobile img {
  width: 96px;
}

.cauver-drawer-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 34px;
  line-height: 1;
}

.cauver-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 18px;
}

.cauver-accordion-item {
  border-top: 1px dashed #cbd5e1;
}

.cauver-accordion-item:last-child {
  border-bottom: 1px dashed #cbd5e1;
}

.cauver-accordion-trigger,
.cauver-subaccordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.cauver-subaccordion-trigger {
  background: #fff;
  border-top: 1px dashed #d5d8df;
}

.cauver-accordion-icon {
  width: 11px;
  height: 11px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.cauver-accordion-item.is-open > .cauver-accordion-trigger .cauver-accordion-icon,
.cauver-subaccordion-trigger.is-open .cauver-accordion-icon {
  transform: rotate(225deg);
}

.cauver-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease-in-out;
  background: #fff;
}

.cauver-accordion-item.is-open > .cauver-accordion-panel {
  max-height: 560px;
}

.cauver-accordion-panel > a,
.cauver-subaccordion-panel a {
  display: block;
  padding: 14px 24px;
  color: #111827;
  text-decoration: none !important;
  font-size: 14px;
  background: #fff;
  border-top: 1px dashed #d5d8df;
}

.cauver-subaccordion-panel {
  max-height: 0;
  overflow: hidden;
  background: #d9d9d9;
  transition: max-height 0.3s ease-in-out;
}

.cauver-subaccordion-trigger.is-open + .cauver-subaccordion-panel {
  max-height: 260px;
}

.cauver-subaccordion-panel a {
  background: #d9d9d9;
}

.cauver-mobile-nav {
  padding: 8px 0 24px;
}

.cauver-mobile-menu,
.cauver-mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cauver-mobile-menu-item {
  list-style: none;
  border-top: 1px dashed #cbd5e1;
}

.cauver-mobile-menu > .cauver-mobile-menu-item:last-child {
  border-bottom: 1px dashed #cbd5e1;
}

.cauver-mobile-link,
.cauver-mobile-submenu-toggle {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  text-decoration: none !important;
}

.cauver-mobile-submenu-toggle {
  cursor: pointer;
}

.cauver-mobile-link:focus-visible,
.cauver-mobile-submenu-toggle:focus-visible {
  outline: 2px solid rgba(74, 181, 137, 0.45);
  outline-offset: -2px;
}

.cauver-mobile-chevron {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.cauver-mobile-menu-item--expandable.is-open > .cauver-mobile-submenu-toggle .cauver-mobile-chevron {
  transform: rotate(225deg);
}

.cauver-mobile-submenu {
  display: none;
  overflow: hidden;
  background: #fff;
  animation: cauver-mobile-submenu-fade 0.24s ease;
}

.cauver-mobile-menu-item--expandable.is-open > .cauver-mobile-submenu {
  display: block;
}

.cauver-mobile-submenu > .cauver-mobile-menu-item {
  border-top: 1px dashed #d9e2ec;
}

.cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-link,
.cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-submenu-toggle {
  min-height: 48px;
  padding-left: 38px;
  background: #f8fbfa;
  font-size: 15px;
  font-weight: 500;
}

.cauver-mobile-submenu .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-link,
.cauver-mobile-submenu .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-submenu-toggle {
  padding-left: 52px;
  background: #f2f8f5;
  font-size: 14px;
}

.cauver-mobile-menu-item--overview > .cauver-mobile-link {
  color: #21855e;
  font-weight: 600;
}

@keyframes cauver-mobile-submenu-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cauver-drawer-footer {
  padding: 24px;
  margin-top: auto;
}

.cauver-drawer-footer select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #111827;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .cauver-header-container {
    gap: 20px;
  }

  .cauver-nav-list {
    gap: 22px;
  }

  .cauver-brand,
  .cauver-header-actions {
    flex-basis: 160px;
  }

  .cauver-btn {
    min-width: 132px;
    padding: 0 20px;
  }

  .cauver-mega-menu {
    width: min(1280px, calc(100vw - 40px));
    max-width: 1280px;
  }

  .cauver-mega-inner {
    grid-template-columns: 254px minmax(0, 1fr) 220px;
  }

  .cauver-industries-inner {
    grid-template-columns: 248px minmax(0, 1fr) 204px;
    gap: 28px;
    padding: 24px;
  }

  .cauver-industries-intro h3 {
    font-size: 23px;
  }

  .cauver-industries-column a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 86px;
  }

  body.cauver-home-hero-layout {
    padding-top: 0;
  }

  .cauver-nav-shell {
    height: 86px;
  }

  .cauver-header-container {
    display: grid;
    width: calc(100% - 30px);
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .cauver-desktop-nav {
    display: none;
  }

  .cauver-brand img {
    width: 96px;
  }

  .cauver-header-actions {
    gap: 10px;
  }

  .cauver-btn {
    min-width: auto;
    height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  .cauver-menu-toggle {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-left: 2px;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 82px;
  }

  body.cauver-home-hero-layout {
    padding-top: 0;
  }

  .cauver-nav-shell {
    height: 82px;
  }

  .cauver-header-container {
    width: calc(100% - 12px);
  }

  .cauver-header-actions {
    gap: 8px;
  }

  .cauver-header-actions .cauver-btn {
    display: none;
  }

  .cauver-menu-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .cauver-mobile-drawer { 
    width: calc(100vw - 22px);
  }
}

body.cauver-inner-page {
  padding-top: 86px;
}

body.cauver-inner-page .main-header.cauver-nav-shell {
  background: rgba(7, 12, 24, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

body.cauver-inner-page .main-header.cauver-nav-shell .header-container {
  background: transparent;
}

body.cauver-inner-page .main-header.cauver-nav-shell .cauver-nav-link {
  color: rgba(255, 255, 255, 0.82);
}

body.cauver-inner-page .main-header.cauver-nav-shell .cauver-nav-link:hover,
body.cauver-inner-page .main-header.cauver-nav-shell .cauver-nav-link:focus,
body.cauver-inner-page .main-header.cauver-nav-shell .cauver-nav-link.is-current {
  color: #ffffff;
}

body.cauver-inner-page .main-header.cauver-nav-shell .cauver-menu-toggle span {
  background: #ffffff;
}

body.cauver-inner-page #topbar.topbar-transparent {
  display: none;
}

@media (max-width: 575px) {
  body.cauver-inner-page {
    padding-top: 82px;
  }
}

.widget.about-us-widget p {
color: #f7f7f7;
font-size: 15px;
line-height: 26px;
font-weight:500;
}

.widget.about-us-widget a:hover {
color: #fff;
}
.widget.about-us-widget ul {
margin: 0;
padding: 0;
}
.widget.about-us-widget ul li:first-child {
padding-left: 0;
}
.widget.about-us-widget ul li {
display: inline-block;
list-style: outside none none;
padding: 10px 9px;
}
.widget.about-us-widget ul li a {
color: #7c7c7c;
font-size: 1.5em;
padding: 0;
}
.widget.about-us-widget ul li a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #3ed1b7;
}


/**/
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li:last-child {
	border-right: 1px solid #eee;
}
ul.social-icons > li {
    border-left: 1px solid #eee;
    text-align: center;
	margin: 0;
	padding:4px 0px;
	width:40px;
}
ul.social-icons > li a {
	color:#aaa;
}
ul.social-icons > li:hover {
	background:#f6f6f6;
}
ul.social-icons > li:hover a{
	color:#3ed1b7!important;
}
/**/
.feature-box {
	text-align:center;
}
.feature-box i {
	font-size:48px;
	color: #3ed1b7;
}		
.feature-box .name{
	font-weight: 500;
	font-size: 19px;
	color: #252525;
	padding:6px 0 5px 0;
	transition: all 0.3s ease 0s;
}			
.feature-box:hover i {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/**/
.feature-box2 {
	text-align:center;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:2px solid #3ed1b7;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	transition: all 500ms ease 0s;
	padding:0 35px;
	margin-bottom:30px;
}
.feature-box2:hover {
	transition: all 500ms ease 0s;
	box-shadow: 0px 0px 30px 0px rgba(62, 209, 153, 0.15);
	z-index:9;
	background:#fff;
	border:1px solid #3ed1b7;
}
.feature-box2 i {
	font-size:38px;
	color: #fff;
	background:#3ed1b7;
	padding:20px;
	border-radius:100%;
	margin-top:50px;
	width: 80px;
	height: 80px;
	line-height: 40px;
}		
.feature-box2 .name{
	font-weight: 500;
	font-size: 19px;
	color: #252525;
	padding:15px 0 5px 0;
	transition: all 0.3s ease 0s;
}			
.feature-box2:hover .name {
	transition: all 0.3s ease 0s;
	opacity:0;
}
.feature-box2 .description {
	transition: all 0.3s ease 0s;
	margin-bottom:50px;
}
.feature-box2:hover .description {
	transition: all 0.3s ease 0s;
	margin-top:-25px;
	padding-bottom:25px;
}
.feature-box2:before{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #3ed1b7;
	position: relative;
	opacity: 0;
	margin-top:-3px;
	transition: all 0.5s ease 0s;
	left: 40px;
}
.feature-box2:after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #3ed1b7;
	position: relative;
	opacity: 0;
	margin-bottom:-3px;
	left: 40px;
	transition: all 0.5s ease 0s;
}

.feature-box2:hover:before,
.feature-box2:hover:after{
	left: 0px;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.feature-box2::after {
    content: '';
    display: table;
    clear: both;
}
#service-section,
#booking-section,
#portfolio-section,
#blog-section,
#social-section {
	background-color: #f6fcfd;
}
#blog-section {
	padding:80px 0;
}
#social-section {
	padding:0px;
}
#booking-section{
	padding:80px 0;
}
@media (max-width:560px) { 

}
/**/
.titlearea.white p {
	color:#fff;
}
.titlearea h3 {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	text-transform:uppercase;
}
.titlearea p {
	font-weight: 600;
	font-size: 32px;
	line-height: 43px;
	color: #252525;
}
.titlearea p::after {
    background: url(../../images/theme-title.png) center center no-repeat;
    content: "";
    display: block;
    width: 87px;
    height: 20px;
    left: 0px;
    margin: 10px auto;
}
.space80 {
	height:80px;
}
.space50 {
	height:50px;
}
.space40 {
	height:40px;
}
.space30 {
	height:30px;
}
.space20 {
	height:20px;
}
/**/


.work_all_item .mix {
  display: none;
}
.our_work_menu {
  margin-bottom: 50px;
}

.our_work_menu ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.our_work_menu ul li{
	border-bottom: 1px solid transparent;
	color: #727272;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 18px;
	padding: 9px 0;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	text-align:center;
}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
	border-color: #3ed1b7 ;
	color:#3ed1b7;
}
#our_work .grid-item{
	margin-top: 30px;
}

.single_our_work{
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.sing_work_photo{
	position: relative;
}

.single_our_work img{
	width: 100%;
	transition: all 0.2s ease 0s;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.5) none repeat scroll 0 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}
.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}
.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}
.sing_work_text_link h4{
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 21px;
	text-transform: uppercase;
}
.single_our_work:hover .sing_work_text_link h4{
	animation: fadeInDown 700ms ease-in-out;
}
.single_our_work:hover .sing_work_text_link p{
	animation: fadeInDown 900ms ease-in-out;
}
.sing_work_text_link p{
	margin: 0 0 10px;
}
.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
	background: #3ed1b7 none repeat scroll 0 0;
	border: 1px solid #3ed1b7;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	transition: all 0.3s ease 0s;
	width: 40px;	
}
.sing_link_img a:hover{	
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333;
}
.sing_link_img a.search{
	margin-right: 16px;
}
.single_our_work:hover  .sing_link_img a.search{
	animation: slideInUp 800ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	animation: slideInUp 800ms ease-in-out;
}
.single_our_work:hover{
	background: #32c5d2;
	color: #fff;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	visibility: visible;
	transform: scale(1.1);
}
.portfolio_btn { padding-top: 20px }

.work_all_item .col-md-3,
.work_all_item .col-sm-6,
.work_all_item .col-xs-12 {
	padding:0px;
}
.nopadding.container-fluid {
	padding:0px !important;
	color: #000;
}
.nosp.col-md-3,
.nosp.col-sm-6,
.nosp.col-xs-12 {
	padding-right:0!important;
	padding-left: 0!important;
}
.abtus {
	border-bottom:2px solid transparent;
	padding: 80px 65px 55px 65px;
	transition: all 0.5s;
}
.abtus:hover {
	border-bottom:2px solid rgba(62,209,183,0.94);
	transition: all 0.5s;
}


.abtus .title {
	font-weight: 600;
	font-size: 20px;
	line-height:31px;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.abtus .description {
	font-size: 14px;
	line-height:25px;
}
.box {
	cursor: pointer;
	height: 294px;
	position: relative;
	overflow: hidden;
	width: auto;
}
.box img {
	display: flex;
	position: absolute;
	left: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	width:100%;
}
.box .overbox {
	background-color:rgba(62,209,183,0.94);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 81px 40px 80px 40px;
}
.box:hover .overbox {
	opacity: 1;
}
.box .overtext {
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}
.box .title-box {
	font-size: 20px;
	line-height:31px;
	text-transform: capitalize;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.box:hover .title-box,
.box:focus .title-box {
	opacity: 1!important;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.box .description-box {
	font-size: 14px;
	line-height:25px;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}
.box:hover .description-box,
.box:focus .description-box {
	opacity: 1!important;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

/**/
.single-team {
	border: 2px solid #eee;
	background:#fff;
	transition: all 500ms ease 0s;
}
.single-team img {
	width:100%;
}
.single-team:hover {
	box-shadow: 0px 30px 30px 0px rgba(88, 88, 88, 0.15);
	transition: all 500ms ease 0s;
}
.person-social {
	padding-left:20px;
}
.person-social > li {
	display: inline-block;
	margin: 0 2px;
}
.person-social > li > a, .person-social > li > a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	border: 1px solid #eee;
	border-radius: 100%;
	padding: 5px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
}
.person-social > li > a:hover, .person-social > li > a:hover {
	background:#3ed1b7; 
	border:1px solid #3ed1b7;
	color:#fff;
}
.information {
	padding: 20px 20px 10px 20px;	
}
.information .name {
    text-align: left;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 500;
}
.information .designation,
.information .mail {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
.information .mail a {
	color: #7a7a7a;
	text-decoration:none;
}
/**/

.price-box {
	text-align:center;
}
.price-border-right {
	border-right: solid 1px #262626;
}
.price-border-left {
	border-left: solid 1px #262626;
}
.price-border-none {
	border-right: solid 1px transparent;
}

.price-symbol span {
	vertical-align: super;
	font-size: 16px;
}
.price-symbol {
	font-size:78px;
	line-height:1.2;
	color:#fff;
	font-weight:400;
}
.price-time {
	font-size:20px;
	line-height:21px;
	color:#f7f7f7;
	padding-top:20px;
	padding-bottom:20px;
}
.price-features li {
	color:#fff;
	line-height: 26px;
	list-style: none;
	padding:4px 0;
}
.price-features ul{
	padding-left:0;
	padding-right:0;
}
.price-footer {
	padding:20px 0;
}
.price-border-right {
    border-right: 1px solid #262626;
}
.price-border-left {
    border-right: 1px solid #262626;
}


.price-footer .btn-price {
	border-radius: 100px;
	border:1px solid #fff;
	background:#fff;
	padding:18px 33px 18px 33px;
	transition: all 200ms ease-in 0s;
	color:#222;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.price-footer .btn-price:hover {
	background:#3ed1b7;
	color:#fff;
	transition: all 200ms ease-in 0s;
	border:1px solid #3ed1b7;
}


