/*******************************************************
    Template Name    : Awassa - Domain & Hosting HTML Template
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Counter Section Style
    06.Choose Section Style
    07.About Section Style
    08.Services Section Style
    09.Price Section Style
    10.Feature Section Style
    11.Testimonial Section Style
    12.Faq Section Style
    13.Help Section Style
    14.Footer Section Style
    15.Contact-Page Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");

body {
  background: rgba(0, 0, 0, 0.769);
  color: #858585;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Karla", sans-serif;
  font-weight: normal;
  color: #000;
}

a {
  color: #ff9800;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

img {
  max-width: 100%;
}

a:hover {
  color: #8378e2;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #8378e2;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 25px;
  font-family: "Karla", sans-serif;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
  border-bottom: 1px solid #8378e2;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.button {
  display: inline-block;
  padding: 6px 27px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  box-shadow: 8px 10px 20px 0 rgba(0, 0, 0, 0.22);
  border-radius: 30px;
  font-weight: 400;
  background: linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%) !important;
  border: 1px solid #8378e2;
  background: #8378e2;
  transition: all 500ms ease;
  cursor: pointer;
  color: #fff;
}

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

.button:hover {
  background-color: transparent;
  color: #ffffff;
  transition: all 500ms ease;
  box-shadow: none;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-padding {
  padding: 100px 0;
}

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

.section-title h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Baloo Bhai 2", cursive;
  font-size: 35px;
  line-height: 30px;
  color: #000000;
}
.section-title .sub-heading {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  color: #707070;
  text-transform: uppercase;
  display: block;
}

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

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

#zio {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 4px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 25px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1b1b1b;
  border-radius: 25px;
}

.back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  background: #2096c2;
  width: 38px;
  height: 40px;
  line-height: 1;
  font-size: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
  border-radius: 5px;
  transition: background 0.5s;
  z-index: 11;
  background: linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%) !important;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/**************************************
 * 02.Preloader Style
 *************************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

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

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

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

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

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

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: "Karla", sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1b1b1b;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #8378e2;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #000;
}

.navbar-b.navbar-reduce {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #333;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #333;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #333;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #000000;
}
.navbar-b.navbar-reduce .navbar-brand span {
  color: #ff9800;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #fff;
}

.navbar-b .navbar-brand {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  font-family: "Baloo Bhai 2", cursive;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #8378e2;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #8378e2;
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.intro {
  height: 90vh;
  position: relative;
  text-align: left;
  /* background: url(../img/header-hero.jpg); */
  background: rgba(0, 0, 0, 0.769);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.intro:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: -1;
  /* background: linear-gradient(
    -48deg,
    rgba(255, 255, 255, 0.7) -30%,
    hsla(0, 0%, 100%, 0.55) 60%
  ) !important; */
}
.home-content-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.home-content h1 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Baloo Bhai 2", cursive;
}
.gr-color {
  color: inherit;
  background: -moz-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-30%, #0dcbe5),
    color-stop(60%, #365899)
  );
  background: -webkit-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -o-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -ms-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DCBE5', endColorstr='#365899',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-content p {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
.home-content-image img {
  width: 90%;
  margin-top: 82px;
}
.home-content .home-btn {
  margin-right: 10px;
}

/**************************************
 * 05.Counter Section Style
 *************************************/
.counter-area {
  background-color: rgba(0, 0, 0, 0.769);
  padding: 90px 0;
}

.single-counter {
  width: 85%;
  margin: 0 auto;
}
.counter-contents {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 100%;
}

.counter-number,
.my-number {
  font-size: 40px;
  margin: 0;
  font-weight: 900;
  line-height: 1.3;
  padding-left: 15px;
  vertical-align: middle;
  color: #365899;
  color: inherit;
  font-family: "Baloo Bhai 2", cursive;
  background: -moz-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-30%, #0dcbe5),
    color-stop(60%, #365899)
  );
  background: -webkit-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -o-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -ms-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DCBE5', endColorstr='#365899',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-heading {
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 600;
  color: #353535;
}

/**************************************
 * 06.Choose Section Style
 *************************************/
.chose-us-icon img {
  width: 65px;
  /* background: #ebeff5; */
  padding: 15px;
  border-radius: 50%;
}

.chose-us-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.064);
  padding: 30px 30px;
  /* border: 2px solid #fbfbfb; */
  border-radius: 5px;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
  text-align: center;
  box-shadow: 0 1px 5px 1px rgba(255, 255, 255, 0.434);
}
.chose-us-content:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.chose-us-icon {
  /* border: 15px solid #f7faff; */
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
}

.chose-us-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/**************************************
 * 07.About Section Style
 *************************************/
.about-area {
  background: rgba(0, 0, 0, 0.769);
}
.about-text-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.about-text-info h6 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.about-text-info h2 {
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 25px;
}

.about-text-info p {
  margin-bottom: 30px;
}

/**************************************
 * 08.Services Section Style
 *************************************/
.services-area {
  background: rgba(0, 0, 0, 0.769);
}
.services-area .section-title {
  text-align: center;
  margin-bottom: 45px;
}
.services-item {
  background: rgba(0, 0, 0, 0.02);
  padding: 30px 30px;
  /* border: 2px solid #fbfbfb; */
  margin-top: 30px;
  border-radius: 5px;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
  text-align: center;
  box-shadow: 0 1px 5px 1px rgba(196, 195, 195, 0.386);
}
.services-item:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.services-icon i {
  font-size: 35px;
  transition: all 0.3s;
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.services-icon i:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 30px;
  background: #0000;
  z-index: -1;
  background: linear-gradient(-48deg, #0000 -30%, #0000 60%) !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.services-item:hover .services-icon i:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.services-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-price-btn {
  margin-top: 10px;
}

.services-price-btn .button {
  margin-top: 15px;
}

/**************************************
 * 09.Price Section Style
 *************************************/
.price-area {
  background: rgba(0, 0, 0, 0.769);
}
.price-item {
  padding: 50px 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
}
.price-item:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.price-area .price-item.active {
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.price-area .price-item .type {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.price-area .price-item .type:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #0dcbe5;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 50px);
  background: linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
}
.price-area .price-item .type h6 {
  color: inherit;
  background: -moz-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-30%, #0dcbe5),
    color-stop(60%, #365899)
  );
  background: -webkit-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -o-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: -ms-linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  background: linear-gradient(-48deg, #0dcbe5 -30%, #365899 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DCBE5', endColorstr='#365899',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
}
.price-area .price-item .value {
  margin: 35px 0;
}
.price-area .price-item .value h4 {
  font-weight: 700;
  font-size: 35px;
}
.price-area .price-item .value h4 span {
  font-size: 15px;
  margin-right: 5px;
}
.price-area .price-item .value p {
  font-size: 11px;
  margin-top: 5px;
  color: #2095c1;
  display: inline-block;
  padding: 2px 15px;
  background: rgba(54, 88, 153, 0.15);
  border-radius: 30px;
  letter-spacing: 1px;
}
.price-area .price-item .feat li {
  color: #555;
  font-weight: 500;
  padding: 0 50px;
  margin-bottom: 10px;
}
.price-area .price-item .feat li span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #eee;
}

.price-area .price-item .price-order-btn {
  margin-top: 40px;
}

/**************************************
 * 10.Feature Section Style
 *************************************/
.feature-area .section-title {
  margin-bottom: 35px;
}
.different-feature-item .item {
  margin-top: 30px;
}
.feature-icon img {
  width: 35px;
}

.feature-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(59, 77, 177, 0.07);
  padding: 10px;
  border-radius: 50%;
}

.feature-item {
  position: relative;
}

.feature-info {
  padding-left: 75px;
}

.feature-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/
.testimonial-area {
  background: rgba(0, 0, 0, 0.769);
}

.single-testimonial .testi-content-inner {
  /* background: #ffffff; */
  -webkit-box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
  box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
  padding: 30px 15px;
  border-radius: 3px;
  margin: 30px 0;
}

.single-testimonial .testimonial-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-testimonial .testimonial-bio .avatar img {
  border-radius: 50%;
  /* border: 10px solid #f4f6f9; */
  width: 85%;
  margin: 0 auto;
}
.single-testimonial .testimonial-bio .bio-info {
  margin-left: 10px;
  text-align: left;
}
.single-testimonial .testimonial-bio .bio-info .name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.single-testimonial .testimonial-bio .bio-info span {
  font-size: 14px;
}
.single-testimonial .testimonial-content {
  margin-bottom: 25px;
}
.single-testimonial .testimonial-content p {
  font-size: 16px;
}
.single-testimonial .testi-content-inner .testimonial-say-title-rating {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-testimonial .testi-content-inner .rating {
  display: inline-block;
  float: right;
}
.single-testimonial .testi-content-inner .rating li {
  display: inline-block;
  font-size: 15px;
  color: #fdae04;
}

.single-testimonial .testi-content-inner .say-title {
  display: inline-block;
  float: left;
}
.single-testimonial .testi-content-inner .say-title h6 {
  font-weight: 700;
  font-size: 16px;
}

/**************************************
 * 12.Faq Section Style
 *************************************/
.faq-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 100px 0;
}
.faq-section .section-title {
  text-align: left;
  margin-bottom: 60px;
}

.faq-section .section-title h2 {
  margin-bottom: 15px;
}
.faq-section .panel {
  -webkit-box-shadow: 0 1px 2px rgba(212, 212, 212, 0.35);
  box-shadow: 0 1px 2px rgba(212, 212, 212, 0.35);
}
.faq-img {
  text-align: center;
  margin: 0 auto;
}

#accordion .panel {
  border: 0;
  border-radius: 0;
  margin: 0 0 25px 0;
  position: relative;
}

#accordion .panel:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  background: linear-gradient(150deg, #365899 15%, #2093c0 70%, #2097c3 94%);
}

#accordion .panel-heading {
  padding: 0;
  background: #f9f9f9;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 15px 15px 15px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  margin: 0;
  position: relative;
  text-decoration: none;
  color: #000000;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f068";
  font-family: fontawesome;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: linear-gradient(150deg, #365899 15%, #2093c0 70%, #2097c3 94%);
  -webkit-background-clip: text;
  color: transparent;
}

#accordion .panel-title a.collapsed:before {
  content: "\f067";
}

#accordion .panel-body {
  padding: 10px 15px 10px;
  border: 0;
  background: #f9f9f9;
  border-top: 1px solid #fff;
}

#accordion .panel-body p {
  margin: 0;
  padding: 12px 35px 12px 0;
}

.item:hover .info p,
.item:hover .info .icon i {
  opacity: 1;
}

/**************************************
 * 13.Help Section Style
 *************************************/
.support-area {
  background: rgba(0, 0, 0, 0.769);
}
.support-info {
  text-align: center;
}

.support-info h1 {
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Baloo Bhai 2", cursive;
  color: #000;
  margin-bottom: 20px;
}

.support-info p {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
}

.support-info .button {
  margin-right: 25px;
  color: #fff;
}

/**************************************
 * 14.Footer Section Style
 *************************************/
.footer {
  padding: 70px 0;
  background: #fff;
}
.border-shadow-2 {
  border: 0;
  height: 15px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  position: relative;
  background: radial-gradient(
    ellipse at bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  width: 50% !important;
  margin: 0 auto;
}
.footer-colm-1 {
  padding: 0 25px;
}
.footer-logo {
  margin-bottom: 20px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: "Baloo Bhai 2", cursive;
}
.footer-colm-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-content .footer-colm-4 p a {
  color: #333;
  font-weight: 600;
}
.footer-colm-4 .footer-social-icon li a {
  color: #fff;
  background: #365899;
  border-radius: 50%;
  width: 30px;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.footer-colm-4 .footer-social-icon li a:hover {
  color: #ffffff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer-colm-4 .footer-social-icon li {
  display: inline-block;
  margin-right: 10px;
}

ul.footer-nav li a {
  padding-bottom: 10px;
  display: block;
  color: #333;
}

.footer-colm-4 .footer-social-icon {
  margin-top: 15px;
}
.copyright-text {
  margin-top: 15px;
  font-size: 14px;
}

.copyright-text p {
  color: #333;
}

/**************************************
 * 15.Contact-Page Style
 *************************************/
.navbar-b.navbar-trans.contact-page-nav .nav-link {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: "Karla", sans-serif;
}
.navbar-b.contact-page-nav.navbar-reduce .nav-link {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: "Karla", sans-serif;
}
.contact-page-nav .navbar-brand {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Baloo Bhai 2", cursive;
}

#contact {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  background: #000;
  /* background: url(../img/world-w.html) center center no-repeat; */
  background-size: 50%;
}
#contact:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: -1;
  /* background: rgb(249, 250, 252); */
}
#contact .contact-form {
  margin-top: 50px;
}
.contact-info-title {
  margin-bottom: 20px;
}
.contact-info-title h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.contact-address {
  background: #2e44bd;
  padding: 20px 20px;
  border-radius: 5px;
  position: relative;
}
.contact-address::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -65px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.contact-address::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.contact-address ul li {
  padding: 10px 0;
}
.contact-address ul li i {
  margin-right: 13px;
  font-size: 15px;
  line-height: 24px;
  float: left;
  display: inline-block;
  padding-top: 13px;
  background: #ffffff;
  width: 30px;
  height: 48px;
  text-align: center;
  border-radius: 30px;
}

.contact-address ul li a {
  color: #ff631e;
}
.contact-address span {
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #ffffff;
}

.icon-color i {
  color: #ff9800;
}
.form-group {
  margin-bottom: 0;
}
.form-control {
  height: 45px;
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 0;
  box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.05);
}
.contact-form button {
  margin-top: 0;
}
.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}
.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}
.sub-banner {
  height: 50vh;
  position: relative;
  text-align: left;
  /* background: url(../img/sub-banner.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.sub-banner:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: -1;
  /* background: linear-gradient(
    150deg,
    #53f 15%,
    rgba(33, 150, 243, 0.9) 50%,
    #53f 94%
  ); */
}
.sub-banner .sub-banner-content ul > li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #b7b7b7;
  font-weight: 700;
}
.sub-banner .sub-banner-content ul > li:first-child {
  padding-left: 0;
}
.sub-banner .sub-banner-content ul > li:before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-banner .sub-banner-content ul > li:last-child:before {
  display: none;
}
.sub-banner-content {
  text-align: center;
}

.sub-banner-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  font-family: "Baloo Bhai 2", cursive;
}

.sub-banner .sub-banner-content ul > li a {
  color: #fff;
}
.map-area {
  margin-bottom: -10px;
}
.map-area #map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

/* === DARK THEME OVERRIDES === */
body {
  background-color: #000 !important;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
.section-title h2,
.counter-heading {
  color: #fff !important;
}

.navbar,
.footer,
.price-item,
.panel-heading,
.panel-body,
.testimonial-area,
.chose-us-content,
.services-item,
.feature-item,
.support-area {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #222 !important;
}

a:hover,
a:focus {
  color: #0dcbe5 !important;
}

.button {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

i,
.fa {
  color: #fff !important;
}

#accordion .panel-title a {
  color: #fff !important;
}

#accordion .panel-body {
  background-color: #111 !important;
  color: #fff !important;
}
