@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&amp;display=swap");
/* Default style */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

a {
  transition: .4s;
  -webkit-transition: .4s;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

button:focus {
  outline: 0;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 28px;
}

img {
  max-width: 100%;
}

section {
  padding: 100px 0;
  position: relative;
}

.gray-bg {
  background-color: #f5f7fb;
}

.mr-10 {
  margin-right: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.default-button {
  border-radius: 100px;
  border: none;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  border: 1px solid green;
  outline: 0;
  font-size: 14px;
}

.default-button:hover {
  color: #fff;
}

.default-button i {
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
}

.default-button i:hover i {
  padding-left: 5px;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  margin: 0 0 35px;
  padding: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.section-title h2::after {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 40px;
}

.section-title h2::before {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

.section-title p {
  margin: auto;
  max-width: 710px;
  width: 100%;
}

.angle-section-title {
  position: relative;
  z-index: 5;
}

.cs-pt-130 {
  padding-top: 130px;
}

.form-control {
  font-size: 14px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-tablecell {
  vertical-align: middle;
  display: table-cell;
}

/* End Default style */
/* Navbar style */
.top-menu {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.top-menu .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.top-menu .navbar-brand:focus, .top-menu .navbar-brand:hover {
  color: #fff;
}

.top-menu .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 14px;
  margin-right: 15px;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  text-transform: uppercase;
}

.top-menu .navbar-nav .nav-item .nav-link:focus, .top-menu .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.top-menu .navbar-nav .nav-item .nav-link::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  z-index: -1;
}

.top-menu .navbar-nav .nav-item .nav-link:hover::before, .top-menu .navbar-nav .nav-item .nav-link.active::before {
  left: 0;
  right: 0;
}

.top-menu .navbar-nav .nav-item .active a,
.top-menu .navbar-nav .nav-item .active > a:focus,
.top-menu .navbar-nav .nav-item .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .top-menu.menu-shrink {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 20px #282828;
            box-shadow: 0 0 20px #282828;
  }
}

.navbar-white {
  background-color: #fff;
}

.navbar-white .navbar-brand {
  color: #000000;
}

.navbar-white .navbar-brand:focus, .navbar-white .navbar-brand:hover {
  color: #000000;
}

.navbar-white .navbar-nav .nav-item .nav-link {
  color: #000000 !important;
}

.navbar-white .navbar-nav .nav-item .active > a, .navbar-white .navbar-nav .nav-item .active > a:focus, .navbar-white .navbar-nav .nav-item .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-white.menu-shrink {
  background: #fff !important;
}

/* End Navbar style */
/* Homepage slider style */
.homepage-slides-wrapper {
  position: relative;
}

#home.angle-slides-wrapper-bg::before {
  background: #ffffff none repeat scroll 0 0;
  height: 40%;
  top: 80%;
}

.angle-slides-wrapper-bg {
  position: relative;
  z-index: 1;
}

.angle-slides-wrapper-bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
  width: 100%;
  z-index: 1;
}

.slider-item-img-bg {
  background-image: url("../img/slider-item-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dddddd;
  color: #fff;
  position: relative;
}

.slider-item-img-bg::before {
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}

.item-img-bg {
  background-image: url("../img/slider-item-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dddddd;
  color: #fff;
  position: relative;
}

.item-img-bg::after {
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}

.homes-bg-img {
  background-image: url("../img/slider-item-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #dddddd;
  color: #fff;
  position: relative;
  position: relative;
  z-index: 2;
}

.homes-bg-img::after {
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.homes-bg-img::before {
  z-index: 1;
}

.wave-bg-one::before {
  content: "";
  left: 0;
  background: url("../img/wave-bg1.png");
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  z-index: 1;
}

.wave-bg-one .slide-item-table {
  padding-top: 0;
}

.wave-bg-section-tb-one::after {
  content: "";
  left: 0;
  background: url("../img/wave-bg2.png");
  height: 60px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  z-index: 1;
}

.wave-bg-section-tb-one::before,
.wave-bg-section-top-one {
  content: "";
  left: 0;
  background: url("../img/wave-bg3.png");
  height: 60px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center top;
  top: 0;
  z-index: 1;
}

.wave-bg-two::before {
  content: "";
  left: 0;
  background: url("../img/wave-bg4.png");
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
  bottom: -3px;
  z-index: 1;
}

.wave-bg-three::before {
  content: "";
  left: 0;
  background: url("../img/wave-bg1.png");
  height: 60px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -2px;
  z-index: 1;
  background-size: 100% 100%;
}

.wave-bg-two .slide-item-table {
  padding-top: 0;
}

.wave-bg-section-tb-two::after {
  content: "";
  left: 0;
  background: url("../img/wave-bg4.png");
  height: 40px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -2px;
  z-index: 1;
  background-size: contain;
}

.wave-bg-section-tb-three::after {
  content: "";
  left: 0;
  background: url("../img/wave-bg1.png");
  height: 60px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -2px;
  z-index: 1;
  background-size: 100% 100%;
}

.wave-bg-section-tb-three::before {
  content: "";
  left: 0;
  background: url("../../../../img/wave-bg6.html");
  height: 60px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center top;
  top: -2px;
  z-index: 1;
  background-size: 100% 100%;
}

@media only screen and (min-width: 768px) {
  .single-slider-item {
    height: 100vh;
    padding: 50px 0 40px;
  }
}

.slide-item-table {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.single-slider-item h1 {
  color: #ffffff;
  font-size: 35px;
  line-height: 55px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.single-slider-item p {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
}

.single-slider-item .slide-button {
  margin-top: 30px;
}

.single-slider-item .slide-btn-white {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  font-size: 15px;
  padding: 14px 35px;
}

.single-slider-item .slide-btn-white:hover {
  background-color: green;
  color: #fff;
  border: 2px solid #ffffff;
}

.single-slider-item .slide-btn-bordered {
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 14px 35px;
}

.single-slider-item .slide-btn-bordered:hover {
  background-color: #fff;
  color: #000;
}

.single-slider-item .welcome-phone {
  margin: auto;
  max-width: 360px;
  text-align: right;
  position: relative;
  z-index: 5;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.slider-text {
  padding-right: 50px;
  position: relative;
  z-index: 5;
}

#particles {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.particle-bg {
  position: relative;
}

.particle-bg::after {
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.video-bg {
  position: relative;
}

.video-bg::after {
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.video-area {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-area video {
  min-width: 100%;
  min-height: 100%;
}

.homepage-slides.owl-theme .owl-nav .owl-prev {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 0;
  color: #ffffff;
  font-size: 25px;
  height: 80px;
  left: 0;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  width: 45px;
  margin: 0;
}

.homepage-slides.owl-theme .owl-nav .owl-prev:hover {
  background-color: #fff;
  color: #000;
}

.homepage-slides.owl-theme .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
  color: #ffffff;
  font-size: 25px;
  height: 80px;
  right: 0;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  width: 45px;
  margin: 0;
}

.homepage-slides.owl-theme .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #000;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* End Homepage slider style */
/* About section style */
.app-about-section.angle-sp {
  position: relative;
  z-index: 5;
}

.app-about-text {
  max-width: 90%;
}

.app-about-text h3 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.app-about-text h3::after {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 30px;
}

.app-about-text p {
  margin-bottom: 15px;
}

.app-about-text ul {
  list-style-type: none;
  padding: 6px 0;
  margin: 0 0 10px;
}

.app-about-text ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin: 0 15px 20px 0;
  text-transform: uppercase;
}

.app-about-text ul li i {
  padding: 0 3px 0 0;
}

.app-users-section {
  padding: 0;
  position: relative;
  z-index: 5;
}

.single-user {
  padding: 0 0 0 40px;
  position: relative;
  transform: translateY(-190%);
  -webkit-transform: translateY(-190%);
  -ms-transform: translateY(-190%);
  -o-transform: translateY(-190%);
  margin-top: 15px;
  width: 100%;
}

.single-user i {
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}

.single-user h3 {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.angle-gray-bg {
  position: relative;
  z-index: 1;
}

/* End About section style */
/* How it works style */
#how-it-works.angle-gray-bg::before {
  background: #f5f7fb;
}

.wave-two-how-it-works {
  padding: 100px 0 130px;
}

.wave-one-how-it-works {
  padding: 130px 0;
}

.angle-gray-bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
  width: 100%;
  z-index: -1;
}

.single-hiw-feature {
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 0 80px;
}

.single-hiw-feature i {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  left: 0;
  top: 0;
  line-height: 60px;
  position: absolute;
  text-align: center;
  width: 60px;
  transition: .3s;
  -webkit-transition: .3s;
}

.single-hiw-feature h4 {
  font-size: 17px;
  margin: 0 0 5px;
  text-transform: uppercase;
  line-height: 30px;
}

.single-hiw-feature p {
  margin: 0;
}

.hiw-feature-content .single-hiw-feature:last-child {
  margin-bottom: 0;
}

.video-demo-content {
  margin: 12px auto auto;
  max-width: 440px;
  position: relative;
}

.video-demo-content::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 50%;
  opacity: .8;
}

.video-demo-content img {
  border-radius: 50%;
}

.play-video-icon {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.play-video-icon a {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 8px;
  text-align: center;
  width: 80px;
  transition: .3s;
  -webkit-transition: .3s;
  position: relative;
  -webkit-box-shadow: 0 0 15px #ffffff;
          box-shadow: 0 0 15px #ffffff;
}

.play-video-icon a:hover {
  -webkit-box-shadow: 0 0 0 #ffffff;
          box-shadow: 0 0 0 #ffffff;
  opacity: 0.7;
}

.play-video-icon a i {
  border-radius: 50%;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: auto;
  padding: 0 0 0 8px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 70px;
  z-index: 5;
}

.sonar-wrapper {
  position: relative;
  z-index: 0;
}

.sonar-wrapper .sonar-emitter {
  position: relative;
  margin: 5px auto;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
}

.sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: 0;
  left: -4px;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: HSL(45, 100%, 50%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.sonar-wrapper .sonar-emitter .sonar-wave {
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
}

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.5;
  }
  to {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.5;
  }
  to {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}

/* End how it works style */
/* Features section style */
.awsome-features {
  padding: 100px 0 70px;
}

.single-feature {
  padding: 30px 20px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.single-feature:hover {
  transform: translateY(-4px) scale(1.01);
  -webkit-transform: translateY(-4px) scale(1.01);
}

.single-feature::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.single-feature::after {
  opacity: 1;
}

.single-feature .feature-icon {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  text-align: center;
  width: 60px;
}

.single-feature h4 {
  margin: 30px 0 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.single-feature p {
  margin: 0;
}

.feature-style-two {
  text-align: left;
  padding: 30px 20px 20px 110px;
}

.feature-style-two .feature-icon {
  position: absolute;
  left: 25px;
  top: 30px;
}

.feature-style-two h4 {
  margin: 0 0 10px;
}

/* End Features section style */
/* Counter section style */
.counter-stats {
  background-image: url("../img/counter-stats-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 60px;
  background-attachment: fixed;
}

.counter-stats::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.counter-stats .counter-box {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

.counter-stats .counter-box i {
  color: #ffffff;
  font-size: 35px;
  border: 1px dashed #fff;
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.counter-stats .counter-box h3 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
}

.counter-stats .counter-box p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 20px;
  text-transform: uppercase;
}

#counter.counter-stats.angle-counter-stats {
  background-image: none;
}

#counter.angle-counter-stats::before {
  background-image: url("../img/counter-stats-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.angle-counter-stats::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
  width: 100%;
  z-index: -1;
}

.angle-counter-stats::after {
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
}

/* End counter section style */
/* App screenshots section */
.app-screenshots-section {
  padding: 100px 0 130px;
}

.screenshot-item .screenshot-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.screenshot-item .screenshot-image::after {
  color: #ffffff;
  content: "+";
  font-size: 50px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}

.screenshot-item:hover .screenshot-image::before {
  content: "";
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  opacity: .9;
  z-index: 1;
}

.screenshot-item:hover .screenshot-image::after {
  opacity: 1;
  top: 50%;
  visibility: visible;
}

.screenshot-carousel .owl-prev i,
.screenshot-carousel-two .owl-prev i {
  position: absolute;
  left: -60px;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.screenshot-carousel .owl-next i,
.screenshot-carousel-two .owl-next i {
  position: absolute;
  right: -60px;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  width: 100%;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 1px;
  padding: 0 4px;
}

.owl-dots .owl-dot span {
  width: 5px !important;
  height: 15px;
  display: block;
  background: #000 !important;
}

.owl-dots .owl-dot.active span {
  height: 15px;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  max-width: 100%;
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 0 15px 30px;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.screenshots-modal .close {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100px;
  padding: 0;
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  z-index: 55;
  border: none;
  position: absolute;
  right: 20px;
  top: 12px;
}

.screenshots-modal .close:hover, .screenshots-modal .close:focus {
  outline: 0;
}

.screenshots-modal .modal-content {
  border-radius: 0;
  border: none;
}

.screenshots-modal .modal-header {
  border: none;
  background-color: green;
}

.screenshot-details-container {
  max-width: 1000px;
  margin: auto;
}

.screenshot-details-container img {
  width: 100%;
}

.screenshot-details-text img {
  max-width: 100% !important;
}

.screenshot-details-text .title {
  margin: 30px 0 25px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.screenshot-details-text .title::after {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 30px;
}

.screenshot-details-text ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}

.screenshot-details-text ul li {
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.screenshot-details-text ul li i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

/* End app screenshots section */
/* Testimonial section style */
.testimonial-section {
  background-image: url("../img/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 130px;
  background-attachment: fixed;
}

.testimonial-section::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wave-two-testimonial {
  padding: 100px 0 160px;
}

.wave-one-testimonial-section {
  padding: 130px 0 160px;
}

#testimonial.testimonial-section.angle-testimonial-section {
  background-image: none;
}

#testimonial.angle-testimonial-section::before {
  background-image: url("../img/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.angle-testimonial-section::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
  width: 100%;
  z-index: -1;
}

.angle-testimonial-section::after {
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
}

.angle-testimonial-section .testimonial-item {
  position: relative;
  z-index: 5;
}

.testimonial-section .section-title h2 {
  color: #fff;
}

.testimonial-section .section-title p {
  color: #fff;
}

.testimonial-item {
  text-align: center;
  background: #fff;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 0 0 120px;
  position: relative;
}

.testimonial-item:after {
  content: "";
  border-top: 40px solid #fff;
  border-right: 165px solid green;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial-item:before {
  content: "";
  border-top: 40px solid #fff;
  border-left: 165px solid green;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.testimonial-item .icofont-quote-left {
  display: inline-block;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  font-size: 20px;
  margin-bottom: 20px;
}

.testimonial-item .description {
  font-size: 15px;
  margin-bottom: 20px;
}

.testimonial-item .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}

.testimonial-item .pic {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: #f0f0f0;
  height: 100px;
  width: 100px;
}

.testimonial-item .pic img {
  width: 100px;
  height: 100px;
}

.testimonial-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 15px 0 6px 0;
}

.testimonial-item .post {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.testimonial-carousel .owl-dots .owl-dot span {
  background: #fff !important;
  height: 5px;
  width: 20px !important;
}

/* End Testimonial section style */
/* Pricing section style */
.pricing-section {
  padding: 100px 0 70px;
}

.single-price-package {
  -webkit-box-shadow: 0 0 35px #dddddd;
          box-shadow: 0 0 35px #dddddd;
  text-align: center;
  margin: 0 0 30px;
}

.single-price-package .price-header {
  position: relative;
}

.single-price-package .price-header h3 {
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
}

.single-price-package .price-header .price-value {
  padding: 35px 0;
  margin: 0;
  color: #fff;
}

.single-price-package .price-header .price-value sup {
  top: -20px;
  font-size: 20px;
}

.single-price-package .price-header .price-value .text-large {
  font-size: 50px;
  font-weight: 600;
}

.single-price-package .price-header .price-value .duration {
  bottom: 3px;
  font-weight: 500;
  line-height: 0;
  position: relative;
  font-size: 13px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-price-package .price-list {
  list-style: none;
  padding: 0 30px 0 65px;
  margin: 40px 0;
  text-align: left;
}

.single-price-package .price-list li {
  font-size: 15px;
  position: relative;
  line-height: 30px;
  font-weight: 500;
}

.single-price-package .price-list li:before {
  content: "";
  left: -30px;
  background-image: url("../img/check-icon.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 11px;
}

.single-price-package .price-list li.disabled:before {
  background-image: url("../img/disable-check-icon.png");
}

.single-price-package .price-footer {
  padding: 0 30px 30px;
  position: relative;
}

.purchase-btn {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  font-weight: 600;
  color: #000;
  display: block;
  font-size: 15px;
  padding: 14px 35px;
  text-transform: uppercase;
  position: relative;
}

.purchase-btn::after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.purchase-btn::before {
  border-radius: 100px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(100% + 4px);
  z-index: -2;
}

.personal-price-package .purchase-btn {
  color: #fff;
}

.single-price-package:hover .purchase-btn {
  color: #fff;
}

.curve-price-header::before {
  content: "";
  left: 0;
  background: url("../img/wave-bg2.png");
  height: 40px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  z-index: 1;
}

.curve-price-header .price-value {
  padding: 50px 0 65px !important;
}

.wave-price-header .price-value {
  padding: 40px 0 80px !important;
}

.wave-price-header span.title {
  display: block;
  font-size: 25px;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.wave-price-header::before {
  content: "";
  left: 0;
  background-image: url("../img/wave-bg4.png");
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -2px;
  background-size: contain;
  z-index: 1;
}

/* End pricing section style */
/* Faqs section style */
.wave-faqs-section {
  padding: 100px 0 140px;
}

.wave-one-faqs-section {
  padding: 130px 0;
}

.angle-gray-bg {
  position: relative;
  z-index: 1;
}

#faqs.angle-gray-bg::before {
  background: #f5f7fb;
}

.angle-gray-bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
  width: 100%;
  z-index: -1;
}

.faq-content {
  position: relative;
  height: auto;
}

.faq-content .faq-panel {
  background-color: #ffffff;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.faq-content .faq-panel:last-child {
  margin-bottom: 0;
}

.faq-content .faq-title {
  line-height: 25px;
  border-bottom: 1px solid #dddddd;
  color: #555555;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px 12px 40px;
  margin: 0;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  position: relative;
}

.faq-content .faq-title::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.faq-content .faq-title span {
  left: 18px;
  position: absolute;
  top: 12px;
}

.faq-content .faq-title i {
  color: #666666;
  position: absolute;
  right: 15px;
  top: 17px;
}

.faq-content .faq-title.active {
  color: #fff;
}

.faq-content .faq-title.active i {
  color: #fff;
}

.faq-textarea {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 25px 35px 15px;
}

.faq-textarea p {
  color: #333;
}

.faqs-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header, .accordion-body {
  background: white;
}

.accordion-header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
  color: #000;
  padding: 15px 45px 15px 20px;
  cursor: pointer;
  letter-spacing: .1em;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.accordion-header:hover {
  opacity: .8;
}

.accordion-body {
  background: #fff;
  color: #646464;
  display: none;
}

.accordion-body__contents {
  padding: 20px 20px 10px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid #f5f7fb;
}

.accordion__item > .accordion-header:after {
  content: "\eacb";
  font-family: icofont;
  font-size: 1.2em;
  right: 20px;
  position: absolute;
  top: 14px;
  transition: .3s all;
  -webkit-transition: .3s all;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  color: #fff;
}

/* End faqs section style */
/* Team section style */
.team-section {
  padding: 100px 0 70px;
}

.single-member {
  margin-bottom: 30px;
  text-align: center;
}

.single-member .member-img img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.single-member .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-member .member-info {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-member .member-info p {
  color: #fff;
}

.single-member .social-links a {
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.single-member .social-links a:hover {
  background-color: #fff;
  border-radius: 100%;
}

.single-member .social-links a:hover i {
  color: #000;
}

.single-member .member-info .social-links i {
  color: #fff;
}

.single-member .member-name {
  font-weight: 600;
  margin: 30px 0 5px;
}

.single-member .designation {
  margin: 0;
}

.single-member, .member-img {
  position: relative;
  overflow: hidden;
}

.single-member:hover .member-img .member-info {
  opacity: 1;
  margin-top: -80px;
}

.single-member:hover .member-img .overlay {
  opacity: 1;
}

.curve-member-img::before {
  content: "";
  left: 0;
  background: url("../img/wave-bg2.png");
  height: 40px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  z-index: 1;
}

.wave-member-img::before {
  content: "";
  left: 0;
  background: url("../img/wave-bg4.png");
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -2px;
  z-index: 1;
}

/* End Team section style */
/* App download section */
.app-download-section {
  background-image: url("../img/counter-stats-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 70px;
}

.app-download-section::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wave-two-download-section {
  padding: 100px 0 110px;
}

.wave-one-download-section {
  padding: 130px 0 100px;
}

.wave-two-counter {
  padding: 100px 0 90px;
}

.wave-one-counter {
  padding: 130px 0 90px;
}

#app-download.app-download-section.angle-download-section {
  background-image: none;
}

#app-download.angle-download-section::before {
  background-image: url("../img/counter-stats-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.angle-download-section::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
  width: 100%;
  z-index: -1;
}

.angle-download-section::after {
  transform: skewY(172deg);
  -webkit-transform: skewY(172deg);
  -ms-transform: skewY(172deg);
  -o-transform: skewY(172deg);
}

.app-download-section .section-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.app-download-section .section-title h2 {
  color: #fff;
}

.app-download-section .section-title p {
  color: #fff;
}

.app-download-content {
  text-align: center;
  position: relative;
  z-index: 5;
}

.app-download-content .download-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 20px;
  padding: 15px 30px 8px 85px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.app-download-content .download-btn i {
  color: #ffffff;
  float: left;
  font-size: 45px;
  left: 20px;
  position: absolute;
  width: 50px;
}

.app-download-content .download-btn span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  text-align: left;
}

.app-download-content .download-btn span.large-text {
  display: block;
  font-size: 18px;
  position: relative;
  top: -2px;
  font-weight: 500;
  text-transform: uppercase;
}

.app-download-content .download-btn:hover {
  background-color: #fff;
}

.app-download-content .download-btn:hover i, .app-download-content .download-btn:hover span {
  color: #000;
}

/* End App download section */
/* Blog section style */
.blog-section {
  padding: 100px 0 70px;
}

.single-blog-post {
  background: #f5f7fb;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
  z-index: 5;
}

.single-blog-post .blog-img {
  position: relative;
  padding-bottom: 22px;
}

.single-blog-post .blog-img img {
  transition: .3s;
  -webkit-transition: .3s;
}

.single-blog-post .blog-img a {
  display: block;
  overflow: hidden;
}

.single-blog-post:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-post .blog-date {
  border-radius: 30px;
  bottom: 0;
  color: #ffffff;
  font-weight: 500;
  left: 50%;
  line-height: 44px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 190px;
  font-size: 14px;
}

.single-blog-post .blog-info {
  padding: 0 25px;
  text-align: center;
}

.single-blog-post .blog-info p {
  padding: 15px 0;
  margin: 0;
}

.single-blog-post .blog-title {
  text-transform: uppercase;
  font-size: 16px;
}

.single-blog-post .blog-title a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 15px;
  text-align: center;
  display: block;
}

.single-blog-post .post-admin {
  text-align: center;
  color: #6b6b6b;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.single-blog-post .read-more-btn {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-img img {
  position: relative;
  width: 100%;
}

.single-blog-post-two {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-two .blog-img {
  position: relative;
}

.single-blog-post-two .blog-img::before {
  content: "";
  left: 0;
  background-image: url("../img/wave-bg2.png");
  height: 40px;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  z-index: 1;
}

.single-blog-post-two .wave-image::before {
  content: "";
  left: 0;
  background-image: url(../img/wave-bg4.png);
  background-size: contain;
  height: 30%;
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: -2px;
  z-index: 1;
}

.single-blog-post-two .blog-title {
  text-transform: capitalize;
  font-size: 20px;
  margin: 0 0 15px;
}

.single-blog-post-two .blog-title a {
  color: #000;
  display: inline-block;
}

.single-blog-post-two .blog-info {
  margin-top: 30px;
}

.single-blog-post-two .default-button {
  font-size: 13px;
  padding: 12px 30px;
  margin-top: 15px;
}

.single-blog-post-two .post_date {
  position: absolute;
  padding: 10px;
  left: 0;
  color: #fff;
  top: 0;
  font-size: 13px;
}

.horizontal-post {
  border-radius: 1000px 0 0 1000px;
  padding-bottom: 0;
  overflow: hidden;
}

.horizontal-post .blog-img {
  padding: 0;
}

.horizontal-post .blog-img img {
  border-radius: 1000px 0 0 1000px;
}

.horizontal-post .blog-info {
  padding: 48px 40px 15px 10px;
  text-align: left;
}

.horizontal-post .post-admin {
  text-align: left;
}

.horizontal-post .blog-title {
  font-size: 20px;
}

.horizontal-post .blog-title a {
  text-align: left;
}

.horizontal-post .default-button {
  font-size: 13px;
  padding: 12px 30px;
  margin-top: 10px;
}

.horizontal-post .default-button i {
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
}

.horizontal-post .default-button:hover i {
  padding-left: 5px;
}

.single-blog-img {
  position: relative;
}

.single-blog-img img {
  width: 100%;
}

.single-blog-img .single-blog-date {
  border-radius: 30px;
  top: 15px;
  color: #ffffff;
  font-weight: 500;
  left: 15px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 190px;
  font-size: 14px;
}

.single-blog-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  text-transform: uppercase;
}

.single-post-admin {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* End Blog section style */
/* Single blog details */
.single-blog-details .details-text-area {
  padding: 20px 0;
}

.single-blog-details .details-text-area p {
  margin-bottom: 15px;
  color: #333;
}

.post-tag-media {
  background-color: #f5f7fb;
  padding: 10px 15px;
}

.post-tag-media .tag {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-tag-media .tag li {
  display: inline-block;
}

.post-tag-media .tag li span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.post-tag-media .tag li a {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.post-social-media {
  display: table;
  float: right;
}

.post-social-media a {
  color: #000000;
  font-size: 15px;
  margin: 4px 0 0;
  padding: 0 5px;
}

.search-box {
  margin-bottom: 40px;
  position: relative;
}

.search-box .form-control {
  background-color: #f5f7fb;
  border-color: #f5f7fb;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
}

.search-box .search-btn {
  background-color: #f5f7fb;
  font-size: 18px;
  border: medium none;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.post-category {
  margin-bottom: 40px;
}

.post-category .single-category {
  background-color: #f5f7fb;
  color: #3e3e3e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 5px;
  padding: 0 20px;
}

.post-category .single-category:hover {
  color: #fff;
}

.blog-sidebar-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}

.blog-sidebar-title::before {
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}

.recent-post {
  margin-bottom: 10px;
}

.single-recent-post {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.single-recent-post img {
  float: left;
  height: 70px;
  margin-right: 20px;
  width: 70px;
}

.single-recent-post h5 {
  margin: 0;
}

.single-recent-post h5 a {
  color: #000;
  display: block;
  line-height: 22px;
}

.single-recent-post p {
  color: #6b6b6b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.player .title header h1 {
  font-size: 18px !important;
}

.all-comments-content {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f5f7fb;
}

.all-comments-content .comment {
  display: table;
}

.all-comments-content .comment img {
  border-radius: 50%;
  float: left;
  height: 70px;
  margin-right: 20px;
  width: 70px;
}

.all-comments-content .comment-details {
  display: table;
}

.all-comments-content .comment h5 {
  margin: 0;
}

.all-comments-content .comment span {
  color: #616161;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  margin-left: 10px;
}

.all-comments-content .comment p {
  margin: 15px 0;
}

.all-comments-content .comment .replay {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.all-comments-content .reply-comment {
  margin-left: 70px;
}

.comment-title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}

.comment-title::before {
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}

.reply-comment-details {
  background-color: #f5f7fb;
  border-radius: 3px;
  padding: 15px;
}

.comment-form {
  margin-top: 50px;
}

.comment-form .form-control {
  background-color: #fafafa;
  border-color: #fafafa;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  margin-bottom: 15px;
}

.comment-form textarea.form-control {
  height: auto !important;
}

.comment-form .default-button {
  margin-top: 10px;
}

.popular-tags {
  margin-bottom: 40px;
}

.popular-tags a {
  background-color: #f5f7fb;
  color: #000000;
  display: inline-block;
  margin: 0 0 4px;
  padding: 6px 12px;
  font-size: 13px;
}

.popular-tags a:hover {
  color: #fff;
}

.featured-video iframe {
  height: 335px;
  width: 100%;
}

.pagination-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  background-color: #f5f7fb;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  width: 40px;
}

.pagination-nav li a:hover {
  color: #fff;
}

.pagination-nav li.active a {
  color: #fff;
}

/* End Single blog details */
/* Top banner area */
.top-banner-area {
  background-image: url("../img/top-banner-area-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0 110px;
  z-index: 1;
}

.top-banner-area::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-banner-area .banner-title {
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}

.top-banner-area .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  margin: 4px 0 0 0;
  padding: 0;
  text-align: right;
  display: block;
}

.top-banner-area .breadcrumb li {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.top-banner-area .breadcrumb li a {
  color: #d7d7d6;
}

.top-banner-area .breadcrumb li.blog {
  position: relative;
}

.top-banner-area .breadcrumb li.blog::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.top-banner-area .breadcrumb li.active {
  position: relative;
}

.top-banner-area .breadcrumb li.active::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* End Top banner area */
/* Contact section style */
.contact-form {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.contact-form .form-control {
  background-color: #f5f7fb;
  border-color: green;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 55px;
  padding: 10px 20px;
}

.contact-form textarea.form-control {
  height: auto !important;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.contact-form .form-group .with-errors {
  color: navy;
  font-size: 13px;
  margin-top: 5px;
  padding-left: 15px;
}

.contact-form .default-button {
  margin-top: 5px;
}

.contact-form .contact-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-form #msgSubmit {
  text-align: center !important;
  margin: 15px 0 0;
  font-size: 16px;
}

.contact-info ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.contact-info ul li {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 44px 0 44px 50px;
  position: relative;
}

.contact-info ul li i {
  font-size: 20px;
  left: 20px;
  position: absolute;
  top: 42px;
}

.contact-info ul li h3 {
  font-size: 16px;
  margin: 0 0 9px;
}

.contact-info ul li p {
  margin: 0;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
}

li.parsley-required,
#contact_send_status {
  color: #ff0000;
  padding: 5px 12px 0;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
}

@media only screen and (min-width: 768px) {
  .contact-section.angle-contact-section {
    padding: 260px 0 100px;
  }
  .angle-contact-section {
    position: relative;
    z-index: 1;
  }
  #contact.angle-contact-section::before {
    background: #ffffff;
    height: 25%;
    top: -170px;
  }
  .angle-contact-section::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewY(172deg);
    -webkit-transform: skewY(172deg);
    -ms-transform: skewY(172deg);
    -o-transform: skewY(172deg);
    width: 100%;
    z-index: -1;
  }
}

.single-contact-info {
  text-align: center;
  margin-bottom: 40px;
}

.single-contact-info i {
  color: #fff;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.single-contact-info h3 {
  font-size: 16px;
  margin: 20px 0 5px;
}

.single-contact-info p {
  margin: 0;
}

/* End contact section style */
/* Error Page style */
.error-page-content {
  padding: 30px;
  height: 100vh;
}

.error-text {
  text-align: center;
}

.error-text h1 {
  color: #fff;
  font-size: 80px;
  margin: 0;
}

.error-text h3 {
  color: #fff;
  margin: 20px 0 35px;
}

.error-text .back-btn {
  background-color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
}

.error-text .back-btn:hover {
  color: #fff;
}

/* End Error Page style */
/* Footer style */
.footer-top {
  background-color: #1a1a1a;
  padding: 80px 0;
}

.subscribe-text {
  margin: 0 auto 40px;
  max-width: 710px;
  text-align: center;
  width: 100%;
}

.subscribe-text h3 {
  color: #ffffff;
  font-size: 28px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.subscribe-text p {
  color: #ffffff;
  margin: 0;
}

.subscribe-form {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%;
}

.subscribe-form .form-control {
  border: none;
  border-radius: 100px;
  height: 50px;
  padding: 10px 20px;
}

.subscribe-form .subscribe-btn {
  border: 1px solid green;
  border: medium none;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  line-height: 0;
  font-weight: 600;
  height: 50px;
  padding: 0 35px;
  position: absolute;
  right: -1px;
  text-transform: uppercase;
  top: 0;
}

.subscribe-form .subscribe-btn:hover {
  opacity: .8;
}

.newsletter-form .validation-danger {
  color: navy;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.footer-bottom {
  background-color: #000;
  padding: 30px 0;
}

.footer-bottom .copyright {
  color: #a7a7a7;
  margin: 0;
}

.footer-bottom .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.footer-bottom .social-links li {
  color: #a7a7a7;
  display: inline-block;
}

.footer-bottom .social-links a {
  color: #a7a7a7;
  font-size: 15px;
  padding: 0 5px;
}

.footer-bottom .social-links i {
  color: #a7a7a7;
}

.footer-bottom .social-links i:hover {
  color: #fff;
}

/* End footer style */
/* Back to top button style */
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.back-top-button i {
  display: inline-block;
  font-size: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* End Back to top button style */
/*
CAR LANDING PAGE START
============================*/
/*
DEFAULT STYLE
===========================*/
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.title-section {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}

.title-section span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-section h2 {
  font-weight: 700;
  font-size: 30px;
  color: #3e3d3d;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 43px;
  position: relative;
}

.title-section h2::after {
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -13px;
  width: 3px;
  height: 20px;
}

.title-section p {
  font-size: 15px;
  color: #828282;
  margin-bottom: 0;
  line-height: 28px;
}

.left-section-title {
  margin-bottom: 50px;
}

.left-section-title span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.left-section-title h2 {
  font-weight: 700;
  font-size: 30px;
  color: #3e3d3d;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 43px;
}

.left-section-title p {
  font-size: 15px;
  color: #828282;
  margin-bottom: 0;
  line-height: 28px;
}

.left-section-title a {
  font-size: 18px;
  color: #ffffff;
  width: 180px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  border-radius: 5px;
  margin-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FFC705;
}

.left-section-title a:hover {
  -webkit-box-shadow: 0px 25px 14px #ffeeb4;
          box-shadow: 0px 25px 14px #ffeeb4;
  color: #2f2f2f;
  background-color: #FFC705;
}

/*
NAVBAR STYLE
===========================*/
.main-menu {
  background-color: green;
  padding-top: 16px;
  padding-bottom: 19px;
}

.main-menu .container .navbar-brand {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.main-menu .container .navbar-nav li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-menu .container .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  position: relative;
}

.main-menu .container .navbar-nav .nav-link::before {
  top: -22px;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  z-index: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.main-menu .container .navbar-nav .nav-link:hover::before, .main-menu .container .navbar-nav .nav-link.active::before {
  width: 3px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.main-menu .container .navbar-nav .active a,
.main-menu .container .navbar-nav .active > a:focus,
.main-menu .container .navbar-nav .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.contact-btn {
  margin-top: 1px;
  list-style: none;
  padding-left: 22px;
}

.contact-btn a {
  border-radius: 5px;
  font-size: 15px;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  width: 142px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #FFC705;
}

.contact-btn a:hover {
  color: #ffffff;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.main-menu.menu-shrink {
  background-color: #000;
  -webkit-transition: 1s;
  transition: 1s;
}

.form-control:focus {
  border-color: #EAEAEA !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
HERO SLIDER STYLE
===========================*/
.hero-slider-section .sligle-item {
  height: 100vh;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-slider-section .sligle-item::before {
  content: "";
  top: 0;
  right: 0;
  background-color: #242120;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
}

.hero-slider-section .sligle-item.item-bg-1 {
  background-image: url(../img/car-page-img/s-1.jpg);
}

.hero-slider-section .sligle-item.item-bg-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/dots-1.png);
  opacity: 0.9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-slider-section .sligle-item.item-bg-2 {
  background-image: url(../img/car-page-img/s-2.jpg);
}

.hero-slider-section .sligle-item.item-bg-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/dots-1.png);
  opacity: 0.9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-slider-section .sligle-item .slider-text {
  max-width: 1033px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-slider-section .sligle-item .slider-text h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-slider-section .sligle-item .slider-text h1 span {
  color: #ffffff;
}

.hero-slider-section .sligle-item .slider-text p {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize;
}

.hero-slider-section .sligle-item .slider-text a {
  font-size: 20px;
  color: #000;
  position: absolute;
  bottom: -9px;
  right: 0;
  left: 19%;
  background-color: #ffff;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  line-height: 2;
}

.hero-slider-section .sligle-item .slider-text a i {
  text-align: center;
  padding-left: 4px;
}

.hero-slider-section .sligle-item ul {
  position: absolute;
  top: 41%;
  right: 40px;
  padding: 0;
  margin: 0;
}

.hero-slider-section .sligle-item ul li {
  list-style: none;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-slider-section .sligle-item ul li a {
  color: #ffffff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  border-radius: 50%;
  line-height: 53px;
}

.hero-slider-section .sligle-item ul li a:hover {
  background-color: #777777;
}

.hero-slider-section .sligle-item ul li a i {
  z-index: 9999999;
}

.hero-slider-section .sonar-wrapper {
  position: relative;
  z-index: 0;
}

.hero-slider-section .sonar-wrapper .sonar-emitter {
  position: relative;
  margin: 5px auto;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
}

.hero-slider-section .sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-slider-section .sonar-wrapper .sonar-emitter .sonar-wave {
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.5;
  }
  to {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}

.hero-slider-section .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 50%;
  display: -ms-grid;
  display: grid;
}

.hero-slider-section .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 1px;
  padding: 0 4px;
}

.hero-slider-section .owl-dots .owl-dot span {
  width: 45px !important;
  height: 3px;
  display: block;
  background: #FFC705 !important;
  border-radius: 0;
}

.hero-slider-section .owl-dots .owl-dot.active span {
  width: 60px !important;
  background: #FFC705 !important;
}

.hero-slider-section .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  width: 100px !important;
  margin-left: 50px !important;
}

/*
TRIP CAL STYLE
===========================*/
.awesome-trip-section {
  margin-top: -250px;
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
}

.awesome-trip-section .trip-wrapper {
  -webkit-box-shadow: 0 0 7px #ddd;
  box-shadow: 0 0 7px #ddd;
  padding: 45px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.awesome-trip-section .trip-wrapper::before {
  content: "";
  position: absolute;
  bottom: -155px;
  left: -18px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/dots1.png);
  z-index: -1;
  background-repeat: no-repeat;
}

.awesome-trip-section .trip-wrapper .trip-title {
  padding-left: 15px;
  padding-right: 15px;
}

.awesome-trip-section .trip-wrapper .trip-title h2 {
  font-size: 30px;
  color: #3e3d3d;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.awesome-trip-section .trip-wrapper .trip-title p {
  font-size: 16px;
  color: #828282;
  margin-bottom: 30px;
}

.awesome-trip-section .trip-wrapper .form-group {
  position: relative;
}

.awesome-trip-section .trip-wrapper .form-group .from-icon {
  position: relative;
}

.awesome-trip-section .trip-wrapper .form-group .form-control {
  height: 55px;
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 0 0 0 39px;
}

.awesome-trip-section .trip-wrapper .form-group i {
  position: absolute;
  top: 12px;
  left: 0;
  color: #9f9f9f;
}

.awesome-trip-section .trip-wrapper .form-group i::before {
  margin-left: 13px;
}

.awesome-trip-section .trip-wrapper .form-group label {
  font-size: 13px;
  color: #595959;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.awesome-trip-section .trip-wrapper .btn-primary {
  color: #fff !important;
  background-color: #FFC705 !important;
  border-color: #FFC705 !important;
  outline: 0 !important;
}

.awesome-trip-section .trip-wrapper .btn-primary:focus {
  display: none;
}

.awesome-trip-section .trip-wrapper .find-btn {
  width: 150px;
  height: 55px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.awesome-trip-section .trip-wrapper .find-btn:hover {
  -webkit-box-shadow: 0 0 15px #FFC705 !important;
          box-shadow: 0 0 15px #FFC705 !important;
}

.trip-search-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}

.trip-search-form ul li {
  width: 19%;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
}

/*
ABOUT SECTION STYLE
===========================*/
.about-section {
  overflow: hidden;
}

.about-section .facelite .facelite-item h6 {
  font-size: 17px;
  color: #595959;
  text-transform: capitalize;
}

.about-section .facelite .facelite-item h6 span {
  display: inline-block;
  font-size: 25px;
  color: #bfbfbf;
  font-weight: 700;
  margin-right: 28px;
  position: relative;
  font-weight: 700;
}

.about-section .facelite .facelite-item h6 span::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 35px;
  width: 16px;
  height: 2px;
}

.about-section .facelite .facelite-item p {
  font-size: 15px;
  color: #828282;
  margin-bottom: 0px;
}

.about-section .about-img {
  position: relative;
}

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

.about-section .about-img::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -26px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/about-bg.png);
  z-index: -1;
}

.about-section .about-img .book-title {
  position: absolute;
  bottom: 0;
  left: -5px;
}

.about-section .about-img .book-title span {
  color: #444444;
  display: inline-block;
  background-color: #C4B2B3;
  text-align: center;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  bottom: 73px;
  left: 120px;
  padding: 10px 25px;
  border-radius: 5px 5px 0 0;
}

.about-section .about-img .book-title .book-call {
  padding: 15px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-section .about-img .book-title .book-call a {
  font-weight: 700;
  font-size: 29px;
  color: #f7f7f7;
  padding-left: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-section .about-img .book-title .book-call a:hover {
  color: #2f2f2f;
}

.about-section .about-img .book-title .book-call i {
  font-size: 29px;
  color: #f7f7f7;
  font-weight: 700;
}

/*
SERVICE SECTION STYLE
===========================*/
.service-section {
  background-color: #fafafa;
}

.service-section .single-service-1 {
  border: 1px solid #E6E6E6;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-section .single-service-1:hover {
  border: 1px solid #ffeeb4;
}

.service-section .single-service-1::before {
  content: "01";
  position: absolute;
  top: -6px;
  right: 23px;
  font-size: 100px;
  color: #cdffcc;
  opacity: 0.5;
}

.service-section .single-service-1::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -173px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/sh.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  visibility: hidden;
}

.service-section .single-service-1:hover::after {
  -webkit-transform: translateX(-150px);
  transform: translateX(0);
  visibility: visible;
}

.service-section .single-service-1 i {
  color: #63ff5f;
  background-color: #cdffcc;
  border-radius: 0 8px 8px 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.service-section .single-service-1 i::before {
  margin-left: 0;
  font-size: 20px;
}

.service-section .single-service-1 h4 {
  font-size: 18px;
  color: #323131;
  text-transform: capitalize;
  margin-top: 27px;
}

.service-section .single-service-1 p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

.service-section .single-service-2 {
  border: 1px solid #E6E6E6;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-section .single-service-2:hover {
  border: 1px solid #ffeeb4;
}

.service-section .single-service-2::before {
  content: "02";
  position: absolute;
  top: -6px;
  right: 23px;
  font-size: 100px;
  color: #FFD7CC;
  opacity: 0.5;
}

.service-section .single-service-2::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -173px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/sh.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  visibility: hidden;
}

.service-section .single-service-2:hover::after {
  -webkit-transform: translateX(-150px);
  transform: translateX(0);
  visibility: visible;
}

.service-section .single-service-2 i {
  color: #FF673E;
  background-color: #FFD7CC;
  border-radius: 0 8px 8px 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.service-section .single-service-2 i::before {
  margin-left: 0;
  font-size: 20px;
}

.service-section .single-service-2 h4 {
  font-size: 18px;
  color: #323131;
  text-transform: capitalize;
  margin-top: 27px;
}

.service-section .single-service-2 p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

.service-section .single-service-3 {
  border: 1px solid #E6E6E6;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-section .single-service-3:hover {
  border: 1px solid #ffeeb4;
}

.service-section .single-service-3::before {
  content: "03";
  position: absolute;
  top: -6px;
  right: 23px;
  font-size: 100px;
  color: #ccd7ff;
  opacity: 0.5;
}

.service-section .single-service-3::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -173px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/sh.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  visibility: hidden;
}

.service-section .single-service-3:hover::after {
  -webkit-transform: translateX(-150px);
  transform: translateX(0);
  visibility: visible;
}

.service-section .single-service-3 i {
  color: #3D66FF;
  background-color: #ccd7ff;
  border-radius: 0 8px 8px 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.service-section .single-service-3 i::before {
  margin-left: 0;
  font-size: 20px;
}

.service-section .single-service-3 h4 {
  font-size: 18px;
  color: #323131;
  text-transform: capitalize;
  margin-top: 27px;
}

.service-section .single-service-3 p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

.service-section .single-service-4 {
  border: 1px solid #E6E6E6;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-section .single-service-4:hover {
  border: 1px solid #ffeeb4;
}

.service-section .single-service-4::before {
  content: "04";
  position: absolute;
  top: -6px;
  right: 23px;
  font-size: 100px;
  color: #cdffcc;
  opacity: 0.5;
}

.service-section .single-service-4::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -173px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/sh.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  visibility: hidden;
}

.service-section .single-service-4:hover::after {
  -webkit-transform: translateX(-150px);
  transform: translateX(0);
  visibility: visible;
}

.service-section .single-service-4 i {
  color: #00fff6;
  background-color: #ccfffd;
  border-radius: 0 8px 8px 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.service-section .single-service-4 i::before {
  margin-left: 0;
  font-size: 20px;
}

.service-section .single-service-4 h4 {
  font-size: 18px;
  color: #323131;
  text-transform: capitalize;
  margin-top: 27px;
}

.service-section .single-service-4 p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

.service-section .single-service-5 {
  border: 1px solid #E6E6E6;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-section .single-service-5:hover {
  border: 1px solid #ffeeb4;
}

.service-section .single-service-5::before {
  content: "05";
  position: absolute;
  top: -6px;
  right: 23px;
  font-size: 100px;
  color: #FFD7CC;
  opacity: 0.5;
}

.service-section .single-service-5::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -173px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/sh.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  visibility: hidden;
}

.service-section .single-service-5:hover::after {
  -webkit-transform: translateX(-150px);
  transform: translateX(0);
  visibility: visible;
}

.service-section .single-service-5 i {
  color: #ff3df8;
  background-color: #ffccfd;
  border-radius: 0 8px 8px 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.service-section .single-service-5 i::before {
  margin-left: 0;
  font-size: 20px;
}

.service-section .single-service-5 h4 {
  font-size: 18px;
  color: #323131;
  text-transform: capitalize;
  margin-top: 27px;
}

.service-section .single-service-5 p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

.service-section .single-service-6 {
  border: 1px solid #E6E6E6;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-section .single-service-6:hover {
  border: 1px solid #ffeeb4;
}

.service-section .single-service-6::before {
  content: "06";
  position: absolute;
  top: -6px;
  right: 23px;
  font-size: 100px;
  color: #ccd7ff;
  opacity: 0.5;
}

.service-section .single-service-6::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -173px;
  width: 100%;
  height: 100%;
  background-image: url(../img/car-page-img/sh.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  visibility: hidden;
}

.service-section .single-service-6:hover::after {
  -webkit-transform: translateX(-150px);
  transform: translateX(0);
  visibility: visible;
}

.service-section .single-service-6 i {
  color: #ff983d;
  background-color: #ffe4cc;
  border-radius: 0 8px 8px 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.service-section .single-service-6 i::before {
  margin-left: 0;
  font-size: 20px;
}

.service-section .single-service-6 h4 {
  font-size: 18px;
  color: #323131;
  text-transform: capitalize;
  margin-top: 27px;
}

.service-section .single-service-6 p {
  font-size: 15px;
  color: #828282;
  margin: 0;
}

/*
CHOOSE SECTION STYLE
===========================*/
.our-projects-section {
  overflow: hidden;
  background-image: url(../img/car-page-img/project-bg.png);
  border-bottom: 1px solid #F0EFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-projects-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
  margin-left: 0;
}

.our-projects-section .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 5px !important;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.our-projects-section .owl-theme .owl-dots .owl-dot.active span {
  height: 5px;
  width: 20px !important;
  border-radius: 0;
}

.our-projects-section .left-section-title {
  margin-bottom: 50px;
  margin-left: 15px;
  max-width: 600px;
}

.our-projects-section .project-wrapper {
  left: calc((100% - 1250px)/2);
  position: relative;
}

.our-projects-section .project-wrapper .single-project {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.our-projects-section .project-wrapper .single-project:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.our-projects-section .project-wrapper .single-project img {
  position: relative;
  border-radius: 5px 5px 0 0;
}

.our-projects-section .project-wrapper .single-project .project-content {
  padding: 30px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  position: relative;
}

.our-projects-section .project-wrapper .single-project .project-content p {
  position: absolute;
  top: -62px;
  left: 20px;
  font-size: 17px;
  font-family: "Ubuntu", sans-serif;
  width: 130px;
  height: 45px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
}

.our-projects-section .project-wrapper .single-project .project-content p span {
  font-weight: 700;
  color: #444444;
  font-size: 17px;
}

.our-projects-section .project-wrapper .single-project .project-content h4 {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.our-projects-section .project-wrapper .single-project .project-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.our-projects-section .project-wrapper .single-project .project-content ul li {
  display: inline-block;
  padding-right: 6px;
  font-size: 13px;
  color: #737373;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-weight: 500;
}

.our-projects-section .project-wrapper .single-project .project-content ul li i {
  padding-right: 5px;
}

.our-projects-section .project-wrapper .single-project .project-content a {
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
}

.our-projects-section .project-wrapper .single-project .project-content a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.our-projects-section .project-wrapper .single-project .project-content a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
WORK SECTION STYLE
===========================*/
.work-section .workimg {
  margin-right: 50px;
}

.work-section .left-section-title {
  max-width: 420px;
  margin-right: auto;
}

.work-section .work-list-wrapper {
  max-width: 420px;
  margin-right: auto;
}

.work-section .work-list-wrapper .work-wrapper .work-item i {
  color: #FF1919;
  background-color: #FFCCCC;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2;
  border-radius: 0 8px 8px 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.work-section .work-list-wrapper .work-wrapper .work-item i::before {
  margin-left: 0;
  font-size: 20px;
}

.work-section .work-list-wrapper .work-wrapper .work-item h3 {
  font-size: 18px;
  color: #525252;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.work-section .work-list-wrapper .work-wrapper .work-item p {
  color: #595959;
  font-size: 15px;
  margin: 0;
}

.work-section .work-list-wrapper .work-wrapper .work-item-2 i {
  color: #1E8100;
  background-color: #D2E6CC;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2;
  border-radius: 0 8px 8px 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.work-section .work-list-wrapper .work-wrapper .work-item-2 i::before {
  margin-left: 0;
  font-size: 20px;
}

.work-section .work-list-wrapper .work-wrapper .work-item-2 h3 {
  font-size: 18px;
  color: #525252;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.work-section .work-list-wrapper .work-wrapper .work-item-2 p {
  color: #595959;
  font-size: 15px;
  margin: 0;
}

.work-section .work-list-wrapper .work-wrapper .work-item-3 i {
  background-color: #FFEBCC;
  color: #ff9c00;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2;
  border-radius: 0 8px 8px 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.work-section .work-list-wrapper .work-wrapper .work-item-3 i::before {
  margin-left: 0;
  font-size: 20px;
}

.work-section .work-list-wrapper .work-wrapper .work-item-3 h3 {
  font-size: 18px;
  color: #525252;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.work-section .work-list-wrapper .work-wrapper .work-item-3 p {
  color: #595959;
  font-size: 15px;
  margin: 0;
}

/*
HISTRY SECTION STYLE
===========================*/
.histry-section {
  background-color: #FAFAFA;
}

.histry-section .single-conuter-1 {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #F3F3F3;
  box-shadow: 0 0 30px #F3F3F3;
  padding: 35px;
  border-radius: 0px 10px 10px 10px;
}

.histry-section .single-conuter-1 span {
  font-size: 50px;
  margin-bottom: 20px;
  color: #3c3c3c;
  font-weight: 600;
}

.histry-section .single-conuter-1 p {
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 700;
  text-transform: capitalize;
}

.histry-section .single-conuter-2 {
  text-align: center;
  background-color: #FEEBCD;
  -webkit-box-shadow: 0 0 30px #F3F3F3;
  box-shadow: 0 0 30px #F3F3F3;
  padding: 35px;
  border-radius: 0px 10px 10px 10px;
  margin-top: -15px;
}

.histry-section .single-conuter-2 span {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}

.histry-section .single-conuter-2 p {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.histry-section .single-conuter-3 {
  text-align: center;
  background-color: #FFCECE;
  -webkit-box-shadow: 0 0 30px #F3F3F3;
  box-shadow: 0 0 30px #F3F3F3;
  padding: 35px;
  border-radius: 0px 10px 10px 10px;
}

.histry-section .single-conuter-3 span {
  font-size: 50px;
  margin-bottom: 20px;
  color: #FF3232;
  font-weight: 600;
}

.histry-section .single-conuter-3 p {
  font-size: 20px;
  color: #FF3232;
  font-weight: 700;
  text-transform: capitalize;
}

.histry-section .single-conuter-4 {
  text-align: center;
  background-color: #D2E6CC;
  -webkit-box-shadow: 0 0 30px #F3F3F3;
  box-shadow: 0 0 30px #F3F3F3;
  padding: 35px;
  border-radius: 0px 10px 10px 10px;
  margin-top: -15px;
}

.histry-section .single-conuter-4 span {
  font-size: 50px;
  margin-bottom: 20px;
  color: #429529;
  font-weight: 600;
}

.histry-section .single-conuter-4 p {
  font-size: 20px;
  color: #429529;
  font-weight: 700;
  text-transform: capitalize;
}

/*
FEEDBACK SECTION STYLE
===========================*/
.feeedback-section .single-feedback {
  cursor: pointer;
  border: 1px solid #E6E6E6;
  padding: 80px 30px 30px;
  border-radius: 5px;
  position: relative;
  margin-top: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feeedback-section .single-feedback:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.feeedback-section .single-feedback .feedback-2 {
  background-color: #D0CCFF;
  color: #3B2BFF;
  top: -120px;
}

.feeedback-section .single-feedback .feedback-2::before {
  font-size: 60px;
  margin-left: 0;
}

.feeedback-section .single-feedback .feedback-3 {
  background-color: #ccf8ff;
  color: #00deff;
  top: -120px;
}

.feeedback-section .single-feedback .feedback-3:before {
  font-size: 60px;
  margin-left: 0;
}

.feeedback-section .single-feedback i {
  background-color: #FFEBCC;
  color: #ff9c00;
  padding: 0;
  width: 106px;
  height: 98px;
  text-align: center;
  line-height: 100px;
  border-radius: 0 10px 10px 10px;
  display: inline-block;
  -webkit-transform: translateY(-117px);
          transform: translateY(-117px);
}

.feeedback-section .single-feedback i:before {
  font-size: 60px;
  margin-left: 0;
}

.feeedback-section .single-feedback h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #3e3e3e;
  margin-bottom: 10px;
  margin-top: -90px;
}

.feeedback-section .single-feedback span {
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.feeedback-section .single-feedback p {
  color: #676767;
  font-size: 15px;
  margin: 0;
}

/*
OUR TEAM SECTION STYLE
===========================*/
.team-sections {
  background-image: url(../img/car-page-img/team-bg.jpg);
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.team-sections::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3c3c;
  opacity: 0.9;
  z-index: -1;
}

.team-sections .title-section h2 {
  color: #ffffff;
}

.team-sections .single-team {
  background-color: #ffffff;
  padding-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-sections .single-team:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-sections .single-team img {
  border-radius: 0 5px 0 0;
  border: 5px solid #CBCBCB;
  margin-bottom: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-sections .single-team:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  border-radius: 5px;
}

.team-sections .single-team h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.team-sections .single-team p {
  font-size: 15px;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 10px;
}

.team-sections .single-team ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-sections .single-team ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.team-sections .single-team ul li a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #E9E9E9;
  color: #333;
  border-radius: 50%;
  line-height: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*
NEWS SECTION STYLE
===========================*/
.news-section {
  background-color: #fffcf7;
}

.news-section .work-section .left-section-title {
  max-width: 800px;
}

.news-section .left-section-title {
  width: 570px;
}

.news-section .single-news {
  background-color: #fff;
}

.news-section .single-news .news-pic {
  position: relative;
}

.news-section .single-news .news-pic img {
  border-radius: 4px 4px 0 0;
}

.news-section .single-news .news-pic .innov {
  position: relative;
}

.news-section .single-news .news-pic .innov a {
  color: #676767;
  font-size: 14px;
  position: absolute;
  top: -47px;
  right: 14px;
  background-color: #fff;
  padding: 5px 15px;
  text-transform: capitalize;
  border-radius: 4px;
}

.news-section .single-news .news-pic .innov a:hover {
  -webkit-box-shadow: 0px 15px 14px #ffeeb4;
          box-shadow: 0px 15px 14px #ffeeb4;
  color: #454545;
}

.news-section .single-news .news-wrapper {
  padding: 30px 25px 30px;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
}

.news-section .single-news .news-wrapper h4 a {
  font-size: 18px;
  color: #454545;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 30px;
  margin-bottom: 6px;
  display: inline-block;
}

.news-section .single-news .news-wrapper p {
  color: #676767;
  font-size: 16px;
  margin: 0;
  padding-top: 20px;
}

.news-section .single-news .news-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-section .single-news .news-wrapper ul li {
  display: inline-block;
  font-size: 12px;
  color: #a0a0a0;
  text-transform: capitalize;
  position: relative;
  padding-right: 15px;
}

.news-section .single-news .news-wrapper ul li i {
  padding-right: 5px;
}

.news-section .single-news .news-wrapper ul li a {
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-section .single-news:hover h4 a {
  color: #E3B514;
}

/*
CONTACT US SECTION STYLE
===========================*/
.contact-us-section .form-group {
  margin-bottom: 25px;
}

.contact-us-section .form-control {
  height: 76px;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,
 box-shadow .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  border-bottom: 2px solid #CBCBCB;
}

.contact-us-section .find-btn {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 30px;
  font-weight: 600;
  background-color: #ffc705;
  border: none;
}

.contact-us-section .find-btn:hover {
  -webkit-box-shadow: 0px 18px 14px #fff0ba;
  box-shadow: 0px 18px 14px #fff0ba;
  color: #2f2f2f;
}

.contact-us-section .btn-primary {
  color: #fff !important;
  background-color: #FFC705 !important;
  border-color: #FFC705 !important;
  outline: 0 !important;
}

.contact-us-section .btn-primary:focus {
  display: none;
}

.contact-us-section textarea.form-control {
  height: auto;
  height: 100px !important;
}

/*
FOOTER SECTION STYLE
===========================*/
.footer-section {
  background-color: #323232;
  padding-top: 100px;
  padding-bottom: 1px;
  position: relative;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.footer-section .widget-1 h2 {
  margin-bottom: 20px;
}

.footer-section .widget-1 h2 a {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
}

.footer-section .widget-1 p {
  font-size: 15px;
  color: #d4d4d4;
  margin: 0;
}

.footer-section .widget-2 {
  padding-left: 77px;
}

.footer-section .widget-2 h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 33px;
}

.footer-section .widget-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section .widget-2 ul li a {
  font-size: 16px;
  color: #d4d4d4;
  padding-bottom: 14px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.footer-section .widget-2 ul li a:hover {
  color: #ffc705;
}

.footer-section .widget-2 ul li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.footer-section .widget-2 ul li a:hover::after {
  width: 100%;
  right: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-section .widget-3 h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 33px;
}

.footer-section .widget-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 5px;
}

.footer-section .widget-3 ul li a {
  font-size: 16px;
  color: #d4d4d4;
  padding-bottom: 14px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.footer-section .widget-3 ul li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.footer-section .widget-3 ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-section .widget-4 h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 33px;
}

.footer-section .widget-4 P {
  font-size: 16px;
  color: #d4d4d4;
  margin: 0;
}

.footer-section .widget-4 a {
  display: inline-block;
  font-size: 16px;
  color: #d4d4d4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-section .widget-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 37px;
}

.footer-section .widget-4 ul li {
  display: inline-block;
  padding-right: 15px;
}

.footer-section .widget-4 ul li a {
  width: 30px;
  height: 30px;
  background-color: #4f4f4f;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
}

.footer-section .widget-4 ul li a:hover {
  color: #ffffff;
}

.footer-section .copy-rights {
  text-align: center;
  -webkit-border-top: 1px solid #ffffff;
  border-top: 1px solid #4f4f4f;
  margin-top: 30px;
}

.footer-section .copy-rights p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 29px;
  text-transform: capitalize;
}

.contact-us-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-us-section .bold-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-3 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: 20%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-4 {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30%;
  right: 20%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-5 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 60%;
  right: 10%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-6 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 60%;
  left: 10%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-7 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 90%;
  left: 20%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.contact-us-section .bold-8 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 90%;
  right: 20%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
          box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.bold-1 {
  -webkit-animation: rotate-error 45s linear infinite;
          animation: rotate-error 45s linear infinite;
}

.bold-2 {
  -webkit-animation: rotate-error 40s linear infinite;
          animation: rotate-error 40s linear infinite;
}

.bold-3 {
  -webkit-animation: rotate-error 35s linear infinite;
          animation: rotate-error 35s linear infinite;
}

.bold-4 {
  -webkit-animation: rotate-error 30s linear infinite;
          animation: rotate-error 30s linear infinite;
}

.bold-5 {
  -webkit-animation: rotate-error 25s linear infinite;
          animation: rotate-error 25s linear infinite;
}

.bold-6 {
  -webkit-animation: rotate-error 20s linear infinite;
          animation: rotate-error 20s linear infinite;
}

.bold-7 {
  -webkit-animation: rotate-error 15s linear infinite;
          animation: rotate-error 15s linear infinite;
}

.bold-8 {
  -webkit-animation: rotate-error 10s linear infinite;
          animation: rotate-error 10s linear infinite;
}

/* CAR LANDING PAGE END
===================================*/
/* SAAS LANDING PAGE START
===================================*/
/**
MENU SECTION SECTION
===================================**/
.menu-3 {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.menu-3 .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.menu-3 .navbar-brand:focus, .menu-3 .navbar-brand:hover {
  color: #fff;
}

.menu-3 .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 14px;
  margin-right: 15px;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  text-transform: uppercase;
}

.menu-3 .navbar-nav .nav-item .nav-link:focus, .menu-3 .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.menu-3 .navbar-nav .nav-item .nav-link::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  z-index: -1;
}

.menu-3 .navbar-nav .nav-item .nav-link:hover::before, .menu-3 .navbar-nav .nav-item .nav-link.active::before {
  left: 0;
  right: 0;
}

.menu-3 .navbar-nav .nav-item .active a,
.menu-3 .navbar-nav .nav-item .active > a:focus,
.menu-3 .navbar-nav .nav-item .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.menu-3 .navbar-nav .try-it-free {
  margin-top: 7px;
  list-style: none;
  padding-left: 44px;
}

.menu-3 .navbar-nav .try-it-free a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  padding: 6px 20px;
  font-weight: 600;
}

.menu-3 .navbar-nav .try-it-free a:hover {
  color: #9f4caf;
  background-color: #ffffff;
}

.menu-3 .nav-item .nav-link {
  margin-top: 6px;
}

/**
BANNER SECTION
===================================**/
.banner-section-3 {
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#7B3090), to(#A032AA));
  -webkit-background-image: linear-gradient(to bottom, #7B3090, #A032AA);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7B3090), to(#A032AA));
  background-image: linear-gradient(to bottom, #7B3090, #A032AA);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
}

.banner-section-3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/banner-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section-3 .banner-text {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-section-3 .banner-text h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-section-3 .banner-text h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-section-3 .banner-text p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}

.banner-section-3 .banner-text a {
  font-family: "Muli", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #9f4caf;
  background-color: #ffffff;
  font-size: 16px;
  padding: 15px 25px;
  margin: 0 14px 0;
  border: 1px solid #ffffff;
}

.banner-section-3 .banner-text a:hover {
  color: #ffffff;
  background-color: #873197;
  border: 1px solid #ffffff;
}

.banner-section-3 .banner-text .watch {
  display: inline-block;
}

.banner-section-3 .banner-text .watch:hover i {
  background-color: #873197;
  color: #fffcf7;
}

.banner-section-3 .banner-text .watch a {
  background-color: #873197;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: capitalize;
}

.banner-section-3 .banner-text .watch a:hover {
  color: #9f4caf;
  background-color: #ffffff;
}

.banner-section-3 .banner-text .watch a i {
  color: #9e4caf;
  font-size: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding-left: 3px;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 1px;
}

.banner-section-3 .shape-1 {
  position: absolute;
  bottom: -188px;
  left: 0;
}

.banner-section-3 .shape-2 {
  position: absolute;
  bottom: -342px;
  left: 0;
}

.banner-section-3 .shape-3 {
  position: absolute;
  bottom: -320px;
  left: 0;
}

.banner-section-3 .tab {
  position: absolute;
  bottom: -257px;
  left: 0;
  right: 0;
}

.banner-section-3 .tab img {
  width: 650px;
}

/**
FACILITY SECTION
===================================**/
.fceliity-section {
  text-align: center;
  padding: 280px 0 60px;
}

.fceliity-section .fceliity-text i::before {
  font-size: 45px;
  margin-left: 0;
}

.fceliity-section .fceliity-text .fceliity {
  font-size: 60px;
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#ee62ff), to(#be61ff));
  -webkit-background-image: linear-gradient(#ee62ff, #be61ff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee62ff), to(#be61ff));
  background-image: linear-gradient(#ee62ff, #be61ff);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 71px;
  color: #ffffff;
  margin-bottom: 25px;
  text-align: center;
  display: inline-block;
}

.fceliity-section .fceliity-text .icon-2 {
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#6fffd3), to(#16ffa7));
  -webkit-background-image: linear-gradient(#6fffd3, #16ffa7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6fffd3), to(#16ffa7));
  background-image: linear-gradient(#6fffd3, #16ffa7);
}

.fceliity-section .fceliity-text .icon-3 {
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa4a4), to(#ff8e8e));
  -webkit-background-image: linear-gradient(#ffa4a4, #ff8e8e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa4a4), to(#ff8e8e));
  background-image: linear-gradient(#ffa4a4, #ff8e8e);
}

.fceliity-section .fceliity-text .icon-4 {
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd0bb), to(#e8ae31));
  -webkit-background-image: linear-gradient(#fbd0bb, #e8ae31);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd0bb), to(#e8ae31));
  background-image: linear-gradient(#fbd0bb, #e8ae31);
}

.fceliity-section .fceliity-text h4 {
  font-family: "Muli", sans-serif;
  margin-bottom: 12px;
  font-size: 20px;
  color: #4e4e4e;
  font-weight: 700;
  text-transform: inherit;
}

.fceliity-section .fceliity-text p {
  font-size: 16px;
  margin-bottom: 0;
  color: #4e4e4e;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/**
SOFTWARE SECTION
===================================**/
.software-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 60px;
  z-index: 1;
}

.software-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -244px;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/viwe-shap.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.software-section .software-list {
  max-width: 440px;
  width: 100%;
}

.software-section .software-list i {
  font-weight: 700;
  font-size: 16px;
}

.software-section .software-list i::before {
  font-size: 40px;
  margin-left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#884b99), to(#bf8bc5));
  background: linear-gradienavy, #884b99, #bf8bc5);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#884b99), to(#bf8bc5));
  -webkit-background: linear-gradient(to right, #884b99, #bf8bc5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.software-section .software-list h2 {
  font-size: 38px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 25px;
}

.software-section .software-list p {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 20px;
}

.software-section .software-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.software-section .software-list ul li {
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 500;
}

.software-section .software-list ul li i {
  color: #9b3caa;
  margin-left: 0;
  margin-right: 10px;
  line-height: 2;
}

.software-section .software-list ul li i::before {
  font-size: 16px;
  margin: 0;
}

.software-section .middle {
  position: absolute;
  right: 0;
  bottom: 50%;
}

.software-section .pulese {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
}

.software-section .pulese:before,
.software-section .pulese:after {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #BC66D2;
  left: -50px;
  right: -50px;
  top: -50px;
  bottom: -50px;
  border-radius: 999999px;
  -webkit-animation: animates 5s linear infinite;
          animation: animates 5s linear infinite;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.software-section .pulese:after {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes animates {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes animates {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}

/**
OVERVIEW SECTION
===================================**/
.overview-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 60px;
}

.overview-section .overview-text i::before {
  margin-left: 0;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  background: linear-gradienavy, #742e8b, #b846c1);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  -webkit-background: linear-gradient(to right, #742e8b, #b846c1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overview-section .overview-text h4 {
  font-family: "Muli", sans-serif;
  font-size: 38px;
  color: #4d4d4d;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
}

.overview-section .overview-text p {
  font-size: 16px;
  color: #646464;
  margin-bottom: 70px;
}

.overview-section .overview-list-wrapper {
  padding-left: 30px;
}

.overview-section .overview-list-wrapper .over-list {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  padding: 20px 20px 20px 120px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ffffff;
  position: relative;
}

.overview-section .overview-list-wrapper .over-list:hover {
  background-color: #ffffff;
  border: 1px solid #974ca8;
}

.overview-section .overview-list-wrapper .over-list .over-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#bf61ff));
  background: linear-gradient(to right, #742e8b, #bf61ff);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#bf61ff));
  -webkit-background: linear-gradient(to right, #742e8b, #bf61ff);
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  position: absolute;
  left: 30px;
}

.overview-section .overview-list-wrapper .over-list .over-icon i::before {
  margin-left: 0;
  font-size: 40px;
}

.overview-section .overview-list-wrapper .over-list .icon-2 {
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#72ffd4), to(#15ffa6));
  -webkit-background: linear-gradient(to right, #72ffd4, #15ffa6);
  background: -webkit-gradient(linear, left top, right top, from(#72ffd4), to(#15ffa6));
  background: linear-gradient(to right, #72ffd4, #15ffa6);
}

.overview-section .overview-list-wrapper .over-list .icon-3 {
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#ffa3a3), to(#ff8d8d));
  -webkit-background: linear-gradient(to right, #ffa3a3, #ff8d8d);
  background: -webkit-gradient(linear, left top, right top, from(#ffa3a3), to(#ff8d8d));
  background: linear-gradient(to right, #ffa3a3, #ff8d8d);
}

.overview-section .overview-list-wrapper .over-list .icon-4 {
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#fbcfb9), to(#e8ae30));
  -webkit-background: linear-gradient(to right, #fbcfb9, #e8ae30);
  background: -webkit-gradient(linear, left top, right top, from(#fbcfb9), to(#e8ae30));
  background: linear-gradient(to right, #fbcfb9, #e8ae30);
}

.overview-section .overview-list-wrapper .over-list .over-text h4 {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #3e3e3e;
  font-size: 20px;
}

.overview-section .overview-list-wrapper .over-list .over-text p {
  font-size: 15px;
  color: #646464;
  margin-bottom: 0;
}

.overview-section .shape-1 {
  position: relative;
  position: absolute;
  top: 270px;
  right: -59%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.overview-section .shape-1::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 295px;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/banner-dots.png);
  background-repeat: no-repeat;
}

.overview-section .shape-1 img {
  width: 560px;
}

.overview-section .shape-2 {
  position: absolute;
  top: 29%;
  right: -34%;
  width: 86%;
  height: 100%;
  background-repeat: no-repeat;
}

.overview-section .shape-2 img {
  width: 700px;
}

.overview-section .over-list-tab {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.overview-section .over-list-tab img {
  margin-top: 322px;
}

.overview-section .overview-wrapper {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}

/**
OVERVIEW SECTION
===================================**/
.work-section-2-section {
  padding: 60px 0 60px;
  text-align: center;
}

.work-section-2-section::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -13px;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/Shape-4.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.work-section-2-section .work-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  margin-bottom: 80px;
}

.work-section-2-section .work-text i::before {
  margin-left: 0;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  background: linear-gradienavy, #742e8b, #b846c1);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  -webkit-background: linear-gradient(to right, #742e8b, #b846c1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.work-section-2-section .work-text h4 {
  font-size: 38px;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

.work-section-2-section .work-text p {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 0;
}

.work-section-2-section .single-work i {
  color: #e962ff;
  line-height: 188px;
}

.work-section-2-section .single-work i::before {
  margin-left: 0;
  font-size: 100px;
}

.work-section-2-section .single-work h4 {
  font-size: 20px;
  font-weight: 700;
  color: #3e3e3e;
  text-transform: capitalize;
}

.work-section-2-section .single-work p {
  font-size: 15px;
  color: #4d4d4d;
  margin-bottom: 0;
  max-width: 280px;
  width: 100%;
  margin: auto;
}

.work-section-2-section .single-work .work-icon {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 3px 15px #f2f1f3;
  box-shadow: 4px 3px 15px #f2f1f3;
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
}

.work-section-2-section .single-work .work-icon .border-wrapper {
  position: absolute;
  top: 37px;
  left: 75px;
  width: 100%;
  height: 100%;
}

.work-section-2-section .single-work .work-icon .border-1 {
  position: absolute;
  background-color: #fbd8ff;
  top: 63px;
  left: 27px;
  width: 120px;
  height: 7px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.work-section-2-section .single-work .work-icon .border-2 {
  position: absolute;
  background-color: #d4fff0;
  top: 70px;
  left: 20px;
  width: 145px;
  height: 7px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.work-section-2-section .single-work .work-icon .border-3 {
  position: absolute;
  background-color: #fbeeda;
  top: 71px;
  left: 32px;
  width: 145px;
  height: 7px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.work-section-2-section .single-work .work-icon .border-4 {
  position: absolute;
  background-color: #ffe6e6;
  top: 86px;
  left: 28px;
  width: 150px;
  height: 7px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.work-section-2-section .work-2 {
  margin-top: 30px;
  position: relative;
}

.work-section-2-section .work-2::before {
  content: "";
  position: absolute;
  top: 63px;
  left: -72px;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/line-1.png);
  background-repeat: no-repeat;
  z-index: 9;
}

.work-section-2-section .work-3 {
  margin-top: 60px;
  position: relative;
}

.work-section-2-section .work-3::before {
  content: "";
  position: absolute;
  top: 63px;
  left: -72px;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/line-2.png);
  background-repeat: no-repeat;
  z-index: 9;
}

/**
FEATURES SECTION
===================================**/
.features-section {
  padding: 60px 0 60px;
}

.features-section .features-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  margin-bottom: 80px;
}

.features-section .features-text i::before {
  margin-left: 0;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  background: linear-gradienavy, #742e8b, #b846c1);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  -webkit-background: linear-gradient(to right, #742e8b, #b846c1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .features-text h4 {
  font-size: 38px;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

.features-section .features-text p {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 0;
}

.features-section .single-features {
  padding: 30px 15px;
}

.features-section .single-features .features-icon-1 {
  margin-bottom: 20px;
}

.features-section .single-features .features-icon-1 i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fbe8ff;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
}

.features-section .single-features .features-icon-1 i::before {
  margin-left: 25px;
  font-size: 40px;
  -webkit-background: -webkit-gradient(linear, bottom #742e8b, from(#f5dcf9));
  -webkit-background: lineanavyto bottom #742e8b, #f5dcf9);
  background: -webkit-gradient(linear, left top, left bottom, from(#742e8b), to(#f5dcf9));
  background: linear-gradient(to bottom, #742e8b, #f5dcf9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .single-features .features-icon-2 {
  margin-bottom: 20px;
}

.features-section .single-features .features-icon-2 i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fdf5e9;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
}

.features-section .single-features .features-icon-2 i::before {
  margin-left: 25px;
  font-size: 40px;
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#e8b66a), to(#e2c0a5));
  -webkit-background: lineanavyto bottom, #e8b66a, #e2c0a5);
  background: -webkit-gradient(linear, left top, left bottom, from(#e8b66a), to(#e2c0a5));
  background: linear-gradient(to bottom, #e8b66a, #e2c0a5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .single-features .features-icon-3 {
  margin-bottom: 20px;
}

.features-section .single-features .features-icon-3 i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff0f0;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
}

.features-section .single-features .features-icon-3 i::before {
  margin-left: 25px;
  font-size: 40px;
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#ffa4a4), to(#ff8f8f));
  -webkit-background: lineanavyto bottom, #ffa4a4, #ff8f8f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa4a4), to(#ff8f8f));
  background: linear-gradient(to bottom, #ffa4a4, #ff8f8f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .single-features .features-icon-4 {
  margin-bottom: 20px;
}

.features-section .single-features .features-icon-4 i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e4fff6;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
}

.features-section .single-features .features-icon-4 i::before {
  margin-left: 25px;
  font-size: 40px;
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#72ffd1), to(#2bffb1));
  -webkit-background: lineanavyto bottom, #72ffd1, #2bffb1);
  background: -webkit-gradient(linear, left top, left bottom, from(#72ffd1), to(#2bffb1));
  background: linear-gradient(to bottom, #72ffd1, #2bffb1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .single-features .features-icon-5 {
  margin-bottom: 20px;
}

.features-section .single-features .features-icon-5 i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e5fed7;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
}

.features-section .single-features .features-icon-5 i::before {
  margin-left: 25px;
  font-size: 40px;
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#b9fc9a), to(#54f50a));
  -webkit-background: lineanavyto bottom, #b9fc9a, #54f50a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b9fc9a), to(#54f50a));
  background: linear-gradient(to bottom, #b9fc9a, #54f50a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .single-features .features-icon-6 {
  margin-bottom: 20px;
}

.features-section .single-features .features-icon-6 i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f2d7e8;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
}

.features-section .single-features .features-icon-6 i::before {
  margin-left: 25px;
  font-size: 40px;
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#eb87a0), to(#b2399b));
  -webkit-background: lineanavyto right, #eb87a0, #b2399b);
  background: -webkit-gradient(linear, left top, right top, from(#eb87a0), to(#b2399b));
  background: linear-gradient(to right, #eb87a0, #b2399b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .single-features h4 {
  font-size: 14px;
  color: #393939;
  text-transform: capitalize;
  font-weight: 700;
}

.features-section .single-features p {
  color: #4d4d4d;
  max-width: 253px;
  margin: 0;
}

.features-section .col-lg-4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-section .col-lg-4:hover {
  -webkit-box-shadow: 0 0 15px #e2e2e2;
          box-shadow: 0 0 15px #e2e2e2;
}

.features-section .border-1:nth-child(1) {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.features-section .border-2:nth-child(2) {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.features-section .border-3:nth-child(3) {
  border-bottom: 1px solid #e2e2e2;
}

.features-section .border-4:nth-child(4) {
  border-right: 1px solid #e2e2e2;
}

.features-section .border-5:nth-child(5) {
  border-right: 1px solid #e2e2e2;
}

/**
COIUNTER-3 SECTION
===================================**/
.counter-section-3 {
  background-image: url(../img/saas-page-img/counter-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 60px 0 100px;
  text-align: center;
}

.counter-section-3 .counter-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  margin-bottom: 80px;
}

.counter-section-3 .counter-text i::before {
  margin-left: 0;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  background: linear-gradienavy, #742e8b, #b846c1);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  -webkit-background: linear-gradient(to right, #742e8b, #b846c1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-section-3 .counter-text h4 {
  font-size: 38px;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: capitalize;
  line-height: 50px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
}

.counter-section-3 .single-counter span {
  font-size: 45px;
  color: #4d4d4d;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  display: inline-block;
}

.counter-section-3 .single-counter .count-c {
  font-size: 25px;
  color: #b344be;
}

.counter-section-3 .single-counter p {
  font-size: 12px;
  color: #4d4d4d;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}

.counter-section-3 .counter-wrapper {
  border: 2px solid #dba7e0;
  padding: 40px;
  -webkit-box-shadow: 0 0 15px #f5d8e3;
  box-shadow: 10px 9px 1px #f5d8e3;
}

/**
FEATURES SECTION
===================================**/
.priceing-section-3 {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#722d88), to(#a530ae));
  background: linear-gradient(to bottom, #722d88, #a530ae);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#722d88), to(#a530ae));
  -webkit-background: linear-gradient(to bottom, #722d88, #a530ae);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 100%);
  padding: 100px 0 115px;
}

.priceing-section-3::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/saas-page-img/2.png);
  background-repeat: no-repeat;
}

.priceing-section-3 .priceing-text {
  max-width: 877px;
}

.priceing-section-3 .priceing-text i::before {
  margin-left: 0;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff0ba));
  background: linear-gradienavym, #ffffff, #fff0ba);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff0ba));
  -webkit-background: linear-gradient(to bottom, #ffffff, #fff0ba);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.priceing-section-3 .priceing-text h4 {
  font-family: "Muli", sans-serif;
  font-size: 38px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.priceing-section-3 .priceing-text p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 70px;
}

.priceing-section-3 .price-dots {
  position: relative;
}

.priceing-section-3 .price-dots::after {
  content: "";
  position: absolute;
  top: -88px;
  right: -251px;
  background-image: url(../img/saas-page-img/price-dots.png);
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.priceing-section-3 .single-pricing {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #8A2F9A;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.priceing-section-3 .single-pricing:hover {
  background-color: #ff9c9c;
  margin-top: -10px;
}

.priceing-section-3 .single-pricing.single-pricing:hover::before {
  visibility: visible;
}

.priceing-section-3 .single-pricing h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbceb6), to(#e8ae31));
  background: linear-gradient(to bottom, #fbceb6, #e8ae31);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#fbceb6), to(#e8ae31));
  -webkit-background: linear-gradient(to bottom, #fbceb6, #e8ae31);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.priceing-section-3 .single-pricing h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(#e57b97), to(#a72491));
  background: linear-gradient(to bottom, #e57b97, #a72491);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#e57b97), to(#a72491));
  -webkit-background: linear-gradient(to bottom, #e57b97, #a72491);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.priceing-section-3 .single-pricing h5 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(#fda19e), to(#c6667d));
  background: linear-gradient(to bottom, #fda19e, #c6667d);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#fda19e), to(#c6667d));
  -webkit-background: linear-gradient(to bottom, #fda19e, #c6667d);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.priceing-section-3 .single-pricing .price-list {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.priceing-section-3 .single-pricing .price-list span {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
}

.priceing-section-3 .single-pricing .price-list p {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
}

.priceing-section-3 .single-pricing .price-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.priceing-section-3 .single-pricing .price-list ul li {
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
  border-bottom: 1px solid #ad74b6;
  padding-bottom: 10px;
  padding-top: 10px;
}

.priceing-section-3 .single-pricing .price-list a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  border: 1px solid #d9d9d9;
  padding: 10px 30px;
  margin: 40px 0 40px;
  z-index: 9999;
}

.priceing-section-3 .single-pricing:hover a {
  background-color: #8F2E9E;
  border: 1px solid #8F2E9E;
}

.priceing-section-3 .brand-wrapper {
  margin-top: 130px;
}

.priceing-section-3 .brand-wrapper .brand-item img {
  height: 80px;
  width: 135px;
}

/**
FEEDBACK SECTION
===================================**/
.feeedback-section-3 {
  padding: 60px 0 60px;
  text-align: center;
}

.feeedback-section-3 .feedback-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  margin-bottom: 50px;
}

.feeedback-section-3 .feedback-text span {
  font-size: 150px;
  text-transform: capitalize;
  font-weight: 700;
  text-shadow: 1px 1px 11px #f3e7f5;
  color: #ffffff;
}

.feeedback-section-3 .feedback-text i {
  margin-bottom: -97px;
  display: block;
  z-index: 99999;
  position: relative;
}

.feeedback-section-3 .feedback-text i::before {
  margin-left: 0;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  background: linear-gradienavy, #742e8b, #b846c1);
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#742e8b), to(#b846c1));
  -webkit-background: linear-gradient(to right, #742e8b, #b846c1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feeedback-section-3 .feedback-text h4 {
  font-size: 38px;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: capitalize;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: -128px;
  font-family: "Muli", sans-serif;
}

.feeedback-section-3 .feedbacks-3 .client img {
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 50%;
}

.feeedback-section-3 .feedbacks-3 .client h3 {
  font-size: 16px;
  color: #434343;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 25px;
}

.feeedback-section-3 .feedbacks-3 .client span {
  font-size: 16px;
  color: #434343;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.feeedback-section-3 .feedbacks-3 .client p {
  font-size: 14px;
  color: #434343;
  font-style: italic;
  max-width: 737px;
  margin: auto;
}

/**
CONTACT-3 SECTION
===================================**/
.contact-section-3 {
  padding: 60px 0 60px;
}

.contact-section-3 .contact-text {
  margin-bottom: 50px;
  max-width: 877px;
}

.contact-section-3 .contact-text i::before {
  margin-left: 0;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#742e8b), to(#bb47c4));
  background: linear-gradienavym, #742e8b, #bb47c4);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#742e8b), to(#bb47c4));
  -webkit-background: linear-gradient(to bottom, #742e8b, #bb47c4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section-3 .contact-text h4 {
  font-family: "Muli", sans-serif;
  font-size: 38px;
  color: #4d4d4d;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-section-3 .form-group .form-control {
  height: 53px;
  color: #747474;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #747474;
  margin-bottom: 30px;
  font-weight: 500;
}

.contact-section-3 .send-btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(#7a358f), to(#bf4ec9));
  background: linear-gradient(to bottom, #7a358f, #bf4ec9);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#7a358f), to(#bf4ec9));
  -webkit-background: linear-gradient(to bottom, #7a358f, #bf4ec9);
  padding: 16px 25px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}

.contact-section-3 .send-btn:hover {
  -webkit-box-shadow: 5px 4px 2px #d4a6d9;
          box-shadow: 5px 4px 2px #d4a6d9;
}

.contact-section-3 .btn-primary:focus {
  display: none;
}

/**
CONTACT-3 SECTION
===================================**/
.footer-section-3 {
  background-image: url(../img/saas-page-img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 60px 0 30px;
  z-index: 1;
}

.footer-section-3::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
  background: linear-gradient(to bottom, #ffffff, #eee);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
  -webkit-background: linear-gradient(to bottom, #ffffff, #eee);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}

.footer-section-3 .estimate-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#7d328c), to(#c147c2));
  background: linear-gradient(to bottom, #7d328c, #c147c2);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#7d328c), to(#c147c2));
  -webkit-background: linear-gradient(to bottom, #7d328c, #c147c2);
  opacity: 0.9;
  padding: 30px 80px;
  margin-bottom: 80px;
  -webkit-box-shadow: 5px 5px 2px #7d328c;
          box-shadow: 5px 5px 2px #7d328c;
}

.footer-section-3 .estimate-wrapper .free-estimate h2 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  line-height: 45px;
}

.footer-section-3 .estimate-wrapper .estimate {
  text-align: right;
  margin-top: 29px;
}

.footer-section-3 .estimate-wrapper .estimate a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  border: 1px solid #fff;
  padding: 6px 25px;
}

.footer-section-3 .estimate-wrapper .estimate a:hover {
  background-color: #7f3794;
  border: 1px solid #7f3794;
  -webkit-box-shadow: 5px 4px 2px #d4a6d9;
          box-shadow: 5px 4px 2px #d4a6d9;
}

.footer-section-3 .widget-5 {
  position: relative;
}

.footer-section-3 .widget-5 img {
  margin-bottom: 20px;
}

.footer-section-3 .widget-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-3 .widget-5 ul li {
  color: #4d4d4d;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-section-3 .widget-5 ul li a {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-section-3 .widget-5 ul li a:hover {
  color: #89328d;
}

.footer-section-3 .widget-6 h4 {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-section-3 .widget-6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-3 .widget-6 ul li a {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-section-3 .widget-6 ul li a:hover {
  color: #89328d;
}

.footer-section-3 .widget-7 h4 {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-section-3 .widget-7 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-3 .widget-7 ul li a {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-section-3 .widget-7 ul li a:hover {
  color: #89328d;
}

.footer-section-3 .widget-8 h4 {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-section-3 .widget-8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-3 .widget-8 ul li a {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-section-3 .widget-8 ul li a:hover {
  color: #89328d;
}

.footer-section-3 .footer-bottom-3 {
  border-top: 1px solid #b3b3b3;
  margin-top: 20px;
}

.footer-section-3 .footer-bottom-3 p {
  font-size: 16px;
  color: #4d4d4d;
  padding-top: 30px;
  margin-bottom: 0;
  line-height: 2;
}

.footer-section-3 .footer-bottom-3 p a {
  color: #8b4ca0;
}

.footer-section-3 .footer-bottom-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  padding-top: 30px;
}

.footer-section-3 .footer-bottom-3 ul li {
  display: inline-block;
  padding-left: 8px;
}

.footer-section-3 .footer-bottom-3 ul li a {
  font-size: 15px;
  color: #878787;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #878787;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-section-3 .footer-bottom-3 ul li a:hover {
  color: #ffffff;
  background-color: #89328d;
}

/*
 SAAS LANDING PAGE END
 ===================================*/
/* 
 IT SOLUTION LANDING PAGE START 
 ===================================*/
/*
 DEFAULT STYLE 
 ===================================*/
.section-title-4 {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-4 span {
  color: #1b03da;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.section-title-4 span::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 106px;
  height: 2px;
  border-bottom: 2px dashed #A297F0;
  right: 0;
  margin: auto;
}

.section-title-4 h2 {
  font-size: 35px;
  font-weight: 700;
  color: #424054;
  margin-bottom: 0px;
  line-height: 50px;
}

.section-title-4 p {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 16px;
  color: #5a5a5a;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-left-4 {
  margin-bottom: 30px;
  max-width: 417px;
  width: 100%;
}

.section-title-left-4 span {
  color: #1b03da;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
}

.section-title-left-4 span::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 106px;
  height: 2px;
  border-bottom: 2px dashed #A297F0;
  right: 0;
  margin: auto;
}

.section-title-left-4 h2 {
  font-size: 35px;
  font-weight: 700;
  color: #424054;
  margin-bottom: 0px;
  line-height: 50px;
}

.section-title-left-4 p {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 16px;
  color: #5a5a5a;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/** 
NAVBAR STYLE 
===================================**/
.menu-4 .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.menu-4 .navbar-nav .free-consultency a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-border: 1px dashed #fff;
  border: 1px dashed #fff;
  border-radius: 4px;
  padding: 6px 20px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  margin-left: 15px;
}

.menu-4 .navbar-nav .free-consultency a::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(to bottom, #000000, #000000);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  -webkit-background: linear-gradient(to bottom, #000000, #000000);
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: .8s;
  -webkit-transition: .8s;
  z-index: -1;
}

.menu-4 .navbar-nav .free-consultency a:hover::before {
  height: 600%;
  z-index: -1;
}

.menu-4 .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.menu-4 .navbar-nav .nav-item .nav-link::before {
  background: #ffffff none repeat scroll 0 0;
  height: 1px;
}

.menu-4 .navbar-nav .nav-item .nav-link :hover {
  color: #ffffff;
}

.menu-4.menu-shrink {
  z-index: 999999;
}

/** 
 BANNER STYLE 
 ===================================**/
.banner-section-4 {
  background-image: url(../img/it-solution-img/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 716px;
  position: relative;
}

.banner-section-4 .banner-text {
  margin-top: 40px;
}

.banner-section-4 .banner-text h1 {
  font-size: 59px;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  margin-bottom: 20px;
}

.banner-section-4 .banner-text p {
  font-size: 16px;
  color: #eaeaea;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}

.banner-section-4 .banner-text .gret-in-tuch a {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #3703e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  -webkit-background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #0082ca;
  color: #ffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.banner-section-4 .banner-text .gret-in-tuch a::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: .8s;
  -webkit-transition: .8s;
  z-index: -1;
}

.banner-section-4 .banner-text .gret-in-tuch a:hover::before {
  height: 380%;
  z-index: -1;
}

.banner-section-4 .banner-text .watch a {
  font-family: "Open Sans", sans-serif;
  color: #e9e9e9;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
}

.banner-section-4 .banner-text .watch a i {
  background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  -webkit-background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  color: #ffffff;
  font-size: 20px;
  border: 1px dashed #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
  line-height: 51px;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-section-4 .banner-text .watch a i:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(to bottom, #000000, #000000);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  -webkit-background: linear-gradient(to bottom, #000000, #000000);
}

.banner-section-4 .banner-pic {
  margin-top: 50px;
}

/** 
 CORE SERVICE STYLE 
 ===================================**/
.core-service-section-4 {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

.core-service-section-4 .single-service {
  padding: 9px 15px 25px 15px;
  -webkit-box-shadow: -1px 1px 9px 3px #eeeeee;
  box-shadow: -1px 1px 9px 3px #eeeeee;
  background-image: url(../img/it-solution-img/core-bg-1.png);
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.core-service-section-4 .single-service:hover {
  background-image: url(../img/it-solution-img/service-hover.png);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.core-service-section-4 .single-service i {
  color: #79ffce;
}

.core-service-section-4 .single-service i::before {
  margin-left: 0;
  font-size: 60px;
}

.core-service-section-4 .single-service.single-service:hover i {
  color: #ffffff;
}

.core-service-section-4 .single-service h3 {
  font-size: 17px;
  color: #616166;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.core-service-section-4 .single-service p {
  font-size: 15px;
  color: #777779;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.core-service-section-4 .single-service a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  color: #616166;
  font-weight: 600;
}

.core-service-section-4 .single-service a span {
  color: #616166;
}

.core-service-section-4 .single-service a span::before {
  margin-left: 0;
  font-size: 13px;
  margin-right: 10px;
}

.core-service-section-4 .single-service.single-service:hover h3 {
  color: #ffffff;
}

.core-service-section-4 .single-service.single-service:hover a {
  color: #ffffff;
}

.core-service-section-4 .single-service.single-service:hover span {
  color: #ffffff;
}

.core-service-section-4 .single-service.single-service:hover p {
  color: #ffffff;
}

.core-service-section-4 .service-2 i {
  color: #aa11ec;
}

.core-service-section-4 .service-3 i {
  color: #ff8c8c;
}

.core-service-section-4 .service-4 i {
  color: #140381;
}

/** 
 ABOUT STYLE 
 ===================================**/
.about-section-4 {
  padding: 144px 0 130px;
  overflow: hidden;
}

.about-section-4 .section-title-left-4 {
  margin-bottom: 15px;
}

.about-section-4 .about-pic img {
  width: 100%;
  border-radius: 5px;
}

.about-section-4 .about-text {
  padding-left: 40px;
}

.about-section-4 .about-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 30px;
}

.about-section-4 .about-text a {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #3703e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  -webkit-background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #0082ca;
  color: #ffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.about-section-4 .about-text a::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: .8s;
  -webkit-transition: .8s;
  z-index: -1;
}

.about-section-4 .about-text a:hover::before {
  height: 380%;
  z-index: -1;
}

/** 
 PERFECT STYLE 
 ===================================**/
.perfect-section-4 {
  background-image: url(../img/it-solution-img/perfect-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 85px 0 120px;
}

.perfect-section-4 .faq-content {
  max-width: 470px;
  width: 100%;
}

.perfect-section-4 .faq-content .faq-panel {
  margin-bottom: 30px;
}

.perfect-section-4 .faq-content .faq-panel h5 i {
  color: #CDCDCD;
  position: absolute;
  right: 20px;
  top: 13px;
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  padding: 5px 4px 4px 5px;
}

.perfect-section-4 .faq-content .faq-panel .faq-textarea {
  padding: 20px 20px 10px;
}

.perfect-section-4 .faq-content .faq-panel .faq-textarea p {
  color: #717171;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.perfect-section-4 .faq-content .faq-title.active {
  background: #ffffff;
  color: #1b03da;
}

.perfect-section-4 .faq-content .faq-title {
  padding: 15px 20px;
}

.perfect-section-4 .faq-content .faq-title::before {
  background: #ffffff;
}

/** 
 SERVICE STYLE 
 ===================================**/
.service-section-4 {
  padding: 60px 0 120px;
}

.service-section-4 .single-service {
  -webkit-box-shadow: -1px 1px 9px 3px #eeeeee;
  box-shadow: -1px 1px 9px 3px #eeeeee;
  margin-bottom: 30px;
  padding-top: 11px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-section-4 .single-service i {
  margin-bottom: 34px;
}

.service-section-4 .single-service i::before {
  margin-left: 0;
  font-size: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bffdc), to(#40ffb7));
  background: linear-gradienavym, #8bffdc, #40ffb7);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#8bffdc), to(#40ffb7));
  -webkit-background: linear-gradient(to bottom, #8bffdc, #40ffb7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-section-4 .single-service h3 {
  font-size: 19px;
  color: #615f72;
  margin-top: 10px;
}

.service-section-4 .single-service p {
  font-size: 15px;
  color: #5a5a5a;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.service-section-4 .services-2 i {
  margin-bottom: 34px;
}

.service-section-4 .services-2 i::before {
  margin-left: 0;
  font-size: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffabab), to(#d878a7));
  background: linear-gradienavym, #ffabab, #d878a7);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#ffabab), to(#d878a7));
  -webkit-background: linear-gradient(to bottom, #ffabab, #d878a7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-section-4 .services-3 i {
  margin-bottom: 34px;
}

.service-section-4 .services-3 i::before {
  margin-left: 0;
  font-size: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c05a0), to(#120380));
  background: linear-gradienavym, #7c05a0, #120380);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#7c05a0), to(#120380));
  -webkit-background: linear-gradient(to bottom, #7c05a0, #120380);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-section-4 .services-4 i {
  margin-bottom: 34px;
}

.service-section-4 .services-4 i::before {
  margin-left: 0;
  font-size: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7728f), to(#7c82ef));
  background: linear-gradienavym, #f7728f, #7c82ef);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#f7728f), to(#7c82ef));
  -webkit-background: linear-gradient(to bottom, #f7728f, #7c82ef);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-section-4 .services-5 i {
  margin-bottom: 34px;
}

.service-section-4 .services-5 i::before {
  margin-left: 0;
  font-size: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#78c6e8), to(#9e32fe));
  background: linear-gradienavym, #78c6e8, #9e32fe);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#78c6e8), to(#9e32fe));
  -webkit-background: linear-gradient(to bottom, #78c6e8, #9e32fe);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-section-4 .services-6 i {
  margin-bottom: 34px;
}

.service-section-4 .services-6 i::before {
  margin-left: 0;
  font-size: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#065d85), to(#5aae85));
  background: linear-gradienavym, #065d85, #5aae85);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#065d85), to(#5aae85));
  -webkit-background: linear-gradient(to bottom, #065d85, #5aae85);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**
 PROJECT STYLE
 ===================================**/
.project-section-4 {
  padding: 120px 0 180px;
  background-image: url(../img/it-solution-img/project-bg-1.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.project-section-4 .section-title-left-4 {
  margin-bottom: 30px;
  max-width: 521px;
  width: 100%;
}

.project-section-4 .section-title-left-4 span {
  color: #ffffff;
}

.project-section-4 .section-title-left-4 span::before {
  border-bottom: 1px dashed #ffffff;
  left: -22px;
}

.project-section-4 .section-title-left-4 h2 {
  color: #ffffff;
}

.project-section-4 .sorting-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.project-section-4 .sorting-menu .active {
  color: #000;
}

.project-section-4 .sorting-menu li {
  color: #e9e9e9;
  display: inline-block;
  font-size: 16px;
  padding-right: 30px;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}

.project-section-4 .single-portfolio img {
  width: 100%;
}

/**
 TESTIMONIALS STYLE
 ===================================**/
.testimonials-section-4 {
  position: relative;
  padding: 60px 0 60px;
  text-align: center;
  overflow: hidden;
}

.testimonials-section-4 .section-title-4 {
  margin-bottom: 60px;
}

.testimonials-section-4 .testimonials-wrappers .client {
  margin-top: 40px;
}

.testimonials-section-4 .testimonials-wrappers .client img {
  width: 110px !important;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 9px 20px 8px #d2d2d2;
  box-shadow: 0px 9px 20px 8px #d2d2d2;
  border-radius: 50%;
}

.testimonials-section-4 .testimonials-wrappers .client-text {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px #dddddd;
  box-shadow: 0 0 25px #dddddd;
  padding: 50px;
  position: relative;
  margin: 50px;
}

.testimonials-section-4 .testimonials-wrappers .client-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonials-section-4 .testimonials-wrappers .client-text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  max-width: 848px;
  margin: auto;
  margin-bottom: 25px;
}

.testimonials-section-4 .testimonials-wrappers .client-text h3 {
  font-size: 18px;
  color: #424054;
  text-transform: capitalize;
}

.testimonials-section-4 .testimonials-wrappers .client-text span {
  font-size: 15px;
  color: #4104d6;
}

.testimonials-section-4 {
  position: relative;
}

.testimonials-section-4 .slider .nav-1 {
  position: absolute;
  top: 128px;
  left: -61px;
}

.testimonials-section-4 .slider .nav-1 img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 1px 18px 20px 8px #d2d2d2;
  box-shadow: 1px -18px 20px 8px #d2d2d2;
}

.testimonials-section-4 .slider .nav-2 {
  position: absolute;
  top: 67px;
  left: 170px;
}

.testimonials-section-4 .slider .nav-2 img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 9px 20px 8px #d2d2d2;
  box-shadow: 0px 9px 20px 8px #d2d2d2;
}

.testimonials-section-4 .slider .nav-3 {
  position: absolute;
  top: 8px;
  left: 410px;
}

.testimonials-section-4 .slider .nav-3 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 9px 20px 8px #d2d2d2;
  box-shadow: 1px 18px 20px 8px #d2d2d2;
}

.testimonials-section-4 .slider .nav-4 {
  position: absolute;
  top: 57px;
  right: 70px;
}

.testimonials-section-4 .slider .nav-4 img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 9px 20px 8px #d2d2d2;
  box-shadow: 0px 9px 20px 8px #d2d2d2;
}

.testimonials-section-4 .slider .nav-5 {
  height: 200px;
  -webkit-transform: translate(767px, 124px);
          transform: translate(767px, 124px);
}

.testimonials-section-4 .slider .nav-5 img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 1px 18px 20px 8px #d2d2d2;
  box-shadow: 1px -18px 20px 8px #d2d2d2;
  margin: auto;
  position: relative;
  left: 70px;
}

.testimonials-section-4 .slick-initialized .slick-slide {
  display: block;
  outline: 0;
  width: 1140px;
}

.testimonials-section-4 .test-dots-1 {
  position: absolute;
  top: 45%;
  left: 5%;
  animation: mover 2s linear infinite  alternate;
  -webkit-animation: mover 2s linear infinite  alternate;
}

.testimonials-section-4 .test-dots-3 {
  position: absolute;
  top: 43%;
  right: 4%;
  animation: mover 4s linear infinite  alternate;
  -webkit-animation: mover 4s linear infinite  alternate;
}

.testimonials-section-4 .test-dots-4 {
  position: absolute;
  top: 37%;
  left: 1%;
  animation: mover 5s linear infinite  alternate;
  -webkit-animation: mover 5s linear infinite  alternate;
}

.testimonials-section-4 .test-dots-2 {
  position: absolute;
  top: 58%;
  left: 12%;
  animation: mover 6s linear infinite  alternate;
  -webkit-animation: mover 6s linear infinite  alternate;
}

/**
 PRICEING STYLE
 ===================================**/
.priceing-section-4 {
  padding: 60px 0 0px;
  background-image: url(../img/it-solution-img/priceing-bg-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.priceing-section-4 .section-title-left-4 p {
  max-width: 700px;
  width: 100%;
}

.priceing-section-4 .single-price {
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px #f0edf2;
          box-shadow: 0 0 30px #f0edf2;
  padding-bottom: 40px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.priceing-section-4 .single-price:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.priceing-section-4 .single-price h3 {
  font-size: 25px;
  color: #a10ddd;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding: 17px;
  z-index: 99999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.priceing-section-4 .single-price h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/it-solution-img/price-h-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: center center;
  background-size: cover;
}

.priceing-section-4 .single-price:hover h3 {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.priceing-section-4 .single-price:hover h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/it-solution-img/priceing-h.png);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.priceing-section-4 .single-price:hover a::before {
  height: 380%;
  z-index: -1;
}

.priceing-section-4 .single-price span {
  font-size: 45px;
  color: #8526ba;
  font-weight: 700;
  position: relative;
}

.priceing-section-4 .single-price span::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #000000;
  right: 0;
  margin: auto;
}

.priceing-section-4 .single-price span sub {
  font-size: 14px;
  color: #872aba;
  font-family: "Open Sans", sans-serif;
}

.priceing-section-4 .single-price p {
  font-size: 14px;
  color: #424054;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  max-width: 217px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.priceing-section-4 .single-price a {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #3703e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  -webkit-background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #0082ca;
  color: #ffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
}

.priceing-section-4 .single-price a::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: .8s;
  -webkit-transition: .8s;
  z-index: -1;
}

/**
 BRAND STYLE
 ===================================**/
.brand-section-4 {
  padding: 100px 0 100px;
  margin-top: 120px;
  background-color: #f6f6f6;
}

.brand-section-4 .brand-wrapper-4 .brand-item {
  position: relative;
}

.brand-section-4 .brand-wrapper-4 .brand-item .brand-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  cursor: pointer;
}

.brand-section-4 .brand-wrapper-4 .brand-item .brand-2:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.brand-section-4 .brand-wrapper-4 .brand-item img {
  width: 138px;
  height: 51px;
}

/**
 CONTACT STYLE
 ===================================**/
.contact-section-4 {
  padding: 75px 0 120px;
  -webkit-transform: translateY(200px);
  transform: translateY(253px);
  margin-top: -200px;
  z-index: 1;
}

.contact-section-4 .contact-form {
  padding: 40px;
  -webkit-box-shadow: 0 0 15px #dddddd;
          box-shadow: 0 0 15px #dddddd;
  background-color: #ffffff;
  opacity: 1;
}

.contact-section-4 .contact-form h2 {
  font-size: 30px;
  font-weight: 700;
  color: #424054;
  margin-bottom: 30px;
  line-height: 50px;
  text-align: cenavy
}

.contact-section-4 .contact-form .form-control {
  background-color: #f5f7fb;
  border-color: transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 65px;
  padding: 16px;
  color: #565555;
  font-weight: 600;
}

.contact-section-4 .contact-form .default-button {
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  text-transform: capitalize;
  transition: .3s;
  -webkit-transition: .3s;
  border: none;
  outline: 0;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#9e0ddc), to(#450cc2));
  -webkit-background: linear-gradient(to bottom, #9e0ddc, #450cc2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  margin-top: 10px;
}

.contact-section-4 .contact-form .default-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-section-4 .contact-form .default-button::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: .8s;
  -webkit-transition: .8s;
  z-index: -1;
}

.contact-section-4 .contact-form .default-button:hover::before {
  height: 380%;
  z-index: -1;
}

/**
 FOOTER STYLE
 ===================================**/
.footer-section-4 {
  padding: 250px 0 0px;
  background-image: url(../img/it-solution-img/footer-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.footer-section-4 .widget-9 span {
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  -webkit-background: lineanavyto bottom, #cb63ed, #5518cd);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  background: linear-gradient(to bottom, #cb63ed, #5518cd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 13px;
  display: inline-block;
}

.footer-section-4 .widget-9 p {
  font-size: 16px;
  color: #424054;
  font-family: "Open Sans", sans-serif;
}

.footer-section-4 .widget-9 ul {
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-section-4 .widget-9 ul li {
  display: inline-block;
  padding-right: 10px;
}

.footer-section-4 .widget-9 ul li a {
  display: inline-block;
  font-size: 15px;
  color: #757575;
  width: 35px;
  height: 35px;
  border: 1px solid #c6c6c6;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}

.footer-section-4 .widget-9 ul li a:hover {
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  -webkit-background: linear-gradient(to bottom, #cb63ed, #5518cd);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  background: linear-gradient(to bottom, #cb63ed, #5518cd);
  color: #ffffff;
}

.footer-section-4 .widget-10 h3 {
  font-size: 18px;
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  -webkit-background: lineanavyto bottom, #cb63ed, #5518cd);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  background: linear-gradient(to bottom, #cb63ed, #5518cd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer-section-4 .widget-10 span {
  font-size: 15px;
  color: #4119a4;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  display: block;
}

.footer-section-4 .widget-10 p {
  font-size: 15px;
  color: #424054;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}

.footer-section-4 .widget-10 a {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #424054;
}

.footer-section-4 .widget-10 a:hover {
  color: #cb63ed;
}

.footer-section-4 .widget-11 h3 {
  font-size: 18px;
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  -webkit-background: lineanavyto bottom, #cb63ed, #5518cd);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb63ed), to(#5518cd));
  background: linear-gradient(to bottom, #cb63ed, #5518cd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer-section-4 .widget-11 ul {
  padding: 0;
  left: 0;
  list-style-type: none;
}

.footer-section-4 .widget-11 ul li a {
  font-size: 16px;
  color: #424054;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 8px;
}

.footer-section-4 .widget-11 ul li a:hover {
  color: #cb63ed;
}

#Container .mix {
  display: none;
}

/*
 IT SOLUTION LANDING PAGE END
 ===================================*/
/*
 REAL ESTATE LANDING PAGE START
 ===================================*/
/*
 DEFOLT STYLE
 ===================================*/
.title-section-5 {
  text-align: center;
  margin-bottom: 60px;
}

.title-section-5 h2 {
  font-size: 34px;
  color: #3b3b3b;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.title-section-5 h2 span {
  color: #23a24d;
}

.title-section-5 p {
  font-size: 16px;
  color: #3b3b3b;
  margin-bottom: 0;
}

/*
 MENU STYLE
 ===================================*/
.menu-5 {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.menu-5 .navbar-brand {
  margin-top: -7px;
}

.menu-5 .navbar-nav .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
  color: #3b3b3b !important;
  font-size: 15px;
  text-transform: capitalize;
}

.menu-5 .navbar-nav .nav-item .nav-link:focus, .menu-5 .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.menu-5 .navbar-nav .nav-item .nav-link::before {
  background: #3b3b3b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  z-index: -1;
}

.menu-5 .navbar-nav .nav-item .nav-link:hover::before, .menu-5 .navbar-nav .nav-item .nav-link.active::before {
  left: 0;
  right: 0;
}

.menu-5 .navbar-nav .nav-item .active a,
.menu-5 .navbar-nav .nav-item .active > a:focus,
.menu-5 .navbar-nav .nav-item .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.menu-5 .other {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-5 .other li {
  display: inline-block;
}

.menu-5 .other li .other-btn button {
  position: relative;
  color: #ffff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 6px 20px;
  margin-left: 15px;
  background-color: #23a24d;
  outline: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.menu-5 .other li .other-btn button::after {
  content: "";
  position: absolute;
  background-color: #15943f;
  width: 50%;
  height: 100%;
  left: 0%;
  top: 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.menu-5 .other li .other-btn button:hover {
  background-color: #3b3b3b;
}

@media only screen and (min-width: 768px) {
  .menu-5.menu-shrink {
    padding: 16px 0 16px;
    -webkit-box-shadow: 0 0 20px #282828;
            box-shadow: 0 0 20px #282828;
  }
}

.navbar-white {
  background-color: #fff;
}

.navbar-white .navbar-brand {
  color: #000000;
}

.navbar-white .navbar-brand:focus, .navbar-white .navbar-brand:hover {
  color: #000000;
}

.navbar-white .navbar-nav .nav-item .nav-link {
  color: #000000 !important;
}

.navbar-white .navbar-nav .nav-item .active > a, .navbar-white .navbar-nav .nav-item .active > a:focus, .navbar-white .navbar-nav .nav-item .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.menu-5.menu-shrink {
  background: #ffffff !important;
}

/**
 BANNER-5 STYLE
 ===================================**/
.banner-section-5 {
  background-image: url(../img/real-estate-page-img/banner-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner-section-5 .banner-text {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: -80px auto 0;
}

.banner-section-5 .banner-text h1 {
  font-size: 46px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 21px;
}

.banner-section-5 .banner-text h1 span {
  color: #23a24d;
}

.banner-section-5 .banner-text p {
  font-size: 25px;
  color: #373737;
}

/**
PERCHES STYLE
 ===================================**/
.perches-section-5 {
  -webkit-transform: translateY(-232px);
          transform: translateY(-232px);
  padding: 0;
}

.perches-section-5 #tabs {
  border-top: 1px solid #d8e9dd;
  border-left: 1px solid #d8e9dd;
  border-right: 1px solid #d8e9dd;
  border-bottom: none;
  max-width: 300px;
  background-color: #ffffff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.perches-section-5 #tabs li {
  display: inline-block;
  padding: 12px 0;
}

.perches-section-5 #tabs li a {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px green
  text-align: center;
}

.perches-section-5 #tabs li a:hover {
  border-color: transparent;
  background-color: #23a24d;
  color: #ffffff;
  border-radius: 0;
}

.perches-section-5 #tabs li.current a {
  color: #ffffff;
  background-color: #23a24d;
}

.perches-section-5 .content-wrappers {
  display: none;
  border: 1px solid #d8e9dd;
  background-color: #ffffff;
}

.perches-section-5 .content-wrappers .all-style {
  margin-bottom: 40px;
  margin-left: 40px;
  margin-top: 40px;
}

.perches-section-5 .content-wrappers .all-style h3 {
  font-size: 18px;
  color: #494949;
  text-transform: capitalize;
}

.perches-section-5 .content-wrappers .all-style .your-chose {
  border: none;
  font-size: 16px;
  color: #6e6e6e;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  outline: 0;
  margin-left: -3px;
}

.perches-section-5 .content-wrappers .all-style .your-chose option {
  -webkit-box-shadow: 0 0 15px #000000;
          box-shadow: 0 0 15px #000000;
}

.perches-section-5 .content-wrappers .search-property {
  margin-top: 40px;
  margin-right: 40px;
  position: relative;
  font-size: 15px;
  padding: 20px 38px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  background-color: #23a24d;
  z-index: 1;
  -webkit-box-shadow: 1px 13px 15px 10px #D1EBD9;
          box-shadow: 1px 13px 15px 10px #D1EBD9;
  border-radius: 0;
}

.perches-section-5 .content-wrappers .search-property:hover::after {
  background-color: #3b3b3b;
}

.perches-section-5 .content-wrappers .search-property::after {
  content: "";
  position: absolute;
  background-color: #15943f;
  width: 50%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.navy
}

.perches-section-5 .content-wrappers .btn-primary {
  color: #fff !important;
  border-color: transparent !important;
  outline: 0 !important;
  border-radius: 0 !important;
}

.perches-section-5 .content-wrappers .btn-primary:focus {
  display: none;
}

.perches-section-5 .search-advance {
  border: 1px solid #d8e9dd;
  text-align: center;
  padding: 15px 0;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 20px 20px 3px #f2faf5;
  box-shadow: -1px 20px 20px 3px #f2faf5;
}

.perches-section-5 .search-advance .your-search {
  border: none;
  outline: 0;
  font-size: 18px;
  color: #494949;
  font-weight: 700;
}

#content2,
#content3 {
  display: none;
}

/**
 BRAND STYLE
 ===================================**/
.brand-section-5 {
  padding: 100px 0 0px;
  margin-top: -232px;
}

.brand-section-5 .brand-wrapper-4 .brand-item {
  position: relative;
}

.brand-section-5 .brand-wrapper-4 .brand-item .brand-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  cursor: pointer;
}

.brand-section-5 .brand-wrapper-4 .brand-item .brand-2 img {
  width: 128px;
  height: 66px;
  margin: auto;
}

.brand-section-5 .brand-wrapper-4 .brand-item .brand-2:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.brand-section-5 .brand-wrapper-4 .brand-item img {
  width: 128px;
  height: 66px;
  margin: auto;
}

.brand-section-5 .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

/**
CREATIVE STYLE
===================================**/
.creative-section-5 {
  padding: 100px 0 100px;
  overflow: hidden;
}

.creative-section-5 .container-fluid .creative-1 {
  margin-bottom: 30px;
}

.creative-section-5 .container-fluid .creative-1 img {
  width: 100%;
}

.creative-section-5 .container-fluid .creative-2 img {
  width: 100%;
}

.creative-section-5 .container-fluid .creative-3 {
  -webkit-transform: translateY(14%);
  transform: translateY(14%);
}

.creative-section-5 .container-fluid .creative-3 img {
  width: 100%;
}

.creative-section-5 .container-fluid .creative-list-wrapper {
  -webkit-transform: translate(8px, 32px);
  transform: translate(8px, 32px);
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text {
  max-width: 454px;
  margin-right: auto;
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text h2 {
  font-size: 34px;
  color: #3b3b3b;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text span {
  font-weight: normal;
  color: #33a95a;
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text p {
  font-size: 16px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text ul li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #2f2f2f;
  font-size: 16px;
  margin-bottom: 10px;
}

.creative-section-5 .container-fluid .creative-list-wrapper .creative-text ul li i {
  color: #33a95a;
  padding-right: 10px;
}

.creative-section-5 .container-fluid .learn-more a {
  color: #ffffff;
  background-color: #15943F;
  padding: 15px 36px;
  -webkit-box-shadow: 1px 13px 15px 10px #D1EBD9;
          box-shadow: 1px 13px 15px 10px #D1EBD9;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  background-color: #23a24d;
  z-index: 1;
}

.creative-section-5 .container-fluid .learn-more a:hover {
  -webkit-box-shadow: 1px 13px 15px 10px #ffffff;
          box-shadow: 1px 13px 15px 10px #ffffff;
}

.creative-section-5 .container-fluid .learn-more a:hover::after {
  background-color: #3b3b3b;
}

.creative-section-5 .container-fluid .learn-more a::after {
  content: "";
  position: absolute;
  background-color: #15943f;
  width: 50%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.creative-section-5 .container-fluid .introduacation {
  margin-top: -10px;
  position: relative;
}

.creative-section-5 .container-fluid .introduacation a i {
  position: relative;
  color: #15943F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.creative-section-5 .container-fluid .introduacation a i::before {
  margin-left: 0;
  font-size: 50px;
}

.creative-section-5 .container-fluid .introduacation a i:hover {
  color: #000000;
}

.creative-section-5 .container-fluid .introduacation span {
  font-size: 17px;
  color: #212121;
  text-transform: capitalize;
  position: absolute;
  top: 25px;
  left: 60px;
}

/**
JIBO WORK STYLE
===================================**/
.jibo-work-section-5 {
  padding: 0 0 100px;
  text-align: center;
}

.jibo-work-section-5 .single-jibo-work {
  background-color: #DAEFE1;
  border-radius: 0 0 179px 180px;
  max-width: 146px;
  margin: auto;
  border-bottom: 2px dashed #3A453E;
  border-left: 2px dashed #3A453E;
  border-right: 2px dashed #3A453E;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jibo-work-section-5 .single-jibo-work:hover {
  background-color: #15943F;
}

.jibo-work-section-5 .single-jibo-work i {
  color: #15943F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jibo-work-section-5 .single-jibo-work i::before {
  margin-left: 0;
  font-size: 100px;
}

.jibo-work-section-5 .single-jibo-work:hover i {
  color: #fff;
}

.jibo-work-section-5 .single-jibo-work span {
  font-size: 110px;
  color: #EBEBEB;
  position: absolute;
  left: -145px;
  top: 0;
  font-weight: 700;
}

.jibo-work-section-5 .single-jibo-work .jibo-work-icon {
  font-size: 110px;
  color: navy;
  position: absolute;
  right: -145px;
  top: 0;
  font-weight: 700;
}

.jibo-work-section-5 .single-jibo-works {
  background-color: #DAEFE1;
  border-radius: 179px 180px 0 0;
  max-width: 146px;
  margin: auto;
  border-top: 2px dashed #3A453E;
  border-left: 2px dashed #3A453E;
  border-right: 2px dashed #3A453E;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jibo-work-section-5 .single-jibo-works:hover {
  background-color: #15943F;
}

.jibo-work-section-5 .single-jibo-works i {
  color: #15943F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jibo-work-section-5 .single-jibo-works i::before {
  margin-left: 0;
  font-size: 100px;
}

.jibo-work-section-5 .single-jibo-works:hover i {
  color: #fff;
}

.jibo-work-section-5 .single-jibo-works span {
  font-size: 110px;
  color: #EBEBEB;
  position: absolute;
  left: -145px;
  top: 0;
  font-weight: 700;
}

.jibo-work-section-5 .single-jibo-works .jibo-work-icon {
  font-size: 110px;
  color: navy;
  position: absolute;
  right: -145px;
  top: 0;
  font-weight: 700;
}

.jibo-work-section-5 h6 {
  font-size: 25px;
  color: #4a4a4a;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 0;
}

/**
PROPERTY STYLE
===================================**/
.property-section-5 {
  background-color: #F8FCF9;
  padding: 100px 0 80px;
  overflow: hidden;
}

.property-section-5 .title-section-5 {
  text-align: left;
}

.property-section-5 .single-portfolio {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
  margin-bottom: 20px;
}

.property-section-5 .single-portfolio .portfolio-pic {
  position: relative;
}

.property-section-5 .single-portfolio .for-rent {
  position: absolute;
  bottom: 14px;
  left: 19px;
  background-color: #fff;
  padding: 11px 8px 2px 10px;
}

.property-section-5 .single-portfolio .for-rent h6 {
  font-size: 12px;
  color: #3b3b3b;
  text-transform: capitalize;
}

.property-section-5 .single-portfolio .property-text {
  padding: 15px;
}

.property-section-5 .single-portfolio .property-text a h2 {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 23px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.property-section-5 .single-portfolio .property-text a h2:hover {
  color: navy;
}

.property-section-5 .single-portfolio .property-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.property-section-5 .single-portfolio .property-text ul li {
  display: inline-block;
  font-size: 12px;
  color: #646464;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-right: 28px;
}

.property-section-5 .single-portfolio .property-text ul li span {
  color: #878787;
  margin-right: 8px;
}

.property-section-5 .single-portfolio .property-text ul i {
  color: #878787;
}

.property-section-5 .single-portfolio .property-text ul i::before {
  margin-left: 0;
  margin-right: 8px;
  font-size: 16px;
}

.property-section-5 .owl-theme .owl-nav {
  margin-top: 0;
  top: -122px;
  right: 0;
  position: absolute;
}

.property-section-5 .owl-theme .owl-nav .owl-prev {
  border: 1px solid #C7C7C7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.property-section-5 .owl-theme .owl-nav .owl-prev i {
  color: #C7C7C7;
}

.property-section-5 .owl-theme .owl-nav .owl-prev i::before {
  margin-left: 0;
  font-size: 25px;
}

.property-section-5 .owl-theme .owl-nav .owl-prev i:hover {
  color: #ffffff;
}

.property-section-5 .owl-theme .owl-nav .owl-next {
  border: 1px solid #C7C7C7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.property-section-5 .owl-theme .owl-nav .owl-next i {
  color: #C7C7C7;
}

.property-section-5 .owl-theme .owl-nav .owl-next i::before {
  margin-left: 0;
  font-size: 25px;
}

.property-section-5 .owl-theme .owl-nav .owl-next i:hover {
  color: #ffffff;
}

.property-section-5 .owl-theme .owl-nav [class*='owl-']:hover {
  background: #23a24d;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px #23a24d;
          box-shadow: 0 0 15px #23a24d;
}

/**
JIBO PROPERTY SECTION-5 STYLE
===================================**/
.jibo-property-section-5 {
  padding: 100px 0 0px;
}

.jibo-property-section-5 .property-title h2 {
  font-size: 27px;
  color: #3b3b3b;
  font-weight: 700;
  max-width: 400px;
  line-height: 40px;
  margin-bottom: 25px;
}

.jibo-property-section-5 .property-title h2 span {
  color: #23a24d;
}

.jibo-property-section-5 .proper-pic img {
  width: 100%;
}

.jibo-property-section-5 .property-list .proper-icon {
  margin-top: -5px;
  position: absolute;
}

.jibo-property-section-5 .property-list .proper-icon i {
  color: #23A24D;
  margin-right: 20px;
  background-color: #D3ECDB;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 0;
  margin-top: 6px;
}

.jibo-property-section-5 .property-list .proper-icon i::before {
  margin-left: 4px;
  font-size: 12px;
  line-height: 19px;
}

.jibo-property-section-5 .property-list .proper-text {
  position: relative;
  padding-left: 30px;
}

.jibo-property-section-5 .property-list .proper-text h6 {
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 18px;
  margin-top: 25px;
}

.jibo-property-section-5 .property-list .proper-text ul {
  list-style: circle;
  color: #15943F;
  padding: 0;
  margin: 0;
}

.jibo-property-section-5 .property-list .proper-text ul li {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 600;
  margin-bottom: 10px;
}

/**
COUNTER STYLE
===================================**/
.counter-section-5 {
  background-image: url(../img/real-estate-page-img/counter-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 100px 0 100px;
}

.counter-section-5 .single-counter span {
  font-size: 58px;
  color: #3b3b3b;
  font-weight: 700;
}

.counter-section-5 .single-counter .count-c {
  font-size: 20px;
  color: #3b3b3b;
  font-weight: 700;
}

.counter-section-5 .single-counter p {
  font-size: 15px;
  color: #23a24d;
  margin-bottom: 0;
}

/**
SERVICE STYLE
===================================**/
.service-section-5 {
  text-align: center;
  padding: 100px 0 100px;
}

.service-section-5 .title-section-5 {
  text-align: center;
  margin-bottom: 60px;
  max-width: 830px;
  margin: 0 auto 60px;
}

.service-section-5 .single-service {
  background-color: #ffffff;
  padding: 33px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 15px #eeeeee;
          box-shadow: 0 0 15px #eeeeee;
}

.service-section-5 .single-service:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 15px #dddddd;
          box-shadow: 0 0 15px #dddddd;
}

.service-section-5 .single-service i {
  color: #2DA655;
  background-color: #D3ECDB;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 57px;
  margin-bottom: 15px;
}

.service-section-5 .single-service i::before {
  margin-left: 0;
  font-size: 30px;
}

.service-section-5 .single-service h3 {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 15px 0 10px;
}

.service-section-5 .single-service p {
  font-size: 15px;
  color: #3b3b3b;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.mfp-bottom-bar {
  display: none;
}

/*
NEWS SECTION STYLE
===========================*/
.news-section-5 {
  margin-top: 197px;
  margin-bottom: 100px;
  padding: 0;
}

.news-section-5 .single-news {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-section-5 .single-news:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 15px #dddddd;
          box-shadow: 0 0 15px #dddddd;
}

.news-section-5 .single-news .news-pic {
  position: relative;
}

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

.news-section-5 .single-news .home {
  position: absolute;
  bottom: 24px;
  left: 20px;
}

.news-section-5 .single-news .home a {
  color: #ffffff;
  font-size: 14px;
  background-color: #15943F;
  padding: 5px 15px;
  text-transform: capitalize;
}

.news-section-5 .single-news .home a:hover {
  -webkit-box-shadow: 0px 0px 14px #15943F;
          box-shadow: 0px 0px 14px #15943F;
}

.news-section-5 .single-news .news-wrapper {
  padding: 25px;
  border: 1px solid #E6E6E6;
}

.news-section-5 .single-news .news-wrapper h4 a {
  font-size: 18px;
  color: #292929;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 30px;
  margin-bottom: 0px;
  display: inline-block;
}

.news-section-5 .single-news .news-wrapper p {
  color: #676767;
  font-size: 16px;
  margin: 0;
  padding-top: 20px;
}

.news-section-5 .single-news .news-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #E9E9E9;
}

.news-section-5 .single-news .news-wrapper ul li {
  display: inline-block;
  font-size: 12px;
  color: #555;
  text-transform: capitalize;
  position: relative;
  padding-right: 15px;
  margin-top: 10px;
}

.news-section-5 .single-news .news-wrapper ul li i {
  padding-right: 5px;
}

.news-section-5 .single-news .news-wrapper ul li a {
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #666;
}

.news-section-5 .single-news .news-wrapper ul li a:hover {
  color: #15943F;
}

.news-section-5 .single-news:hover h4 a {
  color: #15943F;
}

/*
OUR TEAM SECTION STYLE
===========================*/
.team-section-5 {
  padding: 100px 0 0px;
  text-align: center;
}

.team-section-5 .single-team {
  background-color: #ffffff;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
}

.team-section-5 .single-team:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-section-5 .single-team img {
  margin-bottom: 22px;
}

.team-section-5 .single-team h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  color: #505050;
  font-family: "Roboto", sans-serif;
  margin-bottom: 6px;
}

.team-section-5 .single-team p {
  font-size: 16px;
  color: #505050;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.team-section-5 .single-team ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-section-5 .single-team ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.team-section-5 .single-team ul li a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #F1F5F2;
  background-color: #A3A3A3;
  border-radius: 50%;
  line-height: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section-5 .single-team ul li a:hover {
  background-color: #15943F;
}

/**
 CONTACT STYLE
 ===================================**/
.contact-section-5 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.contact-section-5 .title-section-5 {
  margin-bottom: 30px;
  position: relative;
}

.contact-section-5 .contact-form {
  padding: 40px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.contact-section-5 .contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: -1;
}

.contact-section-5 .contact-form::after {
  content: "";
  position: absolute;
  top: 237px;
  left: -25px;
  width: 100%;
  height: 100%;
  background-image: greenreal-estate-page-img/gallery-dots.png);
  background-repeat: no-repeat;
}

.contact-section-5 .contact-form .form-control {
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 65px;
  padding: 16px;
  color: #7d7d7d;
  font-weight: 400;
  outline: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.contact-section-5 .contact-form .form-control:hover {
  border-bottom: 1px solid #dddddd;
}

.contact-section-5 .contact-form .default-button {
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  text-transform: capitalize;
  transition: .3s;
  -webkit-transition: .3s;
  border: none;
  outline: 0;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#23a24d), to(#23a24d));
  background: linear-gradient(to bottom, #23a24d, #23a24d);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#23a24d), to(#23a24d));
  -webkit-background: linear-gradient(to bottom, #23a24d, #23a24d);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  margin-top: 10px;
  -webkit-box-shadow: 1px 13px 15px 10px #D1EBD9;
          box-shadow: 1px 13px 15px 10px #D1EBD9;
}

.contact-section-5 .contact-form .default-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 1px 13px 15px 10px #ffffff;
          box-shadow: 1px 13px 15px 10px #ffffff;
}

.contact-section-5 .contact-form .default-button:hover::after {
  background-color: #3b3b3b;
}

.contact-section-5 .contact-form .default-button::after {
  content: "";
  position: absolute;
  background-color: #15943f;
  width: 50%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*
FOOTER STYLE
===================================*/
.footer-section-5 {
  padding: 100px 0 0px;
  background-image: url(../img/real-estate-page-img/footer-bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.footer-section-5 .widget-9 a {
  margin-bottom: 22px;
  display: inline-block;
}

.footer-section-5 .widget-9 p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  max-width: 224px;
  width: 100%;
  margin-bottom: 28px;
}

.footer-section-5 .widget-9 ul {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-section-5 .widget-9 ul li {
  display: inline-block;
  padding-right: 10px;
}

.footer-section-5 .widget-9 ul li a {
  display: inline-block;
  font-size: 15px;
  color: #a3a3a3;
  width: 35px;
  height: 35px;
  border: 1px solid #a3a3a3;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
}

.footer-section-5 .widget-9 ul li a:hover {
  background-color: #23a24d;
  border: 1px solid #23a24d;
  color: #ffffff;
}

.footer-section-5 .widget-10 h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.footer-section-5 .widget-10 span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: block;
}

.footer-section-5 .widget-10 p {
  font-size: 15px;
  color: #23a24d;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.footer-section-5 .widget-10 a {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #23a24d;
}

.footer-section-5 .widget-10 a:hover {
  color: #23a24d;
}

.footer-section-5 .widget-11 h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.footer-section-5 .widget-11 p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.footer-section-5 .widget-11 ul {
  padding: 0;
  left: 0;
  list-style-type: none;
}

.footer-section-5 .widget-11 ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footer-section-5 .widget-11 ul li a:hover {
  color: #23a24d;
}

.footer-section-5 .widget-11 .email-input {
  position: relative;
}

.footer-section-5 .widget-11 .email-input .form-control {
  font-size: 14px;
  color: #ffffff;
  background-color: #565656;
  border: none;
  border-radius: 0;
  height: 45px;
}

.footer-section-5 .widget-11 .email-icon {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #23a24d;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.footer-section-5 .widget-11 .email-icon:hover {
  background-color: #000;
}

.footer-section-5 .widget-11 .email-icon i {
  color: #ffffff;
}

.footer-section-5 .widget-11 .email-icon i::before {
  margin-left: 0;
}

.footer-section-5 .footers-bottom p {
  color: #aaaaaa;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.footer-section-5 .footers-bottom p a {
  color: #aaa;
}

.footer-section-5 .footers-bottom p a:hover {
  text-decoration: underline;
}

.footer-section-5 hr {
  margin-top: 24px;
  margin-bottom: 18px;
  border: 0;
  border-top: 2px solid #353535;
}

/*
GALLERY STYLE
===================================*/
.our-gallery-section-5 {
  padding: 100px 0 70px;
  background-color: #F8FCF9;
}

.our-gallery-section-5 .sorting-menu {
  text-align: center;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 30px #dddddd;
  box-shadow: blanchedalmond;
  max-width: 865px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 15px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.our-gallery-section-5 .sorting-menu::before {
  content: "";
  position: absolute;
  top: 44px;
  left: -25px;
  width: 100%;
  height: 100%;
  background-image: url(../img/real-estate-page-img/gallery-dots.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.our-gallery-section-5 .sorting-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-gallery-section-5 .sorting-menu ul li {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  padding: 14px 25px;
  -webkit-box-shadow: 0 0 20px #dddddd;
          box-shadow: 0 0 20px #dddddd;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.our-gallery-section-5 .sorting-menu ul li:hover {
  color: #ffffff;
  background-color: #23a24d;
}

.our-gallery-section-5 .sorting-menu ul li.active {
  color: #ffffff;
  background-color: #23a24d;
}

.our-gallery-section-5 .single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.our-gallery-section-5 .single-gallery img {
  width: 100%;
}

.our-gallery-section-5 .single-gallery:hover .gallery-text {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.our-gallery-section-5 .single-gallery .gallery-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.our-gallery-section-5 .single-gallery .gallery-text p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.our-gallery-section-5 .single-gallery .gallery-text i {
  font-size: 30px;
  color: #ffffff;
  margin-left: 10px;
}

/*
LOG IN & SIGN IN STYLE
===================================*/
.login-modal-5 .loginWrap {
  width: 100vw;
  min-height: 100vh;
  background-color: #f4f4f4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr 3fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 3fr 1fr 1fr 1fr;
}

.login-modal-5 .rectangle {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-area: 2/3/7/9;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: -11px 9px 5px #00800042;
          box-shadow: -11px 9px 5px #00800042;
}

.login-modal-5 .rectangleLeft {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 2/3/7/6;
  background-color: #ffffff;
  border-radius: 20px;
}

.login-modal-5 .rectangleRight {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-area: 2/6/7/9;
  background-color: #06ac64;
  border-radius: 0 20px 20px 0;
}

.login-modal-5 .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.login-modal-5 .form-control {
  border-radius: 0;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  height: 50px;
  padding: 6px 15px;
}

.login-modal-5 .btn-success {
  margin-top: 10px;
  padding: 9px 20px;
  text-transform: capitalize;
  border-radius: 0;
}

.login-modal-5 .form-control.password {
  margin-top: 20px;
}

.login-modal-5 .btn.facebook {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.login-modal-5 .btn.facebook:hover {
  background-color: #28a745;
  border: 1px solid #28a745;
}

.login-modal-5 .btn.google {
  border-radius: 50px;
  padding: 7px 9px;
  margin: 0 8px;
  width: 40px;
  height: 40px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.login-modal-5 .btn.google:hover {
  background-color: #28a745;
  border: 1px solid #28a745;
}

.login-modal-5 .btn.linkedin {
  border-radius: 50px;
  padding: 7px 12px;
  width: 40px;
  height: 40px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.login-modal-5 .btn.linkedin:hover {
  background-color: #28a745;
  border: 1px solid #28a745;
}

.login-modal-5 .btn.out {
  width: 130px;
  border-radius: 55px;
}

.login-modal-5 .subtitle {
  font-size: 12px;
}

.login-modal-5 h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 20px;
}

/*
REAL ESTATE LANDING PAGE END
===================================*/
/*
CHARITY LANDING PAGE STYLE START
===================================*/
/*
CHRITY DEFAULT STYLE
===================================*/
.chrity-section-title {
  max-width: 700px;
  width: 100%;
  margin-bottom: 60px;
}

.chrity-section-title h6 {
  font-size: 28px;
  text-transform: capitalize;
  color: #f8aa1c;
  margin-bottom: 16px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 143px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.chrity-section-title h2 {
  font-size: 38px;
  color: #3f3f3f;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 53px;
}

.chrity-section-title p {
  font-size: 16px;
  color: #535353;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 15px;
}

/*
CHRITY NAVBAR STYLE
===================================*/
.chrity-menu .navbar-nav .nav-item .nav-link {
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-top: 8px;
}

.chrity-menu .navbar-nav .nav-item .nav-link::before {
  background: #c0913e none repeat scroll 0 0;
  bottom: 12px;
  height: 3px;
}

.chrity-menu .join-now-btn a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #FFC705;
  margin-left: 50px;
  font-family: "Roboto", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  margin-top: 5px;
}

.chrity-menu .join-now-btn a::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.chrity-menu .join-now-btn a:hover::before {
  height: 380%;
  z-index: -1;
}

.chrity-menu .join-now-btn a i::before {
  margin-left: 15px;
}

.chrity-menu.menu-shrink {
  background: #000000 !important;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)) !important;
  background: linear-gradient(to right, #000000, #000000) !important;
  background-color: #000000 !important;
}

/*
CHRITY SLIDER STYLE
===================================*/
.chsrity-slides-wrapper .charity-slides .single-slider-items {
  background-image: url(../img/charity-page-img/slider-item-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
}

.chsrity-slides-wrapper .charity-slides .single-slider-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.chsrity-slides-wrapper .charity-slides .single-slider-items::after {
  content: "";
  position: absolute;
  top: -197px;
  left: -377px;
  width: 80%;
  height: 148%;
  border: 143px solid #fff;
  border-radius: 100%;
  opacity: 0.1;
}

.chsrity-slides-wrapper .charity-slides .slider-text {
  padding-right: 50px;
  position: relative;
  z-index: 5;
  max-width: 815px;
  margin-top: -230px;
}

.chsrity-slides-wrapper .charity-slides .slider-text h1 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 35px;
}

.chsrity-slides-wrapper .charity-slides .slider-text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

.chsrity-slides-wrapper .charity-slides .slider-text .gret-in-tuch a {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #3703e3;
  background-color: #FFC705;
  text-transform: uppercase;
  padding: 11px 30px;
  background-color: #f8aa1c;
  color: #ffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.chsrity-slides-wrapper .charity-slides .slider-text .gret-in-tuch a::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.chsrity-slides-wrapper .charity-slides .slider-text .gret-in-tuch a:hover::before {
  height: 380%;
  z-index: -1;
}

.chsrity-slides-wrapper .charity-slides .slider-text .watch a {
  font-family: "Open Sans", sans-serif;
  color: #e9e9e9;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
}

.chsrity-slides-wrapper .charity-slides .slider-text .watch a i {
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
  line-height: 51px;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.chsrity-slides-wrapper .charity-slides .slider-text .watch a i:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(to bottom, #000000, #000000);
  -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  -webkit-background: linear-gradient(to bottom, #000000, #000000);
  border: 1px solid #000000;
}

.chsrity-slides-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  width: 100px;
  display: -ms-grid;
  display: grid;
  top: 40%;
  left: 45px;
}

.chsrity-slides-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px;
  background: #827f7d !important;
  display: block;
}

.chsrity-slides-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #f9b232 !important;
  height: 30px !important;
  width: 10px !important;
}

/**
 CHRITY BRAND STYLE
 ===================================**/
.chrity-brand-section {
  padding: 100px 0 0px;
  margin-top: -350px;
}

.chrity-brand-section .brand-wrapper-4 .brand-item img {
  max-width: 100px;
  margin: auto;
}

.chrity-brand-section .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

/*
CHRITY TARGET STYLE
===================================*/
.chrity-traget-section {
  padding: 270px 0 100px;
}

.chrity-traget-section .chrity-section-title {
  max-width: 700px;
  width: 100%;
  margin-bottom: 60px;
}

.chrity-traget-section #tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.chrity-traget-section #tabs li {
  display: inline-block;
  padding-right: 60px;
}

.chrity-traget-section #tabs li a {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  text-transform: capitalize;
  color: #676767;
  font-weight: 700;
}

.chrity-traget-section #tabs li.current a {
  color: #f8aa1c;
}

#content .content-wrapper {
  display: none;
}

#content .content-wrapper h3 {
  font-size: 25px;
  color: #535353;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}

#content .content-wrapper h6 {
  font-size: 16px;
  color: #676767;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
  font-weight: normal;
  max-width: 516px;
  width: 100%;
}

#content .content-wrapper p {
  font-size: 15px;
  color: #676767;
  margin-top: 0px;
  position: relative;
  font-family: "Roboto", sans-serif;
}

#content .content-wrapper p::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #c2c2c2;
  right: 0;
  margin: auto;
}

#content .content-wrapper p::before:first-child {
  display: none;
}

#content .content-wrapper .circel-wrapper {
  position: relative;
}

#content .content-wrapper .circel-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 1px;
  background-color: #c2c2c2;
  margin: auto;
  right: 0;
}

#content .current {
  display: block;
}

#content p {
  margin: 0 0 20px 0;
}

#content h5 {
  font-size: 16px;
  text-align: center;
  color: #5a5a5a;
  margin-top: 30px;
}

#content .col-lg-6 img {
  width: 100%;
  border-radius: 5px;
}

/*styling*/
.progress-animated {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-animated .progress-bar {
  line-height: 30px;
  -webkit-animation-name: animateBar;
          animation-name: animateBar;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@-webkit-keyframes animateBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animateBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.progress-animated.failing .progress-bar {
  background-color: #ff1e1e;
}

.progress-circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.progress-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 25px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-circle.failing:after {
  border: 25px solid #ffb7b7;
}

.progress-circle.failing .progress-bar {
  border-color: #ff1e1e !important;
}

.progress-circle.failing .fas {
  color: #ff1e1e;
}

.progress-circle.averaging:after {
  border: 25px solid #ffefd7;
}

.progress-circle.averaging .progress-bar {
  border-color: #ffb43e !important;
}

.progress-circle.averaging .fas {
  color: #ffb43e;
}

.progress-circle.passing:after {
  border: 25px solid #d3fcf1;
}

.progress-circle.passing .progress-bar {
  border-color: #42f4c5 !important;
}

.progress-circle.passing .fas {
  color: #42f4c5;
}

.progress-circle.participation .progress-bar {
  border-color: #3325ce !important;
}

.progress-circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-circle .progress-left {
  left: 0;
}

.progress-circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 25px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #ffb43e;
}

.progress-circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle .progress-right {
  right: 0;
}

.progress-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle .progress-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 600;
}

.progress-circle .progress-value span {
  margin-top: 2px;
  color: #676767;
}

.progress-circle[data-percentage="1"] .progress-right .progress-bar {
  -webkit-animation: loading-1 2s linear forwards;
          animation: loading-1 2s linear forwards;
}

.progress-circle[data-percentage="1"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="2"] .progress-right .progress-bar {
  -webkit-animation: loading-2 2s linear forwards;
          animation: loading-2 2s linear forwards;
}

.progress-circle[data-percentage="2"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="3"] .progress-right .progress-bar {
  -webkit-animation: loading-3 2s linear forwards;
          animation: loading-3 2s linear forwards;
}

.progress-circle[data-percentage="3"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="4"] .progress-right .progress-bar {
  -webkit-animation: loading-4 2s linear forwards;
          animation: loading-4 2s linear forwards;
}

.progress-circle[data-percentage="4"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="5"] .progress-right .progress-bar {
  -webkit-animation: loading-5 2s linear forwards;
          animation: loading-5 2s linear forwards;
}

.progress-circle[data-percentage="5"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="6"] .progress-right .progress-bar {
  -webkit-animation: loading-6 2s linear forwards;
          animation: loading-6 2s linear forwards;
}

.progress-circle[data-percentage="6"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="7"] .progress-right .progress-bar {
  -webkit-animation: loading-7 2s linear forwards;
          animation: loading-7 2s linear forwards;
}

.progress-circle[data-percentage="7"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="8"] .progress-right .progress-bar {
  -webkit-animation: loading-8 2s linear forwards;
          animation: loading-8 2s linear forwards;
}

.progress-circle[data-percentage="8"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="9"] .progress-right .progress-bar {
  -webkit-animation: loading-9 2s linear forwards;
          animation: loading-9 2s linear forwards;
}

.progress-circle[data-percentage="9"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-10 2s linear forwards;
          animation: loading-10 2s linear forwards;
}

.progress-circle[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="11"] .progress-right .progress-bar {
  -webkit-animation: loading-11 2s linear forwards;
          animation: loading-11 2s linear forwards;
}

.progress-circle[data-percentage="11"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="12"] .progress-right .progress-bar {
  -webkit-animation: loading-12 2s linear forwards;
          animation: loading-12 2s linear forwards;
}

.progress-circle[data-percentage="12"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="13"] .progress-right .progress-bar {
  -webkit-animation: loading-13 2s linear forwards;
          animation: loading-13 2s linear forwards;
}

.progress-circle[data-percentage="13"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="14"] .progress-right .progress-bar {
  -webkit-animation: loading-14 2s linear forwards;
          animation: loading-14 2s linear forwards;
}

.progress-circle[data-percentage="14"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="15"] .progress-right .progress-bar {
  -webkit-animation: loading-15 2s linear forwards;
          animation: loading-15 2s linear forwards;
}

.progress-circle[data-percentage="15"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="16"] .progress-right .progress-bar {
  -webkit-animation: loading-16 2s linear forwards;
          animation: loading-16 2s linear forwards;
}

.progress-circle[data-percentage="16"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="17"] .progress-right .progress-bar {
  -webkit-animation: loading-17 2s linear forwards;
          animation: loading-17 2s linear forwards;
}

.progress-circle[data-percentage="17"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="18"] .progress-right .progress-bar {
  -webkit-animation: loading-18 2s linear forwards;
          animation: loading-18 2s linear forwards;
}

.progress-circle[data-percentage="18"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="19"] .progress-right .progress-bar {
  -webkit-animation: loading-19 2s linear forwards;
          animation: loading-19 2s linear forwards;
}

.progress-circle[data-percentage="19"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-20 2s linear forwards;
          animation: loading-20 2s linear forwards;
}

.progress-circle[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="21"] .progress-right .progress-bar {
  -webkit-animation: loading-21 2s linear forwards;
          animation: loading-21 2s linear forwards;
}

.progress-circle[data-percentage="21"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="22"] .progress-right .progress-bar {
  -webkit-animation: loading-22 2s linear forwards;
          animation: loading-22 2s linear forwards;
}

.progress-circle[data-percentage="22"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="23"] .progress-right .progress-bar {
  -webkit-animation: loading-23 2s linear forwards;
          animation: loading-23 2s linear forwards;
}

.progress-circle[data-percentage="23"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="24"] .progress-right .progress-bar {
  -webkit-animation: loading-24 2s linear forwards;
          animation: loading-24 2s linear forwards;
}

.progress-circle[data-percentage="24"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="25"] .progress-right .progress-bar {
  -webkit-animation: loading-25 2s linear forwards;
          animation: loading-25 2s linear forwards;
}

.progress-circle[data-percentage="25"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="26"] .progress-right .progress-bar {
  -webkit-animation: loading-26 2s linear forwards;
          animation: loading-26 2s linear forwards;
}

.progress-circle[data-percentage="26"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="27"] .progress-right .progress-bar {
  -webkit-animation: loading-27 2s linear forwards;
          animation: loading-27 2s linear forwards;
}

.progress-circle[data-percentage="27"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="28"] .progress-right .progress-bar {
  -webkit-animation: loading-28 2s linear forwards;
          animation: loading-28 2s linear forwards;
}

.progress-circle[data-percentage="28"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="29"] .progress-right .progress-bar {
  -webkit-animation: loading-29 2s linear forwards;
          animation: loading-29 2s linear forwards;
}

.progress-circle[data-percentage="29"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-30 2s linear forwards;
          animation: loading-30 2s linear forwards;
}

.progress-circle[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="31"] .progress-right .progress-bar {
  -webkit-animation: loading-31 2s linear forwards;
          animation: loading-31 2s linear forwards;
}

.progress-circle[data-percentage="31"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="32"] .progress-right .progress-bar {
  -webkit-animation: loading-32 2s linear forwards;
          animation: loading-32 2s linear forwards;
}

.progress-circle[data-percentage="32"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="33"] .progress-right .progress-bar {
  -webkit-animation: loading-33 2s linear forwards;
          animation: loading-33 2s linear forwards;
}

.progress-circle[data-percentage="33"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="34"] .progress-right .progress-bar {
  -webkit-animation: loading-34 2s linear forwards;
          animation: loading-34 2s linear forwards;
}

.progress-circle[data-percentage="34"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="35"] .progress-right .progress-bar {
  -webkit-animation: loading-35 2s linear forwards;
          animation: loading-35 2s linear forwards;
}

.progress-circle[data-percentage="35"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="36"] .progress-right .progress-bar {
  -webkit-animation: loading-36 2s linear forwards;
          animation: loading-36 2s linear forwards;
}

.progress-circle[data-percentage="36"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="37"] .progress-right .progress-bar {
  -webkit-animation: loading-37 2s linear forwards;
          animation: loading-37 2s linear forwards;
}

.progress-circle[data-percentage="37"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="38"] .progress-right .progress-bar {
  -webkit-animation: loading-38 2s linear forwards;
          animation: loading-38 2s linear forwards;
}

.progress-circle[data-percentage="38"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="39"] .progress-right .progress-bar {
  -webkit-animation: loading-39 2s linear forwards;
          animation: loading-39 2s linear forwards;
}

.progress-circle[data-percentage="39"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-40 2s linear forwards;
          animation: loading-40 2s linear forwards;
}

.progress-circle[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="41"] .progress-right .progress-bar {
  -webkit-animation: loading-41 2s linear forwards;
          animation: loading-41 2s linear forwards;
}

.progress-circle[data-percentage="41"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="42"] .progress-right .progress-bar {
  -webkit-animation: loading-42 2s linear forwards;
          animation: loading-42 2s linear forwards;
}

.progress-circle[data-percentage="42"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="43"] .progress-right .progress-bar {
  -webkit-animation: loading-43 2s linear forwards;
          animation: loading-43 2s linear forwards;
}

.progress-circle[data-percentage="43"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="44"] .progress-right .progress-bar {
  -webkit-animation: loading-44 2s linear forwards;
          animation: loading-44 2s linear forwards;
}

.progress-circle[data-percentage="44"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="45"] .progress-right .progress-bar {
  -webkit-animation: loading-45 2s linear forwards;
          animation: loading-45 2s linear forwards;
}

.progress-circle[data-percentage="45"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="46"] .progress-right .progress-bar {
  -webkit-animation: loading-46 2s linear forwards;
          animation: loading-46 2s linear forwards;
}

.progress-circle[data-percentage="46"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="47"] .progress-right .progress-bar {
  -webkit-animation: loading-47 2s linear forwards;
          animation: loading-47 2s linear forwards;
}

.progress-circle[data-percentage="47"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="48"] .progress-right .progress-bar {
  -webkit-animation: loading-48 2s linear forwards;
          animation: loading-48 2s linear forwards;
}

.progress-circle[data-percentage="48"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="49"] .progress-right .progress-bar {
  -webkit-animation: loading-49 2s linear forwards;
          animation: loading-49 2s linear forwards;
}

.progress-circle[data-percentage="49"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress-circle[data-percentage="51"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="51"] .progress-left .progress-bar {
  -webkit-animation: loading-1 2s linear forwards 2s;
          animation: loading-1 2s linear forwards 2s;
}

.progress-circle[data-percentage="52"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="52"] .progress-left .progress-bar {
  -webkit-animation: loading-2 2s linear forwards 2s;
          animation: loading-2 2s linear forwards 2s;
}

.progress-circle[data-percentage="53"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="53"] .progress-left .progress-bar {
  -webkit-animation: loading-3 2s linear forwards 2s;
          animation: loading-3 2s linear forwards 2s;
}

.progress-circle[data-percentage="54"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="54"] .progress-left .progress-bar {
  -webkit-animation: loading-4 2s linear forwards 2s;
          animation: loading-4 2s linear forwards 2s;
}

.progress-circle[data-percentage="55"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="55"] .progress-left .progress-bar {
  -webkit-animation: loading-5 2s linear forwards 2s;
          animation: loading-5 2s linear forwards 2s;
}

.progress-circle[data-percentage="56"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="56"] .progress-left .progress-bar {
  -webkit-animation: loading-6 2s linear forwards 2s;
          animation: loading-6 2s linear forwards 2s;
}

.progress-circle[data-percentage="57"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="57"] .progress-left .progress-bar {
  -webkit-animation: loading-7 2s linear forwards 2s;
          animation: loading-7 2s linear forwards 2s;
}

.progress-circle[data-percentage="58"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="58"] .progress-left .progress-bar {
  -webkit-animation: loading-8 2s linear forwards 2s;
          animation: loading-8 2s linear forwards 2s;
}

.progress-circle[data-percentage="59"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="59"] .progress-left .progress-bar {
  -webkit-animation: loading-9 2s linear forwards 2s;
          animation: loading-9 2s linear forwards 2s;
}

.progress-circle[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-10 2s linear forwards 2s;
          animation: loading-10 2s linear forwards 2s;
}

.progress-circle[data-percentage="61"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="61"] .progress-left .progress-bar {
  -webkit-animation: loading-11 2s linear forwards 2s;
          animation: loading-11 2s linear forwards 2s;
}

.progress-circle[data-percentage="62"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="62"] .progress-left .progress-bar {
  -webkit-animation: loading-12 2s linear forwards 2s;
          animation: loading-12 2s linear forwards 2s;
}

.progress-circle[data-percentage="63"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="63"] .progress-left .progress-bar {
  -webkit-animation: loading-13 2s linear forwards 2s;
          animation: loading-13 2s linear forwards 2s;
}

.progress-circle[data-percentage="64"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="64"] .progress-left .progress-bar {
  -webkit-animation: loading-14 2s linear forwards 2s;
          animation: loading-14 2s linear forwards 2s;
}

.progress-circle[data-percentage="65"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="65"] .progress-left .progress-bar {
  -webkit-animation: loading-15 2s linear forwards 2s;
          animation: loading-15 2s linear forwards 2s;
}

.progress-circle[data-percentage="66"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="66"] .progress-left .progress-bar {
  -webkit-animation: loading-16 2s linear forwards 2s;
          animation: loading-16 2s linear forwards 2s;
}

.progress-circle[data-percentage="67"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="67"] .progress-left .progress-bar {
  -webkit-animation: loading-17 2s linear forwards 2s;
          animation: loading-17 2s linear forwards 2s;
}

.progress-circle[data-percentage="68"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="68"] .progress-left .progress-bar {
  -webkit-animation: loading-18 2s linear forwards 2s;
          animation: loading-18 2s linear forwards 2s;
}

.progress-circle[data-percentage="69"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="69"] .progress-left .progress-bar {
  -webkit-animation: loading-19 2s linear forwards 2s;
          animation: loading-19 2s linear forwards 2s;
}

.progress-circle[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-20 2s linear forwards 2s;
          animation: loading-20 2s linear forwards 2s;
}

.progress-circle[data-percentage="71"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="71"] .progress-left .progress-bar {
  -webkit-animation: loading-21 2s linear forwards 2s;
          animation: loading-21 2s linear forwards 2s;
}

.progress-circle[data-percentage="72"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="72"] .progress-left .progress-bar {
  -webkit-animation: loading-22 2s linear forwards 2s;
          animation: loading-22 2s linear forwards 2s;
}

.progress-circle[data-percentage="73"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="73"] .progress-left .progress-bar {
  -webkit-animation: loading-23 2s linear forwards 2s;
          animation: loading-23 2s linear forwards 2s;
}

.progress-circle[data-percentage="74"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="74"] .progress-left .progress-bar {
  -webkit-animation: loading-24 2s linear forwards 2s;
          animation: loading-24 2s linear forwards 2s;
}

.progress-circle[data-percentage="75"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="75"] .progress-left .progress-bar {
  -webkit-animation: loading-25 2s linear forwards 2s;
          animation: loading-25 2s linear forwards 2s;
}

.progress-circle[data-percentage="76"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="76"] .progress-left .progress-bar {
  -webkit-animation: loading-26 2s linear forwards 2s;
          animation: loading-26 2s linear forwards 2s;
}

.progress-circle[data-percentage="77"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="77"] .progress-left .progress-bar {
  -webkit-animation: loading-27 2s linear forwards 2s;
          animation: loading-27 2s linear forwards 2s;
}

.progress-circle[data-percentage="78"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="78"] .progress-left .progress-bar {
  -webkit-animation: loading-28 2s linear forwards 2s;
          animation: loading-28 2s linear forwards 2s;
}

.progress-circle[data-percentage="79"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="79"] .progress-left .progress-bar {
  -webkit-animation: loading-29 2s linear forwards 2s;
          animation: loading-29 2s linear forwards 2s;
}

.progress-circle[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-30 2s linear forwards 2s;
          animation: loading-30 2s linear forwards 2s;
}

.progress-circle[data-percentage="81"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="81"] .progress-left .progress-bar {
  -webkit-animation: loading-31 2s linear forwards 2s;
          animation: loading-31 2s linear forwards 2s;
}

.progress-circle[data-percentage="82"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="82"] .progress-left .progress-bar {
  -webkit-animation: loading-32 2s linear forwards 2s;
          animation: loading-32 2s linear forwards 2s;
}

.progress-circle[data-percentage="83"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="83"] .progress-left .progress-bar {
  -webkit-animation: loading-33 2s linear forwards 2s;
          animation: loading-33 2s linear forwards 2s;
}

.progress-circle[data-percentage="84"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="84"] .progress-left .progress-bar {
  -webkit-animation: loading-34 2s linear forwards 2s;
          animation: loading-34 2s linear forwards 2s;
}

.progress-circle[data-percentage="85"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="85"] .progress-left .progress-bar {
  -webkit-animation: loading-35 2s linear forwards 2s;
          animation: loading-35 2s linear forwards 2s;
}

.progress-circle[data-percentage="86"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="86"] .progress-left .progress-bar {
  -webkit-animation: loading-36 2s linear forwards 2s;
          animation: loading-36 2s linear forwards 2s;
}

.progress-circle[data-percentage="87"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="87"] .progress-left .progress-bar {
  -webkit-animation: loading-37 2s linear forwards 2s;
          animation: loading-37 2s linear forwards 2s;
}

.progress-circle[data-percentage="88"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="88"] .progress-left .progress-bar {
  -webkit-animation: loading-38 2s linear forwards 2s;
          animation: loading-38 2s linear forwards 2s;
}

.progress-circle[data-percentage="89"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="89"] .progress-left .progress-bar {
  -webkit-animation: loading-39 2s linear forwards 2s;
          animation: loading-39 2s linear forwards 2s;
}

.progress-circle[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-40 2s linear forwards 2s;
          animation: loading-40 2s linear forwards 2s;
}

.progress-circle[data-percentage="91"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="91"] .progress-left .progress-bar {
  -webkit-animation: loading-41 2s linear forwards 2s;
          animation: loading-41 2s linear forwards 2s;
}

.progress-circle[data-percentage="92"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="92"] .progress-left .progress-bar {
  -webkit-animation: loading-42 2s linear forwards 2s;
          animation: loading-42 2s linear forwards 2s;
}

.progress-circle[data-percentage="93"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="93"] .progress-left .progress-bar {
  -webkit-animation: loading-43 2s linear forwards 2s;
          animation: loading-43 2s linear forwards 2s;
}

.progress-circle[data-percentage="94"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="94"] .progress-left .progress-bar {
  -webkit-animation: loading-44 2s linear forwards 2s;
          animation: loading-44 2s linear forwards 2s;
}

.progress-circle[data-percentage="95"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="95"] .progress-left .progress-bar {
  -webkit-animation: loading-45 2s linear forwards 2s;
          animation: loading-45 2s linear forwards 2s;
}

.progress-circle[data-percentage="96"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="96"] .progress-left .progress-bar {
  -webkit-animation: loading-46 2s linear forwards 2s;
          animation: loading-46 2s linear forwards 2s;
}

.progress-circle[data-percentage="97"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="97"] .progress-left .progress-bar {
  -webkit-animation: loading-47 2s linear forwards 2s;
          animation: loading-47 2s linear forwards 2s;
}

.progress-circle[data-percentage="98"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="98"] .progress-left .progress-bar {
  -webkit-animation: loading-48 2s linear forwards 2s;
          animation: loading-48 2s linear forwards 2s;
}

.progress-circle[data-percentage="99"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="99"] .progress-left .progress-bar {
  -webkit-animation: loading-49 2s linear forwards 2s;
          animation: loading-49 2s linear forwards 2s;
}

.progress-circle[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-50 2s linear forwards;
          animation: loading-50 2s linear forwards;
}

.progress-circle[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-50 2s linear forwards 2s;
          animation: loading-50 2s linear forwards 2s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}

@-webkit-keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}

@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}

@-webkit-keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}

@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}

@-webkit-keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}

@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}

@-webkit-keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}

@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}

@-webkit-keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}

@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}

@-webkit-keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}

@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}

@-webkit-keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}

@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}

@-webkit-keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}

@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}

@-webkit-keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}

@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}

@-webkit-keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}

@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}

@-webkit-keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}

@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}

@-webkit-keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}

@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}

@-webkit-keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}

@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}

@-webkit-keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@-webkit-keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}

@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}

@-webkit-keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}

@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}

@-webkit-keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}

@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}

@-webkit-keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}

@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}

@-webkit-keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}

@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}

@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}

@-webkit-keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}

@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}

@-webkit-keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}

@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}

@-webkit-keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}

@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}

@-webkit-keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@-webkit-keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}

@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}

@-webkit-keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}

@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}

@-webkit-keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}

@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}

@-webkit-keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}

@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}

@-webkit-keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}

@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}

@-webkit-keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}

@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}

@-webkit-keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}

@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}

@-webkit-keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}

@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}

@-webkit-keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}

@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}

@-webkit-keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}

@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}

@-webkit-keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}

@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}

@-webkit-keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}

@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}

@-webkit-keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}

@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}

@-webkit-keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}

@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}

@-webkit-keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}

@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}

@-webkit-keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}

@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}

@-webkit-keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}

@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}

@-webkit-keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}

@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}

@-webkit-keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*
CHRITY ABOUT SECTION STYLE
===================================*/
.chrity-about-section {
  padding: 120px 0 150px;
  background-color: #fdfcec;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 9%);
          clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 9%);
}

.chrity-about-section .chrity-section-title h6 {
  position: relative;
}

.chrity-about-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 125px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.chrity-about-section .chrity-section-title a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  background-color: #FFC705;
  padding: 10px 30px;
  font-family: "Roboto", sans-serif;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.chrity-about-section .chrity-section-title a::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.chrity-about-section .chrity-section-title a:hover::before {
  height: 380%;
  z-index: -1;
}

/*
CHRITY SERVICE SECTION STYLE
===================================*/
.chrity-service-section {
  padding: 60px 0 50px;
  overflow: hidden;
  position: relative;
}

.chrity-service-section .chrity-section-title {
  max-width: 885px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.chrity-service-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 500px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.chrity-service-section::before {
  position: absolute;
  content: "";
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/charity-page-img/service-bg.png);
  background-repeat: no-repeat;
}

.chrity-service-section .single-service {
  margin-bottom: 30px;
}

.chrity-service-section .single-service i {
  color: #f7a206;
}

.chrity-service-section .single-service i::before {
  margin-left: 0;
  font-size: 50px;
  margin-bottom: 14px;
  display: inline-block;
}

.chrity-service-section .single-service h5 {
  font-size: 20px;
  color: #494949;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

.chrity-service-section .single-service p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  max-width: 300px;
  width: 100%;
  margin-bottom: 0;
}

/*
CHRITY SERVICE DONATE SECTION STYLE
===================================*/
.chrity-service-donate-now-section {
  padding: 120px 0 100px;
  background-image: url(../img/charity-page-img/s-bg.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 9%);
          clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 9%);
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.chrity-service-donate-now-section .chrity-section-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.chrity-service-donate-now-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 460px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.chrity-service-donate-now-section .chrity-section-title h2 {
  color: #ffffff;
}

.chrity-service-donate-now-section .chrity-section-title p {
  color: #ffffff;
  max-width: 644px;
  margin: auto;
  margin-top: 20px;
}

.chrity-service-donate-now-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #302d2e;
  opacity: 0.7;
  z-index: -1;
}

.chrity-service-donate-now-section .form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 545px;
  margin: auto;
  margin-top: 50px;
}

.chrity-service-donate-now-section .form-control {
  font-size: 20px !important;
  color: #000000 !important;
  padding: 15px 20px !important;
  border-radius: 5px;
  background-clip: unset;
  height: 60px;navy
}navy

.chrity-service-donate-now-section .btn-primary {
  color: #fff;
  background-colnavyrent !important;
  border-color: transparent !important;
}

.chrity-service-donate-now-section .donate-btn {
  border-color: transparent;
  font-size: 16px;
  color: #ffffff !important;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  background-color: #f8aa1c !important;
  padding: 14px 30px;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  border-radius: 5px;
  outline: 0;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.chrity-service-donate-now-section .donate-btn::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.chrity-service-donate-now-section .donate-btn:hover::before {
  height: 380%;
  z-index: -1;
}

/*
CHRITY SERVICE DONATE SECTION STYLE
===================================*/
.chrity-our-causes-now-section {
  padding: 100px 0 120px;
}

.chrity-our-causes-now-section .chrity-section-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.chrity-our-causes-now-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 460px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.chrity-our-causes-now-section .chrity-section-title h2 {
  color: #3f3f3f;
}

.chrity-our-causes-now-section .single-causes {
  /* SKILL 6 */
}

.chrity-our-causes-now-section .single-causes .causes-content {
  padding: 25px 20px;
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
}

.chrity-our-causes-now-section .single-causes .causes-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  font-family: "Roboto", sans-serif;
}

.chrity-our-causes-now-section .single-causes .causes-content p {
  font-size: 16px;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.chrity-our-causes-now-section .single-causes .causes-content a {
  font-size: 14px;
  color: #686868;
  text-transform: capitalize;
  background-color: #d2d2d2;
  padding: 10px 25px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.chrity-our-causes-now-section .single-causes .causes-content a::before {
  content: "";
  position: absolute;
  background-color: #f7a103;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.chrity-our-causes-now-section .single-causes .causes-content a:hover::before {
  height: 380%;
  z-index: -1;
}

.chrity-our-causes-now-section .single-causes .causes-content a:hover {
  background-color: #f7a103;
  color: #ffffff;
}

.chrity-our-causes-now-section .single-causes .wrapperss {
  max-width: 254px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.chrity-our-causes-now-section .single-causes .skill {
  margin-bottom: 20px;
  position: relative;
  overflow-x: hidden;
}

.chrity-our-causes-now-section .single-causes .skill p {
  margin-top: 4px;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
  color: #555555;
  font-family: "Roboto", sans-serif;
}

.chrity-our-causes-now-section .single-causes .skill p span {
  font-size: 15px;
  display: inline-block;
  color: #9c9c9c;
  font-family: "Roboto", sans-serif;
}

.chrity-our-causes-now-section .single-causes .skill:before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #e2e2e2;
  bottom: 0;
  border-radius: 10px;
}

.chrity-our-causes-now-section .single-causes .skill-bar {
  width: 100%;
  height: 5px;
  background: #f7a103;
  display: block;
  position: relative;
  margin-top: 4px;
  border-radius: 10px;
}

.chrity-our-causes-now-section .single-causes .skill6 {
  width: 30%;
}

.chrity-our-causes-now-section .single-causes .skill6 .skill-count6 {
  right: 0;
}

.chrity-our-causes-now-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.chrity-our-causes-now-section .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px;
  background: #827f7d !important;
  display: block;
  margin: 0 5px;
}

.chrity-our-causes-now-section .owl-theme .owl-dots .owl-dot.active span {
  background: #f9b232 !important;
  height: 10px !important;
  width: 20px !important;
}

.chrity-our-causes-now-section .owl-carousel .owl-stage {
  margin-bottom: 30px;
}

/*
CHRITY MAP STYLE
===================================*/
.charity-map-section {
  padding: 100px 0 70px;
  overflow: hidden;
}

.charity-map-section .map-bg {
  background-image: url(../img/charity-page-img/map.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
}

.charity-map-section .chrity-section-title {
  max-width: 700px;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  margin: 0 auto 60px;
}

.charity-map-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 408px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.charity-map-section .map-img .location {
  position: absolute;
  left: 9%;
  top: 30%;
  width: auto;
  height: auto;
}

.charity-map-section .map-img .location a {
  width: 14px;
  height: 14px;
  background: #ff4800;
  border-radius: 50%;
  position: relative;
}

.charity-map-section .map-img .location a::before {
  content: "";
  position: absolute;
  left: -9px;
  bottom: -9px;
  border: 19px solid #ffb9b9;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}

.charity-map-section .map-img .location a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border: 10px solid #fb8686;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.charity-map-section .map-img .location a .location-info {
  position: absolute;
  left: -55px;
  bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 160px;
  background: #ffffff;
  text-align: center;
  padding: 20px 15px;
  border-radius: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
}

.charity-map-section .map-img .location a .location-info h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #616161;
}

.charity-map-section .map-img .location a .location-info span {
  display: block;
  font-size: 14px;
  color: #616161;
  margin-top: 6px;
}

.charity-map-section .map-img .location a .location-info::before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.charity-map-section .map-img .location.chrity-location2 {
  right: 48%;
  left: auto;
  top: 19%;
}

.charity-map-section .map-img .location.chrity-location3 {
  right: 48%;
  left: auto;
  top: 52%;
}

.charity-map-section .map-img .location.chrity-location4 {
  right: 6%;
  left: auto;
  top: 80%;
}

.charity-map-section .map-img .location.chrity-location5 {
  right: 17%;
  left: auto;
  top: 30%;
}

.charity-map-section .map-img .location.chrity-location6 {
  right: 79%;
  left: auto;
  top: 80%;
}

.map-img .location a:hover .location-info, .map-img .location a:focus .location-info, .map-img .location a.active .location-info {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

/*
CHRITY VOLUNTEER SYTLE
===================================*/
.charity-volunteer-section {
  padding: 120px 0 150px;
  background-image: url(../img/charity-page-img/volunter-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 9%);
          clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 9%);
  position: relative;
  text-align: center;
}

.charity-volunteer-section .chrity-section-title {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.charity-volunteer-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 424px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.charity-volunteer-section .chrity-section-title h2 {
  color: #ffffff;
}

.charity-volunteer-section .chrity-section-title p {
  color: #ffffff;
}

.charity-volunteer-section .single-team {
  background-color: #ffffff;
  padding-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.charity-volunteer-section .single-team:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.charity-volunteer-section .single-team img {
  margin-bottom: 22px;
}

.charity-volunteer-section .single-team h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  color: #636363;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}

.charity-volunteer-section .single-team p {
  font-size: 16px;
  color: #868686;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}

.charity-volunteer-section .single-team:hover .volunteer-img ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.charity-volunteer-section .single-team .volunteer-img {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.charity-volunteer-section .single-team .volunteer-img img {
  width: 100%;
}

.charity-volunteer-section .single-team .volunteer-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.charity-volunteer-section .single-team .volunteer-img ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.charity-volunteer-section .single-team .volunteer-img ul li a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #F1F5F2;
  background-color: #A3A3A3;
  border-radius: 50%;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.charity-volunteer-section .single-team .volunteer-img ul li a:hover {
  background-color: #f8aa1c;
}

/*
CHRITY EVENT SYTLE
===================================*/
.charity-event-section {
  padding: 100px 0 100px;
}

.charity-event-section .chrity-section-title h6::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 100px;
  width: 40px;
  height: 3px;
  background-color: #f8aa1c;
}

.charity-event-section .single-event {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
  padding: 20px 50px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.charity-event-section .single-event:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.charity-event-section .single-event h3 {
  font-size: 15px;
  color: #3f3f3f;
  position: relative;
}

.charity-event-section .single-event h3::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -34px;
  width: 20px;
  height: 3px;
  background-color: #f8aa1c;
}

.charity-event-section .single-event h4 {
  font-size: 13px;
  color: #3f3f3f;
  font-weight: normal;
  margin-bottom: 0;
}

.charity-event-section .single-event h4 span {
  font-size: 13px;
  color: #f8aa1c;
  font-weight: normal;
}

.charity-event-section .col-lg-6 img {
  width: 100%;
  border-radius: 5px;
}

/*
CHRITY FEEDBACK STYLE
===================================*/
.chrity-feeedback-section {
  padding: 100px 0 100px;
  border-top: 1px solid #eee;
}

.chrity-feeedback-section .single-feedbacks {
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
  padding: 30px;
  margin: 10px;
  position: relative;
}

.chrity-feeedback-section .single-feedbacks::before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 6px;
  font-size: 100px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #f8f8f8;
}

.chrity-feeedback-section .single-feedbacks i {
  background-color: #f8aa1c;
  position: absolute;
  top: 63px;
  left: 64px;
  z-index: 1;
  border-radius: 50%;
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
}

.chrity-feeedback-section .single-feedbacks img {
  width: 50px;
  height: 52px;
  position: relative;
  border-radius: 50%;
}

.chrity-feeedback-section .single-feedbacks p {
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-top: 18px;
}

.chrity-feeedback-section .single-feedbacks h3 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.chrity-feeedback-section .single-feedbacks span {
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

.chrity-feeedback-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.chrity-feeedback-section .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px;
  background: #827f7d !important;
  display: block;
}

.chrity-feeedback-section .owl-theme .owl-dots .owl-dot.active span {
  background: #f9b232 !important;
  height: 10px !important;
  width: 20px !important;
}

/*
CHRITY GALLERY STYLE
===================================*/
.chrity-gallery-section {
  padding: 100px 0 70px;
  background-color: #F8FCF9;
}

.chrity-gallery-section .chrity-section-title h6::before {
  left: 97px;
}

.chrity-gallery-section .sorting-menu {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.chrity-gallery-section .sorting-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.chrity-gallery-section .sorting-menu ul li {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  padding: 14px 25px;
  -webkit-box-shadow: 0 0 20px #dddddd;
          box-shadow: 0 0 20px #dddddd;
  margin: 0 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.chrity-gallery-section .sorting-menu ul li:hover {
  color: #ffffff;
  background-color: #f8aa1c;
}

.chrity-gallery-section .sorting-menu ul li.active {
  color: #ffffff;
  background-color: #f8aa1c;
}

.chrity-gallery-section .single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.chrity-gallery-section .single-gallery img {
  width: 100%;
}

.chrity-gallery-section .single-gallery:hover .gallery-text {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.chrity-gallery-section .single-gallery .gallery-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.chrity-gallery-section .single-gallery .gallery-text p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.chrity-gallery-section .single-gallery .gallery-text i {
  font-size: 30px;
  color: #f8aa1c;
  margin-left: 10px;
}

/*
CHRITY JOIN STYLE
===================================*/
.charity-footer-section {
  padding: 100px 0 100px;
}

.charity-footer-section .chrity-section-title {
  max-width: 737px;
  width: 100%;
  margin: 0 auto 40px;
}

.charity-footer-section .chrity-section-title h2 {
  color: #fff;
}

.charity-footer-section .chrity-section-title p {
  color: #fff;
}

.charity-footenavychrity-contact {
  text-align: center;
}

.charity-footer-section .chrity-contact .contact-form {
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 130navy
}

.charity-footer-section .chrity-contact .contact-form .form-control {
  background-color: #f5f7fb;
  border-color: transparent;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding: 20px;
  font-size: 15px;
  color: #000000;
  border-right: 0;
}

.charity-footer-section .chrity-contact .contact-form .form-control:focus {
  outline: 0;
  -webkit-box-navye;
          box-shadow: none;
}

.charity-footer-section .chrity-contact .contact-form .default-button {
  background: transparent;
  border-radius: 5px;
}

.charity-footer-section .chrity-contact .contact-form .default-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.charity-footer-section .chrity-contact .contact-form .default-button {
  border: none;navy
  border-radius: 5px;
  color: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  outline: 0;
  font-size: 14px;
  background-color: #f8aa1c !important;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.charity-footer-section .chrity-contact .contact-form .default-button::before {
  content: "";
  position: absolute;
  background-color: #f7a103;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.charity-footer-section .chrity-contact .contact-form .default-button:hover::before {
  height: 380%;
  z-index: -1;
}

/*
CHRITY FOOTER STYLE
===================================*/
.charity-footer-section {
  padding: 150px 0 0px;
  background-image: url(../img/charity-page-img/footer-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 100%);
}

.charity-footer-section .widget-wrapper {
  padding: 60px 0 25px;
}

.charity-footer-section .widget-wrapper .widget-9 a {
  margin-bottom: 22px;
  display: inline-block;
}

.charity-footer-section .widget-wrapper .widget-9 p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  max-width: 300px;
  width: 100%;
}

.charity-footer-section .widget-wrapper .widget-10 h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: normal;
}

.charity-footer-section .widget-wrapper .widget-10 span {
  font-size: 15px;
  color: #f8aa1c;
  text-transform: capitalize;
  display: block;
}

.charity-footer-section .widget-wrapper .widget-10 a {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #ffffff;
  margin-left: 5px;
}

.charity-footer-section .widget-wrapper .widget-10 a:hover {
  color: #23a24d;
}

.charity-footer-section .widget-wrapper .widget-10 ul {
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.charity-footer-section .widget-wrapper .widget-10 ul li {
  display: inline-block;
  padding-right: 10px;
}

.charity-footer-section .widget-wrapper .widget-10 ul li a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
}

.charity-footer-section .widget-wrapper .widget-10 ul li a:hover {
  background-color: #ffffff;
  border: 1px solid #f8aa1c;
  color: #f8aa1c;
}

.charity-footer-section .widget-wrapper .widget-11 h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: normal;
}

.charity-footer-section .widget-wrapper .widget-11 p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.charity-footer-section .widget-wrapper .widget-11 ul {
  padding: 0;
  left: 0;
  list-style-type: none;
}

.charity-footer-section .widget-wrapper .widget-11 ul li a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.charity-footer-section .widget-wrapper .widget-11 ul li a:hover {
  color: #f8aa1c;
}

.charity-footer-section .footers-bottom p {
  color: #aaaaaa;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.charity-footer-section .footers-bottom p a {
  color: #aaa;
}

.charity-footer-section .footers-bottom p a:hover {
  text-decoration: underline;
}

.charity-footer-section hr {
  margin-top: 24px;
  margin-bottom: 18px;
  border: 0;
  border-top: 2px solid #353535;
}

/*
CHRITY LANDING PAGE STYLE END
===================================*/
/*# sourceMappingURL=style.css.map */