
.wrapperstyle7 body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Asap', sans-serif;
  color: #788487;
  position: relative;
}
.wrapperstyle7 p {
  line-height: 28px;
  font-size: 15px;
}
.wrapperstyle7 html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.wrapperstyle7 body {
  border: 0;
  margin: 0;
  padding: 0;
}
.wrapperstyle7 h1, .wrapperstyle7 .h1, .wrapperstyle7 h2, .wrapperstyle7 .h2, .wrapperstyle7 h3, .wrapperstyle7 .h3, .wrapperstyle7 h4, .wrapperstyle7 .h4, .wrapperstyle7 h5, .wrapperstyle7 .h5, .wrapperstyle7 h6, .wrapperstyle7 .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  color: #232323;
}
.wrapperstyle7 a {
  text-decoration: none;
  transition: all 0.2s;
  color: #000;
}
.wrapperstyle7 img {
  max-width: 100%;
}
.wrapperstyle7 a:hover {
  color: #D95B05;
  text-decoration: none;
}
.wrapperstyle7 a:focus {
  outline: none;
  text-decoration: none;
}
.wrapperstyle7 ul, .wrapperstyle7 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapperstyle7 h1 {
  font-size: 48px;
}
.wrapperstyle7 h2 {
  font-size: 36px;
}
.wrapperstyle7 h3 {
  font-size: 28px;
  line-height: 38px;
}
.wrapperstyle7 h4 {
  font-size: 22px;
  line-height: 32px;
}
.wrapperstyle7 h5 {
  font-size: 16px;
  line-height: 24px;
}
.wrapperstyle7 h6 {
  font-size: 14px;
  line-height: 26px;
}
.wrapperstyle7 .f-color {
  color: #635CDB;
}
.wrapperstyle7 h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}
.wrapperstyle7 .no-padding {
  padding: 0;
}
.wrapperstyle7 .flaticon {
  display: inline;
}
.wrapperstyle7 .mb30 {
  margin-bottom: 30px;
}
.wrapperstyle7 .section-padding {
  padding: 90px 0px;
}
.wrapperstyle7 .section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}
.wrapperstyle7 .section-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.wrapperstyle7 .section-title span {
  color: #635CDB;
}
.wrapperstyle7 .section {
  padding: 100px 0px;
}
.wrapperstyle7 .line {
  width: 50px;
  background: #D95B05;
  height: 5px;
  margin: 10px auto;
  /*---------- BUTTONS ----------*/
}
.wrapperstyle7 .btn {
  font: 600 10.5px/1;
  display: inline-block;
  padding: 15px 45px 15px 45px;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all 0.2s;
  border-radius: 0px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.wrapperstyle7 .btn:focus, .wrapperstyle7 .btn:active, .wrapperstyle7 .btn:active:focus {
  outline: none;
  box-shadow: none;
}
.wrapperstyle7 .btn-hero, .wrapperstyle7 .btn-white:hover {
  color: #fff !important;
  background: #D95B05;
}
.wrapperstyle7 .btn-hero:focus {
  color: #fff !important;
}
.wrapperstyle7 .btn-black, .wrapperstyle7 .btn-hero:hover {
  background-color: black;
  color: #fff !important;
}
.wrapperstyle7 .btn-black:hover {
  color: #fff;
  background: #D95B05;
}
.wrapperstyle7 .btn-black:focus {
  color: #fff;
}
.wrapperstyle7 .btn-white {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}
.wrapperstyle7 .btn-white:focus {
  color: #000;
}
.wrapperstyle7 .btn-white:active {
  color: #fff;
}
.wrapperstyle7 .btn-trans-black {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
}
.wrapperstyle7 .btn-trans-black:hover {
  color: white;
  background-color: #000;
}
.wrapperstyle7 .btn-trans-white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
}
.wrapperstyle7 .btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}
.wrapperstyle7 .btn-trans-white:active, .wrapperstyle7 .btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}
.wrapperstyle7 .btn-rounded {
  border-radius: 2px;
}
.wrapperstyle7 .btn-circled {
  border-radius: 40px;
}
.wrapperstyle7 .btn-trans-black:hover {
  background: #D95B05 !important;
  /*---------- COLORS ----------*/
  /*-- Background Colors --*/
}
.wrapperstyle7 .bg-black {
  background-color: #000;
}
.wrapperstyle7 .bg-dark {
  background-color: rgba(0, 0, 0, 0.96);
}
.wrapperstyle7 .bg-feature {
  background-color: #635CDB;
}
.wrapperstyle7 .bg-primary {
  background-color: #0db8ca;
}
.wrapperstyle7 .bg-gray {
  background-color: #f2f4ec;
}
.wrapperstyle7 .bg-white {
  background-color: #fff;
}
.wrapperstyle7 .d-table {
  width: 100%;
}
.wrapperstyle7 .d-table-cell {
  vertical-align: middle;
}
.wrapperstyle7 .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wrapperstyle7 .brown-overlay {
  background: #222955;
  opacity: 0.97;
}
.wrapperstyle7 .feature-overlay {
  background: #635CDB;
  opacity: 0.97;
}
.wrapperstyle7 .gr-overlay {
  background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
  opacity: 0.87;
  /* ========================
   ==============================*/
}
.wrapperstyle7 .heading {
  margin-bottom: 40px;
}
.wrapperstyle7 .heading h3 {
  margin-bottom: 10px;
  font-weight: 600;
  /*------------------------------------
   MENU NAVIGATION AREA
   ----------------------------------*/
}
.wrapperstyle7 .site-navigation, .wrapperstyle7 .trans-navigation {
  padding: 20px 0px;
}
.wrapperstyle7 .site-navigation .navbar-nav a, .wrapperstyle7 .trans-navigation .navbar-nav a {
  text-transform: uppercase;
}
.wrapperstyle7 .site-navigation .navbar-nav a.active, .wrapperstyle7 .trans-navigation .navbar-nav a.active {
  color: red;
}
.wrapperstyle7 .header-white {
  position: fixed;
  top: 0px;
  background: #111;
  z-index: 9999;
  width: 100%;
  left: 0;
  transition: all 0.5s ease 0s;
  color: #000 !important;
}
.wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link, .wrapperstyle7 .navbar-expand-lg.site-navigation .navbar-nav .nav-link {
  padding: 0px 24px;
}
.wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child, .wrapperstyle7 .navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
  padding-right: 0px;
}
.wrapperstyle7 .site-navigation, .wrapperstyle7 .trans-navigation {
  transition: all 0.5s ease 0s;
}
.wrapperstyle7 .navbar-brand {
  padding-top: 0px;
  margin-right: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.wrapperstyle7 .navbar-brand span {
  font-weight: 400;
}
.wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
  color: #fff;
}
.wrapperstyle7 .trans-navigation {
  background: transparent;
}
.wrapperstyle7 .trans-navigation.header-white {
  background: #111;
}
.wrapperstyle7 .trans-navigation.header-white .navbar-nav .nav-link {
  color: #fff;
}
.wrapperstyle7 .trans-navigation.header-white .navbar-nav a.active {
  color: #635CDB;
}
.wrapperstyle7 .navbar-brand img {
  max-width: 100%;
}
.wrapperstyle7 .trans-navigation.header-white .btn-white {
  background: #635CDB;
  color: #fff;
  /* ===============================
   DROPDOWN MENU
   ================================*/
}
.wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 0px;
}
.wrapperstyle7 .dropdown-toggle i {
  font-size: 10px;
  vertical-align: 2px;
}
.wrapperstyle7 .dropdown-menu {
  padding: 0px;
  border: 0;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .wrapperstyle7 .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.wrapperstyle7 .dropdown-menu li:first-child {
  margin-top: 5px;
}
.wrapperstyle7 .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.wrapperstyle7 .dropdown-toggle::after {
  display: none;
}
.wrapperstyle7 .dropleft .dropdown-menu, .wrapperstyle7 .dropright .dropdown-menu {
  margin: 0;
}
.wrapperstyle7 .dropleft .dropdown-toggle::before, .wrapperstyle7 .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}
.wrapperstyle7 .dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}
.wrapperstyle7 .dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}
.wrapperstyle7 .dropdown-item {
  padding: 0.6rem 1.5rem 0.35rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.wrapperstyle7 .dropdown-submenu.active > .dropdown-toggle, .wrapperstyle7 .dropdown-submenu:hover > .dropdown-item, .wrapperstyle7 .dropdown-item.active, .wrapperstyle7 .dropdown-item:hover {
  background: rgba(99, 92, 219, 0.1);
  color:#D95B05; 
}
.wrapperstyle7 button:focus {
  outline: 0;
}
.wrapperstyle7 ul.dropdown-menu li {
  padding-left: 0px !important;
}
@media (min-width: 992px) {
  .wrapperstyle7 .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
  .wrapperstyle7 .dropdown-menu li:first-child {
    margin-top: 5px;
  }
  .wrapperstyle7 .dropdown-menu li:last-child {
    margin-bottom: 5px;
  }
  .wrapperstyle7 .dropleft .dropdown-menu, .wrapperstyle7 .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .wrapperstyle7 .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .wrapperstyle7 .navbar-collapse {
    text-align: center;
  }
}
.wrapperstyle7 .navbar-collapse.show {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  /*------------------------------------
   BANNER AREA
   ----------------------------------*/
}
.wrapperstyle7 .banner-area .content-padding {
  padding: 250px 0px 180px;
}
.wrapperstyle7 .content-padding {
  padding: 180px 0px 80px;
}
.wrapperstyle7 .banner-content {
  padding-right: 30px;
}
.wrapperstyle7 .banner-content .btn {
  margin-top: 15px;
}
.wrapperstyle7 .banner-content .banner-title {
  color: #fff;
  font-weight: 700;
  line-height: 50px;
}
.wrapperstyle7 .banner-content .subtitle {
  color: #fff;
  background: #635CDB;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wrapperstyle7 .subtitle {
  color: #635CDB;
}
.wrapperstyle7 .banner-content p {
  margin: 20px 0px;
  color: #eee;
  font-size: 18px;
  line-height: 30px;
}
.wrapperstyle7 .banner-content .btn {
  margin-right: 12px;
}
.wrapperstyle7 .btn-sm {
  padding: 10px 30px;
}
.wrapperstyle7 .banner-1 {
  background: url("../images/banner/bg-2.jpg");
  background-size: cover;
  position: relative;
}
.wrapperstyle7 .banner-2 {
  background: url("../images/banner/slider-3.jpg");
  background-size: cover;
  position: relative;
}
.wrapperstyle7 .banner-3 {
  background: url("../images/banner/banner-bg.jpg");
  background-size: cover;
  position: relative;
}
.wrapperstyle7 .section-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
  /* =======================================
   INner Pages
   =========================================*/
}
.wrapperstyle7 #page-banner {
  position: relative;
  padding: 60px 0px 80px;
}
.wrapperstyle7 .page-banner-area {
  background: url("../images/banner/1.jpg") no-repeat 50% 50%;
  background-size: cover;
  /*-------------------- ------------
   INTRO SECTION
   -----------------------------*/
}
.wrapperstyle7 #intro {
  padding-bottom: 0px;
}
.wrapperstyle7 .intro-img {
  margin-top: 45px;
}
.wrapperstyle7 #intro .section-heading p {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}
.wrapperstyle7 .intro-box {
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}
.wrapperstyle7 .intro-box h4:before {
  position: absolute;
  left: 0px;
  top: 17px;
  content: "";
  bottom: 0px;
  background: #000;
  width: 50px;
  height: 2px;
}
.wrapperstyle7 .intro-box h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}
.wrapperstyle7 .intro-box span {
  font-size: 28px;
  color: #635CDB;
}
.wrapperstyle7 .intro-cta {
  margin-top: 40px;
  /*--------------------------
   ABOUT SECTION
   ----------------------*/
}
.wrapperstyle7 .section-pt {
  padding-top: 90px;
}
.wrapperstyle7 .section-pb {
  padding-bottom: 90px;
}
.wrapperstyle7 #about {
  position: relative;
  padding-bottom: 85px;
}
.wrapperstyle7 .about-bg-img {
  position: absolute;
  right: 0px;
  content: "";
  background: url("../images/banner/1.jpg") 50% 50%;
  width: 40%;
  height: 100%;
  max-height: 560px;
  top: 0px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.wrapperstyle7 .about-content {
  margin-top: 94px;
}
.wrapperstyle7 .about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wrapperstyle7 .about-content h3 {
  margin-bottom: 25px;
}
.wrapperstyle7 .about-list {
  margin-top: 30px;
}
.wrapperstyle7 .about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}
.wrapperstyle7 .about-list li i {
  color: #000;
  margin-right: 10px;
  /* ----------------------
   ABOUT PAGE
   -------------------------*/
}
.wrapperstyle7 .about-list2 li i {
  margin-right: 10px;
  color: #635CDB;
}
.wrapperstyle7 .icon-3x {
  font-size: 3rem;
}
.wrapperstyle7 .text-default {
  color: #635CDB;
}
.wrapperstyle7 .team-social li a {
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding-top: 3px;
  background: #fff;
  /* ========================
   HISTORY MISSION
   ==============================*/
}
.wrapperstyle7 .img-block img {
  width: 200px;
  /* ========================
   ==============================*/
}
.wrapperstyle7 #section-strategy {
  background: url("../images/bg/bg-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.wrapperstyle7 .strategy-text {
  margin-bottom: 50px;
}
.wrapperstyle7 .strategy-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.wrapperstyle7 .strategy-text span {
  font-size: 61px;
  color: #635CDB;
  margin-bottom: 15px;
  display: block;
  /*--------------------------------
   COUNTER SECTION
   -----------------------------*/
}
.wrapperstyle7 .counter {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 10px 0px;
  color: white;
}
.wrapperstyle7 .counter-stat i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}
.wrapperstyle7 .counter-stat h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.wrapperstyle7 .counter-block span {
  font-size: 30px;
}
.wrapperstyle7 #counter .dark-overlay {
  background: #D95B05;;
  opacity: 0.90;
}
.wrapperstyle7 #counter {
  background: url("../images/fotor6.jpg") fixed 50% 50%;
  position: relative;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 95px;
  /*--------------------------
   SERVICE AREA SECTION
   ----------------------*/
}
.wrapperstyle7 .page-banner-area.page-service {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
}
.wrapperstyle7 #service-head {
  padding-bottom: 100px;
  padding-top: 90px;
}
.wrapperstyle7 #service-head .section-title {
  color: #fff;
}
.wrapperstyle7 .text-white p {
  color: #fff;
}
.wrapperstyle7 #service {
  margin-top: -100px;
  padding-bottom: 70px;
}
.wrapperstyle7 .service-box .service-img-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 20px;
  background: #635CDB;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.wrapperstyle7 .service-box {
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
  padding: 45px 25px 30px 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.wrapperstyle7 .service-inner {
  margin-top: 30px;
}
.wrapperstyle7 .service-inner h4 {
  margin-bottom: 20px;
}
.wrapperstyle7 .service-inner span {
  color: #635CDB;
  /* ================================
   SERVICE PAGE
   ==============================*/
}
.wrapperstyle7 .bg-gray {
  background: #f4f4f4;
}
.wrapperstyle7 .service-block-2 {
  position: relative;
}
.wrapperstyle7 .service-block-2 h4 {
  margin-bottom: 15px;
  line-height: 26px;
}
.wrapperstyle7 .service-block-2 p {
  font-size: 16px;
}
.wrapperstyle7 .service-block-2 span {
  position: absolute;
  content: "";
  font-size: 70px;
  top: 0px;
  left: 0px;
  font-weight: 800;
  opacity: 0.05;
  margin-top: -15px;
}
.wrapperstyle7 .service-style-two {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.wrapperstyle7 .service-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.wrapperstyle7 .heading {
  margin-bottom: 70px;
  /*------------------------------------
   PRICING SECTION AREA
   --------------------------------*/
}
.wrapperstyle7 #pricing {
  padding-bottom: 100px;
}
.wrapperstyle7 .pricing-block {
  text-align: center;
  transition: all 0.3s 0s ease;
  border-radius: 5px;
  border: 1px solid #eee;
}
.wrapperstyle7 .price-header {
  padding-bottom: 30px;
  padding-top: 30px;
}
.wrapperstyle7 .price-header i {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
  color: #635CDB;
  border: 1px solid #eee;
}
.wrapperstyle7 .price-header .price {
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 0px;
}
.wrapperstyle7 .price-header h5 {
  font-weight: 400;
}
.wrapperstyle7 .price-header .price small {
  font-size: 18px;
}
.wrapperstyle7 .pricing-block ul {
  padding: 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.wrapperstyle7 .pricing-block ul li {
  padding: 6px 0px;
}
.wrapperstyle7 .pricing-block .btn {
  margin-bottom: 30px;
}
.wrapperstyle7 .pricing-block:hover i {
  background-image: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  background-iamge: -linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  color: #fff;
  border: 1px solid #53a0fd;
}
.wrapperstyle7 .pricing-block:hover, .wrapperstyle7 .pricing-block.active {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.wrapperstyle7 #pricing .section-heading {
  margin-bottom: 90px;
  /* -------------------
   PRICING PAGE
   --------------------*/
}
.wrapperstyle7 #section-counter .counter-stat i {
  color: #000;
}
.wrapperstyle7 #section-counter .counter-stat h5 {
  color: #777;
  /*------------------------------------
   CLIENT PARTNER AREA SECTION
   --------------------------------*/
}
.wrapperstyle7 #clients {
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}
.wrapperstyle7 .client-img {
  background: #fff;
  /*------------------------------------
   TESTIMONIAL AREA SECTION
   ---------------------------------*/
}
.wrapperstyle7 .author-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #ddd;
}
.wrapperstyle7 .author-info p {
  margin: 0px;
  font-size: 14px;
}
.wrapperstyle7 .carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
}
.wrapperstyle7 .carousel-indicators li {
  background: #111;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.wrapperstyle7 .carousel-indicators li.active {
  background: #635CDB;
}
.wrapperstyle7 .testimonial-content {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 40px;
}
.wrapperstyle7 .testimonial-content .author-text {
  padding-top: 10px;
}
.wrapperstyle7 .testimonial-content .author-info {
  display: block;
  margin-bottom: 25px;
}
.wrapperstyle7 .testimonial-content p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin: 35px 0px;
  display: block;
}
.wrapperstyle7 .author-text h5 {
  text-transform: uppercase;
}
.wrapperstyle7 .author-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
  color: #888;
  margin: 0px;
}
.wrapperstyle7 .testimonial-content p i {
  margin: 0px 8px;
}
.wrapperstyle7 .carousel-indicators li {
  border-top: 0 !important;
  border-bottom: 0 !important;
  /*--------------------------
   CONTACT SECTION AREA
   ----------------------*/
}
.wrapperstyle7 #contact {
  padding-bottom: 100px;
}
.wrapperstyle7 .text-color {
  color: #635CDB;
}
.wrapperstyle7 input[type=text], .wrapperstyle7 input[type=email] {
  height: 50px;
}
.wrapperstyle7 .form-control {
  border: 1px solid #eee;
  padding-left: 20px;
}
.wrapperstyle7 .form-control:hover, .wrapperstyle7 .form-control:focus {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}
.wrapperstyle7 .input:focus {
  outline: none;
}
.wrapperstyle7 .form-control::-webkit-input-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}
.wrapperstyle7 .form-control::-moz-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}
.wrapperstyle7 .form-control:-ms-input-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}
.wrapperstyle7 .form-control:-moz-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
  /* --------------
   MAP
   -----------------*/
}
.wrapperstyle7 #map {
  height: 400px;
  width: 100%;
  position: relative;
  /*--------------------------
   BLOG SECTION AREA
   ----------------------*/
}
.wrapperstyle7 #blog {
  padding-bottom: 55px;
}
.wrapperstyle7 .blog-block {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.wrapperstyle7 .blog-block img {
  margin-bottom: 10px;
}
.wrapperstyle7 .blog-text {
  padding: 20px;
}
.wrapperstyle7 .blog-text .author-name {
  font-weight: 400;
}
.wrapperstyle7 .blog-text .author-name span {
  margin-right: 10px;
  font-weight: 600;
}
.wrapperstyle7 .blog-block .read-more, .wrapperstyle7 .blog-block span {
  color: #DP5;
  /* =================================
   BLOG PAGE
   ===================================*/
}
.wrapperstyle7 .blog-post {
  margin-bottom: 50px;
}
.wrapperstyle7 .blog-post img {
  border-radius: 5px;
}
.wrapperstyle7 .blog-post .post-author i, .wrapperstyle7 .blog-post .post-info i {
  margin-right: 5px;
  font-size: 14px;
}
.wrapperstyle7 .blog-post .post-author span, .wrapperstyle7 .blog-post .post-info span {
  font-size: 14px;
}
.wrapperstyle7 .sidebar-widget {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .wrapperstyle7 .sidebar-widget {
    padding-left: 0;
  }
}
.wrapperstyle7 .category ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.wrapperstyle7 .category ul li:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  color: #635CDB;
  font-weight: 900;
}
.wrapperstyle7 .tag a {
  text-transform: capitalize;
  padding: 5px 8px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}
.wrapperstyle7 .search i {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 35px;
  margin-top: 15px;
  color: #635CDB;
}
.wrapperstyle7 .download a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #f2f2f2;
}
.wrapperstyle7 .download a i {
  margin-right: 15px;
  color: #635CDB;
  /* ==================================
   BLOG SINGLE
   =====================================*/
}
.wrapperstyle7 .quote i {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}
.wrapperstyle7 .quote {
  font-size: 18px;
  line-height: 32px;
  color: #222;
  position: relative;
  margin: 50px 0px;
  padding-left: 70px;
}
.wrapperstyle7 .comments img {
  width: 80px;
  height: 80px;
  /*--------------------------
   FOOTER
   ----------------------*/
}
.wrapperstyle7 #footer {
  padding-bottom: 60px;
  position: relative;
  background: url("../images/bg/2.png");
  border-top: 1px solid #eee;
}
.wrapperstyle7 .footer-widget ul li {
  padding: 5px 0px;
}
.wrapperstyle7 .footer-widget p {
  margin-bottom: 5px;
}
.wrapperstyle7 .footer-widget h4 {
  margin-bottom: 20px;
}
.wrapperstyle7 .footer-widget h4 span {
  color: #635CDB;
  display: block;
  font-size: 60px;
  line-height: 60px;
}
.wrapperstyle7 .footer-blog li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}
.wrapperstyle7 .footer-blog li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}
.wrapperstyle7 .footer-blog li a.read-more {
  font-size: 13px;
}
.wrapperstyle7 .footer-blog li {
  margin-bottom: 15px;
}
.wrapperstyle7 .footer-copy {
  letter-spacing: 1px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.wrapperstyle7 .footer-text h6 {
  margin-bottom: 10px;
}
.wrapperstyle7 .footer-text p span {
  color: #000;
}
.wrapperstyle7 .footer-text p.mail {
  color: #635CDB;
}
.wrapperstyle7 .bg-main {
  background: #F4F8FB;
}
.wrapperstyle7 .footer-widget a {
  color: #999;
  /*-------------------------------
   RESPONSIVE LAYOUT
   ---------------------------------*/
  /*Extra large devices (large desktops, 1200px and up)*/
  /*Large devices (desktops, 992px and up)*/
  /*Medium devices (tablets, 768px and up)*/
  /*Medium devices (tablets, 768px and up)*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /*Small devices (landscape phones, 576px and up)*/
  .wrapperstyle7 {
    /*---------------
     NAVIGATION
     ----------------*/
  }
  .wrapperstyle7 .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .wrapperstyle7 .navbar-toggler-icon {
    height: auto;
    padding: 5px 0px;
    width: 1rem;
  }
  .wrapperstyle7 .trans-navigation {
    background: #232323;
  }
  .wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
    /*----------------------
     SECTION HEAINDG
     -----------------------*/
  }
  .wrapperstyle7 .section-heading {
    width: 100%;
    /*----------------
     INTRO
     ----------------*/
  }
  .wrapperstyle7 #intro {
    padding-bottom: 90px;
    /*----------------
     ABOUT
     ----------------*/
  }
  .wrapperstyle7 .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapperstyle7 .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .wrapperstyle7 .about-content {
    margin-top: 60px;
  }
  .wrapperstyle7 #about {
    padding-bottom: 40px;
    /*--------------
     COUNTER
     ----------------*/
  }
  .wrapperstyle7 .counter-stat {
    margin-bottom: 30px;
    text-align: center;
    /*--------------
     BLOG
     ----------------*/
  }
  .wrapperstyle7 .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .wrapperstyle7 .blog-tex h5 {
    font-size: 15px;
  }
  .wrapperstyle7 .blog-text p {
    font-size: 14px;
  }
  .wrapperstyle7 .pricing-block {
    margin-bottom: 30px;
    /*--------------
     FOOTER
     ----------------*/
  }
  .wrapperstyle7 .footer-widget {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Extra small devices (portrait phones, less than 576px)*/
  .wrapperstyle7 {
    /*---------------
     NAVIGATION
     ----------------*/
  }
  .wrapperstyle7 .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .wrapperstyle7 .navbar-toggler-icon {
    height: auto;
    padding: 5px 0px;
    width: 1rem;
  }
  .wrapperstyle7 .trans-navigation {
    background: #232323;
  }
  .wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
    /*----------------------
     SECTION HEAINDG
     -----------------------*/
  }
  .wrapperstyle7 .section-heading {
    width: 100%;
    /*----------------
     INTRO
     ----------------*/
  }
  .wrapperstyle7 #intro {
    padding-bottom: 90px;
    /*----------------
     ABOUT
     ----------------*/
  }
  .wrapperstyle7 .about-content {
    margin-top: 60px;
  }
  .wrapperstyle7 #about {
    padding-bottom: 40px;
    /*-------------------
     TESTIMONIAL
     -------------------*/
  }
  .wrapperstyle7 .testimonial-content {
    padding: 10px;
    /*--------------
     COUNTER
     ----------------*/
  }
  .wrapperstyle7 .counter-stat {
    margin-bottom: 30px;
    text-align: center;
    /*--------------
     BLOG
     ----------------*/
  }
  .wrapperstyle7 .blog-block {
    margin-bottom: 30px;
  }
  .wrapperstyle7 .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .wrapperstyle7 .blog-block:hover {
    box-shadow: none;
  }
  .wrapperstyle7 .blog-text h5 {
    font-size: 16px;
  }
  .wrapperstyle7 .blog-text p {
    font-size: 14px;
  }
  .wrapperstyle7 .intro-box {
    margin-top: 0px;
    margin-bottom: 40px;
    /*--------------
     CLIENT
     --------------*/
  }
  .wrapperstyle7 .client-img {
    text-align: center;
    /*--------------
     FOOTER
     ----------------*/
  }
  .wrapperstyle7 .footer-widget {
    margin-bottom: 30px;
  }
  .wrapperstyle7 .pricing-block {
    margin-bottom: 30px;
  }
  .wrapperstyle7 .img-block img {
    width: 130px;
  }
}
@media (max-width: 575.98px) {
  /*# sourceMappingURL=style.css.map */
  .wrapperstyle7 {
    /*---------------
     NAVIGATION
     ----------------*/
  }
  .wrapperstyle7 .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .wrapperstyle7 .navbar-toggler-icon {
    height: auto;
    padding: 5px 0px;
    width: 1rem;
  }
  .wrapperstyle7 .trans-navigation {
    background: #232323;
    padding: 20px 15px;
  }
  .wrapperstyle7 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
    /*----------------------
     SECTION HEAINDG
     -----------------------*/
  }
  .wrapperstyle7 #intro .section-heading, .wrapperstyle7 .section-heading {
    width: 100%;
  }
  .wrapperstyle7 #intro .section-heading p {
    font-size: 16px;
    line-height: 28px;
  }
  .wrapperstyle7 .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .wrapperstyle7 h1 {
    font-size: 32px;
    line-height: 36px;
    /*--------------------
     BANNER
     -----------------*/
  }
  .wrapperstyle7 .banner-content .banner-title {
    line-height: 37px;
  }
  .wrapperstyle7 .banner-content p {
    font-size: 16px;
    /*----------------
     INTRO
     ----------------*/
  }
  .wrapperstyle7 #intro {
    padding-bottom: 90px;
    /*----------------
     ABOUT
     ----------------*/
  }
  .wrapperstyle7 .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapperstyle7 .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .wrapperstyle7 .about-content {
    margin-top: 60px;
  }
  .wrapperstyle7 #about {
    padding-bottom: 40px;
  }
  .wrapperstyle7 .img-block img {
    width: 130px;
  }
  .wrapperstyle7 .service-block {
    margin-bottom: 20px;
    /*-------------------
     TESTIMONIAL
     -------------------*/
  }
  .wrapperstyle7 .testimonial-content {
    padding: 10px;
    /*--------------
     COUNTER
     ----------------*/
  }
  .wrapperstyle7 .counter-stat {
    margin-bottom: 30px;
    text-align: center;
    /*--------------
     BLOG
     ----------------*/
  }
  .wrapperstyle7 .blog-block {
    margin-bottom: 30px;
  }
  .wrapperstyle7 .blog-text {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .wrapperstyle7 .blog-tex h5 {
    font-size: 15px;
  }
  .wrapperstyle7 .blog-text p {
    font-size: 14px;
    /*--------------
     CLIENT
     --------------*/
  }
  .wrapperstyle7 .client-img {
    text-align: center;
    /*--------------
     FOOTER
     ----------------*/
  }
  .wrapperstyle7 .footer-widget {
    margin-bottom: 30px;
  }
  .wrapperstyle7 .pricing-block {
    margin-bottom: 30px;
  }
}
