@font-face {
  font-family: SourceSansPro-Regular;
  src: url(./../fonts/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: SourceSansPro-Light;
  src: url(./../fonts/SourceSansPro-Light.ttf);
}

@font-face {
  font-family: SourceSansPro-Semibold;
  src: url(./../fonts/SourceSansPro-Semibold.ttf);
}

.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;
}

.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 rgba(255, 255, 255, 0.2901960784313726);
  /*    background: #181818;*/
}

header.fullwidth.active .navbar-default {
  border-bottom: 1px solid #e54c28;
}

header.fullwidth.active .navbar-default .navbar-nav li a {
  color: #000 !important;
}

header.fullwidth.active a.button-two {
  color: #FF5722;
  border: 1px solid #FF5722;
}

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: 12px 5px;
  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: #fff !important;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  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: #fff;
}

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;
}

.web-scky {
  display: none !important;
}

header.active .navbar .navbar-brand .web {
  display: none !important;
}

header.active .navbar .navbar-brand .web-scky {
  display: block !important;
}

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-family: 'Source Sans Pro', sans-serif;
  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: 14px;
  color: #888888;
  font-family: SourceSansPro-Light;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

h1 {
  color: #333333;
  font-size: 50px;
  font-family: SourceSansPro-Light;
  font-weight: 400;
  margin: 0 0 20px;
}

h2 {
  color: #333333;
  font-size: 24px;
  font-family: SourceSansPro-Light;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}

.post-content h2 {}

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: #fff;
  color: #e54c28;
  font-size: 18px;
  font-family: SourceSansPro-Light;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #fff;
  -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: #000;
  border: 1px solid #000;
  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-family: SourceSansPro-Light;
  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: #FF5722;
}

#container {
  opacity: 1;
  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-family: SourceSansPro-Light;
  font-weight: 400;
  margin: 0 0 10px;
}

.title-section h1 {
  color: #333333;
  font-size: 40px;
  font-family: SourceSansPro-Light;
  font-weight: 400;
  margin: 0 0 20px;
}

.title-section p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  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;
  font-family: 'Source Sans Pro', sans-serif;
  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;
  font-family: 'Source Sans Pro', sans-serif;
  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;
  font-family: 'Source Sans Pro', sans-serif;
}

#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-family: 'Source Sans Pro', sans-serif;
  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 0;
  background: #333333 url('./../upload/slider3.png') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}

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: #fff;
  text-decoration: underline;
}

section#home-section .top-block img {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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: #e54c2a;
  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 {
  font-family: 'Source Sans Pro', sans-serif;
  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;
  min-height: 255px;
}

section#features-section2 .about-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;
  margin-right: 20px;
}

section#features-section2 .about-box .about-post a i {
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px dashed #dad5e3;
  color: #e54c28;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

section#features-section2 .about-box .about-post h2 {
  padding-top: 22px;
  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: #e54c28;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  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: #000;
}

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-family: 'Source Sans Pro', sans-serif;
  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.png');
  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: #e54c2a;
  font-size: 24px;
  font-family: SourceSansPro-Light;
  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;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: initial;
  font-weight: 400;
}

section.statistic-section.white-background {
  margin-top: 80px;
  padding-bottom: 0;
  background-image: linear-gradient(to right, #e54c2a, #ff5e00);
}

section.statistic-section.white-background .statistic-box {
  padding-bottom: 60px;
}

section.statistic-section.white-background .statistic-post i {
  color: #ffffff;
}

section.statistic-section.white-background .statistic-post h2 {
  color: #ffffff;
}

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.png') 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;
}

div.about-app-section .content-holder .posts-box .about-post i {
  float: left;
  font-size: 30px;
  color: #FF5722;
  display: inline-block;
  margin-right: 25px;
}

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: rgba(255, 87, 34, 0.10980392156862745);
  -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 i {
  font-size: 20px;
  margin-right: 13px;
  color: #e54c28;
}

div.about-app-section.second-style .content-holder .posts-box .about-post h2 {
  font-size: 17px;
  color: #bd3313;
}

div.about-app-section.second-style .content-holder .posts-box .about-post p {
  font-size: 14px;
}

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-family: 'Source Sans Pro', sans-serif;
  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;
}

.wth {
  color: #fff !important;
}

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-family: 'Source Sans Pro', sans-serif;
  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: #fff;
  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: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  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: #000;
}

div.about-app-section2.second-style {
  background: url('./../upload/ban4.png') 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;
}

/*-------------------------------------------------*/
/* =  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;
  -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: #e54c2a;
}

.owl-theme .owl-controls .owl-pagination .owl-page:hover span,
.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #e54c2a;
}

/*-------------------------------------------------*/
/* =  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.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-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin: 0;
}

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-family: 'Source Sans Pro', sans-serif;
  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: #e54c28;
}

section#pricing-section .pricing-box ul.pricing-table:hover li.title p span {
  color: #e54c28;
}

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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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;
  font-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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.png') 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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/*-------------------------------------------------*/
/* =  Testimonial section
/*-------------------------------------------------*/
section.testimonial-section {
  padding: 10px 0 120px;
  margin-top: 60px;
  background: #fefafa;
  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: 0px 6px 18px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
}

section.testimonial-section .testimonial-box .testimonial-post span.quote {
  margin-top: -35px;
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #e54c28;
  -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: #FF9800;
  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: #e54c28;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

.copyright span {
  color: #e54c28;
}

section.testimonial-section .item {
  padding: 35px 15px 15px;
}

section.testimonial-section:after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 170px;
  background: #fefafa;
  -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-family: 'Source Sans Pro', sans-serif;
  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: #e54c28;
}

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-family: 'Source Sans Pro', sans-serif;
  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: #e54c28;
}

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: #e54c28;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  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: #333333;
}

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.png') 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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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-family: 'Source Sans Pro', sans-serif;
  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: 40px;
  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-family: 'Source Sans Pro', sans-serif;
  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: #e54c28;
  width: 230px;
  color: #ffffff;
  font-size: 18px;
  font-family: SourceSansPro-Light;
  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: 1;
  background: #000;
}

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;
}

#download-area {
  padding-top: 0px;
}

footer.white-style form input[type="text"] {
  border: 1px solid #ebebeb;
  background: #f5f6fa;
}

.pd-top {
  padding-top: 100px !important;
}

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: #e54c28;
}

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-family: 'Source Sans Pro', sans-serif;
  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;
}

#banner {
  height: 350px;
  width: 100%;
  overflow: hidden;
  background: url(./../images/ban4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 10%;
}

#banner h4 {
  font-size: 50px;
  color: #fff;
}

#banner span {
  text-transform: uppercase;
}

.trail-dtls h4 {
  font-size: 40px;
  color: #333333;
}

#trl {
  padding: 80px 0px;
  width: 100%;
  overflow: hidden;
  font-family: SourceSansPro-Light;
}

.trail-dtls p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.trls-pic {
  margin-top: 50px;
}

.trls-pic img {
  width: 100%;
}

.trls-frm h5 {
  font-size: 30px;
  margin: 0px;
  color: #333333;
  font-family: SourceSansPro-Light;
  margin-bottom: 10px;
}

.trls-frm p {
  font-size: 14px;
  color: #888;
  font-family: SourceSansPro-Light;
}

.trls-frm {
  margin-top: 50px;
  border-radius: 12px;
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
}

.trls-frm input {
  box-shadow: none !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 40px;
}

.trls-frm label {
  font-weight: normal;
  font-family: SourceSansPro-Regular;
}

.trls-frm textarea {
  box-shadow: none !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 80px;
  max-width: 100%;
}

.snd-btn {
  margin-top: 20px;
  padding: 8px 30px;
  border-radius: 40px;
  border: 0px;
  color: #fff;
  transition: 0.4s;
  background-image: linear-gradient(to right, #e54c28, #e5a029);
  box-shadow: 0px 2px 17px #7d79749c;
  outline: none !important;
}

.snd-btn:hover {
  background-image: linear-gradient(to right, #e5a029, #e54c28);
}

.navbar-default .navbar-toggle {
  border: 0px;
  margin-top: 28px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

#banner p {
  color: #fff;
  font-family: SourceSansPro-Light;
  font-size: 13px;
}

.bdr {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

/*-----------about---us-------*/
.pd-80 {
  padding-top: 150px !important;
}

.pd-0 {
  padding-top: 0px !important;
}

.hstry-pic {
  position: relative;
}

#hstry {
  padding: 60px 0px;
  width: 100%;
  overflow: hidden;
}

.hstry-dtls h4 {
  color: #333333;
  margin: 0px;
  margin-bottom: 15px;
  font-size: 40px;
  font-family: SourceSansPro-Light;
}

.hstry-pic:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 84%;
  background: #ee5624;
  left: 21.7%;
  top: 12%;
  z-index: -1;
}

.hstry-dtls {
  border-left: 3px solid #ee5624;
  padding: 20px;
  padding-left: 10%;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  background: rgb(255, 250, 250);
}

.hstry-dtls-nxt h4 {
  color: #333333;
  margin: 0px;
  margin-bottom: 15px;
  font-size: 40px;
  font-family: SourceSansPro-Light;
}

.hstry-dtls-nxt {
  border-right: 3px solid #CDDC39;
  padding: 20px;
  padding-right: 10%;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  background: rgba(253, 255, 230, 0.36);
  text-align: right;
}

.hstry-pic1 {
  text-align: right;
}

.hstry-pic1:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 81%;
  background: #CDDC39;
  right: 21.7%;
  top: 12%;
  z-index: -1;
}

.mbl-block {
  display: none;
}

#contact-us {
  padding: 60px 0px;
  width: 100%;
  overflow: hidden;
}

.contact-frm h4 {
  font-size: 40px;
  color: #333333;
  font-family: SourceSansPro-Light;
  margin: 0px;
  margin-bottom: 10px;
}

.contact-frm p {
  margin-bottom: 20px;
}

.mgn-50 {
  margin-top: 50px;
}

.map-img {
  text-align: right;
}

.map {
  width: 400px;
  height: 400px;
  background: #000;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
}

.map {
  overflow: hidden;
}

.maps {
  position: relative;
}

.adrs {
  position: absolute;
  width: 450px;
  height: auto;
  border-radius: 20px;
  background: #fff;
  top: 10%;
  right: -30%;
}

.adrs {
  padding: 20px;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
}

.adrs h4 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 15px;
  color: #333333;
  font-family: SourceSansPro-Light;
}

.adrs p span {
  margin-right: 10px;
  color: #333333;
}

.adrs p a {
  color: #333333;
}

.adrs h5 {
  font-size: 18px;
}

.pricing {
  width: 100%;
  padding: 60px 0px;
  overflow: hidden;
}

.pricing-item {
  padding: 20px;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  text-align: center;
  min-height: 268px;
}

.pricing-item img {
  width: 50%;
  margin-bottom: 30px;
}

.pricing-item h4 {
  font-size: 25px;
  color: #333333;
  font-family: SourceSansPro-Light;
}

#pricing {
  padding: 60px 0px;
  width: 100%;
  overflow: hidden;
}

.cm-hdn h4 {
  font-size: 40px;
  color: #333333;
  margin: 0px;
  margin-bottom: 15px;
  font-family: SourceSansPro-Light;
}

.cm-hdn {
  text-align: center;
  margin-bottom: 50px;
}

#pricing-mdul {
  padding: 60px 0px;
  width: 100%;
  overflow: hidden;
}

.pricing-mdl-dtls h4 {
  font-size: 30px;
  color: #333333;
  margin: 0px;
  margin-bottom: 15px;
  font-family: SourceSansPro-Light;
}

.pricing-mdl-box p span {
  margin-right: 15px;
}

.pricing-mdl-box {
  padding: 30px;
  border-radius: 20px;
}

.mg-50 {
  margin-bottom: 60px;
}

.pricing-table-item {
  padding: 20px;
}

.pricing-table-item {
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  position: relative;
}

.mdl-price {
  font-size: 30px;
  background: #fff;
  padding: 10px 30px;
  font-family: SourceSansPro-Light;
  border-radius: 30px;
  float: right;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
}

.pricing-table-item-body ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
}

.pricing-table-item-body ul li {
  float: none;
  display: block;
  width: 100%;
  font-family: SourceSansPro-Light;
  padding: 8px 0px;
  color: #333333;
}

.pricing-table-item-body ul li span {
  margin-right: 10px;
}

.pricing-table-item-hdr h4 {
  font-size: 30px;
  color: #333333;
  font-family: SourceSansPro-Light;
  margin: 0px;
  margin-bottom: 30px;
}

.pricing-table-item-ftr {
  margin-top: 20px;
  padding: 20px 0px;
  padding-bottom: 0px;
  border-top: 1px solid #ededed;
  position: absolute;
  width: 89%;
  bottom: 20px;
}

.pricing-table-item-hdr p {
  font-size: 50px;
  color: #000;
}

.pricing-table-item-hdr p span {
  font-size: 20px;
  color: #888888;
}

.pricing-table-item-hdr {
  padding: 20px 0px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
  text-align: center;
}

.mdl h4 {
  color: #fff;
}

.mdl p {
  color: #fff;
}

.mdl p span {
  color: #fff;
}

.mdl ul li {
  color: #fff;
}

.pricing-table-item {
  min-height: 1000px;
}

.mdl-btn {
  padding: 8px 30px;
  border-radius: 40px;
  border: 0px;
  color: #fff;
  transition: 0.4s;
  background: #000;
  outline: none !important;
}

.about-pic img {
  width: 100%;
}

.about-dtls h4 {
  font-size: 40px;
  margin: 0px;
  margin-bottom: 20px;
  font-family: SourceSansPro-Light;
}

.about-dtls {
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.09);
  padding: 40px;
  border-radius: 20px;
}

.about-dtls span {
  margin-right: 10px;
}

.about-pic {
  overflow: hidden;
  border-radius: 5px;
  border-bottom-right-radius: 100px;
}

.about-dtls-btm h4 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 20px;
  font-family: SourceSansPro-Light;
}

.about-dtls-btm {
  width: 80%;
  margin: 0 auto;
}

.about-dtls-btm {
  margin-bottom: 50px;
}

.add-business {
  position: fixed;
  width: 35px;
  height: 35px;
  background: #FF5722;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  z-index: 9999;
  padding: 7px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.19);
  display: none
}

.pricing-item span svg {
  width: 100px;
  height: 100px;
}

.pricinf-doc {
  width: 80%;
  margin: 0 auto;
}

.pricinf-doc h4 {
  font-size: 40px;
  margin: 0px;
  margin-bottom: 20px;
  font-family: SourceSansPro-Light;
}

#pricing-docx {
  padding: 60px 0px;
  width: 100%;
  overflow: hidden;
}

.pricinf-doc {
  text-align: center;
}

#cln-deign {
  position: relative;
  padding: 30px 0px;
  background: #ff6305;
  z-index: 2;
}

#cln-deign h4 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 20px;
  font-family: SourceSansPro-Light;
  color: #fff;
}

.carousel-control {
  background: none !important;
}

#home-section .item {
  text-align: center;
}

#home-section .item img {
  width: auto;
  display: inline-block;
}

#home-section .carousel-control span {
  vertical-align: middle;
  top: 50%;
  position: absolute;
  font-size: 27px;
  background: #000;
  width: 40px;
  height: 40px;
}

.section-pic img {
  width: 100%;
}

#home-page-section {
  padding: 100px 0px;
  width: 100%;
  overflow: hidden;
}

.about-dtls {
  background: #fff;
}

.about-dtls .target-link {
  color: #e54c2a;
}

.about-dtls-btm1 {
  margin-top: 20px;
}

#home-page-section2 {
  padding: 100px 0px;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.section-pic1 img {
  width: auto;
}

.ftr-sec {
  padding-bottom: 0px !important;
  position: relative;
  z-index: 2;
}

.ftr-sec .about-box {
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}

.pd-50 {
  padding-top: 50px !important;
}

.pricing-item small {
  background: #f3f3f3;
  color: #ee4a04;
  border-radius: 20px;
  padding: 20px 20px;
  right: 11px;
  font-size: 20px;
  border-right: 0px;
  display: inline-block;
}

#demo {
  padding: 60px 0px;
  padding-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.lft-img img {
  width: 100%;
}

.ryt-img img {
  width: 100%;
}

.demo-frm h5 {
  font-size: 20px;
  line-height: 25px;
}

.demo-frm h5 {
  text-align: center;
}

.intr {
  color: #e54c28 !important;
  font-size: 20px !important;
}

.demo-frm .pretty {
  margin-bottom: 20px;
}

.ftr {
  padding: 10px 0px;
  padding-top: 20px;
}

.ftr a {
  color: #e54c28;
}

.lft-img {
  margin-top: 30%;
}

.ryt-img {
  margin-top: 80%;
}

.demo-frm h5 {
  margin-bottom: 20px;
}

#pricing {
  padding-bottom: 30px;
}

.client-box {
  padding-top: 100px;
  width: 100%;
  overflow: hidden;
}

.client-box .owl-pagination {
  display: none;
}

.testimonial-post {
  text-align: center;
}

.testimonial-post {
  height: 100px;
  width: 100%;
}

.testimonial-post img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.mbl-his {
  padding-bottom: 0px !important;
}

.pricing-item h5 {
  font-size: 30px;
  color: #333333;
  margin: 15px 0px;
  font-family: SourceSansPro-Light;
}

.pricing-item h5 span {
  font-size: 14px;
  font-family: SourceSansPro-Regular;
  color: #e54c29;
}

section#home-section .web-block {
  text-align: center;
  padding: 150px 0 0;
  background: #333333 url(./../upload/web.png) center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}

section#home-section .web-block h4 {
  font-size: 50px;
  color: #fff;
}

section#home-section .web-block p {
  font-size: 16px;
  margin-bottom: 100px;
  color: #fff;
}

.web-pic img {
  width: auto;
}

.web-pic {
  text-align: center;
}

.ftr-sec1 .about-post {
  text-align: center;
  padding: 20px;
  display: block !important;
  box-shadow: 0px 0px 30px #ededed !important;
  border-radius: 20px;
  margin-bottom: 20px !important;
}

.bckgrnd {
  background: rgba(238, 69, 52, 0.03137254901960784) !important;
}

#some-scrn {
  width: 100%;
  overflow: hidden;
}

.ftr-sec1 .about-post a {
  margin-right: 0px !important;
}

.ftr-sec1 {
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}

#prlx {
  background: #333333 url(./../upload/prlx.png) center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  padding: 100px 0px;
}

#prlx {
  text-align: center;
}

#prlx h4 {
  color: #ffffff;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 20px;
}

#prlx p {
  color: #ffffff;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 20px;
}

/*------user-app-----*/
.hero-section {
  background-image: url(./../images/hero1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-section:before {
  background: #7b4397;
  background: -webkit-linear-gradient(to right, #ed2725, #ffa216);
  background: linear-gradient(to right, #ed2725, #ffa216);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.hero-moc {
  background-image: url(./../images/hero-moc.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 80px;
  bottom: -50px;
  animation-name: moc-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: moc-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  z-index: -1;
}

.hero-content {
  z-index: 1;
  margin-top: 20%;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: -0.05em;
}

.hero-content p {
  color: #fff;
}

.hero-wave {
  position: absolute;
  top: auto;
  right: -70px;
  bottom: -50px;
  left: -50px;
  z-index: -2;
}

/*Moc Animation*/
@-webkit-keyframes moc-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes moc-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.counter-section:before {
  background-image: url(./../images/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.padding {
  padding: 80px 0;
}

.counter-section {
  background: #7b4397;
  background: -webkit-linear-gradient(to right, #cd2b32, #e29d3d);
  background: linear-gradient(to right, #cd2b32, #e29d3d);
  position: relative;
}

.section-heading span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #dc2430;
  font-weight: 600;
}

.counter-section .section-heading h2,
.counter-section .section-heading span {
  color: #fff;
}

.counter-section .section-heading h2 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.counter-section .section-heading p {
  color: #ddd;
}

.counter-content h3 {
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}

.counter-content span {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 60px;
}

.about-app-section3 {
  background: url(./../upload/ban1.png) left center fixed !important;
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.about-app-section4 {
  background: url(./../upload/ban2.png) left center fixed !important;
  background-size: cover !important;
}

/*-----business-app---------*/
.hero-moc1 {
  background-image: url(./../images/revolution-icons/login3.png);
}

.about-app-section5 {
  background: url(./../upload/ban3.png) left center fixed !important;
  background-size: cover !important;
}

.ftr-item h5 {
  margin: 0px;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-dtlsscroll {
  height: 400px;
}

.mCSB_inside>.mCSB_container {
  margin-right: 16px;
}

.hdn {
  text-align: center;
}

.hdn h4 {
  font-size: 40px;
  margin: 0px;
  margin-bottom: 15px;
  font-family: SourceSansPro-Light;
}

.ftr-box {
  width: 80%;
  margin: 0 auto;
}

.ftr-box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.ftr-box ul li {
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  transition: 0.3s;
}

.ftr-box ul li:hover {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(234, 234, 234);
}

.ftr-box ul li:nth-child(2) {
  border-right: 0px;
}

.ftr-box ul li:nth-child(4) {
  border-right: 0px;
}

.ftr-box ul li:nth-child(6) {
  border-right: 0px;
}

.ftr-box ul li:nth-child(8) {
  border-right: 0px;
}

.ftr-box ul li:nth-child(9) {
  border-bottom: 0px;
}

.ftr-box ul li:last-child {
  border: 0px;
}

.ftr-item {
  padding: 30px;
  min-height: 170px;
}

.hdn {
  margin-bottom: 60px;
}

.cptn {
  margin-bottom: 20px;
}

/*-------------------------------------------------*/

/* =  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) {
  .ftr-box {
    width: 90%;
  }

  section#features-section2 .about-box .about-post {
    min-height: 350px;
  }

  .pricing-item h4 {
    font-size: 23px;
  }

  .map-img {
    text-align: center;
  }

  .map {
    margin-bottom: 50px;
  }

  .contact-pic {
    text-align: center;
  }

  .adrs {
    position: absolute;
    width: 550px;
    height: auto;
    border-radius: 20px;
    background: #fff;
    top: 10%;
    right: -10%;
  }

  .hstry-pic1::before {
    width: 74%;
    right: 29.7%;
  }

  .hstry-pic::before {
    left: 28.7%;
  }

  #trl {
    padding-bottom: 40px;
  }

  .trail-pic img {
    width: 100%;
  }

  #banner {
    padding-top: 13%;
  }

  #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) {
  .mgn-top {
    margin-bottom: 0px;
    margin-top: 30px;
  }

  .hstry {
    padding-top: 0px !important;
  }

  #hstry {
    padding-bottom: 16px;
  }

  .about-pic {
    margin-bottom: 30px;
  }

  .hstry-dtls-nxt h4 {
    font-size: 35px;
  }

  .hstry-dtls h4 {
    font-size: 35px;
  }

  .hstry-pic1::before {
    width: 71%;
    right: 33.7%;
  }

  .hstry-pic::before {
    left: 32.7%;
  }

  .trail-pic {
    text-align: center;
  }

  .trls-pic {
    text-align: center;
  }

  .trail-pic img {
    width: 60%;
  }

  .trls-pic img {
    width: 60%;
  }

  .trail-dtls p {
    text-align: center;
  }

  .trail-dtls {
    text-align: center;
  }

  .trls-frm {
    text-align: center;
  }

  #banner {
    height: 300px;
  }

  .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: 980px) {
  .about-dtls {
    margin-bottom: 30px;
  }

  .ftr-item {
    padding: 30px;
    min-height: 200px;
  }

  section#features-section2 .about-box .about-post {
    min-height: auto;
  }

  .tab-pic {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 812px) {
  .about-dtls {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.09) !important;
  }

  .pricing-item {
    min-height: 314px;
  }

  .adrs {
    width: 500px;
    right: -2%;
  }
}

@media (max-width: 768px) {
  .add-business {
    display: inline-block !important;
  }

  .add-business:hover {
    background: #000;
    color: #fff;
  }

  .navbar>.container-fluid .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: 0px;
  }

  .navbar-right {
    margin-right: 0px !important;
  }

  .button-two {
    display: none !important;
  }

  .adrs {
    width: 500px;
    right: 0%;
  }
}

@media (max-width: 767px) {
  .hero-moc {
    display: none;
  }

  .clearfix.fullwidth.active .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff6031;
  }

  .pricing-item {
    min-height: auto;
  }

  .pricing-table-item-ftr {
    position: relative;
    width: 100%;
    bottom: auto;
  }

  .pricing-table-item {
    min-height: auto;
    margin-bottom: 30px;
  }

  .pricing-item img {
    width: 20%;
  }

  .pricing-item {
    margin-bottom: 30px;
  }

  .hstry-dtls-nxt {
    padding-right: 20px;
    text-align: center;
    margin-bottom: 50px;
  }

  .hstry-pic1 {
    text-align: center;
  }

  .mbl-block {
    display: block;
  }

  .mbl-none {
    display: none;
  }

  .hstry-pic1:before {
    display: none;
  }

  .hstry-dtls {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .hstry-pic {
    text-align: center;
  }

  .hstry-pic:before {
    display: none;
  }

  .bdr {
    margin-bottom: 10px;
  }

  #banner {
    padding-top: 13%;
  }

  #banner h4 {
    font-size: 40px;
    color: #fff;
  }

  #banner {
    height: 250px;
  }

  header.fullwidth.active .navbar-default .navbar-nav li a {
    color: #fff !important;
  }

  .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: #e54c29;
  }

  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: 640px) {
  .ftr-item {
    padding: 30px;
    min-height: 250px;
  }
}

@media (max-width: 600px) {
  .ftr-item {
    padding: 30px;
    min-height: 250px;
  }

  #banner {
    height: 230px;
  }

  #banner {
    padding-top: 15%;
  }

  #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 .video-app-box iframe {
    height: 320px;
  }

  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) {

  /*.about-dtls{text-align: center;}*/
  .ftr-item {
    padding: 30px;
    min-height: auto;
  }

  .ftr-box ul li {
    width: 100%;
    min-height: auto;
    border: 0px !important;
    border-bottom: 1px solid #ededed !important;
  }

  .ftr-box ul li:last-child {
    border-bottom: 0px !important;
  }

  .mbl-his {
    padding-top: 0px !important;
  }

  .about-pic {
    border-bottom-right-radius: 5px !important;
  }

  .map {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .adrs {
    width: 100%;
    right: 0%;
    top: auto;
    position: relative;
    margin-bottom: 50px;
  }

  .contact-pic img {
    width: 70%;
  }

  #banner {
    padding-top: 19%;
  }

  section#video-section .video-app-box iframe {
    height: 260px;
  }

  #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) {
  .tab-pic img {
    width: 100%;
  }

  .map {
    width: 300px;
    height: 300px;
  }

  #banner p {
    line-height: 18px;
  }

  #banner {
    padding-top: 22%;
  }

  .trail-pic img {
    width: 100%;
  }

  .trail-dtls h4 {
    font-size: 41px;
  }

  section#home-section div.top-block2 a.button-one {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 360px) {
  #banner {
    padding-top: 24%;
  }
}

.web-block-back {
  background: #ffffff url(./../upload/web-back.png) center center fixed !important;
  background-size: cover;
  -webkit-background-size: cover;
}

.prlx {
  background: #333333 url(./../upload/web-back.png) center center fixed !important;
}

.trls-frm .form-group mat-form-field {
  width: 100%;
}

.trls-frm .form-group mat-form-field .mat-form-field-underline {
  display: none;
}

.trls-frm .form-group mat-form-field .mat-form-field-label {
  top: 30px;
  left: 15px;
}

.mat-focused .mat-form-field-label {
  top: 20px !important;
}
